.btn {
  border-width: 1px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #fcf1f5;
}
body {
  font-family: Roboto Flex;
}
.display-1 {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 5.125rem;
  line-height: 1.22;
}
.display-1 > .sd-iconfont {
  font-size: 6.40625rem;
}
.display-2 {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 3.5rem;
  line-height: 1.2;
}
.display-2 > .sd-iconfont {
  font-size: 4.375rem;
}
.display-4 {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .sd-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 1.75rem;
  line-height: 1.5;
}
.display-5 > .sd-iconfont {
  font-size: 2.1875rem;
}
.display-7 {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
.display-7 > .sd-iconfont {
  font-size: 1.5625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.1rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5875rem;
    font-size: calc( 2.44375rem + (5.125 - 2.44375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.22 * (2.44375rem + (5.125 - 2.44375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5875rem;
    font-size: calc( 2.44375rem + (5.125 - 2.44375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.22 * (2.44375rem + (5.125 - 2.44375) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.2 * (1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #b3dee2 !important;
}
.bg-success {
  background-color: #7be7b5 !important;
}
.bg-info {
  background-color: #6be0f7 !important;
}
.bg-warning {
  background-color: #ffd863 !important;
}
.bg-danger {
  background-color: #e87a85 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #b3dee2 !important;
  border-color: #b3dee2 !important;
  color: #1b4448 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #d8eef0 !important;
  border-color: #d8eef0 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #1b4448 !important;
  background-color: #d8eef0 !important;
  border-color: #d8eef0 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ea9ab2 !important;
  border-color: #ea9ab2 !important;
  color: #440e1e !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #f3c4d2 !important;
  border-color: #f3c4d2 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #440e1e !important;
  background-color: #f3c4d2 !important;
  border-color: #f3c4d2 !important;
}
.btn-info,
.btn-info:active {
  background-color: #6be0f7 !important;
  border-color: #6be0f7 !important;
  color: #02262e !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #9beafa !important;
  border-color: #9beafa !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #02262e !important;
  background-color: #9beafa !important;
  border-color: #9beafa !important;
}
.btn-success,
.btn-success:active {
  background-color: #7be7b5 !important;
  border-color: #7be7b5 !important;
  color: #072919 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #a6efcd !important;
  border-color: #a6efcd !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #072919 !important;
  background-color: #a6efcd !important;
  border-color: #a6efcd !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffd863 !important;
  border-color: #ffd863 !important;
  color: #302400 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffe596 !important;
  border-color: #ffe596 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #302400 !important;
  background-color: #ffe596 !important;
  border-color: #ffe596 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e87a85 !important;
  border-color: #e87a85 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #f0a5ad !important;
  border-color: #f0a5ad !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #f0a5ad !important;
  border-color: #f0a5ad !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #666666 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #666666 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #b3dee2;
  color: #b3dee2;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #74c3ca !important;
  background-color: transparent !important;
  border-color: #74c3ca !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #29676d !important;
  background-color: #b3dee2 !important;
  border-color: #b3dee2 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ea9ab2;
  color: #ea9ab2;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #db527b !important;
  background-color: transparent !important;
  border-color: #db527b !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ea9ab2 !important;
  border-color: #ea9ab2 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #6be0f7;
  color: #6be0f7;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #19cff3 !important;
  background-color: transparent !important;
  border-color: #19cff3 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #054f5e !important;
  background-color: #6be0f7 !important;
  border-color: #6be0f7 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #7be7b5;
  color: #7be7b5;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #32da8c !important;
  background-color: transparent !important;
  border-color: #32da8c !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #0f5434 !important;
  background-color: #7be7b5 !important;
  border-color: #7be7b5 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffd863;
  color: #ffd863;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffc20c !important;
  background-color: transparent !important;
  border-color: #ffc20c !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #634a00 !important;
  background-color: #ffd863 !important;
  border-color: #ffd863 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #e87a85;
  color: #e87a85;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #db3041 !important;
  background-color: transparent !important;
  border-color: #db3041 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e87a85 !important;
  border-color: #e87a85 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #b3dee2 !important;
}
.text-secondary {
  color: #ea9ab2 !important;
}
.text-success {
  color: #7be7b5 !important;
}
.text-info {
  color: #6be0f7 !important;
}
.text-warning {
  color: #ffd863 !important;
}
.text-danger {
  color: #e87a85 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #69bec6 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #d84672 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #27d584 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0dcaef !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #fcbd00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #d72537 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #b3dee2;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #6be0f7;
}
.alert-warning {
  background-color: #ffd863;
}
.alert-danger {
  background-color: #e87a85;
}
.sd-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.sd-gallery-filter li a {
  border-radius: 100px !important;
}
.sd-gallery-filter li.active .btn {
  background-color: #b3dee2;
  border-color: #b3dee2;
  color: #30787f;
}
.sd-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #b3dee2;
}
.sd-plan-header.bg-primary .sd-plan-subtitle,
.sd-plan-header.bg-primary .sd-plan-price-desc {
  color: #ffffff;
}
.sd-plan-header.bg-success .sd-plan-subtitle,
.sd-plan-header.bg-success .sd-plan-price-desc {
  color: #ffffff;
}
.sd-plan-header.bg-info .sd-plan-subtitle,
.sd-plan-header.bg-info .sd-plan-price-desc {
  color: #ffffff;
}
.sd-plan-header.bg-warning .sd-plan-subtitle,
.sd-plan-header.bg-warning .sd-plan-price-desc {
  color: #ffffff;
}
.sd-plan-header.bg-danger .sd-plan-subtitle,
.sd-plan-header.bg-danger .sd-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 10px !important;
}
.form-control > .sd-iconfont {
  font-size: 1.25rem;
}
.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: #b3dee2 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .sd-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #b3dee2;
}
/* Forms */
.sd-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.sd-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.sd-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.sd-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: #b3dee2;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #b3dee2;
}
.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: #b3dee2;
  border-bottom-color: #b3dee2;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #b3dee2 !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: #ea9ab2 !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='%23b3dee2' %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;
}
.sd-section-btn .btn {
  padding: 11px 28px;
  border-radius: 15px !important;
  font-weight: 400;
}
.sd-section-btn .btn-black {
  background-color: #000000 !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  box-shadow: inset -4px 3px 9px 0px #b3dee2, inset 3px -2px 8px 0px #ea9ab2;
  transition: all .5s ease;
}
.sd-section-btn .btn-black:hover,
.sd-section-btn .btn-black:focus,
.sd-section-btn .btn-black.focus,
.sd-section-btn .btn-black.active {
  box-shadow: inset 0px 36px 25px 0px #b3dee2, inset 0px -33px 25px 0px #ea9ab2;
  color: #1b4448 !important;
}
.sd-section-btn .btn-white {
  background-color: #ffffff !important;
  border: 1px solid #000000 !important;
  box-shadow: inset -4px 3px 9px 0px #b3dee2, inset 3px -2px 8px 0px #ea9ab2;
  transition: all .5s ease;
}
.sd-section-btn .btn-white:hover,
.sd-section-btn .btn-white:focus,
.sd-section-btn .btn-white.focus,
.sd-section-btn .btn-white.active {
  box-shadow: inset 0px 36px 25px 0px #b3dee2, inset 0px -33px 25px 0px #ea9ab2;
  color: #1b4448 !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.sd-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 24px !important;
}
.little-radius,
.google-map iframe,
.dropdown-item {
  border-radius: 10px !important;
}
ul.navbar-nav,
ul.navbar-nav::before {
  border-radius: 100px !important;
}
@media (max-width: 992px) {
  ul.navbar-nav,
  ul.navbar-nav::before {
    border-radius: 24px !important;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vfD7uzof7j .navbar-dropdown {
  position: relative !important;
}
.cid-vfD7uzof7j .dropdown-item:before {
  font-family: 'GlyphSet' !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfD7uzof7j .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-vfD7uzof7j .dropdown-menu {
    text-align: center;
  }
}
.cid-vfD7uzof7j .dropdown-item {
  border: 1px solid #ffffff;
  background: #200914 !important;
  color: #ffffff !important;
}
.cid-vfD7uzof7j .dropdown-item:hover,
.cid-vfD7uzof7j .dropdown-item:focus {
  background: #200914 !important;
}
.cid-vfD7uzof7j .dropdown-item:hover span {
  color: white;
}
.cid-vfD7uzof7j .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfD7uzof7j .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfD7uzof7j .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfD7uzof7j .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vfD7uzof7j .nav-link {
  position: relative;
}
.cid-vfD7uzof7j .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .cid-vfD7uzof7j .container {
    flex-wrap: nowrap;
  }
}
.cid-vfD7uzof7j .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vfD7uzof7j .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vfD7uzof7j .dropdown-menu,
.cid-vfD7uzof7j .navbar.opened {
  background: #200914 !important;
}
.cid-vfD7uzof7j .nav-item:focus,
.cid-vfD7uzof7j .nav-link:focus {
  outline: none;
}
.cid-vfD7uzof7j .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-vfD7uzof7j .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vfD7uzof7j .dropdown .dropdown-menu .dropdown-item .sd-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfD7uzof7j .dropdown .dropdown-menu .dropdown-item .sd-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfD7uzof7j .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfD7uzof7j .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  transition: none;
  margin: 0 !important;
}
.cid-vfD7uzof7j .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #200914;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-vfD7uzof7j .navbar {
    min-height: 80px;
  }
}
.cid-vfD7uzof7j .navbar.opened {
  transition: all 0.3s;
}
.cid-vfD7uzof7j .navbar .dropdown-item {
  padding: 1px 2rem 1px 12px;
  border-radius: 0;
  font-weight: 400;
}
.cid-vfD7uzof7j .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vfD7uzof7j .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfD7uzof7j .navbar.collapsed {
  justify-content: center;
}
.cid-vfD7uzof7j .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfD7uzof7j .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vfD7uzof7j .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfD7uzof7j .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfD7uzof7j .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
  right: 0.8rem;
}
.cid-vfD7uzof7j .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfD7uzof7j .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  text-align: center;
}
.cid-vfD7uzof7j .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfD7uzof7j .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfD7uzof7j .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfD7uzof7j .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfD7uzof7j .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfD7uzof7j .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
    right: 0.8rem;
  }
  .cid-vfD7uzof7j .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfD7uzof7j .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfD7uzof7j .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 12px;
    text-align: center;
  }
  .cid-vfD7uzof7j .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vfD7uzof7j .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfD7uzof7j .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfD7uzof7j .navbar.navbar-short {
  min-height: 96px;
}
.cid-vfD7uzof7j .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vfD7uzof7j .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .cid-vfD7uzof7j .navbar-brand {
    min-height: 80px;
  }
}
.cid-vfD7uzof7j .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vfD7uzof7j .navbar-brand .navbar-caption:hover,
.cid-vfD7uzof7j .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vfD7uzof7j .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfD7uzof7j .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vfD7uzof7j .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vfD7uzof7j .dropdown-item.active,
.cid-vfD7uzof7j .dropdown-item:active {
  background-color: transparent;
}
.cid-vfD7uzof7j .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfD7uzof7j .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfD7uzof7j .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfD7uzof7j .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #200914;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-vfD7uzof7j .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-vfD7uzof7j .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vfD7uzof7j .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfD7uzof7j ul.navbar-nav {
  position: relative;
  flex-wrap: wrap;
  animation: none !important;
}
@media (min-width: 991px) {
  .cid-vfD7uzof7j ul.navbar-nav {
    padding: 0 24px;
    background-color: transparent;
    backdrop-filter: blur(10px);
  }
}
.cid-vfD7uzof7j ul.navbar-nav::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #ffffff;
  -webkit-mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
  mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
}
.cid-vfD7uzof7j .navbar-buttons {
  text-align: center;
}
.cid-vfD7uzof7j .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-vfD7uzof7j .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vfD7uzof7j button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #200914 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfD7uzof7j button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vfD7uzof7j button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vfD7uzof7j button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfD7uzof7j button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfD7uzof7j button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vfD7uzof7j nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfD7uzof7j nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfD7uzof7j nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfD7uzof7j nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfD7uzof7j .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vfD7uzof7j a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfD7uzof7j .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfD7uzof7j .navbar {
    height: 70px;
  }
  .cid-vfD7uzof7j .navbar.opened {
    height: auto;
  }
  .cid-vfD7uzof7j .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfD7uzof7j .navbar-nav {
  margin: 0 auto;
}
.cid-vfD7uzof7j .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vfD7uzof7j .nav-item .nav-link {
  padding: 0 !important;
  margin: 15px 14px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vfD7uzof7j .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-vfD7uzof7j .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px !important;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.cid-vfD7uzof7j .nav-item .nav-link:hover,
.cid-vfD7uzof7j .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-vfD7uzof7j .nav-item .nav-link:hover::after,
.cid-vfD7uzof7j .nav-item .nav-link:focus::after {
  color: #ffffff !important;
}
.cid-vfD7uzof7j .nav-item .nav-link:hover::before,
.cid-vfD7uzof7j .nav-item .nav-link:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-vfD7uzof7j .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vfD7uzof7j .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vfD7uzof7j .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vfD7uzof7j .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-vfD7uzof7j .nav-item .dropdown-menu .dropdown-item:hover,
.cid-vfD7uzof7j .nav-item .dropdown-menu .dropdown-item:focus {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-vfD7uzof7j .navbar {
    justify-content: flex-start !important;
  }
  .cid-vfD7uzof7j .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vfD7uzof7j .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vfD7uzof7j .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vfD7uzof7j .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-vfD7uzof7j .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-vfD7uzof7j .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vfD7uzof7j .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vfD7uzof7j .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-vfD7uzof7j .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-vfD7uzof7j .content-wrap {
    min-height: 80px;
  }
}
.cid-vfD7uzof7j .navbar-caption {
  color: #FFFFFF;
}
.cid-vfD7uzof7j .nav-link,
.cid-vfD7uzof7j .dropdown-item {
  color: #FFFFFF;
}
.cid-vfD7uzHSgy {
  background-color: #200914;
  overflow: hidden;
}
.cid-vfD7uzHSgy::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #b66b83 10%, #ea9ab2 25%, #b3dee2 100%);
  filter: blur(150px);
  pointer-events: none;
}
.cid-vfD7uzHSgy::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #200914 100%);
  pointer-events: none;
}
.cid-vfD7uzHSgy .sd-fallback-image.disabled {
  display: none;
}
.cid-vfD7uzHSgy .sd-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfD7uzHSgy .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vfD7uzHSgy .content-wrapper .label-wrapper .sd-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #4e2136;
}
.cid-vfD7uzHSgy .content-wrapper .sd-section-title {
  margin-bottom: 24px;
}
.cid-vfD7uzHSgy .content-wrapper .text-wrapper .sd-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfD7uzHSgy .content-wrapper .text-wrapper .sd-text {
    width: 100%;
  }
}
.cid-vfD7uzHSgy .content-wrapper .sd-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vfD7uzHSgy .content-wrapper .sd-section-btn {
    margin-top: 10px;
  }
}
.cid-vfD7uzHSgy .sd-label,
.cid-vfD7uzHSgy .label-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-vfD7uzHSgy .sd-section-title {
  color: #ffffff;
}
.cid-vfD7uzHSgy .sd-text,
.cid-vfD7uzHSgy .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-vfD7uzHSgy .sd-section-title,
.cid-vfD7uzHSgy .sd-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-vfD7uzMkpW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #200914;
}
.cid-vfD7uzMkpW .sd-fallback-image.disabled {
  display: none;
}
.cid-vfD7uzMkpW .sd-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfD7uzMkpW .image-wrapper {
  margin-bottom: 40px;
  -webkit-mask: linear-gradient(#000000 50%, transparent 100%);
  mask: linear-gradient(#000000 50%, transparent 100%);
}
.cid-vfD7uzMkpW .image-wrapper img {
  width: 100%;
  height: 470px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vfD7uzMkpW .image-wrapper img {
    height: 300px;
  }
}
.cid-vfD7uzMkpW .title-wrapper .sd-section-title {
  margin-bottom: 0;
}
.cid-vfD7uzMkpW .title-wrapper .sd-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vfD7uzMkpW .title-wrapper .sd-section-btn {
    margin-top: 10px;
  }
}
.cid-vfD7uzMkpW .sd-section-title {
  color: #ffffff;
}
.cid-vfD7uzMkpW .sd-section-title,
.cid-vfD7uzMkpW .sd-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-vfD7uzOIIE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #200914;
}
.cid-vfD7uzOIIE .sd-fallback-image.disabled {
  display: none;
}
.cid-vfD7uzOIIE .sd-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfD7uzOIIE .items-wrapper {
  margin: 0 -30px;
}
.cid-vfD7uzOIIE .item {
  padding: 0 30px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vfD7uzOIIE .item {
    margin-bottom: 40px;
  }
  .cid-vfD7uzOIIE .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vfD7uzOIIE .item .item-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
.cid-vfD7uzOIIE .item .item-wrapper .icon-wrapper .icon-wrap {
  background-image: linear-gradient(40deg, #ea9ab2 0%, #200914 45%, #b3dee2 100%);
  box-shadow: 0 6px 30px -12px #ea9ab2;
  display: inline-flex;
  padding: 2px;
}
.cid-vfD7uzOIIE .item .item-wrapper .icon-wrapper .icon-wrap .sd-iconfont {
  padding: 16px;
  font-size: 36px;
  background-color: #200914;
}
.cid-vfD7uzOIIE .item .item-wrapper .item-title {
  margin-bottom: 6px;
}
.cid-vfD7uzOIIE .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vfD7uzOIIE .item .item-wrapper .sd-section-btn {
  margin-top: 10px;
  width: 100%;
}
.cid-vfD7uzOIIE .item .item-wrapper .sd-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
}
.cid-vfD7uzOIIE .item-title {
  color: #ffffff;
}
.cid-vfD7uzOIIE .item-text {
  color: #9ba9c4;
}
.cid-vfD7uzOIIE .card-icons {
  color: #FFFFFF;
}
.cid-vfD7uzOIIE .item-title,
.cid-vfD7uzOIIE .sd-section-btn,
.cid-vfD7uzOIIE .icon-wrapper {
  color: #FFFFFF;
}
.cid-vfD7uzOIIE .item-text,
.cid-vfD7uzOIIE .text-wrap {
  color: #FCF1F5;
}
.cid-vfD7uzVxMQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #200914;
}
.cid-vfD7uzVxMQ .sd-fallback-image.disabled {
  display: none;
}
.cid-vfD7uzVxMQ .sd-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfD7uzVxMQ .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vfD7uzVxMQ .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-vfD7uzVxMQ .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #4e2136;
  margin-bottom: 24px;
}
.cid-vfD7uzVxMQ .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vfD7uzVxMQ .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .sd-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vfD7uzVxMQ .content-wrap .label-wrapper .label-wrap .sd-label {
  margin-bottom: 0;
}
.cid-vfD7uzVxMQ .content-wrap .title-wrapper .sd-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfD7uzVxMQ .content-wrap .title-wrapper .sd-section-title {
    margin-bottom: 20px;
  }
}
.cid-vfD7uzVxMQ .content-wrap .text-wrapper .sd-text {
  margin-bottom: 0;
}
.cid-vfD7uzVxMQ .content-wrap .card {
  justify-content: center;
}
.cid-vfD7uzVxMQ .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vfD7uzVxMQ .item {
    margin-bottom: 20px;
  }
  .cid-vfD7uzVxMQ .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vfD7uzVxMQ .item .item-wrapper {
  position: relative;
  padding: 32px;
  background-color: #311321;
  border: 1px solid #4e2136;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vfD7uzVxMQ .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vfD7uzVxMQ .item .item-wrapper .item-content .item-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  padding: 50px 0;
}
.cid-vfD7uzVxMQ .item .item-wrapper .item-content .item-img img {
  position: relative;
  z-index: 1;
  height: 275px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vfD7uzVxMQ .item .item-wrapper .item-content .item-img {
    padding: 40px 0;
  }
}
.cid-vfD7uzVxMQ .item .item-wrapper .item-content .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #b66b83 10%, #ea9ab2 25%, #b3dee2 100%);
  filter: blur(50px);
  pointer-events: none;
}
.cid-vfD7uzVxMQ .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-vfD7uzVxMQ .item .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfD7uzVxMQ .item .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-vfD7uzVxMQ .item .item-wrapper .sd-section-btn {
  margin-top: 10px;
  width: 100%;
}
.cid-vfD7uzVxMQ .item .item-wrapper .sd-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-vfD7uzVxMQ .sd-label {
  color: #9ba9c4;
}
.cid-vfD7uzVxMQ .sd-section-title {
  color: #FFFFFF;
}
.cid-vfD7uzVxMQ .sd-text,
.cid-vfD7uzVxMQ .text-wrapper {
  color: #FCF1F5;
}
.cid-vfD7uzVxMQ .item-title {
  color: #ffffff;
}
.cid-vfD7uzVxMQ .item-text {
  color: #9ba9c4;
}
.cid-vfD7uzVxMQ .item-price {
  color: #FCF1F5;
}
.cid-vfD7uzVxMQ .card-icon {
  color: #FFFFFF;
}
.cid-vfD7uzVxMQ .sd-label,
.cid-vfD7uzVxMQ .label-wrapper {
  color: #FCF1F5;
}
.cid-vfD7uzVxMQ .sd-section-title,
.cid-vfD7uzVxMQ .sd-section-btn,
.cid-vfD7uzVxMQ .tabs-wrapper {
  color: #FFFFFF;
}
.cid-vfD7uzVxMQ .item-title,
.cid-vfD7uzVxMQ .sd-section-btn {
  color: #FFFFFF;
}
.cid-vfD7uzVxMQ .item-text,
.cid-vfD7uzVxMQ .text-wrap {
  color: #FCF1F5;
}
.cid-vfD7uA1xWi .sd-fallback-image.disabled {
  display: none;
}
.cid-vfD7uA1xWi .sd-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-vfD7uA1xWi .image-wrap {
  height: 400px;
}
@media (max-width: 992px) {
  .cid-vfD7uA1xWi .image-wrap {
    height: 350px;
  }
}
.cid-vfD7uA2Yrz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #200914;
}
.cid-vfD7uA2Yrz .sd-fallback-image.disabled {
  display: none;
}
.cid-vfD7uA2Yrz .sd-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfD7uA2Yrz .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 150px;
  max-width: 150px;
}
@media (max-width: 768px) {
  .cid-vfD7uA2Yrz .embla__slide {
    min-width: 50%;
    max-width: 50%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfD7uA2Yrz .embla__slide .slide-content {
  width: 100%;
}
.cid-vfD7uA2Yrz .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vfD7uA2Yrz .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  object-fit: cover;
  opacity: 0.3;
  filter: invert(1);
}
.cid-vfD7uA2Yrz .embla__button--next,
.cid-vfD7uA2Yrz .embla__button--prev {
  display: flex;
}
.cid-vfD7uA2Yrz .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 14px;
  background-color: #262526 !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-vfD7uA2Yrz .embla__button:hover {
  opacity: 0.5 !important;
}
.cid-vfD7uA2Yrz .embla__button:disabled {
  opacity: 0.3 !important;
}
.cid-vfD7uA2Yrz .embla__button.embla__button--prev {
  margin-left: -60px;
}
.cid-vfD7uA2Yrz .embla__button.embla__button--prev .sd-iconfont {
  margin-right: 4px;
}
.cid-vfD7uA2Yrz .embla__button.embla__button--next {
  margin-right: -60px;
}
.cid-vfD7uA2Yrz .embla__button.embla__button--next .sd-iconfont {
  margin-left: 4px;
}
.cid-vfD7uA2Yrz .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vfD7uA2Yrz .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-vfD7uA2Yrz .embla__viewport {
    padding: 0;
  }
}
.cid-vfD7uA2Yrz .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfD7uA2Yrz .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfD7uA2Yrz .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfD7uA2Yrz .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vfD7uA6CDz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #200914;
  overflow: hidden;
}
.cid-vfD7uA6CDz .item:focus,
.cid-vfD7uA6CDz span:focus {
  outline: none;
}
.cid-vfD7uA6CDz .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vfD7uA6CDz .content-head {
  max-width: 800px;
}
.cid-vfD7uA6CDz .item {
  color: #ffffff;
}
.cid-vfD7uA6CDz::before {
  content: '';
  position: absolute;
  bottom: -10%;
  left: -10%;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #b66b83 10%, #ea9ab2 25%, #b3dee2 100%);
  filter: blur(80px);
  pointer-events: none;
  opacity: 0.5;
}
.cid-vfD7uA8dEw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #200914;
  overflow: hidden;
}
.cid-vfD7uA8dEw .sd-fallback-image.disabled {
  display: none;
}
.cid-vfD7uA8dEw .sd-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfD7uA8dEw .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vfD7uA8dEw .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-vfD7uA8dEw .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #4e2136;
  margin-bottom: 24px;
}
.cid-vfD7uA8dEw .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vfD7uA8dEw .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .sd-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vfD7uA8dEw .content-wrap .label-wrapper .label-wrap .sd-label {
  margin-bottom: 0;
}
.cid-vfD7uA8dEw .content-wrap .title-wrapper .sd-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfD7uA8dEw .content-wrap .title-wrapper .sd-section-title {
    margin-bottom: 20px;
  }
}
.cid-vfD7uA8dEw .content-wrap .text-wrapper .sd-text {
  margin-bottom: 0;
}
.cid-vfD7uA8dEw .content-wrap .card {
  justify-content: center;
}
.cid-vfD7uA8dEw .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vfD7uA8dEw .item {
    margin-bottom: 40px;
  }
  .cid-vfD7uA8dEw .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vfD7uA8dEw .item .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vfD7uA8dEw .item .item-wrapper .item-content .item-img {
  border-bottom: 1px solid #ffffff;
  margin-bottom: 16px;
}
.cid-vfD7uA8dEw .item .item-wrapper .item-content .item-img img {
  height: 310px;
  width: 100%;
  object-fit: cover;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cid-vfD7uA8dEw .item .item-wrapper .item-content .item-name {
  margin-bottom: 4px;
}
.cid-vfD7uA8dEw .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-vfD7uA8dEw .item .item-wrapper .item-content .item-text {
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-vfD7uA8dEw .item .item-wrapper .sd-section-btn {
  margin-top: 10px;
  width: 100%;
}
.cid-vfD7uA8dEw .item .item-wrapper .sd-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
}
.cid-vfD7uA8dEw::before {
  content: '';
  position: absolute;
  bottom: -10%;
  left: -10%;
  width: 80%;
  height: 80%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #b66b83 10%, #ea9ab2 25%, #b3dee2 100%);
  filter: blur(150px);
  pointer-events: none;
  opacity: 0.3;
}
.cid-vfD7uA8dEw .sd-label {
  color: #9ba9c4;
}
.cid-vfD7uA8dEw .sd-section-title {
  color: #FFFFFF;
}
.cid-vfD7uA8dEw .sd-text,
.cid-vfD7uA8dEw .text-wrapper {
  color: #FCF1F5;
}
.cid-vfD7uA8dEw .item-name {
  color: #ffffff;
}
.cid-vfD7uA8dEw .item-role {
  color: #FCF1F5;
}
.cid-vfD7uA8dEw .item-text {
  color: #9ba9c4;
}
.cid-vfD7uA8dEw .card-icon {
  color: #FFFFFF;
}
.cid-vfD7uA8dEw .sd-label,
.cid-vfD7uA8dEw .label-wrapper {
  color: #FCF1F5;
}
.cid-vfD7uA8dEw .sd-section-title,
.cid-vfD7uA8dEw .sd-section-btn,
.cid-vfD7uA8dEw .tabs-wrapper {
  color: #FFFFFF;
}
.cid-vfD7uA8dEw .item-name,
.cid-vfD7uA8dEw .sd-section-btn {
  color: #FFFFFF;
}
.cid-vfD7uAdQFf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #200914;
}
.cid-vfD7uAdQFf .sd-fallback-image.disabled {
  display: none;
}
.cid-vfD7uAdQFf .sd-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfD7uAdQFf .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vfD7uAdQFf .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-vfD7uAdQFf .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #4e2136;
  margin-bottom: 24px;
}
.cid-vfD7uAdQFf .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vfD7uAdQFf .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .sd-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vfD7uAdQFf .content-wrap .label-wrapper .label-wrap .sd-label {
  margin-bottom: 0;
}
.cid-vfD7uAdQFf .content-wrap .title-wrapper .sd-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfD7uAdQFf .content-wrap .title-wrapper .sd-section-title {
    margin-bottom: 20px;
  }
}
.cid-vfD7uAdQFf .content-wrap .text-wrapper .sd-text {
  margin-bottom: 0;
}
.cid-vfD7uAdQFf .content-wrap .card {
  justify-content: center;
}
.cid-vfD7uAdQFf .tabs-wrapper {
  margin-bottom: 24px;
  text-align: center;
}
.cid-vfD7uAdQFf .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  gap: 16px;
  flex-wrap: wrap;
}
.cid-vfD7uAdQFf .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
}
.cid-vfD7uAdQFf .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid #4e2136;
  transition: all 0.3s ease-in-out;
  align-items: center;
  justify-content: center;
  background-color: #311321;
}
.cid-vfD7uAdQFf .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #ffffff;
  color: #200914;
  border: 1px solid #ffffff;
}
.cid-vfD7uAdQFf .tab-content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vfD7uAdQFf .tab-content::before {
  content: '';
  position: absolute;
  width: 80%;
  height: 80%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #b66b83 10%, #ea9ab2 25%, #b3dee2 100%);
  filter: blur(150px);
  pointer-events: none;
  opacity: 0.3;
}
@media (max-width: 992px) {
  .cid-vfD7uAdQFf .tab-content::before {
    width: 300px;
    height: 300px;
  }
}
.cid-vfD7uAdQFf .tab-content .tab-pane {
  width: 100%;
}
.cid-vfD7uAdQFf .tab-content .tab-pane .item-content {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  padding: 40px;
  border: 1px solid #4e2136;
}
@media (max-width: 992px) {
  .cid-vfD7uAdQFf .tab-content .tab-pane .item-content {
    display: block;
    padding: 20px;
  }
}
.cid-vfD7uAdQFf .tab-content .tab-pane .item-content .card-box {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vfD7uAdQFf .tab-content .tab-pane .item-content .card-box {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vfD7uAdQFf .tab-content .tab-pane .item-content .card-box .item-title {
  margin-bottom: 16px;
}
.cid-vfD7uAdQFf .tab-content .tab-pane .item-content .card-box .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vfD7uAdQFf .tab-content .tab-pane .item-content .card-box .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vfD7uAdQFf .tab-content .tab-pane .item-content .card-box .list-wrapper {
    margin-top: 20px;
  }
}
.cid-vfD7uAdQFf .tab-content .tab-pane .item-content .card-box .list-wrapper .list {
  display: inline-flex;
  flex-direction: column;
  width: 80%;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-vfD7uAdQFf .tab-content .tab-pane .item-content .card-box .list-wrapper .list {
    width: 100%;
  }
}
.cid-vfD7uAdQFf .tab-content .tab-pane .item-content .card-box .list-wrapper .list .item-wrap {
  position: relative;
  width: 100%;
  border: 1px solid #4e2136;
  padding: 11px 16px 11px 50px;
  margin-bottom: 0;
  min-height: 48px;
}
.cid-vfD7uAdQFf .tab-content .tab-pane .item-content .card-box .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 13px;
  left: 16px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  font-size: 16px;
  color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #ffffff 40%, #ffffff 50%);
  box-shadow: inset 0 0 7px -1px #ffffff;
}
.cid-vfD7uAdQFf .tab-content .tab-pane .item-content .card-box .sd-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vfD7uAdQFf .tab-content .tab-pane .item-content .card-box .sd-section-btn {
    margin-top: 10px;
  }
}
.cid-vfD7uAdQFf .tab-content .tab-pane .item-content .card-box .sd-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfD7uAdQFf .tab-content .tab-pane .item-content .image-wrap {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vfD7uAdQFf .tab-content .tab-pane .item-content .image-wrap {
    width: 100%;
  }
}
.cid-vfD7uAdQFf .tab-content .tab-pane .item-content .image-wrap img {
  height: 450px;
  width: 110%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vfD7uAdQFf .tab-content .tab-pane .item-content .image-wrap img {
    height: 300px;
    width: 100%;
  }
}
.cid-vfD7uAdQFf .sd-label {
  color: #9ba9c4;
}
.cid-vfD7uAdQFf .sd-section-title {
  color: #ffffff;
}
.cid-vfD7uAdQFf .sd-text,
.cid-vfD7uAdQFf .text-wrapper {
  color: #FCF1F5;
}
.cid-vfD7uAdQFf .item-title {
  color: #ffffff;
}
.cid-vfD7uAdQFf .item-text {
  color: #9ba9c4;
}
.cid-vfD7uAdQFf .list {
  color: #d1d4e3;
}
.cid-vfD7uAdQFf .card-icon {
  color: #FFFFFF;
}
.cid-vfD7uAdQFf .sd-label,
.cid-vfD7uAdQFf .label-wrapper {
  color: #FCF1F5;
}
.cid-vfD7uAdQFf .sd-section-title,
.cid-vfD7uAdQFf .sd-section-btn,
.cid-vfD7uAdQFf .tabs-wrapper {
  color: #FFFFFF;
}
.cid-vfD7uAdQFf .item-title,
.cid-vfD7uAdQFf .sd-section-btn {
  color: #FFFFFF;
}
.cid-vfD7uAdQFf .item-text,
.cid-vfD7uAdQFf .text-wrapper {
  color: #FCF1F5;
}
.cid-vfD7uAdQFf .list,
.cid-vfD7uAdQFf .item-wrap,
.cid-vfD7uAdQFf .list-wrapper {
  color: #FCF1F5;
}
.cid-vfD7uAdQFf .sd-section-title,
.cid-vfD7uAdQFf .tabs-wrapper {
  color: #FFFFFF;
}
.cid-vfD7uAsUcA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #200914;
}
.cid-vfD7uAsUcA .sd-fallback-image.disabled {
  display: none;
}
.cid-vfD7uAsUcA .sd-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfD7uAsUcA .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vfD7uAsUcA .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-vfD7uAsUcA .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #4e2136;
  margin-bottom: 24px;
}
.cid-vfD7uAsUcA .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vfD7uAsUcA .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .sd-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vfD7uAsUcA .content-wrap .label-wrapper .label-wrap .sd-label {
  margin-bottom: 0;
}
.cid-vfD7uAsUcA .content-wrap .title-wrapper .sd-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfD7uAsUcA .content-wrap .title-wrapper .sd-section-title {
    margin-bottom: 20px;
  }
}
.cid-vfD7uAsUcA .content-wrap .text-wrapper .sd-text {
  margin-bottom: 0;
}
.cid-vfD7uAsUcA .content-wrap .card {
  justify-content: center;
}
.cid-vfD7uAsUcA .item {
  margin-bottom: 48px;
}
.cid-vfD7uAsUcA .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfD7uAsUcA .item {
    margin-bottom: 20px;
  }
  .cid-vfD7uAsUcA .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vfD7uAsUcA .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  position: relative;
  padding: 40px;
  background-color: #200914;
  border: 1px solid #4e2136;
  animation: none !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vfD7uAsUcA .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-vfD7uAsUcA .item .item-wrapper .item-content {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vfD7uAsUcA .item .item-wrapper .item-content {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vfD7uAsUcA .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-vfD7uAsUcA .item .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfD7uAsUcA .item .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-vfD7uAsUcA .item .item-wrapper .item-content .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vfD7uAsUcA .item .item-wrapper .item-content .list-wrapper {
    margin-top: 20px;
  }
}
.cid-vfD7uAsUcA .item .item-wrapper .item-content .list-wrapper .list {
  display: inline-flex;
  width: 80%;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-vfD7uAsUcA .item .item-wrapper .item-content .list-wrapper .list {
    width: 100%;
  }
}
.cid-vfD7uAsUcA .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  border: 1px solid #4e2136;
  padding: 8px 12px;
  margin-bottom: 0;
}
.cid-vfD7uAsUcA .item .item-wrapper .item-content .sd-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vfD7uAsUcA .item .item-wrapper .item-content .sd-section-btn {
    margin-top: 10px;
  }
}
.cid-vfD7uAsUcA .item .item-wrapper .item-content .sd-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfD7uAsUcA .item .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vfD7uAsUcA .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-vfD7uAsUcA .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #b66b83 10%, #ea9ab2 25%, #b3dee2 100%);
  filter: blur(80px);
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-vfD7uAsUcA .item .item-wrapper .item-img::before {
    width: 300px;
    height: 300px;
  }
}
.cid-vfD7uAsUcA .item .item-wrapper .item-img img {
  position: relative;
  z-index: 1;
  height: 250px;
  width: 250px;
  min-width: 250px;
  object-fit: cover;
  border-radius: 100% !important;
  box-shadow: 10px 0 40px -5px #200914;
}
.cid-vfD7uAsUcA .sd-label {
  color: #9ba9c4;
}
.cid-vfD7uAsUcA .sd-section-title {
  color: #FFFFFF;
}
.cid-vfD7uAsUcA .sd-text,
.cid-vfD7uAsUcA .text-wrapper {
  color: #FCF1F5;
}
.cid-vfD7uAsUcA .item-title {
  color: #ffffff;
}
.cid-vfD7uAsUcA .item-text {
  color: #9ba9c4;
}
.cid-vfD7uAsUcA .list {
  color: #d1d4e3;
}
.cid-vfD7uAsUcA .card-icon {
  color: #FFFFFF;
}
.cid-vfD7uAsUcA .sd-label,
.cid-vfD7uAsUcA .label-wrapper {
  color: #FCF1F5;
}
.cid-vfD7uAsUcA .sd-section-title,
.cid-vfD7uAsUcA .sd-section-btn {
  color: #FFFFFF;
}
.cid-vfD7uAsUcA .item-title,
.cid-vfD7uAsUcA .sd-section-btn {
  color: #FFFFFF;
}
.cid-vfD7uAsUcA .item-text,
.cid-vfD7uAsUcA .text-wrap {
  color: #FCF1F5;
}
.cid-vfD7uAsUcA .list,
.cid-vfD7uAsUcA .item-wrap,
.cid-vfD7uAsUcA .list-wrapper {
  color: #FCF1F5;
}
.cid-vfD7uACHS2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #200914;
}
.cid-vfD7uACHS2 .sd-fallback-image.disabled {
  display: none;
}
.cid-vfD7uACHS2 .sd-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfD7uACHS2 .card {
  justify-content: center;
}
.cid-vfD7uACHS2 .content-wrap .title-wrapper .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #4e2136;
  margin-bottom: 24px;
}
.cid-vfD7uACHS2 .content-wrap .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vfD7uACHS2 .content-wrap .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .sd-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vfD7uACHS2 .content-wrap .title-wrapper .label-wrapper .label-wrap .sd-label {
  margin-bottom: 0;
}
.cid-vfD7uACHS2 .content-wrap .title-wrapper .sd-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vfD7uACHS2 .content-wrap .title-wrapper .sd-section-title {
    margin-bottom: 20px;
  }
}
.cid-vfD7uACHS2 .content-wrap .title-wrapper .text-wrapper .sd-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfD7uACHS2 .content-wrap .title-wrapper .text-wrapper .sd-text {
    width: 100%;
  }
}
.cid-vfD7uACHS2 .sd-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vfD7uACHS2 .sd-section-btn {
    margin-top: 10px;
  }
}
@media (max-width: 992px) {
  .cid-vfD7uACHS2 .social-wrapper {
    margin-top: 40px;
  }
}
.cid-vfD7uACHS2 .social-wrapper .social-wrap {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 54px;
}
@media (max-width: 992px) {
  .cid-vfD7uACHS2 .social-wrapper .social-wrap {
    gap: 20px;
  }
}
.cid-vfD7uACHS2 .social-wrapper .social-wrap .soc-item {
  background-image: linear-gradient(40deg, #ea9ab2 0%, #200914 45%, #b3dee2 100%);
  box-shadow: 0 6px 30px -12px #ea9ab2;
  display: inline-flex;
  padding: 2px;
  transition: all 0.5s ease;
}
.cid-vfD7uACHS2 .social-wrapper .social-wrap .soc-item:hover,
.cid-vfD7uACHS2 .social-wrapper .social-wrap .soc-item:focus {
  box-shadow: 0 6px 30px -6px #ea9ab2;
}
.cid-vfD7uACHS2 .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-vfD7uACHS2 .social-wrapper .social-wrap .soc-item a .sd-iconfont {
  display: flex;
  padding: 22px;
  font-size: 56px;
  background-color: #200914;
}
@media (max-width: 992px) {
  .cid-vfD7uACHS2 .social-wrapper .social-wrap .soc-item a .sd-iconfont {
    font-size: 32px;
  }
}
.cid-vfD7uACHS2 .sd-label {
  color: #9ba9c4;
}
.cid-vfD7uACHS2 .sd-section-title {
  color: #ffffff;
}
.cid-vfD7uACHS2 .sd-text,
.cid-vfD7uACHS2 .text-wrapper {
  color: #FCF1F5;
}
.cid-vfD7uACHS2 .item-title {
  color: #d1d4e3;
}
.cid-vfD7uACHS2 .card-icon {
  color: #FFFFFF;
}
.cid-vfD7uACHS2 .sd-label,
.cid-vfD7uACHS2 .label-wrapper {
  color: #FCF1F5;
}
.cid-vfD7uACHS2 .sd-section-title,
.cid-vfD7uACHS2 .sd-section-btn {
  color: #FFFFFF;
}
.cid-vfD7uACHS2 .card-icons {
  color: #FFFFFF;
}
.cid-vfD7uAH6fG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #200914;
}
.cid-vfD7uAH6fG .sd-fallback-image.disabled {
  display: none;
}
.cid-vfD7uAH6fG .sd-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfD7uAH6fG .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vfD7uAH6fG .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-vfD7uAH6fG .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #4e2136;
  margin-bottom: 24px;
}
.cid-vfD7uAH6fG .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vfD7uAH6fG .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .sd-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vfD7uAH6fG .content-wrap .label-wrapper .label-wrap .sd-label {
  margin-bottom: 0;
}
.cid-vfD7uAH6fG .content-wrap .title-wrapper .sd-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfD7uAH6fG .content-wrap .title-wrapper .sd-section-title {
    margin-bottom: 20px;
  }
}
.cid-vfD7uAH6fG .content-wrap .text-wrapper .sd-text {
  margin-bottom: 0;
}
.cid-vfD7uAH6fG .content-wrap .card {
  justify-content: center;
}
.cid-vfD7uAH6fG .items-wrapper {
  position: relative;
}
.cid-vfD7uAH6fG .items-wrapper::before {
  content: '';
  position: absolute;
  width: 80%;
  height: 80%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #b66b83 10%, #ea9ab2 25%, #b3dee2 100%);
  filter: blur(150px);
  pointer-events: none;
  opacity: 0.3;
}
@media (max-width: 992px) {
  .cid-vfD7uAH6fG .items-wrapper::before {
    width: 300px;
    height: 300px;
  }
}
.cid-vfD7uAH6fG .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vfD7uAH6fG .item {
    margin-bottom: 20px;
  }
  .cid-vfD7uAH6fG .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vfD7uAH6fG .item .item-wrapper {
  position: relative;
  padding: 24px;
  background-color: #200914;
  border: 1px solid #4e2136;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vfD7uAH6fG .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vfD7uAH6fG .item .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: -300px;
  left: -300px;
  width: 600px;
  height: 600px;
  border-radius: 100%;
  background-color: #b66b83;
  filter: blur(80px);
  pointer-events: none;
  opacity: 0.3;
}
@media (max-width: 992px) {
  .cid-vfD7uAH6fG .item .item-wrapper::before {
    bottom: -200px;
    left: -150px;
    width: 300px;
    height: 300px;
  }
}
.cid-vfD7uAH6fG .item .item-wrapper::after {
  content: '';
  position: absolute;
  bottom: -300px;
  right: -300px;
  width: 600px;
  height: 600px;
  border-radius: 100%;
  background-color: #b3dee2;
  filter: blur(80px);
  pointer-events: none;
  opacity: 0.3;
}
@media (max-width: 992px) {
  .cid-vfD7uAH6fG .item .item-wrapper::after {
    bottom: -150px;
    right: -150px;
    width: 300px;
    height: 300px;
  }
}
.cid-vfD7uAH6fG .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-vfD7uAH6fG .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-vfD7uAH6fG .item .item-wrapper .item-content .item-price {
  margin-bottom: 0;
}
.cid-vfD7uAH6fG .item .item-wrapper .item-content .item-text {
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-vfD7uAH6fG .item .item-wrapper .item-content .sd-section-btn {
  margin-top: 30px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vfD7uAH6fG .item .item-wrapper .item-content .sd-section-btn {
    margin-top: 20px;
  }
}
.cid-vfD7uAH6fG .item .item-wrapper .item-content .sd-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-vfD7uAH6fG .item .item-wrapper .item-content .list-wrapper {
  margin-top: 80px;
}
@media (max-width: 992px) {
  .cid-vfD7uAH6fG .item .item-wrapper .item-content .list-wrapper {
    margin-top: 40px;
  }
}
.cid-vfD7uAH6fG .item .item-wrapper .item-content .list-wrapper .list {
  display: inline-flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-vfD7uAH6fG .item .item-wrapper .item-content .list-wrapper .list {
    gap: 20px;
  }
}
.cid-vfD7uAH6fG .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  position: relative;
  width: 100%;
  padding-left: 36px;
  margin-bottom: 0;
}
.cid-vfD7uAH6fG .item .item-wrapper .item-content .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  font-size: 16px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 7px -1px #ffffff;
}
.cid-vfD7uAH6fG .sd-label {
  color: #9ba9c4;
}
.cid-vfD7uAH6fG .sd-section-title {
  color: #FFFFFF;
}
.cid-vfD7uAH6fG .sd-text,
.cid-vfD7uAH6fG .text-wrapper {
  color: #FCF1F5;
}
.cid-vfD7uAH6fG .item-title {
  color: #ffffff;
}
.cid-vfD7uAH6fG .item-price {
  color: #FCF1F5;
}
.cid-vfD7uAH6fG .item-text {
  color: #9ba9c4;
}
.cid-vfD7uAH6fG .list {
  color: #ffffff;
}
.cid-vfD7uAH6fG .card-icon {
  color: #FFFFFF;
}
.cid-vfD7uAH6fG .sd-label,
.cid-vfD7uAH6fG .label-wrapper {
  color: #FCF1F5;
}
.cid-vfD7uAH6fG .sd-section-title,
.cid-vfD7uAH6fG .sd-section-btn,
.cid-vfD7uAH6fG .tabs-wrapper {
  color: #FFFFFF;
}
.cid-vfD7uAH6fG .item-title,
.cid-vfD7uAH6fG .sd-section-btn {
  color: #FFFFFF;
}
.cid-vfD7uAH6fG .list,
.cid-vfD7uAH6fG .item-wrap,
.cid-vfD7uAH6fG .list-wrapper {
  color: #FCF1F5;
}
.cid-vfD7uAR921 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #200914;
}
.cid-vfD7uAR921 .sd-fallback-image.disabled {
  display: none;
}
.cid-vfD7uAR921 .sd-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfD7uAR921 .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vfD7uAR921 .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-vfD7uAR921 .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #4e2136;
  margin-bottom: 24px;
}
.cid-vfD7uAR921 .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vfD7uAR921 .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .sd-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vfD7uAR921 .content-wrap .label-wrapper .label-wrap .sd-label {
  margin-bottom: 0;
}
.cid-vfD7uAR921 .content-wrap .title-wrapper .sd-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfD7uAR921 .content-wrap .title-wrapper .sd-section-title {
    margin-bottom: 20px;
  }
}
.cid-vfD7uAR921 .content-wrap .text-wrapper .sd-text {
  margin-bottom: 0;
}
.cid-vfD7uAR921 .content-wrap .card {
  justify-content: center;
}
.cid-vfD7uAR921 .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vfD7uAR921 .item {
    margin-bottom: 20px;
  }
  .cid-vfD7uAR921 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vfD7uAR921 .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 24px;
  background-color: #311321;
  border: 1px solid #4e2136;
  min-height: 440px;
}
@media (max-width: 992px) {
  .cid-vfD7uAR921 .item .item-wrapper {
    padding: 20px;
    min-height: auto;
  }
}
.cid-vfD7uAR921 .item .item-wrapper .item-content .item-title {
  margin-bottom: 6px;
}
.cid-vfD7uAR921 .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-vfD7uAR921 .item .item-wrapper .sd-section-btn {
  margin-top: 30px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vfD7uAR921 .item .item-wrapper .sd-section-btn {
    margin-top: 10px;
  }
}
.cid-vfD7uAR921 .item .item-wrapper .sd-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-vfD7uAR921 .sd-label {
  color: #9ba9c4;
}
.cid-vfD7uAR921 .sd-section-title {
  color: #FFFFFF;
}
.cid-vfD7uAR921 .sd-text,
.cid-vfD7uAR921 .text-wrapper {
  color: #FCF1F5;
}
.cid-vfD7uAR921 .item-title {
  color: #ffffff;
}
.cid-vfD7uAR921 .item-text {
  color: #FCF1F5;
}
.cid-vfD7uAR921 .card-icon {
  color: #FFFFFF;
}
.cid-vfD7uAR921 .sd-label,
.cid-vfD7uAR921 .label-wrapper {
  color: #FCF1F5;
}
.cid-vfD7uAR921 .sd-section-title,
.cid-vfD7uAR921 .sd-section-btn {
  color: #FFFFFF;
}
.cid-vfD7uAR921 .item-title,
.cid-vfD7uAR921 .sd-section-btn {
  color: #FFFFFF;
}
.cid-vfD7uAVxdH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #200914;
}
.cid-vfD7uAVxdH .sd-fallback-image.disabled {
  display: none;
}
.cid-vfD7uAVxdH .sd-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfD7uAVxdH .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vfD7uAVxdH .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-vfD7uAVxdH .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #4e2136;
  margin-bottom: 24px;
}
.cid-vfD7uAVxdH .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vfD7uAVxdH .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .sd-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vfD7uAVxdH .content-wrap .label-wrapper .label-wrap .sd-label {
  margin-bottom: 0;
}
.cid-vfD7uAVxdH .content-wrap .title-wrapper .sd-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfD7uAVxdH .content-wrap .title-wrapper .sd-section-title {
    margin-bottom: 20px;
  }
}
.cid-vfD7uAVxdH .content-wrap .text-wrapper .sd-text {
  margin-bottom: 0;
}
.cid-vfD7uAVxdH .content-wrap .card {
  justify-content: center;
}
.cid-vfD7uAVxdH .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vfD7uAVxdH .item {
    margin-bottom: 20px;
  }
  .cid-vfD7uAVxdH .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vfD7uAVxdH .item .item-wrapper {
  position: relative;
  padding: 24px;
  background-color: #200914;
  border: 1px solid #4e2136;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 470px;
}
@media (max-width: 992px) {
  .cid-vfD7uAVxdH .item .item-wrapper {
    padding: 20px;
    min-height: auto;
  }
}
.cid-vfD7uAVxdH .item .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: -100px;
  left: -250px;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #b3dee2;
  filter: blur(80px);
  pointer-events: none;
  opacity: 0.3;
}
@media (max-width: 992px) {
  .cid-vfD7uAVxdH .item .item-wrapper::before {
    bottom: -200px;
    left: -150px;
    width: 300px;
    height: 300px;
  }
}
.cid-vfD7uAVxdH .item .item-wrapper::after {
  content: '';
  position: absolute;
  bottom: -250px;
  right: -250px;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #b66b83;
  filter: blur(80px);
  pointer-events: none;
  opacity: 0.3;
}
@media (max-width: 992px) {
  .cid-vfD7uAVxdH .item .item-wrapper::after {
    bottom: -150px;
    right: -150px;
    width: 300px;
    height: 300px;
  }
}
.cid-vfD7uAVxdH .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-vfD7uAVxdH .item .item-wrapper .item-content .item-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vfD7uAVxdH .item .item-wrapper .item-content .item-title {
    margin-top: 20px;
  }
}
.cid-vfD7uAVxdH .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-vfD7uAVxdH .item .item-wrapper .item-content .sd-section-btn {
  margin-top: 10px;
}
.cid-vfD7uAVxdH .item .item-wrapper .item-content .sd-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfD7uAVxdH .item .item-wrapper .item-date {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vfD7uAVxdH .item .item-wrapper .item-date {
    margin-top: 20px;
    margin-bottom: 0;
  }
}
.cid-vfD7uAVxdH .sd-label {
  color: #9ba9c4;
}
.cid-vfD7uAVxdH .sd-section-title {
  color: #FFFFFF;
}
.cid-vfD7uAVxdH .sd-text,
.cid-vfD7uAVxdH .text-wrapper {
  color: #FCF1F5;
}
.cid-vfD7uAVxdH .item-title {
  color: #ffffff;
}
.cid-vfD7uAVxdH .item-text {
  color: #9ba9c4;
}
.cid-vfD7uAVxdH .item-date {
  color: #FCF1F5;
}
.cid-vfD7uAVxdH .card-icon {
  color: #FFFFFF;
}
.cid-vfD7uAVxdH .sd-label,
.cid-vfD7uAVxdH .label-wrapper {
  color: #FCF1F5;
}
.cid-vfD7uAVxdH .sd-section-title,
.cid-vfD7uAVxdH .sd-section-btn,
.cid-vfD7uAVxdH .tabs-wrapper {
  color: #FFFFFF;
}
.cid-vfD7uAVxdH .item-title,
.cid-vfD7uAVxdH .sd-section-btn {
  color: #FFFFFF;
}
.cid-vfD7uAVxdH .item-text,
.cid-vfD7uAVxdH .text-wrap {
  color: #FCF1F5;
}
.cid-vfD7uB2B8j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #200914;
}
.cid-vfD7uB2B8j .sd-fallback-image.disabled {
  display: none;
}
.cid-vfD7uB2B8j .sd-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfD7uB2B8j .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vfD7uB2B8j .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-vfD7uB2B8j .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #4e2136;
  margin-bottom: 24px;
}
.cid-vfD7uB2B8j .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vfD7uB2B8j .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .sd-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vfD7uB2B8j .content-wrap .label-wrapper .label-wrap .sd-label {
  margin-bottom: 0;
}
.cid-vfD7uB2B8j .content-wrap .title-wrapper .sd-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfD7uB2B8j .content-wrap .title-wrapper .sd-section-title {
    margin-bottom: 20px;
  }
}
.cid-vfD7uB2B8j .content-wrap .text-wrapper .sd-text {
  margin-bottom: 0;
}
.cid-vfD7uB2B8j .content-wrap .card {
  justify-content: center;
}
.cid-vfD7uB2B8j .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-vfD7uB2B8j .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vfD7uB2B8j .embla__slide .slide-content {
  width: 100%;
}
.cid-vfD7uB2B8j .embla__slide .slide-content .item-wrapper {
  padding: 24px;
  backdrop-filter: blur(10px);
  position: relative;
  display: grid;
  gap: 32px;
  grid-template-columns: 0.55fr 1fr;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vfD7uB2B8j .embla__slide .slide-content .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-vfD7uB2B8j .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.1;
}
.cid-vfD7uB2B8j .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vfD7uB2B8j .embla__slide .slide-content .item-wrapper .item-img {
    margin-bottom: 40px;
  }
}
.cid-vfD7uB2B8j .embla__slide .slide-content .item-wrapper .item-img img {
  height: 470px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vfD7uB2B8j .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vfD7uB2B8j .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vfD7uB2B8j .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-vfD7uB2B8j .embla__slide .slide-content .item-wrapper .item-content .name-wrapper {
  padding-top: 20px;
  border-top: 1px solid #4e2136;
}
.cid-vfD7uB2B8j .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .item-name {
  margin-bottom: 0;
}
.cid-vfD7uB2B8j .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .item-role {
  margin-bottom: 0;
}
.cid-vfD7uB2B8j .embla__button--next,
.cid-vfD7uB2B8j .embla__button--prev {
  display: flex;
}
.cid-vfD7uB2B8j .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 14px;
  background-color: #311321 !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-vfD7uB2B8j .embla__button:hover {
  opacity: 0.5 !important;
}
.cid-vfD7uB2B8j .embla__button:disabled {
  opacity: 0.3 !important;
}
.cid-vfD7uB2B8j .embla__button.embla__button--prev {
  margin-left: -60px;
}
.cid-vfD7uB2B8j .embla__button.embla__button--prev .sd-iconfont {
  margin-right: 4px;
}
.cid-vfD7uB2B8j .embla__button.embla__button--next {
  margin-right: -60px;
}
.cid-vfD7uB2B8j .embla__button.embla__button--next .sd-iconfont {
  margin-left: 4px;
}
.cid-vfD7uB2B8j .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 60px;
}
.cid-vfD7uB2B8j .embla::before {
  content: '';
  position: absolute;
  width: 80%;
  height: 80%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #b66b83 10%, #ea9ab2 25%, #b3dee2 100%);
  filter: blur(150px);
  pointer-events: none;
  opacity: 0.5;
}
@media (max-width: 992px) {
  .cid-vfD7uB2B8j .embla::before {
    width: 300px;
    height: 300px;
  }
}
.cid-vfD7uB2B8j .embla__viewport {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vfD7uB2B8j .embla__viewport {
    padding: 0;
  }
}
.cid-vfD7uB2B8j .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vfD7uB2B8j .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vfD7uB2B8j .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vfD7uB2B8j .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vfD7uB2B8j .sd-label {
  color: #9ba9c4;
}
.cid-vfD7uB2B8j .sd-section-title {
  color: #FFFFFF;
}
.cid-vfD7uB2B8j .sd-text,
.cid-vfD7uB2B8j .text-wrapper {
  color: #FCF1F5;
}
.cid-vfD7uB2B8j .item-text {
  color: #FFFFFF;
}
.cid-vfD7uB2B8j .item-name {
  color: #FFFFFF;
}
.cid-vfD7uB2B8j .item-role {
  color: #FCF1F5;
}
.cid-vfD7uB2B8j .card-icon {
  color: #FFFFFF;
}
.cid-vfD7uB2B8j .sd-label,
.cid-vfD7uB2B8j .label-wrapper {
  color: #FCF1F5;
}
.cid-vfD7uB2B8j .sd-section-title,
.cid-vfD7uB2B8j .sd-section-btn {
  color: #FFFFFF;
}
.cid-vfD7uBaKA1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #200914;
}
.cid-vfD7uBaKA1 .sd-fallback-image.disabled {
  display: none;
}
.cid-vfD7uBaKA1 .sd-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfD7uBaKA1 .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vfD7uBaKA1 .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-vfD7uBaKA1 .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #4e2136;
  margin-bottom: 24px;
}
.cid-vfD7uBaKA1 .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vfD7uBaKA1 .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .sd-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vfD7uBaKA1 .content-wrap .label-wrapper .label-wrap .sd-label {
  margin-bottom: 0;
}
.cid-vfD7uBaKA1 .content-wrap .title-wrapper .sd-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfD7uBaKA1 .content-wrap .title-wrapper .sd-section-title {
    margin-bottom: 20px;
  }
}
.cid-vfD7uBaKA1 .content-wrap .text-wrapper .sd-text {
  margin-bottom: 0;
}
.cid-vfD7uBaKA1 .content-wrap .card {
  justify-content: center;
}
.cid-vfD7uBaKA1 .card-wrapper {
  padding: 32px;
  border: 1px solid #4e2136;
}
@media (max-width: 992px) {
  .cid-vfD7uBaKA1 .card-wrapper {
    padding: 20px;
  }
}
.cid-vfD7uBaKA1 .card-wrapper .google-map iframe {
  height: 460px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vfD7uBaKA1 .card-wrapper .google-map iframe {
    height: 300px;
  }
}
.cid-vfD7uBaKA1 .sd-label {
  color: #9ba9c4;
}
.cid-vfD7uBaKA1 .sd-section-title {
  color: #ffffff;
}
.cid-vfD7uBaKA1 .sd-text,
.cid-vfD7uBaKA1 .text-wrapper {
  color: #FCF1F5;
}
.cid-vfD7uBaKA1 .sd-label,
.cid-vfD7uBaKA1 .label-wrapper {
  color: #FCF1F5;
}
.cid-vfD7uBaKA1 .sd-section-title,
.cid-vfD7uBaKA1 .sd-section-btn {
  color: #FFFFFF;
}
.cid-vfD7uBfW5l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #200914;
}
.cid-vfD7uBfW5l .sd-fallback-image.disabled {
  display: none;
}
.cid-vfD7uBfW5l .sd-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfD7uBfW5l .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vfD7uBfW5l .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-vfD7uBfW5l .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #4e2136;
  margin-bottom: 24px;
}
.cid-vfD7uBfW5l .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vfD7uBfW5l .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .sd-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vfD7uBfW5l .content-wrap .label-wrapper .label-wrap .sd-label {
  margin-bottom: 0;
}
.cid-vfD7uBfW5l .content-wrap .title-wrapper .sd-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfD7uBfW5l .content-wrap .title-wrapper .sd-section-title {
    margin-bottom: 20px;
  }
}
.cid-vfD7uBfW5l .content-wrap .text-wrapper .sd-text {
  margin-bottom: 0;
}
.cid-vfD7uBfW5l .content-wrap .card {
  justify-content: center;
}
.cid-vfD7uBfW5l .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vfD7uBfW5l .item {
    margin-bottom: 20px;
  }
  .cid-vfD7uBfW5l .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vfD7uBfW5l .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
  padding: 20px;
  background-color: #200914;
  border: 1px solid #4e2136;
  animation: none !important;
  overflow: hidden;
}
.cid-vfD7uBfW5l .item .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: -30%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #b66b83 10%, #ea9ab2 25%, #b3dee2 100%);
  filter: blur(50px);
  pointer-events: none;
}
.cid-vfD7uBfW5l .item .item-wrapper::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: linear-gradient(transparent 0, #200914 80%);
  pointer-events: none;
}
.cid-vfD7uBfW5l .item .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin: 20px 0 40px 0;
}
@media (max-width: 992px) {
  .cid-vfD7uBfW5l .item .item-wrapper .item-img {
    margin: 0 0 20px 0;
  }
}
.cid-vfD7uBfW5l .item .item-wrapper .item-img img {
  height: 260px;
  width: 60%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vfD7uBfW5l .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-vfD7uBfW5l .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 20px;
  backdrop-filter: blur(10px);
}
.cid-vfD7uBfW5l .item .item-wrapper .item-content .border-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #ffffff;
  -webkit-mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
  mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
}
.cid-vfD7uBfW5l .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
.cid-vfD7uBfW5l .item .item-wrapper .item-content .card-box .item-title {
  margin-bottom: 6px;
}
.cid-vfD7uBfW5l .item .item-wrapper .item-content .card-box .item-text {
  margin-bottom: 0;
}
.cid-vfD7uBfW5l .item .item-wrapper .item-content .card-box .sd-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vfD7uBfW5l .item .item-wrapper .item-content .card-box .sd-section-btn {
    margin-top: 10px;
  }
}
.cid-vfD7uBfW5l .item .item-wrapper .item-content .card-box .sd-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfD7uBfW5l .item .card_2 .item-img img {
  height: 210px;
  width: 70%;
}
@media (max-width: 992px) {
  .cid-vfD7uBfW5l .item .card_2 .item-img img {
    width: 100%;
  }
}
.cid-vfD7uBfW5l .sd-label {
  color: #9ba9c4;
}
.cid-vfD7uBfW5l .sd-section-title {
  color: #FFFFFF;
}
.cid-vfD7uBfW5l .sd-text,
.cid-vfD7uBfW5l .text-wrapper {
  color: #FCF1F5;
}
.cid-vfD7uBfW5l .item-title {
  color: #ffffff;
}
.cid-vfD7uBfW5l .item-text {
  color: #FCF1F5;
}
.cid-vfD7uBfW5l .card-icon {
  color: #FFFFFF;
}
.cid-vfD7uBfW5l .sd-label,
.cid-vfD7uBfW5l .label-wrapper {
  color: #FCF1F5;
}
.cid-vfD7uBfW5l .sd-section-title,
.cid-vfD7uBfW5l .sd-section-btn {
  color: #FFFFFF;
}
.cid-vfD7uBfW5l .item-title,
.cid-vfD7uBfW5l .sd-section-btn {
  color: #FFFFFF;
}
.cid-vfD7uBoMSa {
  background-image: url("../../../assets/images/photo-1515378791036-0648a3ef77b2.jpeg");
}
.cid-vfD7uBoMSa .sd-fallback-image.disabled {
  display: none;
}
.cid-vfD7uBoMSa .sd-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfD7uBoMSa .image-wrap {
  height: 400px;
}
@media (max-width: 992px) {
  .cid-vfD7uBoMSa .image-wrap {
    height: 350px;
  }
}
.cid-vfD7uBqx4k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #200914;
}
.cid-vfD7uBqx4k .sd-fallback-image.disabled {
  display: none;
}
.cid-vfD7uBqx4k .sd-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfD7uBqx4k .content-wrap .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vfD7uBqx4k .content-wrap .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vfD7uBqx4k .content-wrap .title-wrapper .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #4e2136;
  margin-bottom: 24px;
}
.cid-vfD7uBqx4k .content-wrap .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vfD7uBqx4k .content-wrap .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .sd-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vfD7uBqx4k .content-wrap .title-wrapper .label-wrapper .label-wrap .sd-label {
  margin-bottom: 0;
}
.cid-vfD7uBqx4k .content-wrap .title-wrapper .sd-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vfD7uBqx4k .content-wrap .title-wrapper .sd-section-title {
    margin-bottom: 20px;
  }
}
.cid-vfD7uBqx4k .content-wrap .title-wrapper .text-wrapper .sd-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfD7uBqx4k .content-wrap .title-wrapper .text-wrapper .sd-text {
    width: 100%;
  }
}
.cid-vfD7uBqx4k .items-wrapper .items-wrap {
  display: inline-flex;
  flex-direction: column;
  gap: 20px;
  width: 70%;
}
@media (max-width: 992px) {
  .cid-vfD7uBqx4k .items-wrapper .items-wrap {
    width: 100%;
  }
}
.cid-vfD7uBqx4k .item {
  width: 100%;
}
.cid-vfD7uBqx4k .item .item-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  padding: 11px 16px;
  background-color: #200914;
  border: 1px solid #4e2136;
  animation: none !important;
}
.cid-vfD7uBqx4k .item .item-wrapper .icon-wrapper .sd-iconfont {
  display: flex;
  font-size: 24px;
  width: 24px;
}
.cid-vfD7uBqx4k .item .item-wrapper .item-title {
  width: 100%;
  margin-bottom: 0;
}
.cid-vfD7uBqx4k .sd-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vfD7uBqx4k .sd-section-btn {
    margin-top: 10px;
  }
}
.cid-vfD7uBqx4k .image-wrapper {
  -webkit-mask: linear-gradient(#000000 50%, transparent 100%);
  mask: linear-gradient(#000000 50%, transparent 100%);
}
@media (max-width: 992px) {
  .cid-vfD7uBqx4k .image-wrapper {
    margin-top: 40px;
  }
}
.cid-vfD7uBqx4k .image-wrapper img {
  height: 500px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vfD7uBqx4k .image-wrapper img {
    height: 300px;
  }
}
.cid-vfD7uBqx4k .btn-wrapper {
  margin-top: 0;
  margin-right: -2rem;
}
.cid-vfD7uBqx4k .sd-label {
  color: #9ba9c4;
}
.cid-vfD7uBqx4k .sd-section-title {
  color: #ffffff;
}
.cid-vfD7uBqx4k .sd-text,
.cid-vfD7uBqx4k .text-wrapper {
  color: #FCF1F5;
}
.cid-vfD7uBqx4k .item-title {
  color: #d1d4e3;
}
.cid-vfD7uBqx4k .card-icon {
  color: #FFFFFF;
}
.cid-vfD7uBqx4k .sd-label,
.cid-vfD7uBqx4k .label-wrapper {
  color: #FCF1F5;
}
.cid-vfD7uBqx4k .sd-section-title,
.cid-vfD7uBqx4k .sd-section-btn {
  color: #FFFFFF;
}
.cid-vfD7uBqx4k .card-icons {
  color: #FFFFFF;
}
.cid-vfD7uBqx4k .item-title,
.cid-vfD7uBqx4k .items-wrapper {
  color: #FCF1F5;
}
.cid-vfD7uBwl3e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #200914;
}
.cid-vfD7uBwl3e .sd-fallback-image.disabled {
  display: none;
}
.cid-vfD7uBwl3e .sd-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfD7uBwl3e .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vfD7uBwl3e .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-vfD7uBwl3e .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #4e2136;
  margin-bottom: 24px;
}
.cid-vfD7uBwl3e .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vfD7uBwl3e .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .sd-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vfD7uBwl3e .content-wrap .label-wrapper .label-wrap .sd-label {
  margin-bottom: 0;
}
.cid-vfD7uBwl3e .content-wrap .title-wrapper .sd-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfD7uBwl3e .content-wrap .title-wrapper .sd-section-title {
    margin-bottom: 20px;
  }
}
.cid-vfD7uBwl3e .content-wrap .text-wrapper .sd-text {
  margin-bottom: 0;
}
.cid-vfD7uBwl3e .content-wrap .card {
  justify-content: center;
}
.cid-vfD7uBwl3e .item {
  margin-bottom: 48px;
}
.cid-vfD7uBwl3e .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfD7uBwl3e .item {
    margin-bottom: 20px;
  }
  .cid-vfD7uBwl3e .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vfD7uBwl3e .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  height: 100%;
  position: relative;
  padding: 40px;
  background-color: #200914;
  border: 1px solid #4e2136;
  animation: none !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vfD7uBwl3e .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-vfD7uBwl3e .item .item-wrapper .item-content {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vfD7uBwl3e .item .item-wrapper .item-content {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vfD7uBwl3e .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-vfD7uBwl3e .item .item-wrapper .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-vfD7uBwl3e .item .item-wrapper .item-content .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vfD7uBwl3e .item .item-wrapper .item-content .list-wrapper {
    margin-top: 20px;
  }
}
.cid-vfD7uBwl3e .item .item-wrapper .item-content .list-wrapper .list {
  display: inline-flex;
  flex-direction: column;
  width: 80%;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-vfD7uBwl3e .item .item-wrapper .item-content .list-wrapper .list {
    width: 100%;
  }
}
.cid-vfD7uBwl3e .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  position: relative;
  width: 100%;
  border: 1px solid #4e2136;
  padding: 11px 16px 11px 50px;
  margin-bottom: 0;
  min-height: 48px;
}
.cid-vfD7uBwl3e .item .item-wrapper .item-content .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 13px;
  left: 16px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  font-size: 16px;
  color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #ffffff 40%, #ffffff 50%);
  box-shadow: inset 0 0 7px -1px #ffffff;
}
.cid-vfD7uBwl3e .item .item-wrapper .item-content .sd-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vfD7uBwl3e .item .item-wrapper .item-content .sd-section-btn {
    margin-top: 10px;
  }
}
.cid-vfD7uBwl3e .item .item-wrapper .item-content .sd-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfD7uBwl3e .item .item-wrapper .image-wrapper {
  position: relative;
  z-index: 1;
  padding: 20px;
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vfD7uBwl3e .item .item-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-vfD7uBwl3e .item .item-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  right: -30%;
  width: 100%;
  height: 85%;
  border-radius: 100%;
  background-image: linear-gradient(#ff6a00 10%, #ffcd7d 25%, #0175ff 100%);
  filter: blur(80px);
  pointer-events: none;
}
.cid-vfD7uBwl3e .item .item-wrapper .image-wrapper .border-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #ffffff;
  -webkit-mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
  mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
}
.cid-vfD7uBwl3e .item .item-wrapper .image-wrapper .item-img {
  position: relative;
  z-index: 1;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vfD7uBwl3e .item .item-wrapper .image-wrapper .item-img {
    min-height: auto;
    height: 300px;
  }
}
.cid-vfD7uBwl3e .item .item-wrapper .image-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vfD7uBwl3e .sd-label {
  color: #9ba9c4;
}
.cid-vfD7uBwl3e .sd-section-title {
  color: #FFFFFF;
}
.cid-vfD7uBwl3e .sd-text,
.cid-vfD7uBwl3e .text-wrapper {
  color: #FCF1F5;
}
.cid-vfD7uBwl3e .item-title {
  color: #ffffff;
}
.cid-vfD7uBwl3e .item-text {
  color: #9ba9c4;
}
.cid-vfD7uBwl3e .list {
  color: #d1d4e3;
}
.cid-vfD7uBwl3e .card-icon {
  color: #FFFFFF;
}
.cid-vfD7uBwl3e .sd-label,
.cid-vfD7uBwl3e .label-wrapper {
  color: #FCF1F5;
}
.cid-vfD7uBwl3e .sd-section-title,
.cid-vfD7uBwl3e .sd-section-btn {
  color: #FFFFFF;
}
.cid-vfD7uBwl3e .item-title,
.cid-vfD7uBwl3e .sd-section-btn {
  color: #FFFFFF;
}
.cid-vfD7uBwl3e .item-text,
.cid-vfD7uBwl3e .text-wrap {
  color: #FCF1F5;
}
.cid-vfD7uBwl3e .list,
.cid-vfD7uBwl3e .item-wrap,
.cid-vfD7uBwl3e .list-wrapper {
  color: #FCF1F5;
}
.cid-vfD7uBJU4G {
  background-color: #200914;
  overflow: hidden;
}
.cid-vfD7uBJU4G::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #b66b83 10%, #ea9ab2 25%, #b3dee2 100%);
  filter: blur(150px);
  pointer-events: none;
}
.cid-vfD7uBJU4G::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #200914 100%);
  pointer-events: none;
}
.cid-vfD7uBJU4G .sd-fallback-image.disabled {
  display: none;
}
.cid-vfD7uBJU4G .sd-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfD7uBJU4G .content-wrap {
  margin: 0 -30px;
}
.cid-vfD7uBJU4G .content-wrap .card {
  padding: 0 30px;
}
.cid-vfD7uBJU4G .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vfD7uBJU4G .title-wrapper .label-wrapper .sd-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #4e2136;
}
.cid-vfD7uBJU4G .title-wrapper .sd-section-title {
  margin-bottom: 24px;
}
.cid-vfD7uBJU4G .title-wrapper .text-wrapper .sd-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfD7uBJU4G .title-wrapper .text-wrapper .sd-text {
    width: 100%;
  }
}
.cid-vfD7uBJU4G .title-wrapper .sd-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vfD7uBJU4G .title-wrapper .sd-section-btn {
    margin-top: 10px;
  }
}
.cid-vfD7uBJU4G .image-wrapper {
  position: relative;
  z-index: 1;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-vfD7uBJU4G .image-wrapper {
    padding: 20px;
    margin-top: 40px;
  }
}
.cid-vfD7uBJU4G .image-wrapper .border-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #ffffff;
  -webkit-mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
  mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
}
.cid-vfD7uBJU4G .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vfD7uBJU4G .image-wrapper .image-wrap {
    min-height: auto;
    height: 300px;
  }
}
.cid-vfD7uBJU4G .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vfD7uBJU4G .sd-label,
.cid-vfD7uBJU4G .label-wrapper {
  color: #FFFFFF;
}
.cid-vfD7uBJU4G .sd-section-title {
  color: #ffffff;
}
.cid-vfD7uBJU4G .sd-text,
.cid-vfD7uBJU4G .text-wrapper {
  color: #FFFFFF;
}
.cid-vfD7uBJU4G .sd-section-title,
.cid-vfD7uBJU4G .sd-section-btn {
  color: #FFFFFF;
}
.cid-vfD7uBOr3p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #200914;
}
.cid-vfD7uBOr3p .sd-fallback-image.disabled {
  display: none;
}
.cid-vfD7uBOr3p .sd-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfD7uBOr3p .items-wrapper {
  justify-content: space-between;
}
.cid-vfD7uBOr3p .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vfD7uBOr3p .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vfD7uBOr3p .title-wrapper .sd-section-title {
  margin-bottom: 0;
}
.cid-vfD7uBOr3p .title-wrapper .sd-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vfD7uBOr3p .title-wrapper .sd-section-btn {
    margin-top: 10px;
  }
}
.cid-vfD7uBOr3p .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vfD7uBOr3p .image-wrapper {
    justify-content: center;
  }
}
.cid-vfD7uBOr3p .image-wrapper img {
  width: 346px;
  height: 346px;
  min-width: 346px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-vfD7uBOr3p .image-wrapper img {
    width: 300px;
    height: 300px;
    min-width: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-vfD7uBOr3p .image-wrapper img {
    width: 250px;
    height: 250px;
    min-width: 250px;
  }
}
.cid-vfD7uBOr3p .sd-section-title {
  color: #ffffff;
}
.cid-vfD7uBOr3p .sd-section-title,
.cid-vfD7uBOr3p .sd-section-btn {
  color: #FFFFFF;
}
.cid-vfD7uBQQIE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #200914;
}
.cid-vfD7uBQQIE .sd-fallback-image.disabled {
  display: none;
}
.cid-vfD7uBQQIE .sd-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfD7uBQQIE .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vfD7uBQQIE .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-vfD7uBQQIE .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-vfD7uBQQIE .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vfD7uBQQIE .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .sd-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vfD7uBQQIE .content-wrap .label-wrapper .label-wrap .sd-label {
  margin-bottom: 0;
}
.cid-vfD7uBQQIE .content-wrap .title-wrapper .sd-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfD7uBQQIE .content-wrap .title-wrapper .sd-section-title {
    margin-bottom: 20px;
  }
}
.cid-vfD7uBQQIE .content-wrap .text-wrapper .sd-text {
  margin-bottom: 0;
}
.cid-vfD7uBQQIE .content-wrap .card {
  justify-content: center;
}
.cid-vfD7uBQQIE .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .cid-vfD7uBQQIE .panel-group {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vfD7uBQQIE .panel-group .content-wrap:nth-child(2) {
    margin-top: 20px;
  }
}
.cid-vfD7uBQQIE .panel-group .card {
  position: relative;
  padding: 0;
  margin-top: 24px;
  background-color: #311321;
  border: 1px solid #4e2136;
  overflow: hidden;
}
.cid-vfD7uBQQIE .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-vfD7uBQQIE .panel-group .card {
    margin-top: 20px;
  }
  .cid-vfD7uBQQIE .panel-group .card:first-child {
    margin-top: 0;
  }
}
.cid-vfD7uBQQIE .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vfD7uBQQIE .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
}
.cid-vfD7uBQQIE .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vfD7uBQQIE .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 30px;
  height: 30px;
  min-width: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vfD7uBQQIE .panel-group .card .card-header .panel-title .icon-wrapper {
    width: 54px;
    height: 54px;
    min-width: 54px;
  }
}
.cid-vfD7uBQQIE .panel-group .card .card-header .panel-title .icon-wrapper .sd-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-vfD7uBQQIE .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(45deg);
}
.cid-vfD7uBQQIE .panel-group .card .panel-collapse .panel-body {
  padding: 20px;
  border-top: 1px solid #4e2136;
}
.cid-vfD7uBQQIE .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vfD7uBQQIE .sd-label {
  color: #9ba9c4;
}
.cid-vfD7uBQQIE .sd-section-title {
  color: #FFFFFF;
}
.cid-vfD7uBQQIE .sd-text,
.cid-vfD7uBQQIE .text-wrapper {
  color: #FCF1F5;
}
.cid-vfD7uBQQIE .panel-title-edit {
  color: #FFFFFF;
}
.cid-vfD7uBQQIE .panel-text {
  color: #9ba9c4;
}
.cid-vfD7uBQQIE .card-icon {
  color: #FFFFFF;
}
.cid-vfD7uBQQIE .sd-label,
.cid-vfD7uBQQIE .label-wrapper {
  color: #FCF1F5;
}
.cid-vfD7uBQQIE .sd-section-title,
.cid-vfD7uBQQIE .sd-section-btn,
.cid-vfD7uBQQIE .tabs-wrapper {
  color: #FFFFFF;
}
.cid-vfD7uBQQIE .panel-text,
.cid-vfD7uBQQIE .panel-body {
  color: #FFFFFF;
}
.cid-vfD7uBYQoR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #200914;
}
.cid-vfD7uBYQoR .sd-fallback-image.disabled {
  display: none;
}
.cid-vfD7uBYQoR .sd-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfD7uBYQoR .content-wrapper {
  -webkit-mask: linear-gradient(#000000 50%, transparent 100%);
  mask: linear-gradient(#000000 50%, transparent 100%);
}
.cid-vfD7uBYQoR .content-wrapper .card-wrapper {
  border: 1px solid #4e2136;
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-vfD7uBYQoR .content-wrapper .card-wrapper {
    padding: 20px;
  }
}
.cid-vfD7uBYQoR .content-wrapper .card-wrapper img {
  height: 600px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vfD7uBYQoR .content-wrapper .card-wrapper img {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-vfD7uBYQoR .content-wrapper .card-wrapper img {
    height: 300px;
  }
}
.cid-vfD7uC1RA6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #200914;
}
.cid-vfD7uC1RA6 .sd-fallback-image.disabled {
  display: none;
}
.cid-vfD7uC1RA6 .sd-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfD7uC1RA6 .title-wrapper {
  margin-top: 40px;
}
.cid-vfD7uC1RA6 .title-wrapper .sd-section-title {
  margin-bottom: 0;
}
.cid-vfD7uC1RA6 .title-wrapper .sd-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vfD7uC1RA6 .title-wrapper .sd-section-btn {
    margin-top: 10px;
  }
}
.cid-vfD7uC1RA6 .sd-section-title {
  color: #ffffff;
}
.cid-vfD7uC1RA6 .sd-section-title,
.cid-vfD7uC1RA6 .sd-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-vfD7uC3ecA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #200914;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.cid-vfD7uC3ecA .item:focus,
.cid-vfD7uC3ecA span:focus {
  outline: none;
}
.cid-vfD7uC3ecA .item {
  cursor: pointer;
}
.cid-vfD7uC3ecA .grid-container {
  grid-row-gap: 32px;
}
@media (max-width: 992px) {
  .cid-vfD7uC3ecA .grid-container {
    grid-row-gap: 20px;
  }
}
.cid-vfD7uC3ecA .grid-container-1,
.cid-vfD7uC3ecA .grid-container-2,
.cid-vfD7uC3ecA .grid-container-3 {
  gap: 0 32px;
}
@media (max-width: 992px) {
  .cid-vfD7uC3ecA .grid-container-1,
  .cid-vfD7uC3ecA .grid-container-2,
  .cid-vfD7uC3ecA .grid-container-3 {
    gap: 0 20px;
  }
}
.cid-vfD7uC3ecA .sd-section-title {
  margin-bottom: 40px;
  color: #ffffff;
  text-align: center;
}
.cid-vfD7uC3ecA .content-head {
  max-width: 800px;
}
.cid-vfD7uC3ecA .container,
.cid-vfD7uC3ecA .container-fluid {
  overflow: hidden;
}
.cid-vfD7uC3ecA .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-vfD7uC3ecA .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vfD7uC3ecA .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vfD7uC3ecA .grid-item img {
    height: 400px;
  }
}
@media (max-width: 1200px) {
  .cid-vfD7uC3ecA .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-vfD7uC3ecA .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-vfD7uC3ecA .grid-item img {
    height: 140px;
  }
}
.cid-vfD7uC3ecA .grid-container-1,
.cid-vfD7uC3ecA .grid-container-2,
.cid-vfD7uC3ecA .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-vfD7uC3ecA .grid-container-1 {
  align-items: flex-end;
}
.cid-vfD7uC3ecA .grid-container-2 {
  align-items: flex-start;
}
.cid-vfD7uC3ecA::before {
  content: '';
  position: absolute;
  width: 80%;
  height: 80%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #b66b83 10%, #ea9ab2 25%, #b3dee2 100%);
  filter: blur(150px);
  pointer-events: none;
  opacity: 0.5;
}
@media (max-width: 992px) {
  .cid-vfD7uC3ecA::before {
    width: 300px;
    height: 300px;
  }
}
.cid-vfD7uC54u3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #200914;
}
.cid-vfD7uC54u3 .sd-fallback-image.disabled {
  display: none;
}
.cid-vfD7uC54u3 .sd-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfD7uC54u3 .content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vfD7uC54u3 .content-wrapper::before {
  content: '';
  position: absolute;
  width: 80%;
  height: 80%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #b66b83 10%, #ea9ab2 25%, #b3dee2 100%);
  filter: blur(150px);
  pointer-events: none;
  opacity: 0.3;
}
@media (max-width: 992px) {
  .cid-vfD7uC54u3 .content-wrapper::before {
    width: 300px;
    height: 300px;
  }
}
.cid-vfD7uC54u3 .content-wrap {
  position: relative;
  margin: 0 -40px;
}
.cid-vfD7uC54u3 .content-wrap .card {
  padding: 0 40px;
}
.cid-vfD7uC54u3 .content-wrap .title-wrapper .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #4e2136;
  margin-bottom: 24px;
}
.cid-vfD7uC54u3 .content-wrap .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vfD7uC54u3 .content-wrap .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .sd-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vfD7uC54u3 .content-wrap .title-wrapper .label-wrapper .label-wrap .sd-label {
  margin-bottom: 0;
}
.cid-vfD7uC54u3 .content-wrap .title-wrapper .sd-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vfD7uC54u3 .content-wrap .title-wrapper .sd-section-title {
    margin-bottom: 20px;
  }
}
.cid-vfD7uC54u3 .content-wrap .title-wrapper .text-wrapper .sd-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfD7uC54u3 .content-wrap .title-wrapper .text-wrapper .sd-text {
    width: 100%;
  }
}
.cid-vfD7uC54u3 .sd-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vfD7uC54u3 .sd-section-btn {
    margin-top: 10px;
  }
}
.cid-vfD7uC54u3 .form-wrap {
  position: relative;
  z-index: 1;
  background-color: #200914;
  border: 1px solid #4e2136;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-vfD7uC54u3 .form-wrap {
    padding: 20px;
  }
}
.cid-vfD7uC54u3 .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  margin: 0 -9.6px;
}
.cid-vfD7uC54u3 .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vfD7uC54u3 .form-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-vfD7uC54u3 .form-wrap .dragArea.row .form-group .form-control {
  padding: 12px;
  color: #fcf1f5;
  background-color: #311321;
  border: 1px solid #4e2136 !important;
  box-shadow: none;
  margin-bottom: 20px;
}
.cid-vfD7uC54u3 .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #fcf1f5;
}
.cid-vfD7uC54u3 .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vfD7uC54u3 .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #b3dee2 !important;
}
.cid-vfD7uC54u3 .form-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-vfD7uC54u3 .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vfD7uC54u3 .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #fcf1f5;
  border-color: #fcf1f5;
}
.cid-vfD7uC54u3 .form-wrap .dragArea.row .sd-section-btn {
  width: 100%;
  margin-top: 0;
}
.cid-vfD7uC54u3 .form-wrap .dragArea.row .sd-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
}
.cid-vfD7uC54u3 .sd-label {
  color: #9ba9c4;
}
.cid-vfD7uC54u3 .sd-section-title {
  color: #ffffff;
}
.cid-vfD7uC54u3 .sd-text,
.cid-vfD7uC54u3 .text-wrapper {
  color: #FCF1F5;
}
.cid-vfD7uC54u3 label {
  color: #9ba9c4;
}
.cid-vfD7uC54u3 .card-icon {
  color: #FFFFFF;
}
.cid-vfD7uC54u3 .sd-label,
.cid-vfD7uC54u3 .label-wrapper {
  color: #FCF1F5;
}
.cid-vfD7uC54u3 .sd-section-title,
.cid-vfD7uC54u3 .sd-section-btn {
  color: #FFFFFF;
}
.cid-vfD7uC54u3 .form-control-label {
  color: #FCF1F5;
}
.cid-vfD7uC9Nxh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #200914;
}
.cid-vfD7uC9Nxh .sd-fallback-image.disabled {
  display: none;
}
.cid-vfD7uC9Nxh .sd-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfD7uC9Nxh .content-wrap .title-wrapper .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #4e2136;
  margin-bottom: 24px;
}
.cid-vfD7uC9Nxh .content-wrap .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vfD7uC9Nxh .content-wrap .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .sd-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vfD7uC9Nxh .content-wrap .title-wrapper .label-wrapper .label-wrap .sd-label {
  margin-bottom: 0;
}
.cid-vfD7uC9Nxh .content-wrap .title-wrapper .sd-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vfD7uC9Nxh .content-wrap .title-wrapper .sd-section-title {
    margin-bottom: 20px;
  }
}
.cid-vfD7uC9Nxh .content-wrap .title-wrapper .text-wrapper .sd-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfD7uC9Nxh .content-wrap .title-wrapper .text-wrapper .sd-text {
    width: 100%;
  }
}
.cid-vfD7uC9Nxh .sd-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vfD7uC9Nxh .sd-section-btn {
    margin-top: 10px;
  }
}
@media (max-width: 992px) {
  .cid-vfD7uC9Nxh .items-wrapper {
    margin-top: 40px;
  }
}
.cid-vfD7uC9Nxh .items-wrapper .items-wrap {
  display: inline-flex;
  flex-direction: column;
  gap: 32px;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-vfD7uC9Nxh .items-wrapper .items-wrap {
    width: 100%;
  }
}
.cid-vfD7uC9Nxh .item {
  width: 100%;
}
.cid-vfD7uC9Nxh .item .item-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  animation: none !important;
}
.cid-vfD7uC9Nxh .item .item-wrapper .icon-wrapper .icon-wrap {
  background-image: linear-gradient(40deg, #ea9ab2 0%, #200914 45%, #b3dee2 100%);
  box-shadow: 0 6px 30px -12px #ea9ab2;
  display: inline-flex;
  padding: 2px;
}
.cid-vfD7uC9Nxh .item .item-wrapper .icon-wrapper .icon-wrap .sd-iconfont {
  padding: 16px;
  font-size: 36px;
  background-color: #200914;
}
.cid-vfD7uC9Nxh .item .item-wrapper .item-title {
  width: 100%;
  margin-bottom: 0;
}
.cid-vfD7uC9Nxh .btn-wrapper {
  margin-top: -1rem;
  margin-right: -3rem;
}
.cid-vfD7uC9Nxh .sd-label {
  color: #9ba9c4;
}
.cid-vfD7uC9Nxh .sd-section-title {
  color: #ffffff;
}
.cid-vfD7uC9Nxh .sd-text,
.cid-vfD7uC9Nxh .text-wrapper {
  color: #FCF1F5;
}
.cid-vfD7uC9Nxh .item-title {
  color: #d1d4e3;
}
.cid-vfD7uC9Nxh .card-icon {
  color: #FFFFFF;
}
.cid-vfD7uC9Nxh .sd-label,
.cid-vfD7uC9Nxh .label-wrapper {
  color: #FCF1F5;
}
.cid-vfD7uC9Nxh .sd-section-title,
.cid-vfD7uC9Nxh .sd-section-btn {
  color: #FFFFFF;
}
.cid-vfD7uC9Nxh .card-icons {
  color: #FFFFFF;
}
.cid-vfD7uC9Nxh .item-title,
.cid-vfD7uC9Nxh .items-wrapper {
  color: #FCF1F5;
}
.cid-vfD7uCcDkA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #200914;
}
.cid-vfD7uCcDkA .sd-fallback-image.disabled {
  display: none;
}
.cid-vfD7uCcDkA .sd-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfD7uCcDkA .nav-wrap {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vfD7uCcDkA .nav-wrap {
    margin-bottom: 40px;
  }
}
.cid-vfD7uCcDkA .nav-wrap .sd-list-title {
  margin-bottom: 16px;
}
.cid-vfD7uCcDkA .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vfD7uCcDkA .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all 0.5s ease-in-out;
  width: fit-content;
}
.cid-vfD7uCcDkA .nav-wrap .list .item-wrap:hover,
.cid-vfD7uCcDkA .nav-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vfD7uCcDkA .nav-wrap .list .item-wrap:hover::before,
.cid-vfD7uCcDkA .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-vfD7uCcDkA .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.cid-vfD7uCcDkA .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vfD7uCcDkA .sd-copy {
  margin-bottom: 0;
  color: #FCF1F5;
  text-align: center;
}
.cid-vfD7uCcDkA .sd-list-title {
  color: #ffffff;
}
.cid-vfD7uCcDkA .list {
  color: #9ba9c4;
}
