.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Anonymous Pro;
}
.display-1 {
  font-family: 'Anonymous Pro', sans-serif;
  font-size: 7.5rem;
  line-height: 0.9;
}
.display-1 > .KJcGwB-iconfont {
  font-size: 9.375rem;
}
.display-2 {
  font-family: 'Anonymous Pro', sans-serif;
  font-size: 4rem;
  line-height: 0.85;
}
.display-2 > .KJcGwB-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Anonymous Pro', sans-serif;
  font-size: 1.2rem;
  line-height: 1.1;
}
.display-4 > .KJcGwB-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Anonymous Pro', sans-serif;
  font-size: 2.7rem;
  line-height: 1;
}
.display-5 > .KJcGwB-iconfont {
  font-size: 3.375rem;
}
.display-7 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.6rem;
  line-height: 1.2;
}
.display-7 > .KJcGwB-iconfont {
  font-size: 2rem;
}
/* ---- 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: 6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.25rem;
    font-size: calc( 3.2749999999999995rem + (7.5 - 3.2749999999999995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.2749999999999995rem + (7.5 - 3.2749999999999995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.16rem;
    font-size: calc( 1.595rem + (2.7 - 1.595) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.595rem + (2.7 - 1.595) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 5.25rem;
    font-size: calc( 3.2749999999999995rem + (7.5 - 3.2749999999999995) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (3.2749999999999995rem + (7.5 - 3.2749999999999995) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2.16rem;
    font-size: calc( 1.595rem + (2.7 - 1.595) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.595rem + (2.7 - 1.595) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((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: #6a0050 !important;
}
.bg-success {
  background-color: #acfe00 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #6a0050 !important;
}
.bg-danger {
  background-color: #ff3f30 !important;
}
.btn-primary .KJcGwB-iconfont {
  color: #6a0050 !important;
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6a0050 !important;
  border-color: #6a0050 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #9d0076 !important;
  border-color: #9d0076 !important;
  box-shadow: none;
}
.btn-primary:hover .KJcGwB-iconfont,
.btn-primary:focus .KJcGwB-iconfont,
.btn-primary.focus .KJcGwB-iconfont,
.btn-primary.active .KJcGwB-iconfont {
  color: #9d0076 !important;
  background-color: #ffffff !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #9d0076 !important;
  border-color: #9d0076 !important;
}
.btn-secondary .KJcGwB-iconfont {
  color: #000000 !important;
  background-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-secondary:hover .KJcGwB-iconfont,
.btn-secondary:focus .KJcGwB-iconfont,
.btn-secondary.focus .KJcGwB-iconfont,
.btn-secondary.active .KJcGwB-iconfont {
  color: #1a1a1a !important;
  background-color: #ffffff !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-info .KJcGwB-iconfont {
  color: #ffffff !important;
  background-color: #666666 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #666666 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover .KJcGwB-iconfont,
.btn-info:focus .KJcGwB-iconfont,
.btn-info.focus .KJcGwB-iconfont,
.btn-info.active .KJcGwB-iconfont {
  color: #ffffff !important;
  background-color: #666666 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #666666 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success .KJcGwB-iconfont {
  color: #acfe00 !important;
  background-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #acfe00 !important;
  border-color: #acfe00 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #bdff32 !important;
  border-color: #bdff32 !important;
  box-shadow: none;
}
.btn-success:hover .KJcGwB-iconfont,
.btn-success:focus .KJcGwB-iconfont,
.btn-success.focus .KJcGwB-iconfont,
.btn-success.active .KJcGwB-iconfont {
  color: #bdff32 !important;
  background-color: #000000 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #bdff32 !important;
  border-color: #bdff32 !important;
}
.btn-warning .KJcGwB-iconfont {
  color: #6a0050 !important;
  background-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #6a0050 !important;
  border-color: #6a0050 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #9d0076 !important;
  border-color: #9d0076 !important;
  box-shadow: none;
}
.btn-warning:hover .KJcGwB-iconfont,
.btn-warning:focus .KJcGwB-iconfont,
.btn-warning.focus .KJcGwB-iconfont,
.btn-warning.active .KJcGwB-iconfont {
  color: #9d0076 !important;
  background-color: #ffffff !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9d0076 !important;
  border-color: #9d0076 !important;
}
.btn-danger .KJcGwB-iconfont {
  color: #ff3f30 !important;
  background-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff3f30 !important;
  border-color: #ff3f30 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ff6e63 !important;
  border-color: #ff6e63 !important;
  box-shadow: none;
}
.btn-danger:hover .KJcGwB-iconfont,
.btn-danger:focus .KJcGwB-iconfont,
.btn-danger.focus .KJcGwB-iconfont,
.btn-danger.active .KJcGwB-iconfont {
  color: #ff6e63 !important;
  background-color: #ffffff !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff6e63 !important;
  border-color: #ff6e63 !important;
}
.btn-white .KJcGwB-iconfont {
  color: #eff0ec !important;
  background-color: #5a5f4b !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #5a5f4b !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:hover .KJcGwB-iconfont,
.btn-white:focus .KJcGwB-iconfont,
.btn-white.focus .KJcGwB-iconfont,
.btn-white.active .KJcGwB-iconfont {
  color: #ffffff !important;
  background-color: #5a5f4b !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #5a5f4b !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black .KJcGwB-iconfont {
  color: #232323 !important;
  background-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black:hover .KJcGwB-iconfont,
.btn-black:focus .KJcGwB-iconfont,
.btn-black.focus .KJcGwB-iconfont,
.btn-black.active .KJcGwB-iconfont {
  color: #3d3d3d !important;
  background-color: #ffffff !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline .KJcGwB-iconfont {
  color: #6a0050 !important;
  border: 2px solid #6a0050 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6a0050;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #13000f !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline:hover .KJcGwB-iconfont,
.btn-primary-outline:focus .KJcGwB-iconfont,
.btn-primary-outline.focus .KJcGwB-iconfont,
.btn-primary-outline.active .KJcGwB-iconfont {
  color: #13000f !important;
  border: 2px solid #13000f !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6a0050 !important;
  border-color: #6a0050 !important;
}
.btn-secondary-outline .KJcGwB-iconfont {
  color: #000000 !important;
  border: 2px solid #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline:hover .KJcGwB-iconfont,
.btn-secondary-outline:focus .KJcGwB-iconfont,
.btn-secondary-outline.focus .KJcGwB-iconfont,
.btn-secondary-outline.active .KJcGwB-iconfont {
  color: #000000 !important;
  border: 2px solid #000000 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline .KJcGwB-iconfont {
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline:hover .KJcGwB-iconfont,
.btn-info-outline:focus .KJcGwB-iconfont,
.btn-info-outline.focus .KJcGwB-iconfont,
.btn-info-outline.active .KJcGwB-iconfont {
  color: #d4d4d4 !important;
  border: 2px solid #d4d4d4 !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline .KJcGwB-iconfont {
  color: #acfe00 !important;
  border: 2px solid #acfe00 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #acfe00;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #71a700 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline:hover .KJcGwB-iconfont,
.btn-success-outline:focus .KJcGwB-iconfont,
.btn-success-outline.focus .KJcGwB-iconfont,
.btn-success-outline.active .KJcGwB-iconfont {
  color: #71a700 !important;
  border: 2px solid #71a700 !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #acfe00 !important;
  border-color: #acfe00 !important;
}
.btn-warning-outline .KJcGwB-iconfont {
  color: #6a0050 !important;
  border: 2px solid #6a0050 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6a0050;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #13000f !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline:hover .KJcGwB-iconfont,
.btn-warning-outline:focus .KJcGwB-iconfont,
.btn-warning-outline.focus .KJcGwB-iconfont,
.btn-warning-outline.active .KJcGwB-iconfont {
  color: #13000f !important;
  border: 2px solid #13000f !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #6a0050 !important;
  border-color: #6a0050 !important;
}
.btn-danger-outline .KJcGwB-iconfont {
  color: #ff3f30 !important;
  border: 2px solid #ff3f30 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff3f30;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d81000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline:hover .KJcGwB-iconfont,
.btn-danger-outline:focus .KJcGwB-iconfont,
.btn-danger-outline.focus .KJcGwB-iconfont,
.btn-danger-outline.active .KJcGwB-iconfont {
  color: #d81000 !important;
  border: 2px solid #d81000 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3f30 !important;
  border-color: #ff3f30 !important;
}
.btn-black-outline .KJcGwB-iconfont {
  color: #232323 !important;
  border: 2px solid #232323 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline:hover .KJcGwB-iconfont,
.btn-black-outline:focus .KJcGwB-iconfont,
.btn-black-outline.focus .KJcGwB-iconfont,
.btn-black-outline.active .KJcGwB-iconfont {
  color: #000000 !important;
  border: 2px solid #000000 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline .KJcGwB-iconfont {
  color: #fafafa !important;
  border: 2px solid #fafafa !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline:hover .KJcGwB-iconfont,
.btn-white-outline:focus .KJcGwB-iconfont,
.btn-white-outline.focus .KJcGwB-iconfont,
.btn-white-outline.active .KJcGwB-iconfont {
  color: #cfcfcf !important;
  border: 2px solid #cfcfcf !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #6a0050 !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #acfe00 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #6a0050 !important;
}
.text-danger {
  color: #ff3f30 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #040003 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #679800 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #040003 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #c90f00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #6a0050;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #6a0050;
}
.alert-danger {
  background-color: #ff3f30;
}
.KJcGwB-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.KJcGwB-gallery-filter li a {
  border-radius: 100px !important;
}
.KJcGwB-gallery-filter li.active .btn {
  background-color: #6a0050;
  border-color: #6a0050;
  color: #ffffff;
}
.KJcGwB-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #6a0050;
}
.KJcGwB-plan-header.bg-primary .KJcGwB-plan-subtitle,
.KJcGwB-plan-header.bg-primary .KJcGwB-plan-price-desc {
  color: #ea00b0;
}
.KJcGwB-plan-header.bg-success .KJcGwB-plan-subtitle,
.KJcGwB-plan-header.bg-success .KJcGwB-plan-price-desc {
  color: #eeffcb;
}
.KJcGwB-plan-header.bg-info .KJcGwB-plan-subtitle,
.KJcGwB-plan-header.bg-info .KJcGwB-plan-price-desc {
  color: #ffffff;
}
.KJcGwB-plan-header.bg-warning .KJcGwB-plan-subtitle,
.KJcGwB-plan-header.bg-warning .KJcGwB-plan-price-desc {
  color: #ea00b0;
}
.KJcGwB-plan-header.bg-danger .KJcGwB-plan-subtitle,
.KJcGwB-plan-header.bg-danger .KJcGwB-plan-price-desc {
  color: #fffcfc;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Anonymous Pro', sans-serif;
  font-size: 1.2rem;
  line-height: 1.1;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .KJcGwB-iconfont {
  font-size: 1.5rem;
}
.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: #6a0050 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Anonymous Pro', sans-serif;
  font-size: 1.2rem;
  line-height: 1.1;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .KJcGwB-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #6a0050;
}
/* Forms */
.KJcGwB-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.KJcGwB-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.KJcGwB-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.KJcGwB-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: #6a0050;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6a0050;
}
.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: #6a0050;
  border-bottom-color: #6a0050;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #6a0050 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #000000 !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='%236a0050' %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;
}
.KJcGwB-section-btn .btn {
  border-radius: 100px !important;
  padding: 11px 64px;
  align-items: center;
  min-height: 88px;
  font-weight: 700 !important;
}
@media (max-width: 768px) {
  .KJcGwB-section-btn .btn {
    min-height: 54px;
    padding: 11px 32px;
  }
}
.KJcGwB-section-btn .btn .KJcGwB-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  margin-left: 60px;
  margin-right: -50px;
  transition: all .3s ease;
}
@media (max-width: 768px) {
  .KJcGwB-section-btn .btn .KJcGwB-iconfont {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 16px;
    margin-left: 32px;
    margin-right: -20px;
  }
}
.KJcGwB-section-btn .item-btn {
  padding: 11px 16px;
}
@media (max-width: 768px) {
  .KJcGwB-section-btn .item-btn {
    padding: 11px 16px;
  }
}
.KJcGwB-section-btn .item-btn .KJcGwB-iconfont {
  margin-left: 10px;
  margin-right: 0;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.KJcGwB-figure iframe,
.google-map iframe,
.google-map,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-img,
.form-wrapper {
  border-radius: 50px !important;
}
@media (max-width: 992px) {
  img,
  .card-wrap,
  .card-wrapper,
  .video-wrapper,
  .KJcGwB-figure iframe,
  .google-map iframe,
  .google-map,
  .slide-content,
  .plan,
  .card,
  .item-wrapper,
  .item-img,
  .form-wrapper {
    border-radius: 30px !important;
  }
}
.tag-wrapper .tag-wrap {
  border-radius: 100px;
}
.tag-wrapper .KJcGwB-tag {
  border-radius: 100px;
}
.title-wrapper::before {
  border-radius: 30px;
}
.contact-wrapper {
  border-radius: 30px;
}
.title-wrap .KJcGwB-section-title {
  border-radius: 50px;
}
.container-bg {
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 80px;
}
@media (max-width: 992px) {
  .container-bg {
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
  }
}
.ekrHbX-uEXfLcWeIO .navbar-dropdown {
  position: relative !important;
}
.ekrHbX-uEXfLcWeIO .dropdown-item:before {
  font-family: zXmQgV2 !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;
}
.ekrHbX-uEXfLcWeIO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.ekrHbX-uEXfLcWeIO .dropdown-item {
  border: none;
  background: #fec4ef !important;
  color: #6a0050 !important;
}
.ekrHbX-uEXfLcWeIO .dropdown-item:hover,
.ekrHbX-uEXfLcWeIO .dropdown-item:focus {
  background: #fec4ef !important;
  color: #6a0050 !important;
}
.ekrHbX-uEXfLcWeIO .dropdown-item:hover span {
  color: white;
}
.ekrHbX-uEXfLcWeIO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.ekrHbX-uEXfLcWeIO .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ekrHbX-uEXfLcWeIO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.ekrHbX-uEXfLcWeIO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.ekrHbX-uEXfLcWeIO .nav-link {
  position: relative;
}
.ekrHbX-uEXfLcWeIO .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .ekrHbX-uEXfLcWeIO .container {
    flex-wrap: nowrap;
  }
}
.ekrHbX-uEXfLcWeIO .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.ekrHbX-uEXfLcWeIO .iconfont-wrapper:hover {
  color: #ff00bf !important;
}
.ekrHbX-uEXfLcWeIO .dropdown-menu,
.ekrHbX-uEXfLcWeIO .navbar.opened {
  background: #ffffff !important;
}
.ekrHbX-uEXfLcWeIO .nav-item:focus,
.ekrHbX-uEXfLcWeIO .nav-link:focus {
  outline: none;
}
.ekrHbX-uEXfLcWeIO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.ekrHbX-uEXfLcWeIO .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.ekrHbX-uEXfLcWeIO .dropdown .dropdown-menu .dropdown-item .KJcGwB-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.ekrHbX-uEXfLcWeIO .dropdown .dropdown-menu .dropdown-item .KJcGwB-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.ekrHbX-uEXfLcWeIO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.ekrHbX-uEXfLcWeIO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.ekrHbX-uEXfLcWeIO .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.ekrHbX-uEXfLcWeIO .navbar.opened {
  transition: all 0.3s;
}
.ekrHbX-uEXfLcWeIO .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.ekrHbX-uEXfLcWeIO .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.ekrHbX-uEXfLcWeIO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.ekrHbX-uEXfLcWeIO .navbar.collapsed {
  justify-content: center;
}
.ekrHbX-uEXfLcWeIO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.ekrHbX-uEXfLcWeIO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .ekrHbX-uEXfLcWeIO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.ekrHbX-uEXfLcWeIO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.ekrHbX-uEXfLcWeIO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.ekrHbX-uEXfLcWeIO .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%;
}
.ekrHbX-uEXfLcWeIO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.ekrHbX-uEXfLcWeIO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.ekrHbX-uEXfLcWeIO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .ekrHbX-uEXfLcWeIO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .ekrHbX-uEXfLcWeIO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .ekrHbX-uEXfLcWeIO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .ekrHbX-uEXfLcWeIO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .ekrHbX-uEXfLcWeIO .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%;
  }
  .ekrHbX-uEXfLcWeIO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .ekrHbX-uEXfLcWeIO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .ekrHbX-uEXfLcWeIO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .ekrHbX-uEXfLcWeIO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .ekrHbX-uEXfLcWeIO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .ekrHbX-uEXfLcWeIO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.ekrHbX-uEXfLcWeIO .navbar.navbar-short {
  min-height: 96px;
}
.ekrHbX-uEXfLcWeIO .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.ekrHbX-uEXfLcWeIO .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;
}
.ekrHbX-uEXfLcWeIO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.ekrHbX-uEXfLcWeIO .navbar-brand .navbar-caption:hover,
.ekrHbX-uEXfLcWeIO .navbar-brand .navbar-caption:focus {
  color: #6a0050 !important;
}
.ekrHbX-uEXfLcWeIO .navbar-brand .navbar-logo a {
  outline: none;
}
.ekrHbX-uEXfLcWeIO .navbar.opened .navbar-brand .navbar-caption:hover,
.ekrHbX-uEXfLcWeIO .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff00bf !important;
}
.ekrHbX-uEXfLcWeIO .dropdown-item.active,
.ekrHbX-uEXfLcWeIO .dropdown-item:active {
  background-color: transparent;
}
.ekrHbX-uEXfLcWeIO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.ekrHbX-uEXfLcWeIO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.ekrHbX-uEXfLcWeIO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.ekrHbX-uEXfLcWeIO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .ekrHbX-uEXfLcWeIO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.ekrHbX-uEXfLcWeIO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.ekrHbX-uEXfLcWeIO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.ekrHbX-uEXfLcWeIO ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .ekrHbX-uEXfLcWeIO ul.navbar-nav {
    padding: 0;
    background-color: #fec4ef;
    border: none;
  }
}
.ekrHbX-uEXfLcWeIO .navbar-buttons {
  text-align: center;
}
.ekrHbX-uEXfLcWeIO .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.ekrHbX-uEXfLcWeIO .navbar-buttons .btn .KJcGwB-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .ekrHbX-uEXfLcWeIO .navbar-buttons .btn {
    width: auto !important;
  }
}
.ekrHbX-uEXfLcWeIO 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: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.ekrHbX-uEXfLcWeIO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #6a0050;
}
.ekrHbX-uEXfLcWeIO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.ekrHbX-uEXfLcWeIO button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.ekrHbX-uEXfLcWeIO button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.ekrHbX-uEXfLcWeIO button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.ekrHbX-uEXfLcWeIO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.ekrHbX-uEXfLcWeIO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.ekrHbX-uEXfLcWeIO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.ekrHbX-uEXfLcWeIO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.ekrHbX-uEXfLcWeIO .navbar-dropdown {
  padding: 0 1rem;
}
.ekrHbX-uEXfLcWeIO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ekrHbX-uEXfLcWeIO .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) {
  .ekrHbX-uEXfLcWeIO .navbar {
    height: 70px;
  }
  .ekrHbX-uEXfLcWeIO .navbar.opened {
    height: auto;
  }
  .ekrHbX-uEXfLcWeIO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.ekrHbX-uEXfLcWeIO .navbar-nav {
  margin: 0 auto;
}
.ekrHbX-uEXfLcWeIO .nav-item {
  padding: 0;
  margin: 0;
}
.ekrHbX-uEXfLcWeIO .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #6a0050 !important;
}
.ekrHbX-uEXfLcWeIO .nav-item .nav-link::after {
  color: #ff00bf !important;
  transform: rotate(0);
  transition: .3s;
}
.ekrHbX-uEXfLcWeIO .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #6a0050, #ff00bf 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.ekrHbX-uEXfLcWeIO .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.ekrHbX-uEXfLcWeIO .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.ekrHbX-uEXfLcWeIO .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.ekrHbX-uEXfLcWeIO .nav-item .dropdown-menu .dropdown-item {
  color: #6a0050 !important;
}
.ekrHbX-uEXfLcWeIO .nav-item .dropdown-menu .dropdown-item:hover {
  color: #6a0050 !important;
}
@media (max-width: 991px) {
  .ekrHbX-uEXfLcWeIO .navbar {
    justify-content: flex-start !important;
  }
  .ekrHbX-uEXfLcWeIO .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .ekrHbX-uEXfLcWeIO .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .ekrHbX-uEXfLcWeIO .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .ekrHbX-uEXfLcWeIO .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .ekrHbX-uEXfLcWeIO .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .ekrHbX-uEXfLcWeIO .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.ekrHbX-uEXfLcWeIO .content-wrap {
  min-height: 90px;
}
.ekrHbX-uEXgdtAN8V {
  padding-top: 150px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/fiorenza4-1024x1024.jpg");
  overflow: hidden;
}
.ekrHbX-uEXgdtAN8V svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.ekrHbX-uEXgdtAN8V #e2_shape {
  fill: #ffffff !important;
}
.ekrHbX-uEXgdtAN8V .KJcGwB-text.display-5 {
  font-size: 26px;
}
.ekrHbX-uEXgdtAN8V .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.ekrHbX-uEXgdtAN8V img {
  margin-left: auto;
  margin-right: auto;
}
.ekrHbX-uEXgdtAN8V .KJcGwB-fallback-image.disabled {
  display: none;
}
.ekrHbX-uEXgdtAN8V .KJcGwB-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ekrHbX-uEXgdtAN8V .KJcGwB-section-title,
.ekrHbX-uEXgdtAN8V .icon-wrap {
  color: #ffffff;
}
.ekrHbX-uEXgdtAN8V .KJcGwB-text,
.ekrHbX-uEXgdtAN8V .KJcGwB-section-btn {
  color: #ffffff;
}
.ekrHbX-uEXgseO1ln {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.ekrHbX-uEXgseO1ln .KJcGwB-fallback-image.disabled {
  display: none;
}
.ekrHbX-uEXgseO1ln .KJcGwB-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ekrHbX-uEXgseO1ln .KJcGwB-section-btn {
  margin-bottom: 22px;
}
.ekrHbX-uEXgseO1ln .title-wrapper .KJcGwB-section-title {
  margin-bottom: 32px;
}
.ekrHbX-uEXgseO1ln .title-wrapper .KJcGwB-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .ekrHbX-uEXgseO1ln .title-wrapper .KJcGwB-desc {
    margin-bottom: 32px;
  }
}
.ekrHbX-uEXgseO1ln .text-wrapper .KJcGwB-text {
  margin-bottom: 0;
}
.ekrHbX-uEXgseO1ln .KJcGwB-section-title {
  color: #000000;
}
.ekrHbX-uEXgseO1ln .KJcGwB-desc {
  color: #6a0050;
}
.ekrHbX-uEXgseO1ln .KJcGwB-text {
  color: #000000;
}
.ekrHbX-uEXgseO1ln .KJcGwB-text,
.ekrHbX-uEXgseO1ln .text-wrapper {
  color: #6a0050;
}
.ekrHbX-uEXgseO1ln .KJcGwB-section-title,
.ekrHbX-uEXgseO1ln .KJcGwB-section-btn {
  color: #6a0050;
}
.ekrHbX-uEXgNnQxd2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fec4ef;
}
.ekrHbX-uEXgNnQxd2 .KJcGwB-fallback-image.disabled {
  display: none;
}
.ekrHbX-uEXgNnQxd2 .KJcGwB-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ekrHbX-uEXgNnQxd2 .items-wrapper {
  margin: 0 -5px;
}
.ekrHbX-uEXgNnQxd2 .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .ekrHbX-uEXgNnQxd2 .item {
    margin-bottom: 16px;
  }
  .ekrHbX-uEXgNnQxd2 .item:last-child {
    margin-bottom: 0;
  }
}
.ekrHbX-uEXgNnQxd2 .item .item-wrapper {
  height: 100%;
}
.ekrHbX-uEXgNnQxd2 .item .item-wrapper .card-box {
  position: relative;
  min-height: 350px;
  height: 100%;
  padding: 42px;
  border: 1px solid #ca2ea3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
}
@media (max-width: 1200px) {
  .ekrHbX-uEXgNnQxd2 .item .item-wrapper .card-box {
    padding: 24px;
    min-height: 265px;
  }
}
.ekrHbX-uEXgNnQxd2 .item .item-wrapper .card-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  opacity: .3;
  background-color: #ca2ea3;
  pointer-events: none;
}
.ekrHbX-uEXgNnQxd2 .item .item-wrapper .card-box .card-title {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 20px;
}
.ekrHbX-uEXgNnQxd2 .item .item-wrapper .card-box .card-text {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.ekrHbX-uEXgNnQxd2 .item .item-wrapper .item-img {
  position: relative;
  min-height: 350px;
  height: 100%;
}
.ekrHbX-uEXgNnQxd2 .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .ekrHbX-uEXgNnQxd2 .item .item-wrapper .item-img img {
    transform: none;
    min-height: 265px;
  }
}
.ekrHbX-uEXgNnQxd2 .card-title {
  color: #6a0050;
  text-align: center;
}
.ekrHbX-uEXgNnQxd2 .card-text {
  color: #6a0050;
}
.ekrHbX-uEXh5bEmcQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ca2ea3;
  overflow: hidden;
}
.ekrHbX-uEXh5bEmcQ .KJcGwB-fallback-image.disabled {
  display: none;
}
.ekrHbX-uEXh5bEmcQ .KJcGwB-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .ekrHbX-uEXh5bEmcQ .container {
    padding: 0 30px;
  }
}
.ekrHbX-uEXh5bEmcQ .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .ekrHbX-uEXh5bEmcQ .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .ekrHbX-uEXh5bEmcQ .content-wrapper {
    padding: 0;
  }
}
.ekrHbX-uEXh5bEmcQ .content-wrapper .desc-wrapper .KJcGwB-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .ekrHbX-uEXh5bEmcQ .content-wrapper .desc-wrapper .KJcGwB-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.ekrHbX-uEXh5bEmcQ .content-wrapper .desc-wrapper .KJcGwB-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .ekrHbX-uEXh5bEmcQ .content-wrapper .desc-wrapper .KJcGwB-desc::before {
    width: 40px;
  }
}
.ekrHbX-uEXh5bEmcQ .content-wrapper .KJcGwB-section-title {
  margin-bottom: 180px;
}
@media (max-width: 992px) {
  .ekrHbX-uEXh5bEmcQ .content-wrapper .KJcGwB-section-title {
    margin-bottom: 80px;
  }
}
.ekrHbX-uEXh5bEmcQ .content-wrapper .text-wrapper {
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .ekrHbX-uEXh5bEmcQ .content-wrapper .text-wrapper {
    padding-left: 120px;
  }
}
@media (max-width: 992px) {
  .ekrHbX-uEXh5bEmcQ .content-wrapper .text-wrapper {
    padding-left: 0;
  }
}
.ekrHbX-uEXh5bEmcQ .content-wrapper .text-wrapper .KJcGwB-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .ekrHbX-uEXh5bEmcQ .content-wrapper .text-wrapper .KJcGwB-text {
    margin-bottom: 30px;
  }
}
.ekrHbX-uEXh5bEmcQ .KJcGwB-desc {
  color: #254b45;
}
.ekrHbX-uEXh5bEmcQ .KJcGwB-section-title {
  color: #ffffff;
  text-align: center;
}
.ekrHbX-uEXh5bEmcQ .KJcGwB-text {
  color: #254b45;
}
.ekrHbX-uEXh5bEmcQ .KJcGwB-desc,
.ekrHbX-uEXh5bEmcQ .desc-wrapper {
  color: #ffffff;
}
.ekrHbX-uEXh5bEmcQ .KJcGwB-text,
.ekrHbX-uEXh5bEmcQ .KJcGwB-section-btn {
  color: #ffffff;
}
.ekrHbX-uEXh81K9sK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fec4ef;
  overflow: hidden;
}
.ekrHbX-uEXh81K9sK .KJcGwB-fallback-image.disabled {
  display: none;
}
.ekrHbX-uEXh81K9sK .KJcGwB-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .ekrHbX-uEXh81K9sK .container {
    padding: 0 22px;
  }
}
.ekrHbX-uEXh81K9sK .card {
  justify-content: center;
}
.ekrHbX-uEXh81K9sK .content-wrapper {
  padding-right: 32px;
  padding-right: 0;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .ekrHbX-uEXh81K9sK .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .ekrHbX-uEXh81K9sK .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.ekrHbX-uEXh81K9sK .content-wrapper .KJcGwB-section-title {
  margin-bottom: 10px;
}
.ekrHbX-uEXh81K9sK .content-wrapper .KJcGwB-text {
  margin-bottom: 0;
}
.ekrHbX-uEXh81K9sK .image-wrapper {
  display: flex;
  justify-content: center;
}
.ekrHbX-uEXh81K9sK .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #ca2ea3;
}
@media (max-width: 1440px) {
  .ekrHbX-uEXh81K9sK .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .ekrHbX-uEXh81K9sK .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .ekrHbX-uEXh81K9sK .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .ekrHbX-uEXh81K9sK .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.ekrHbX-uEXh81K9sK .KJcGwB-section-title {
  color: #6a0050;
}
.ekrHbX-uEXh81K9sK .KJcGwB-text {
  color: #6a0050;
}
.ekrHbX-uEXhTaloXc {
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/fiorenza8-1024x1024.jpg");
}
.ekrHbX-uEXhTaloXc .KJcGwB-overlay {
  background-color: #6a0050;
  opacity: 0.9;
}
.ekrHbX-uEXhTaloXc .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .ekrHbX-uEXhTaloXc {
    align-items: center;
  }
  .ekrHbX-uEXhTaloXc .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .ekrHbX-uEXhTaloXc .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .ekrHbX-uEXhTaloXc {
    -webkit-align-items: center;
    align-items: center;
  }
  .ekrHbX-uEXhTaloXc .KJcGwB-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .ekrHbX-uEXhTaloXc .content-wrap {
    width: 100%;
  }
}
.ekrHbX-uEXhTaloXc .KJcGwB-section-title {
  text-align: center;
  color: #ffffff;
}
.ekrHbX-uEXhTaloXc .KJcGwB-text,
.ekrHbX-uEXhTaloXc .KJcGwB-section-btn {
  text-align: center;
  color: #ffffff;
}
.ekrHbX-uEXhTaloXc .KJcGwB-section-subtitle {
  color: #ca9236;
  text-align: center;
}
.ekrHbX-uEXhBEt3C6 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background: #ca2ea3;
}
.ekrHbX-uEXhBEt3C6 .KJcGwB-fallback-image.disabled {
  display: none;
}
.ekrHbX-uEXhBEt3C6 .KJcGwB-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ekrHbX-uEXhBEt3C6 .card-wrapper {
  background-color: #fec4ef;
  border-radius: 1rem;
  padding: 1rem 2rem;
}
.ekrHbX-uEXhBEt3C6 .google-map {
  height: 35rem;
  position: relative;
  border-radius: 2rem;
  border: 4px solid #000000;
}
.ekrHbX-uEXhBEt3C6 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.ekrHbX-uEXhBEt3C6 .google-map [data-state-details] {
  color: #b4b4b4;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.ekrHbX-uEXhBEt3C6 .google-map[data-state] {
  background: #fffff5;
}
.ekrHbX-uEXhBEt3C6 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.ekrHbX-uEXhBEt3C6 .content-head {
  max-width: 800px;
}
.ekrHbX-uEXhBEt3C6 .card-title,
.ekrHbX-uEXhBEt3C6 .iconfont-wrapper {
  color: #6a0050;
  text-align: center;
}
.ekrHbX-uEXhBEt3C6 .card-text,
.ekrHbX-uEXhBEt3C6 .KJcGwB-section-btn {
  color: #6a0050;
  text-align: center;
}
.ekrHbX-uEXIHKagSp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ca2ea3;
}
.ekrHbX-uEXIHKagSp .KJcGwB-fallback-image.disabled {
  display: none;
}
.ekrHbX-uEXIHKagSp .KJcGwB-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ekrHbX-uEXIHKagSp .row {
  justify-content: center;
}
.ekrHbX-uEXIHKagSp .main-content {
  background-color: #ffffff;
  padding: 80px 0;
  margin: 0 0 60px;
}
@media (max-width: 992px) {
  .ekrHbX-uEXIHKagSp .main-content {
    padding: 30px 0;
    margin: 0 0 30px;
  }
}
@media (max-width: 992px) {
  .ekrHbX-uEXIHKagSp .title-wrapper {
    margin-bottom: 30px;
  }
}
.ekrHbX-uEXIHKagSp .title-wrapper .KJcGwB-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .ekrHbX-uEXIHKagSp .title-wrapper .KJcGwB-section-title {
    margin-bottom: 30px;
  }
}
.ekrHbX-uEXIHKagSp .title-wrapper .text-wrapper .KJcGwB-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .ekrHbX-uEXIHKagSp .title-wrapper .text-wrapper .KJcGwB-text {
    width: 100%;
  }
}
.ekrHbX-uEXIHKagSp .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #151e11;
}
.ekrHbX-uEXIHKagSp .list .item-wrap {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.ekrHbX-uEXIHKagSp .list .item-wrap:last-child {
  margin-bottom: 0;
}
.ekrHbX-uEXIHKagSp .list .item-wrap:hover,
.ekrHbX-uEXIHKagSp .list .item-wrap:focus {
  transform: translateX(14px);
}
.ekrHbX-uEXIHKagSp .KJcGwB-copy {
  margin: 0;
  color: #fff7ee;
  text-align: center;
}
.ekrHbX-uEXIHKagSp .KJcGwB-section-title {
  color: #151e11;
}
.ekrHbX-uEXIHKagSp .KJcGwB-text {
  color: #151e11;
}
.ekrHbX-uEXIHKagSp .KJcGwB-text,
.ekrHbX-uEXIHKagSp .text-wrapper {
  color: #000000;
}
.ekrHbX-uEXfLcWeIO .navbar-dropdown {
  position: relative !important;
}
.ekrHbX-uEXfLcWeIO .dropdown-item:before {
  font-family: zXmQgV2 !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;
}
.ekrHbX-uEXfLcWeIO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.ekrHbX-uEXfLcWeIO .dropdown-item {
  border: none;
  background: #fec4ef !important;
  color: #6a0050 !important;
}
.ekrHbX-uEXfLcWeIO .dropdown-item:hover,
.ekrHbX-uEXfLcWeIO .dropdown-item:focus {
  background: #fec4ef !important;
  color: #6a0050 !important;
}
.ekrHbX-uEXfLcWeIO .dropdown-item:hover span {
  color: white;
}
.ekrHbX-uEXfLcWeIO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.ekrHbX-uEXfLcWeIO .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ekrHbX-uEXfLcWeIO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.ekrHbX-uEXfLcWeIO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.ekrHbX-uEXfLcWeIO .nav-link {
  position: relative;
}
.ekrHbX-uEXfLcWeIO .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .ekrHbX-uEXfLcWeIO .container {
    flex-wrap: nowrap;
  }
}
.ekrHbX-uEXfLcWeIO .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.ekrHbX-uEXfLcWeIO .iconfont-wrapper:hover {
  color: #ff00bf !important;
}
.ekrHbX-uEXfLcWeIO .dropdown-menu,
.ekrHbX-uEXfLcWeIO .navbar.opened {
  background: #ffffff !important;
}
.ekrHbX-uEXfLcWeIO .nav-item:focus,
.ekrHbX-uEXfLcWeIO .nav-link:focus {
  outline: none;
}
.ekrHbX-uEXfLcWeIO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.ekrHbX-uEXfLcWeIO .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.ekrHbX-uEXfLcWeIO .dropdown .dropdown-menu .dropdown-item .KJcGwB-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.ekrHbX-uEXfLcWeIO .dropdown .dropdown-menu .dropdown-item .KJcGwB-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.ekrHbX-uEXfLcWeIO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.ekrHbX-uEXfLcWeIO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.ekrHbX-uEXfLcWeIO .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.ekrHbX-uEXfLcWeIO .navbar.opened {
  transition: all 0.3s;
}
.ekrHbX-uEXfLcWeIO .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.ekrHbX-uEXfLcWeIO .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.ekrHbX-uEXfLcWeIO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.ekrHbX-uEXfLcWeIO .navbar.collapsed {
  justify-content: center;
}
.ekrHbX-uEXfLcWeIO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.ekrHbX-uEXfLcWeIO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .ekrHbX-uEXfLcWeIO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.ekrHbX-uEXfLcWeIO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.ekrHbX-uEXfLcWeIO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.ekrHbX-uEXfLcWeIO .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%;
}
.ekrHbX-uEXfLcWeIO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.ekrHbX-uEXfLcWeIO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.ekrHbX-uEXfLcWeIO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .ekrHbX-uEXfLcWeIO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .ekrHbX-uEXfLcWeIO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .ekrHbX-uEXfLcWeIO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .ekrHbX-uEXfLcWeIO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .ekrHbX-uEXfLcWeIO .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%;
  }
  .ekrHbX-uEXfLcWeIO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .ekrHbX-uEXfLcWeIO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .ekrHbX-uEXfLcWeIO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .ekrHbX-uEXfLcWeIO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .ekrHbX-uEXfLcWeIO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .ekrHbX-uEXfLcWeIO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.ekrHbX-uEXfLcWeIO .navbar.navbar-short {
  min-height: 96px;
}
.ekrHbX-uEXfLcWeIO .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.ekrHbX-uEXfLcWeIO .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;
}
.ekrHbX-uEXfLcWeIO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.ekrHbX-uEXfLcWeIO .navbar-brand .navbar-caption:hover,
.ekrHbX-uEXfLcWeIO .navbar-brand .navbar-caption:focus {
  color: #6a0050 !important;
}
.ekrHbX-uEXfLcWeIO .navbar-brand .navbar-logo a {
  outline: none;
}
.ekrHbX-uEXfLcWeIO .navbar.opened .navbar-brand .navbar-caption:hover,
.ekrHbX-uEXfLcWeIO .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff00bf !important;
}
.ekrHbX-uEXfLcWeIO .dropdown-item.active,
.ekrHbX-uEXfLcWeIO .dropdown-item:active {
  background-color: transparent;
}
.ekrHbX-uEXfLcWeIO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.ekrHbX-uEXfLcWeIO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.ekrHbX-uEXfLcWeIO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.ekrHbX-uEXfLcWeIO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .ekrHbX-uEXfLcWeIO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.ekrHbX-uEXfLcWeIO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.ekrHbX-uEXfLcWeIO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.ekrHbX-uEXfLcWeIO ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .ekrHbX-uEXfLcWeIO ul.navbar-nav {
    padding: 0;
    background-color: #fec4ef;
    border: none;
  }
}
.ekrHbX-uEXfLcWeIO .navbar-buttons {
  text-align: center;
}
.ekrHbX-uEXfLcWeIO .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.ekrHbX-uEXfLcWeIO .navbar-buttons .btn .KJcGwB-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .ekrHbX-uEXfLcWeIO .navbar-buttons .btn {
    width: auto !important;
  }
}
.ekrHbX-uEXfLcWeIO 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: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.ekrHbX-uEXfLcWeIO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #6a0050;
}
.ekrHbX-uEXfLcWeIO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.ekrHbX-uEXfLcWeIO button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.ekrHbX-uEXfLcWeIO button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.ekrHbX-uEXfLcWeIO button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.ekrHbX-uEXfLcWeIO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.ekrHbX-uEXfLcWeIO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.ekrHbX-uEXfLcWeIO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.ekrHbX-uEXfLcWeIO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.ekrHbX-uEXfLcWeIO .navbar-dropdown {
  padding: 0 1rem;
}
.ekrHbX-uEXfLcWeIO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ekrHbX-uEXfLcWeIO .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) {
  .ekrHbX-uEXfLcWeIO .navbar {
    height: 70px;
  }
  .ekrHbX-uEXfLcWeIO .navbar.opened {
    height: auto;
  }
  .ekrHbX-uEXfLcWeIO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.ekrHbX-uEXfLcWeIO .navbar-nav {
  margin: 0 auto;
}
.ekrHbX-uEXfLcWeIO .nav-item {
  padding: 0;
  margin: 0;
}
.ekrHbX-uEXfLcWeIO .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #6a0050 !important;
}
.ekrHbX-uEXfLcWeIO .nav-item .nav-link::after {
  color: #ff00bf !important;
  transform: rotate(0);
  transition: .3s;
}
.ekrHbX-uEXfLcWeIO .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #6a0050, #ff00bf 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.ekrHbX-uEXfLcWeIO .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.ekrHbX-uEXfLcWeIO .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.ekrHbX-uEXfLcWeIO .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.ekrHbX-uEXfLcWeIO .nav-item .dropdown-menu .dropdown-item {
  color: #6a0050 !important;
}
.ekrHbX-uEXfLcWeIO .nav-item .dropdown-menu .dropdown-item:hover {
  color: #6a0050 !important;
}
@media (max-width: 991px) {
  .ekrHbX-uEXfLcWeIO .navbar {
    justify-content: flex-start !important;
  }
  .ekrHbX-uEXfLcWeIO .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .ekrHbX-uEXfLcWeIO .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .ekrHbX-uEXfLcWeIO .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .ekrHbX-uEXfLcWeIO .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .ekrHbX-uEXfLcWeIO .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .ekrHbX-uEXfLcWeIO .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.ekrHbX-uEXfLcWeIO .content-wrap {
  min-height: 90px;
}
.ekrHbX-uEXtnagB5j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fec4ef;
}
.ekrHbX-uEXtnagB5j .row {
  position: relative;
}
.ekrHbX-uEXtnagB5j .row .blur-circle {
  position: absolute;
  top: 0;
  right: 0;
  width: 450px;
  height: 450px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ca2ea3 50%, #ca2ea3);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .ekrHbX-uEXtnagB5j .row .blur-circle {
    display: none;
  }
}
.ekrHbX-uEXtnagB5j .KJcGwB-fallback-image.disabled {
  display: none;
}
.ekrHbX-uEXtnagB5j .KJcGwB-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ekrHbX-uEXtnagB5j .row {
  justify-content: center;
}
.ekrHbX-uEXtnagB5j .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .ekrHbX-uEXtnagB5j .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .ekrHbX-uEXtnagB5j .row {
    padding: 0 24px;
  }
}
.ekrHbX-uEXtnagB5j .image-card {
  padding-right: 40px;
}
@media (max-width: 992px) {
  .ekrHbX-uEXtnagB5j .image-card {
    padding: 0 12px;
    margin-bottom: 3rem;
  }
}
.ekrHbX-uEXtnagB5j .text-card {
  padding-left: 40px;
}
@media (max-width: 992px) {
  .ekrHbX-uEXtnagB5j .text-card {
    padding: 0 12px;
  }
}
.ekrHbX-uEXtnagB5j .row.row-wrapper {
  padding: 64px;
  background-color: #fec4ef;
  position: relative;
  z-index: 2;
  border-radius: 16px;
}
.ekrHbX-uEXtnagB5j .row.row-wrapper::before {
  content: '';
  position: absolute;
  top: 1rem;
  left: -2rem;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  border: 4px solid #ca2ea3;
  background-color: transparent;
  pointer-events: none;
}
@media (max-width: 768px) {
  .ekrHbX-uEXtnagB5j .row.row-wrapper {
    padding: 32px;
  }
}
.ekrHbX-uEXtnagB5j .row.row-wrapper .image-wrapper img {
  max-height: 300px;
  object-fit: cover;
  border-radius: 8px;
}
.ekrHbX-uEXtnagB5j .row.row-wrapper .text-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .ekrHbX-uEXtnagB5j .row.row-wrapper .text-wrapper {
    margin-bottom: 42px;
  }
}
.ekrHbX-uEXtnagB5j .row.row-wrapper .text-wrapper .KJcGwB-section-title {
  margin-bottom: 0;
}
.ekrHbX-uEXtnagB5j .row.row-wrapper .text-wrapper .KJcGwB-section-title span {
  position: relative;
  z-index: 1;
}
.ekrHbX-uEXtnagB5j .row.row-wrapper .text-wrapper .KJcGwB-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ca2ea3;
  z-index: -1;
}
.ekrHbX-uEXtnagB5j .row.row-wrapper .text-wrapper .link-wrapper {
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
.ekrHbX-uEXtnagB5j .row.row-wrapper .text-wrapper .link-wrapper:hover {
  opacity: .75;
}
.ekrHbX-uEXtnagB5j .row.row-wrapper .text-wrapper .link-wrapper .KJcGwB-link {
  margin-bottom: 0;
  text-decoration: underline;
}
.ekrHbX-uEXtnagB5j .row.row-wrapper .text-wrapper .KJcGwB-text {
  margin: 30px 0 0 0;
}
.ekrHbX-uEXtnagB5j .KJcGwB-section-title {
  color: #6a0050;
}
.ekrHbX-uEXtnagB5j .KJcGwB-link {
  color: #111111;
}
.ekrHbX-uEXtnagB5j .KJcGwB-text {
  color: #6a0050;
}
.ekrHbX-uEXi4ZBhTP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ca2ea3;
}
.ekrHbX-uEXi4ZBhTP .KJcGwB-fallback-image.disabled {
  display: none;
}
.ekrHbX-uEXi4ZBhTP .KJcGwB-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ekrHbX-uEXi4ZBhTP .content-wrapper .KJcGwB-name {
  margin-bottom: 32px;
}
.ekrHbX-uEXi4ZBhTP .content-wrapper .KJcGwB-text {
  margin-bottom: 22px;
}
.ekrHbX-uEXi4ZBhTP .KJcGwB-name {
  color: #858585;
}
.ekrHbX-uEXi4ZBhTP .KJcGwB-text {
  color: #ffffff;
}
.ekrHbX-uEXi4ZBhTP .KJcGwB-section-btn {
  text-align: center;
}
.ekrHbX-uEXi4ZBhTP .KJcGwB-name,
.ekrHbX-uEXi4ZBhTP .KJcGwB-section-btn {
  text-align: center;
  color: #ffffff;
}
.ekrHbX-uEXi8Jgqny {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fec4ef;
}
.ekrHbX-uEXi8Jgqny .KJcGwB-fallback-image.disabled {
  display: none;
}
.ekrHbX-uEXi8Jgqny .KJcGwB-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ekrHbX-uEXi8Jgqny .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .ekrHbX-uEXi8Jgqny .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .ekrHbX-uEXi8Jgqny .container {
    padding: 0 20px;
  }
}
.ekrHbX-uEXi8Jgqny .row {
  justify-content: space-between;
}
.ekrHbX-uEXi8Jgqny .card {
  justify-content: center;
}
.ekrHbX-uEXi8Jgqny .image-wrapper {
  padding-left: 100px;
  padding-left: 0;
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .ekrHbX-uEXi8Jgqny .image-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .ekrHbX-uEXi8Jgqny .image-wrapper {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 1200px) {
  .ekrHbX-uEXi8Jgqny .image-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .ekrHbX-uEXi8Jgqny .image-wrapper {
    padding-right: 0;
  }
}
.ekrHbX-uEXi8Jgqny .image-wrapper .image-wrap {
  padding: 0 116px;
}
@media (max-width: 1440px) {
  .ekrHbX-uEXi8Jgqny .image-wrapper .image-wrap {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 992px) {
  .ekrHbX-uEXi8Jgqny .image-wrapper .image-wrap {
    padding: 0;
  }
}
@media (max-width: 1440px) {
  .ekrHbX-uEXi8Jgqny .image-wrapper .image-wrap {
    padding: 0 0 0 40px;
  }
}
@media (max-width: 992px) {
  .ekrHbX-uEXi8Jgqny .image-wrapper .image-wrap {
    padding: 0;
  }
}
.ekrHbX-uEXi8Jgqny .image-wrapper .image-wrap img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .ekrHbX-uEXi8Jgqny .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.ekrHbX-uEXi8Jgqny .content-wrapper {
  padding-right: 100px;
  padding-right: 0;
  padding-left: 100px;
}
@media (max-width: 1200px) {
  .ekrHbX-uEXi8Jgqny .content-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .ekrHbX-uEXi8Jgqny .content-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 1200px) {
  .ekrHbX-uEXi8Jgqny .content-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .ekrHbX-uEXi8Jgqny .content-wrapper {
    padding-left: 0;
  }
}
.ekrHbX-uEXi8Jgqny .content-wrapper .KJcGwB-desc {
  font-family: "Source Serif 4", sans-serif !important;
  margin-bottom: 40px;
}
.ekrHbX-uEXi8Jgqny .content-wrapper .KJcGwB-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .ekrHbX-uEXi8Jgqny .content-wrapper .KJcGwB-section-title {
    margin-bottom: 30px;
  }
}
.ekrHbX-uEXi8Jgqny .KJcGwB-desc {
  color: #6a0050;
}
.ekrHbX-uEXi8Jgqny .KJcGwB-section-title {
  color: #1e1d1c;
}
.ekrHbX-uEXi8Jgqny .KJcGwB-section-title,
.ekrHbX-uEXi8Jgqny .KJcGwB-section-btn {
  color: #6a0050;
}
.ekrHbX-uEXiecSYne {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ca2ea3;
}
.ekrHbX-uEXiecSYne .KJcGwB-fallback-image.disabled {
  display: none;
}
.ekrHbX-uEXiecSYne .KJcGwB-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ekrHbX-uEXiecSYne .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .ekrHbX-uEXiecSYne .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .ekrHbX-uEXiecSYne .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .ekrHbX-uEXiecSYne .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .ekrHbX-uEXiecSYne .container {
    padding: 0 16px;
  }
}
.ekrHbX-uEXiecSYne .row {
  padding: 60px 44px;
  background-color: #fec4ef;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .ekrHbX-uEXiecSYne .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .ekrHbX-uEXiecSYne .row {
    padding: 25px 9px;
  }
}
@media (max-width: 992px) {
  .ekrHbX-uEXiecSYne .title-wrapper {
    margin-bottom: 16px;
  }
}
.ekrHbX-uEXiecSYne .title-wrapper .icon-wrapper {
  margin-bottom: 32px;
}
.ekrHbX-uEXiecSYne .title-wrapper .icon-wrapper .KJcGwB-iconfont {
  font-size: 180px;
  display: inline-flex;
  color: #6a0050;
}
@media (max-width: 992px) {
  .ekrHbX-uEXiecSYne .title-wrapper .icon-wrapper .KJcGwB-iconfont {
    font-size: 80px;
  }
}
.ekrHbX-uEXiecSYne .title-wrapper .KJcGwB-section-title {
  margin-bottom: 0;
}
.ekrHbX-uEXiecSYne .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.ekrHbX-uEXiecSYne .content-wrapper .KJcGwB-text {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .ekrHbX-uEXiecSYne .content-wrapper .KJcGwB-text {
    margin-bottom: 32px;
  }
}
.ekrHbX-uEXiecSYne .content-wrapper .KJcGwB-name {
  width: 100%;
  position: relative;
  margin-bottom: 0;
  border-bottom: 1px solid #979797;
}
.ekrHbX-uEXiecSYne .KJcGwB-section-title {
  color: #000000;
}
.ekrHbX-uEXiecSYne .KJcGwB-text {
  color: #6a0050;
}
.ekrHbX-uEXiecSYne .KJcGwB-name {
  color: #000000;
}
.ekrHbX-uEXiecSYne .KJcGwB-section-title,
.ekrHbX-uEXiecSYne .icon-wrapper {
  color: #6a0050;
}
.ekrHbX-uEXIHKagSp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ca2ea3;
}
.ekrHbX-uEXIHKagSp .KJcGwB-fallback-image.disabled {
  display: none;
}
.ekrHbX-uEXIHKagSp .KJcGwB-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ekrHbX-uEXIHKagSp .row {
  justify-content: center;
}
.ekrHbX-uEXIHKagSp .main-content {
  background-color: #ffffff;
  padding: 80px 0;
  margin: 0 0 60px;
}
@media (max-width: 992px) {
  .ekrHbX-uEXIHKagSp .main-content {
    padding: 30px 0;
    margin: 0 0 30px;
  }
}
@media (max-width: 992px) {
  .ekrHbX-uEXIHKagSp .title-wrapper {
    margin-bottom: 30px;
  }
}
.ekrHbX-uEXIHKagSp .title-wrapper .KJcGwB-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .ekrHbX-uEXIHKagSp .title-wrapper .KJcGwB-section-title {
    margin-bottom: 30px;
  }
}
.ekrHbX-uEXIHKagSp .title-wrapper .text-wrapper .KJcGwB-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .ekrHbX-uEXIHKagSp .title-wrapper .text-wrapper .KJcGwB-text {
    width: 100%;
  }
}
.ekrHbX-uEXIHKagSp .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #151e11;
}
.ekrHbX-uEXIHKagSp .list .item-wrap {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.ekrHbX-uEXIHKagSp .list .item-wrap:last-child {
  margin-bottom: 0;
}
.ekrHbX-uEXIHKagSp .list .item-wrap:hover,
.ekrHbX-uEXIHKagSp .list .item-wrap:focus {
  transform: translateX(14px);
}
.ekrHbX-uEXIHKagSp .KJcGwB-copy {
  margin: 0;
  color: #fff7ee;
  text-align: center;
}
.ekrHbX-uEXIHKagSp .KJcGwB-section-title {
  color: #151e11;
}
.ekrHbX-uEXIHKagSp .KJcGwB-text {
  color: #151e11;
}
.ekrHbX-uEXIHKagSp .KJcGwB-text,
.ekrHbX-uEXIHKagSp .text-wrapper {
  color: #000000;
}
.ekrHbX-uEXfLcWeIO .navbar-dropdown {
  position: relative !important;
}
.ekrHbX-uEXfLcWeIO .dropdown-item:before {
  font-family: zXmQgV2 !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;
}
.ekrHbX-uEXfLcWeIO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.ekrHbX-uEXfLcWeIO .dropdown-item {
  border: none;
  background: #fec4ef !important;
  color: #6a0050 !important;
}
.ekrHbX-uEXfLcWeIO .dropdown-item:hover,
.ekrHbX-uEXfLcWeIO .dropdown-item:focus {
  background: #fec4ef !important;
  color: #6a0050 !important;
}
.ekrHbX-uEXfLcWeIO .dropdown-item:hover span {
  color: white;
}
.ekrHbX-uEXfLcWeIO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.ekrHbX-uEXfLcWeIO .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ekrHbX-uEXfLcWeIO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.ekrHbX-uEXfLcWeIO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.ekrHbX-uEXfLcWeIO .nav-link {
  position: relative;
}
.ekrHbX-uEXfLcWeIO .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .ekrHbX-uEXfLcWeIO .container {
    flex-wrap: nowrap;
  }
}
.ekrHbX-uEXfLcWeIO .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.ekrHbX-uEXfLcWeIO .iconfont-wrapper:hover {
  color: #ff00bf !important;
}
.ekrHbX-uEXfLcWeIO .dropdown-menu,
.ekrHbX-uEXfLcWeIO .navbar.opened {
  background: #ffffff !important;
}
.ekrHbX-uEXfLcWeIO .nav-item:focus,
.ekrHbX-uEXfLcWeIO .nav-link:focus {
  outline: none;
}
.ekrHbX-uEXfLcWeIO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.ekrHbX-uEXfLcWeIO .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.ekrHbX-uEXfLcWeIO .dropdown .dropdown-menu .dropdown-item .KJcGwB-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.ekrHbX-uEXfLcWeIO .dropdown .dropdown-menu .dropdown-item .KJcGwB-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.ekrHbX-uEXfLcWeIO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.ekrHbX-uEXfLcWeIO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.ekrHbX-uEXfLcWeIO .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.ekrHbX-uEXfLcWeIO .navbar.opened {
  transition: all 0.3s;
}
.ekrHbX-uEXfLcWeIO .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.ekrHbX-uEXfLcWeIO .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.ekrHbX-uEXfLcWeIO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.ekrHbX-uEXfLcWeIO .navbar.collapsed {
  justify-content: center;
}
.ekrHbX-uEXfLcWeIO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.ekrHbX-uEXfLcWeIO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .ekrHbX-uEXfLcWeIO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.ekrHbX-uEXfLcWeIO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.ekrHbX-uEXfLcWeIO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.ekrHbX-uEXfLcWeIO .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%;
}
.ekrHbX-uEXfLcWeIO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.ekrHbX-uEXfLcWeIO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.ekrHbX-uEXfLcWeIO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .ekrHbX-uEXfLcWeIO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .ekrHbX-uEXfLcWeIO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .ekrHbX-uEXfLcWeIO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .ekrHbX-uEXfLcWeIO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .ekrHbX-uEXfLcWeIO .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%;
  }
  .ekrHbX-uEXfLcWeIO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .ekrHbX-uEXfLcWeIO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .ekrHbX-uEXfLcWeIO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .ekrHbX-uEXfLcWeIO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .ekrHbX-uEXfLcWeIO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .ekrHbX-uEXfLcWeIO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.ekrHbX-uEXfLcWeIO .navbar.navbar-short {
  min-height: 96px;
}
.ekrHbX-uEXfLcWeIO .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.ekrHbX-uEXfLcWeIO .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;
}
.ekrHbX-uEXfLcWeIO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.ekrHbX-uEXfLcWeIO .navbar-brand .navbar-caption:hover,
.ekrHbX-uEXfLcWeIO .navbar-brand .navbar-caption:focus {
  color: #6a0050 !important;
}
.ekrHbX-uEXfLcWeIO .navbar-brand .navbar-logo a {
  outline: none;
}
.ekrHbX-uEXfLcWeIO .navbar.opened .navbar-brand .navbar-caption:hover,
.ekrHbX-uEXfLcWeIO .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff00bf !important;
}
.ekrHbX-uEXfLcWeIO .dropdown-item.active,
.ekrHbX-uEXfLcWeIO .dropdown-item:active {
  background-color: transparent;
}
.ekrHbX-uEXfLcWeIO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.ekrHbX-uEXfLcWeIO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.ekrHbX-uEXfLcWeIO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.ekrHbX-uEXfLcWeIO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .ekrHbX-uEXfLcWeIO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.ekrHbX-uEXfLcWeIO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.ekrHbX-uEXfLcWeIO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.ekrHbX-uEXfLcWeIO ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .ekrHbX-uEXfLcWeIO ul.navbar-nav {
    padding: 0;
    background-color: #fec4ef;
    border: none;
  }
}
.ekrHbX-uEXfLcWeIO .navbar-buttons {
  text-align: center;
}
.ekrHbX-uEXfLcWeIO .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.ekrHbX-uEXfLcWeIO .navbar-buttons .btn .KJcGwB-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .ekrHbX-uEXfLcWeIO .navbar-buttons .btn {
    width: auto !important;
  }
}
.ekrHbX-uEXfLcWeIO 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: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.ekrHbX-uEXfLcWeIO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #6a0050;
}
.ekrHbX-uEXfLcWeIO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.ekrHbX-uEXfLcWeIO button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.ekrHbX-uEXfLcWeIO button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.ekrHbX-uEXfLcWeIO button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.ekrHbX-uEXfLcWeIO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.ekrHbX-uEXfLcWeIO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.ekrHbX-uEXfLcWeIO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.ekrHbX-uEXfLcWeIO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.ekrHbX-uEXfLcWeIO .navbar-dropdown {
  padding: 0 1rem;
}
.ekrHbX-uEXfLcWeIO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ekrHbX-uEXfLcWeIO .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) {
  .ekrHbX-uEXfLcWeIO .navbar {
    height: 70px;
  }
  .ekrHbX-uEXfLcWeIO .navbar.opened {
    height: auto;
  }
  .ekrHbX-uEXfLcWeIO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.ekrHbX-uEXfLcWeIO .navbar-nav {
  margin: 0 auto;
}
.ekrHbX-uEXfLcWeIO .nav-item {
  padding: 0;
  margin: 0;
}
.ekrHbX-uEXfLcWeIO .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #6a0050 !important;
}
.ekrHbX-uEXfLcWeIO .nav-item .nav-link::after {
  color: #ff00bf !important;
  transform: rotate(0);
  transition: .3s;
}
.ekrHbX-uEXfLcWeIO .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #6a0050, #ff00bf 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.ekrHbX-uEXfLcWeIO .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.ekrHbX-uEXfLcWeIO .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.ekrHbX-uEXfLcWeIO .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.ekrHbX-uEXfLcWeIO .nav-item .dropdown-menu .dropdown-item {
  color: #6a0050 !important;
}
.ekrHbX-uEXfLcWeIO .nav-item .dropdown-menu .dropdown-item:hover {
  color: #6a0050 !important;
}
@media (max-width: 991px) {
  .ekrHbX-uEXfLcWeIO .navbar {
    justify-content: flex-start !important;
  }
  .ekrHbX-uEXfLcWeIO .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .ekrHbX-uEXfLcWeIO .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .ekrHbX-uEXfLcWeIO .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .ekrHbX-uEXfLcWeIO .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .ekrHbX-uEXfLcWeIO .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .ekrHbX-uEXfLcWeIO .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.ekrHbX-uEXfLcWeIO .content-wrap {
  min-height: 90px;
}
.ekrHbX-uEXil96u62 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ca2ea3;
}
.ekrHbX-uEXil96u62 .KJcGwB-fallback-image.disabled {
  display: none;
}
.ekrHbX-uEXil96u62 .KJcGwB-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ekrHbX-uEXil96u62 .card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 64px;
  background-image: linear-gradient(45deg, #ffffff -10%, #ffffff 30%, #fec4ef 80%);
  overflow: hidden;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .ekrHbX-uEXil96u62 .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .ekrHbX-uEXil96u62 .card-wrapper {
    margin-bottom: 32px;
  }
}
.ekrHbX-uEXil96u62 .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #ffffff, #fec4ef, transparent);
  height: 1px;
  width: 100%;
}
.ekrHbX-uEXil96u62 .card-wrapper .title-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .ekrHbX-uEXil96u62 .card-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.ekrHbX-uEXil96u62 .card-wrapper .title-wrapper .KJcGwB-title {
  margin-bottom: 16px;
}
.ekrHbX-uEXil96u62 .card-wrapper .title-wrapper .KJcGwB-text {
  margin-bottom: 0;
}
.ekrHbX-uEXil96u62 .card-wrapper .form-wrapper {
  width: 50%;
  background-color: #fec4ef;
  padding: 45px 36px;
  margin-bottom: -6rem;
}
@media (max-width: 992px) {
  .ekrHbX-uEXil96u62 .card-wrapper .form-wrapper {
    width: 100%;
    padding: 22px 16px;
    margin-bottom: 0;
  }
}
.ekrHbX-uEXil96u62 .card-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.ekrHbX-uEXil96u62 .card-wrapper .form-wrapper .dragArea.row h5 {
  margin-bottom: 20px !important;
  background-image: linear-gradient(90deg, #6a0050, #6a0050 30%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ekrHbX-uEXil96u62 .card-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
@media (max-width: 992px) {
  .ekrHbX-uEXil96u62 .card-wrapper .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px;
  }
}
.ekrHbX-uEXil96u62 .card-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.ekrHbX-uEXil96u62 .card-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  padding: 10px 20px;
  border: 1px solid #6a0050 !important;
  background-color: #fec4ef;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}
.ekrHbX-uEXil96u62 .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.ekrHbX-uEXil96u62 .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #6a0050 !important;
  box-shadow: none;
}
.ekrHbX-uEXil96u62 .card-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #6a0050;
  opacity: .5;
}
.ekrHbX-uEXil96u62 .card-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.ekrHbX-uEXil96u62 .card-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.ekrHbX-uEXil96u62 .card-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #6a0050;
  border-color: #6a0050;
}
.ekrHbX-uEXil96u62 .card-wrapper .form-wrapper .dragArea.row .KJcGwB-section-btn {
  width: 100%;
  padding: 0;
}
.ekrHbX-uEXil96u62 .card-wrapper .form-wrapper .dragArea.row .KJcGwB-section-btn .btn {
  margin: 0;
}
.ekrHbX-uEXil96u62 .KJcGwB-section-btn {
  text-align: right;
}
.ekrHbX-uEXil96u62 .KJcGwB-title {
  color: #6a0050;
}
.ekrHbX-uEXil96u62 .KJcGwB-text {
  color: #6a0050;
}
.ekrHbX-uEXil96u62 label {
  color: #ffffff;
}
.ekrHbX-uEXil96u62 H5 {
  color: #6a0050;
  text-align: center;
}
.ekrHbX-uEXIHKagSp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ca2ea3;
}
.ekrHbX-uEXIHKagSp .KJcGwB-fallback-image.disabled {
  display: none;
}
.ekrHbX-uEXIHKagSp .KJcGwB-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ekrHbX-uEXIHKagSp .row {
  justify-content: center;
}
.ekrHbX-uEXIHKagSp .main-content {
  background-color: #ffffff;
  padding: 80px 0;
  margin: 0 0 60px;
}
@media (max-width: 992px) {
  .ekrHbX-uEXIHKagSp .main-content {
    padding: 30px 0;
    margin: 0 0 30px;
  }
}
@media (max-width: 992px) {
  .ekrHbX-uEXIHKagSp .title-wrapper {
    margin-bottom: 30px;
  }
}
.ekrHbX-uEXIHKagSp .title-wrapper .KJcGwB-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .ekrHbX-uEXIHKagSp .title-wrapper .KJcGwB-section-title {
    margin-bottom: 30px;
  }
}
.ekrHbX-uEXIHKagSp .title-wrapper .text-wrapper .KJcGwB-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .ekrHbX-uEXIHKagSp .title-wrapper .text-wrapper .KJcGwB-text {
    width: 100%;
  }
}
.ekrHbX-uEXIHKagSp .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #151e11;
}
.ekrHbX-uEXIHKagSp .list .item-wrap {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.ekrHbX-uEXIHKagSp .list .item-wrap:last-child {
  margin-bottom: 0;
}
.ekrHbX-uEXIHKagSp .list .item-wrap:hover,
.ekrHbX-uEXIHKagSp .list .item-wrap:focus {
  transform: translateX(14px);
}
.ekrHbX-uEXIHKagSp .KJcGwB-copy {
  margin: 0;
  color: #fff7ee;
  text-align: center;
}
.ekrHbX-uEXIHKagSp .KJcGwB-section-title {
  color: #151e11;
}
.ekrHbX-uEXIHKagSp .KJcGwB-text {
  color: #151e11;
}
.ekrHbX-uEXIHKagSp .KJcGwB-text,
.ekrHbX-uEXIHKagSp .text-wrapper {
  color: #000000;
}
.ekrHbX-uEXfLcWeIO .navbar-dropdown {
  position: relative !important;
}
.ekrHbX-uEXfLcWeIO .dropdown-item:before {
  font-family: zXmQgV2 !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;
}
.ekrHbX-uEXfLcWeIO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.ekrHbX-uEXfLcWeIO .dropdown-item {
  border: none;
  background: #fec4ef !important;
  color: #6a0050 !important;
}
.ekrHbX-uEXfLcWeIO .dropdown-item:hover,
.ekrHbX-uEXfLcWeIO .dropdown-item:focus {
  background: #fec4ef !important;
  color: #6a0050 !important;
}
.ekrHbX-uEXfLcWeIO .dropdown-item:hover span {
  color: white;
}
.ekrHbX-uEXfLcWeIO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.ekrHbX-uEXfLcWeIO .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ekrHbX-uEXfLcWeIO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.ekrHbX-uEXfLcWeIO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.ekrHbX-uEXfLcWeIO .nav-link {
  position: relative;
}
.ekrHbX-uEXfLcWeIO .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .ekrHbX-uEXfLcWeIO .container {
    flex-wrap: nowrap;
  }
}
.ekrHbX-uEXfLcWeIO .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.ekrHbX-uEXfLcWeIO .iconfont-wrapper:hover {
  color: #ff00bf !important;
}
.ekrHbX-uEXfLcWeIO .dropdown-menu,
.ekrHbX-uEXfLcWeIO .navbar.opened {
  background: #ffffff !important;
}
.ekrHbX-uEXfLcWeIO .nav-item:focus,
.ekrHbX-uEXfLcWeIO .nav-link:focus {
  outline: none;
}
.ekrHbX-uEXfLcWeIO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.ekrHbX-uEXfLcWeIO .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.ekrHbX-uEXfLcWeIO .dropdown .dropdown-menu .dropdown-item .KJcGwB-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.ekrHbX-uEXfLcWeIO .dropdown .dropdown-menu .dropdown-item .KJcGwB-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.ekrHbX-uEXfLcWeIO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.ekrHbX-uEXfLcWeIO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.ekrHbX-uEXfLcWeIO .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.ekrHbX-uEXfLcWeIO .navbar.opened {
  transition: all 0.3s;
}
.ekrHbX-uEXfLcWeIO .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.ekrHbX-uEXfLcWeIO .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.ekrHbX-uEXfLcWeIO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.ekrHbX-uEXfLcWeIO .navbar.collapsed {
  justify-content: center;
}
.ekrHbX-uEXfLcWeIO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.ekrHbX-uEXfLcWeIO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .ekrHbX-uEXfLcWeIO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.ekrHbX-uEXfLcWeIO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.ekrHbX-uEXfLcWeIO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.ekrHbX-uEXfLcWeIO .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%;
}
.ekrHbX-uEXfLcWeIO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.ekrHbX-uEXfLcWeIO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.ekrHbX-uEXfLcWeIO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .ekrHbX-uEXfLcWeIO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .ekrHbX-uEXfLcWeIO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .ekrHbX-uEXfLcWeIO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .ekrHbX-uEXfLcWeIO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .ekrHbX-uEXfLcWeIO .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%;
  }
  .ekrHbX-uEXfLcWeIO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .ekrHbX-uEXfLcWeIO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .ekrHbX-uEXfLcWeIO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .ekrHbX-uEXfLcWeIO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .ekrHbX-uEXfLcWeIO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .ekrHbX-uEXfLcWeIO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.ekrHbX-uEXfLcWeIO .navbar.navbar-short {
  min-height: 96px;
}
.ekrHbX-uEXfLcWeIO .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.ekrHbX-uEXfLcWeIO .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;
}
.ekrHbX-uEXfLcWeIO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.ekrHbX-uEXfLcWeIO .navbar-brand .navbar-caption:hover,
.ekrHbX-uEXfLcWeIO .navbar-brand .navbar-caption:focus {
  color: #6a0050 !important;
}
.ekrHbX-uEXfLcWeIO .navbar-brand .navbar-logo a {
  outline: none;
}
.ekrHbX-uEXfLcWeIO .navbar.opened .navbar-brand .navbar-caption:hover,
.ekrHbX-uEXfLcWeIO .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff00bf !important;
}
.ekrHbX-uEXfLcWeIO .dropdown-item.active,
.ekrHbX-uEXfLcWeIO .dropdown-item:active {
  background-color: transparent;
}
.ekrHbX-uEXfLcWeIO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.ekrHbX-uEXfLcWeIO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.ekrHbX-uEXfLcWeIO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.ekrHbX-uEXfLcWeIO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .ekrHbX-uEXfLcWeIO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.ekrHbX-uEXfLcWeIO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.ekrHbX-uEXfLcWeIO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.ekrHbX-uEXfLcWeIO ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .ekrHbX-uEXfLcWeIO ul.navbar-nav {
    padding: 0;
    background-color: #fec4ef;
    border: none;
  }
}
.ekrHbX-uEXfLcWeIO .navbar-buttons {
  text-align: center;
}
.ekrHbX-uEXfLcWeIO .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.ekrHbX-uEXfLcWeIO .navbar-buttons .btn .KJcGwB-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .ekrHbX-uEXfLcWeIO .navbar-buttons .btn {
    width: auto !important;
  }
}
.ekrHbX-uEXfLcWeIO 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: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.ekrHbX-uEXfLcWeIO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #6a0050;
}
.ekrHbX-uEXfLcWeIO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.ekrHbX-uEXfLcWeIO button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.ekrHbX-uEXfLcWeIO button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.ekrHbX-uEXfLcWeIO button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.ekrHbX-uEXfLcWeIO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.ekrHbX-uEXfLcWeIO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.ekrHbX-uEXfLcWeIO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.ekrHbX-uEXfLcWeIO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.ekrHbX-uEXfLcWeIO .navbar-dropdown {
  padding: 0 1rem;
}
.ekrHbX-uEXfLcWeIO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ekrHbX-uEXfLcWeIO .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) {
  .ekrHbX-uEXfLcWeIO .navbar {
    height: 70px;
  }
  .ekrHbX-uEXfLcWeIO .navbar.opened {
    height: auto;
  }
  .ekrHbX-uEXfLcWeIO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.ekrHbX-uEXfLcWeIO .navbar-nav {
  margin: 0 auto;
}
.ekrHbX-uEXfLcWeIO .nav-item {
  padding: 0;
  margin: 0;
}
.ekrHbX-uEXfLcWeIO .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #6a0050 !important;
}
.ekrHbX-uEXfLcWeIO .nav-item .nav-link::after {
  color: #ff00bf !important;
  transform: rotate(0);
  transition: .3s;
}
.ekrHbX-uEXfLcWeIO .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #6a0050, #ff00bf 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.ekrHbX-uEXfLcWeIO .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.ekrHbX-uEXfLcWeIO .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.ekrHbX-uEXfLcWeIO .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.ekrHbX-uEXfLcWeIO .nav-item .dropdown-menu .dropdown-item {
  color: #6a0050 !important;
}
.ekrHbX-uEXfLcWeIO .nav-item .dropdown-menu .dropdown-item:hover {
  color: #6a0050 !important;
}
@media (max-width: 991px) {
  .ekrHbX-uEXfLcWeIO .navbar {
    justify-content: flex-start !important;
  }
  .ekrHbX-uEXfLcWeIO .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .ekrHbX-uEXfLcWeIO .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .ekrHbX-uEXfLcWeIO .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .ekrHbX-uEXfLcWeIO .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .ekrHbX-uEXfLcWeIO .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .ekrHbX-uEXfLcWeIO .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.ekrHbX-uEXfLcWeIO .content-wrap {
  min-height: 90px;
}
.ekrHbX-uEXiz0aivf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fec4ef;
}
.ekrHbX-uEXiz0aivf h2,
.ekrHbX-uEXiz0aivf h3,
.ekrHbX-uEXiz0aivf h4,
.ekrHbX-uEXiz0aivf p {
  margin: 0;
}
.ekrHbX-uEXiz0aivf .image-wrap {
  width: 100%;
  margin-bottom: 28px;
}
.ekrHbX-uEXiz0aivf .image-wrap img {
  width: 100%;
  height: auto;
}
.ekrHbX-uEXiz0aivf .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.ekrHbX-uEXiz0aivf .KJcGwB-section-title {
  color: #6a0050;
  margin-bottom: 22px;
  text-align: center;
}
.ekrHbX-uEXiz0aivf .KJcGwB-section-subtitle {
  margin-bottom: 5px;
}
.ekrHbX-uEXiz0aivf .KJcGwB-text {
  color: #6a0050;
  margin-bottom: 10px;
}
.ekrHbX-uEXIHKagSp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ca2ea3;
}
.ekrHbX-uEXIHKagSp .KJcGwB-fallback-image.disabled {
  display: none;
}
.ekrHbX-uEXIHKagSp .KJcGwB-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ekrHbX-uEXIHKagSp .row {
  justify-content: center;
}
.ekrHbX-uEXIHKagSp .main-content {
  background-color: #ffffff;
  padding: 80px 0;
  margin: 0 0 60px;
}
@media (max-width: 992px) {
  .ekrHbX-uEXIHKagSp .main-content {
    padding: 30px 0;
    margin: 0 0 30px;
  }
}
@media (max-width: 992px) {
  .ekrHbX-uEXIHKagSp .title-wrapper {
    margin-bottom: 30px;
  }
}
.ekrHbX-uEXIHKagSp .title-wrapper .KJcGwB-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .ekrHbX-uEXIHKagSp .title-wrapper .KJcGwB-section-title {
    margin-bottom: 30px;
  }
}
.ekrHbX-uEXIHKagSp .title-wrapper .text-wrapper .KJcGwB-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .ekrHbX-uEXIHKagSp .title-wrapper .text-wrapper .KJcGwB-text {
    width: 100%;
  }
}
.ekrHbX-uEXIHKagSp .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #151e11;
}
.ekrHbX-uEXIHKagSp .list .item-wrap {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.ekrHbX-uEXIHKagSp .list .item-wrap:last-child {
  margin-bottom: 0;
}
.ekrHbX-uEXIHKagSp .list .item-wrap:hover,
.ekrHbX-uEXIHKagSp .list .item-wrap:focus {
  transform: translateX(14px);
}
.ekrHbX-uEXIHKagSp .KJcGwB-copy {
  margin: 0;
  color: #fff7ee;
  text-align: center;
}
.ekrHbX-uEXIHKagSp .KJcGwB-section-title {
  color: #151e11;
}
.ekrHbX-uEXIHKagSp .KJcGwB-text {
  color: #151e11;
}
.ekrHbX-uEXIHKagSp .KJcGwB-text,
.ekrHbX-uEXIHKagSp .text-wrapper {
  color: #000000;
}
.ekrHbX-uEXiFYsTrP .navbar-dropdown {
  position: relative !important;
}
.ekrHbX-uEXiFYsTrP .dropdown-item:before {
  font-family: zXmQgV2 !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;
}
.ekrHbX-uEXiFYsTrP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.ekrHbX-uEXiFYsTrP .dropdown-item {
  border: none;
  background: #fec4ef !important;
  color: #6a0050 !important;
}
.ekrHbX-uEXiFYsTrP .dropdown-item:hover,
.ekrHbX-uEXiFYsTrP .dropdown-item:focus {
  background: #fec4ef !important;
  color: #6a0050 !important;
}
.ekrHbX-uEXiFYsTrP .dropdown-item:hover span {
  color: white;
}
.ekrHbX-uEXiFYsTrP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.ekrHbX-uEXiFYsTrP .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ekrHbX-uEXiFYsTrP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.ekrHbX-uEXiFYsTrP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.ekrHbX-uEXiFYsTrP .nav-link {
  position: relative;
}
.ekrHbX-uEXiFYsTrP .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .ekrHbX-uEXiFYsTrP .container {
    flex-wrap: nowrap;
  }
}
.ekrHbX-uEXiFYsTrP .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.ekrHbX-uEXiFYsTrP .iconfont-wrapper:hover {
  color: #ff00bf !important;
}
.ekrHbX-uEXiFYsTrP .dropdown-menu,
.ekrHbX-uEXiFYsTrP .navbar.opened {
  background: #ffffff !important;
}
.ekrHbX-uEXiFYsTrP .nav-item:focus,
.ekrHbX-uEXiFYsTrP .nav-link:focus {
  outline: none;
}
.ekrHbX-uEXiFYsTrP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.ekrHbX-uEXiFYsTrP .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.ekrHbX-uEXiFYsTrP .dropdown .dropdown-menu .dropdown-item .KJcGwB-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.ekrHbX-uEXiFYsTrP .dropdown .dropdown-menu .dropdown-item .KJcGwB-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.ekrHbX-uEXiFYsTrP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.ekrHbX-uEXiFYsTrP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.ekrHbX-uEXiFYsTrP .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.ekrHbX-uEXiFYsTrP .navbar.opened {
  transition: all 0.3s;
}
.ekrHbX-uEXiFYsTrP .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.ekrHbX-uEXiFYsTrP .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.ekrHbX-uEXiFYsTrP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.ekrHbX-uEXiFYsTrP .navbar.collapsed {
  justify-content: center;
}
.ekrHbX-uEXiFYsTrP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.ekrHbX-uEXiFYsTrP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .ekrHbX-uEXiFYsTrP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.ekrHbX-uEXiFYsTrP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.ekrHbX-uEXiFYsTrP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.ekrHbX-uEXiFYsTrP .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%;
}
.ekrHbX-uEXiFYsTrP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.ekrHbX-uEXiFYsTrP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.ekrHbX-uEXiFYsTrP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .ekrHbX-uEXiFYsTrP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .ekrHbX-uEXiFYsTrP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .ekrHbX-uEXiFYsTrP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .ekrHbX-uEXiFYsTrP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .ekrHbX-uEXiFYsTrP .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%;
  }
  .ekrHbX-uEXiFYsTrP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .ekrHbX-uEXiFYsTrP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .ekrHbX-uEXiFYsTrP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .ekrHbX-uEXiFYsTrP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .ekrHbX-uEXiFYsTrP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .ekrHbX-uEXiFYsTrP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.ekrHbX-uEXiFYsTrP .navbar.navbar-short {
  min-height: 96px;
}
.ekrHbX-uEXiFYsTrP .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.ekrHbX-uEXiFYsTrP .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;
}
.ekrHbX-uEXiFYsTrP .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.ekrHbX-uEXiFYsTrP .navbar-brand .navbar-caption:hover,
.ekrHbX-uEXiFYsTrP .navbar-brand .navbar-caption:focus {
  color: #6a0050 !important;
}
.ekrHbX-uEXiFYsTrP .navbar-brand .navbar-logo a {
  outline: none;
}
.ekrHbX-uEXiFYsTrP .navbar.opened .navbar-brand .navbar-caption:hover,
.ekrHbX-uEXiFYsTrP .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff00bf !important;
}
.ekrHbX-uEXiFYsTrP .dropdown-item.active,
.ekrHbX-uEXiFYsTrP .dropdown-item:active {
  background-color: transparent;
}
.ekrHbX-uEXiFYsTrP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.ekrHbX-uEXiFYsTrP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.ekrHbX-uEXiFYsTrP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.ekrHbX-uEXiFYsTrP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .ekrHbX-uEXiFYsTrP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.ekrHbX-uEXiFYsTrP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.ekrHbX-uEXiFYsTrP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.ekrHbX-uEXiFYsTrP ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .ekrHbX-uEXiFYsTrP ul.navbar-nav {
    padding: 0;
    background-color: #fec4ef;
    border: none;
  }
}
.ekrHbX-uEXiFYsTrP .navbar-buttons {
  text-align: center;
}
.ekrHbX-uEXiFYsTrP .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.ekrHbX-uEXiFYsTrP .navbar-buttons .btn .KJcGwB-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .ekrHbX-uEXiFYsTrP .navbar-buttons .btn {
    width: auto !important;
  }
}
.ekrHbX-uEXiFYsTrP 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: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.ekrHbX-uEXiFYsTrP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #6a0050;
}
.ekrHbX-uEXiFYsTrP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.ekrHbX-uEXiFYsTrP button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.ekrHbX-uEXiFYsTrP button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.ekrHbX-uEXiFYsTrP button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.ekrHbX-uEXiFYsTrP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.ekrHbX-uEXiFYsTrP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.ekrHbX-uEXiFYsTrP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.ekrHbX-uEXiFYsTrP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.ekrHbX-uEXiFYsTrP .navbar-dropdown {
  padding: 0 1rem;
}
.ekrHbX-uEXiFYsTrP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ekrHbX-uEXiFYsTrP .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) {
  .ekrHbX-uEXiFYsTrP .navbar {
    height: 70px;
  }
  .ekrHbX-uEXiFYsTrP .navbar.opened {
    height: auto;
  }
  .ekrHbX-uEXiFYsTrP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.ekrHbX-uEXiFYsTrP .navbar-nav {
  margin: 0 auto;
}
.ekrHbX-uEXiFYsTrP .nav-item {
  padding: 0;
  margin: 0;
}
.ekrHbX-uEXiFYsTrP .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #6a0050 !important;
}
.ekrHbX-uEXiFYsTrP .nav-item .nav-link::after {
  color: #ff00bf !important;
  transform: rotate(0);
  transition: .3s;
}
.ekrHbX-uEXiFYsTrP .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #6a0050, #ff00bf 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.ekrHbX-uEXiFYsTrP .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.ekrHbX-uEXiFYsTrP .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.ekrHbX-uEXiFYsTrP .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.ekrHbX-uEXiFYsTrP .nav-item .dropdown-menu .dropdown-item {
  color: #6a0050 !important;
}
.ekrHbX-uEXiFYsTrP .nav-item .dropdown-menu .dropdown-item:hover {
  color: #6a0050 !important;
}
@media (max-width: 991px) {
  .ekrHbX-uEXiFYsTrP .navbar {
    justify-content: flex-start !important;
  }
  .ekrHbX-uEXiFYsTrP .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .ekrHbX-uEXiFYsTrP .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .ekrHbX-uEXiFYsTrP .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .ekrHbX-uEXiFYsTrP .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .ekrHbX-uEXiFYsTrP .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .ekrHbX-uEXiFYsTrP .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.ekrHbX-uEXiFYsTrP .content-wrap {
  min-height: 90px;
}
.ekrHbX-uEXiFYXe5d {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fec4ef;
}
.ekrHbX-uEXiFYXe5d h2,
.ekrHbX-uEXiFYXe5d h3,
.ekrHbX-uEXiFYXe5d h4,
.ekrHbX-uEXiFYXe5d p {
  margin: 0;
}
.ekrHbX-uEXiFYXe5d .image-wrap {
  width: 100%;
  margin-bottom: 28px;
}
.ekrHbX-uEXiFYXe5d .image-wrap img {
  width: 100%;
  height: auto;
}
.ekrHbX-uEXiFYXe5d .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.ekrHbX-uEXiFYXe5d .KJcGwB-section-title {
  color: #6a0050;
  margin-bottom: 22px;
  text-align: center;
}
.ekrHbX-uEXiFYXe5d .KJcGwB-section-subtitle {
  margin-bottom: 5px;
}
.ekrHbX-uEXiFYXe5d .KJcGwB-text {
  color: #6a0050;
  margin-bottom: 10px;
}
.ekrHbX-uEXIHKagSp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ca2ea3;
}
.ekrHbX-uEXIHKagSp .KJcGwB-fallback-image.disabled {
  display: none;
}
.ekrHbX-uEXIHKagSp .KJcGwB-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ekrHbX-uEXIHKagSp .row {
  justify-content: center;
}
.ekrHbX-uEXIHKagSp .main-content {
  background-color: #ffffff;
  padding: 80px 0;
  margin: 0 0 60px;
}
@media (max-width: 992px) {
  .ekrHbX-uEXIHKagSp .main-content {
    padding: 30px 0;
    margin: 0 0 30px;
  }
}
@media (max-width: 992px) {
  .ekrHbX-uEXIHKagSp .title-wrapper {
    margin-bottom: 30px;
  }
}
.ekrHbX-uEXIHKagSp .title-wrapper .KJcGwB-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .ekrHbX-uEXIHKagSp .title-wrapper .KJcGwB-section-title {
    margin-bottom: 30px;
  }
}
.ekrHbX-uEXIHKagSp .title-wrapper .text-wrapper .KJcGwB-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .ekrHbX-uEXIHKagSp .title-wrapper .text-wrapper .KJcGwB-text {
    width: 100%;
  }
}
.ekrHbX-uEXIHKagSp .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #151e11;
}
.ekrHbX-uEXIHKagSp .list .item-wrap {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.ekrHbX-uEXIHKagSp .list .item-wrap:last-child {
  margin-bottom: 0;
}
.ekrHbX-uEXIHKagSp .list .item-wrap:hover,
.ekrHbX-uEXIHKagSp .list .item-wrap:focus {
  transform: translateX(14px);
}
.ekrHbX-uEXIHKagSp .KJcGwB-copy {
  margin: 0;
  color: #fff7ee;
  text-align: center;
}
.ekrHbX-uEXIHKagSp .KJcGwB-section-title {
  color: #151e11;
}
.ekrHbX-uEXIHKagSp .KJcGwB-text {
  color: #151e11;
}
.ekrHbX-uEXIHKagSp .KJcGwB-text,
.ekrHbX-uEXIHKagSp .text-wrapper {
  color: #000000;
}
.ekrHbX-uEXiItMgVV .navbar-dropdown {
  position: relative !important;
}
.ekrHbX-uEXiItMgVV .dropdown-item:before {
  font-family: zXmQgV2 !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;
}
.ekrHbX-uEXiItMgVV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.ekrHbX-uEXiItMgVV .dropdown-item {
  border: none;
  background: #fec4ef !important;
  color: #6a0050 !important;
}
.ekrHbX-uEXiItMgVV .dropdown-item:hover,
.ekrHbX-uEXiItMgVV .dropdown-item:focus {
  background: #fec4ef !important;
  color: #6a0050 !important;
}
.ekrHbX-uEXiItMgVV .dropdown-item:hover span {
  color: white;
}
.ekrHbX-uEXiItMgVV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.ekrHbX-uEXiItMgVV .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ekrHbX-uEXiItMgVV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.ekrHbX-uEXiItMgVV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.ekrHbX-uEXiItMgVV .nav-link {
  position: relative;
}
.ekrHbX-uEXiItMgVV .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .ekrHbX-uEXiItMgVV .container {
    flex-wrap: nowrap;
  }
}
.ekrHbX-uEXiItMgVV .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.ekrHbX-uEXiItMgVV .iconfont-wrapper:hover {
  color: #ff00bf !important;
}
.ekrHbX-uEXiItMgVV .dropdown-menu,
.ekrHbX-uEXiItMgVV .navbar.opened {
  background: #ffffff !important;
}
.ekrHbX-uEXiItMgVV .nav-item:focus,
.ekrHbX-uEXiItMgVV .nav-link:focus {
  outline: none;
}
.ekrHbX-uEXiItMgVV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.ekrHbX-uEXiItMgVV .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.ekrHbX-uEXiItMgVV .dropdown .dropdown-menu .dropdown-item .KJcGwB-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.ekrHbX-uEXiItMgVV .dropdown .dropdown-menu .dropdown-item .KJcGwB-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.ekrHbX-uEXiItMgVV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.ekrHbX-uEXiItMgVV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.ekrHbX-uEXiItMgVV .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.ekrHbX-uEXiItMgVV .navbar.opened {
  transition: all 0.3s;
}
.ekrHbX-uEXiItMgVV .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.ekrHbX-uEXiItMgVV .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.ekrHbX-uEXiItMgVV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.ekrHbX-uEXiItMgVV .navbar.collapsed {
  justify-content: center;
}
.ekrHbX-uEXiItMgVV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.ekrHbX-uEXiItMgVV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .ekrHbX-uEXiItMgVV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.ekrHbX-uEXiItMgVV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.ekrHbX-uEXiItMgVV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.ekrHbX-uEXiItMgVV .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%;
}
.ekrHbX-uEXiItMgVV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.ekrHbX-uEXiItMgVV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.ekrHbX-uEXiItMgVV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .ekrHbX-uEXiItMgVV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .ekrHbX-uEXiItMgVV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .ekrHbX-uEXiItMgVV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .ekrHbX-uEXiItMgVV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .ekrHbX-uEXiItMgVV .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%;
  }
  .ekrHbX-uEXiItMgVV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .ekrHbX-uEXiItMgVV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .ekrHbX-uEXiItMgVV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .ekrHbX-uEXiItMgVV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .ekrHbX-uEXiItMgVV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .ekrHbX-uEXiItMgVV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.ekrHbX-uEXiItMgVV .navbar.navbar-short {
  min-height: 96px;
}
.ekrHbX-uEXiItMgVV .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.ekrHbX-uEXiItMgVV .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;
}
.ekrHbX-uEXiItMgVV .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.ekrHbX-uEXiItMgVV .navbar-brand .navbar-caption:hover,
.ekrHbX-uEXiItMgVV .navbar-brand .navbar-caption:focus {
  color: #6a0050 !important;
}
.ekrHbX-uEXiItMgVV .navbar-brand .navbar-logo a {
  outline: none;
}
.ekrHbX-uEXiItMgVV .navbar.opened .navbar-brand .navbar-caption:hover,
.ekrHbX-uEXiItMgVV .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff00bf !important;
}
.ekrHbX-uEXiItMgVV .dropdown-item.active,
.ekrHbX-uEXiItMgVV .dropdown-item:active {
  background-color: transparent;
}
.ekrHbX-uEXiItMgVV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.ekrHbX-uEXiItMgVV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.ekrHbX-uEXiItMgVV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.ekrHbX-uEXiItMgVV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .ekrHbX-uEXiItMgVV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.ekrHbX-uEXiItMgVV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.ekrHbX-uEXiItMgVV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.ekrHbX-uEXiItMgVV ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .ekrHbX-uEXiItMgVV ul.navbar-nav {
    padding: 0;
    background-color: #fec4ef;
    border: none;
  }
}
.ekrHbX-uEXiItMgVV .navbar-buttons {
  text-align: center;
}
.ekrHbX-uEXiItMgVV .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.ekrHbX-uEXiItMgVV .navbar-buttons .btn .KJcGwB-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .ekrHbX-uEXiItMgVV .navbar-buttons .btn {
    width: auto !important;
  }
}
.ekrHbX-uEXiItMgVV 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: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.ekrHbX-uEXiItMgVV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #6a0050;
}
.ekrHbX-uEXiItMgVV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.ekrHbX-uEXiItMgVV button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.ekrHbX-uEXiItMgVV button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.ekrHbX-uEXiItMgVV button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.ekrHbX-uEXiItMgVV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.ekrHbX-uEXiItMgVV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.ekrHbX-uEXiItMgVV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.ekrHbX-uEXiItMgVV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.ekrHbX-uEXiItMgVV .navbar-dropdown {
  padding: 0 1rem;
}
.ekrHbX-uEXiItMgVV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ekrHbX-uEXiItMgVV .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) {
  .ekrHbX-uEXiItMgVV .navbar {
    height: 70px;
  }
  .ekrHbX-uEXiItMgVV .navbar.opened {
    height: auto;
  }
  .ekrHbX-uEXiItMgVV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.ekrHbX-uEXiItMgVV .navbar-nav {
  margin: 0 auto;
}
.ekrHbX-uEXiItMgVV .nav-item {
  padding: 0;
  margin: 0;
}
.ekrHbX-uEXiItMgVV .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #6a0050 !important;
}
.ekrHbX-uEXiItMgVV .nav-item .nav-link::after {
  color: #ff00bf !important;
  transform: rotate(0);
  transition: .3s;
}
.ekrHbX-uEXiItMgVV .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #6a0050, #ff00bf 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.ekrHbX-uEXiItMgVV .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.ekrHbX-uEXiItMgVV .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.ekrHbX-uEXiItMgVV .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.ekrHbX-uEXiItMgVV .nav-item .dropdown-menu .dropdown-item {
  color: #6a0050 !important;
}
.ekrHbX-uEXiItMgVV .nav-item .dropdown-menu .dropdown-item:hover {
  color: #6a0050 !important;
}
@media (max-width: 991px) {
  .ekrHbX-uEXiItMgVV .navbar {
    justify-content: flex-start !important;
  }
  .ekrHbX-uEXiItMgVV .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .ekrHbX-uEXiItMgVV .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .ekrHbX-uEXiItMgVV .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .ekrHbX-uEXiItMgVV .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .ekrHbX-uEXiItMgVV .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .ekrHbX-uEXiItMgVV .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.ekrHbX-uEXiItMgVV .content-wrap {
  min-height: 90px;
}
.ekrHbX-uEXiIupLzc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fec4ef;
}
.ekrHbX-uEXiIupLzc h2,
.ekrHbX-uEXiIupLzc h3,
.ekrHbX-uEXiIupLzc h4,
.ekrHbX-uEXiIupLzc p {
  margin: 0;
}
.ekrHbX-uEXiIupLzc .image-wrap {
  width: 100%;
  margin-bottom: 28px;
}
.ekrHbX-uEXiIupLzc .image-wrap img {
  width: 100%;
  height: auto;
}
.ekrHbX-uEXiIupLzc .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.ekrHbX-uEXiIupLzc .KJcGwB-section-title {
  color: #6a0050;
  margin-bottom: 22px;
  text-align: center;
}
.ekrHbX-uEXiIupLzc .KJcGwB-section-subtitle {
  margin-bottom: 5px;
}
.ekrHbX-uEXiIupLzc .KJcGwB-text {
  color: #6a0050;
  margin-bottom: 10px;
}
.ekrHbX-uEXIHKagSp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ca2ea3;
}
.ekrHbX-uEXIHKagSp .KJcGwB-fallback-image.disabled {
  display: none;
}
.ekrHbX-uEXIHKagSp .KJcGwB-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ekrHbX-uEXIHKagSp .row {
  justify-content: center;
}
.ekrHbX-uEXIHKagSp .main-content {
  background-color: #ffffff;
  padding: 80px 0;
  margin: 0 0 60px;
}
@media (max-width: 992px) {
  .ekrHbX-uEXIHKagSp .main-content {
    padding: 30px 0;
    margin: 0 0 30px;
  }
}
@media (max-width: 992px) {
  .ekrHbX-uEXIHKagSp .title-wrapper {
    margin-bottom: 30px;
  }
}
.ekrHbX-uEXIHKagSp .title-wrapper .KJcGwB-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .ekrHbX-uEXIHKagSp .title-wrapper .KJcGwB-section-title {
    margin-bottom: 30px;
  }
}
.ekrHbX-uEXIHKagSp .title-wrapper .text-wrapper .KJcGwB-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .ekrHbX-uEXIHKagSp .title-wrapper .text-wrapper .KJcGwB-text {
    width: 100%;
  }
}
.ekrHbX-uEXIHKagSp .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #151e11;
}
.ekrHbX-uEXIHKagSp .list .item-wrap {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.ekrHbX-uEXIHKagSp .list .item-wrap:last-child {
  margin-bottom: 0;
}
.ekrHbX-uEXIHKagSp .list .item-wrap:hover,
.ekrHbX-uEXIHKagSp .list .item-wrap:focus {
  transform: translateX(14px);
}
.ekrHbX-uEXIHKagSp .KJcGwB-copy {
  margin: 0;
  color: #fff7ee;
  text-align: center;
}
.ekrHbX-uEXIHKagSp .KJcGwB-section-title {
  color: #151e11;
}
.ekrHbX-uEXIHKagSp .KJcGwB-text {
  color: #151e11;
}
.ekrHbX-uEXIHKagSp .KJcGwB-text,
.ekrHbX-uEXIHKagSp .text-wrapper {
  color: #000000;
}
.ekrHbX-uEXiLHxqb7 .navbar-dropdown {
  position: relative !important;
}
.ekrHbX-uEXiLHxqb7 .dropdown-item:before {
  font-family: zXmQgV2 !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;
}
.ekrHbX-uEXiLHxqb7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.ekrHbX-uEXiLHxqb7 .dropdown-item {
  border: none;
  background: #fec4ef !important;
  color: #6a0050 !important;
}
.ekrHbX-uEXiLHxqb7 .dropdown-item:hover,
.ekrHbX-uEXiLHxqb7 .dropdown-item:focus {
  background: #fec4ef !important;
  color: #6a0050 !important;
}
.ekrHbX-uEXiLHxqb7 .dropdown-item:hover span {
  color: white;
}
.ekrHbX-uEXiLHxqb7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.ekrHbX-uEXiLHxqb7 .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ekrHbX-uEXiLHxqb7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.ekrHbX-uEXiLHxqb7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.ekrHbX-uEXiLHxqb7 .nav-link {
  position: relative;
}
.ekrHbX-uEXiLHxqb7 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .ekrHbX-uEXiLHxqb7 .container {
    flex-wrap: nowrap;
  }
}
.ekrHbX-uEXiLHxqb7 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.ekrHbX-uEXiLHxqb7 .iconfont-wrapper:hover {
  color: #ff00bf !important;
}
.ekrHbX-uEXiLHxqb7 .dropdown-menu,
.ekrHbX-uEXiLHxqb7 .navbar.opened {
  background: #ffffff !important;
}
.ekrHbX-uEXiLHxqb7 .nav-item:focus,
.ekrHbX-uEXiLHxqb7 .nav-link:focus {
  outline: none;
}
.ekrHbX-uEXiLHxqb7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.ekrHbX-uEXiLHxqb7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.ekrHbX-uEXiLHxqb7 .dropdown .dropdown-menu .dropdown-item .KJcGwB-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.ekrHbX-uEXiLHxqb7 .dropdown .dropdown-menu .dropdown-item .KJcGwB-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.ekrHbX-uEXiLHxqb7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.ekrHbX-uEXiLHxqb7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.ekrHbX-uEXiLHxqb7 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.ekrHbX-uEXiLHxqb7 .navbar.opened {
  transition: all 0.3s;
}
.ekrHbX-uEXiLHxqb7 .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.ekrHbX-uEXiLHxqb7 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.ekrHbX-uEXiLHxqb7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.ekrHbX-uEXiLHxqb7 .navbar.collapsed {
  justify-content: center;
}
.ekrHbX-uEXiLHxqb7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.ekrHbX-uEXiLHxqb7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .ekrHbX-uEXiLHxqb7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.ekrHbX-uEXiLHxqb7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.ekrHbX-uEXiLHxqb7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.ekrHbX-uEXiLHxqb7 .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%;
}
.ekrHbX-uEXiLHxqb7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.ekrHbX-uEXiLHxqb7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.ekrHbX-uEXiLHxqb7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .ekrHbX-uEXiLHxqb7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .ekrHbX-uEXiLHxqb7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .ekrHbX-uEXiLHxqb7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .ekrHbX-uEXiLHxqb7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .ekrHbX-uEXiLHxqb7 .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%;
  }
  .ekrHbX-uEXiLHxqb7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .ekrHbX-uEXiLHxqb7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .ekrHbX-uEXiLHxqb7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .ekrHbX-uEXiLHxqb7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .ekrHbX-uEXiLHxqb7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .ekrHbX-uEXiLHxqb7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.ekrHbX-uEXiLHxqb7 .navbar.navbar-short {
  min-height: 96px;
}
.ekrHbX-uEXiLHxqb7 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.ekrHbX-uEXiLHxqb7 .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;
}
.ekrHbX-uEXiLHxqb7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.ekrHbX-uEXiLHxqb7 .navbar-brand .navbar-caption:hover,
.ekrHbX-uEXiLHxqb7 .navbar-brand .navbar-caption:focus {
  color: #6a0050 !important;
}
.ekrHbX-uEXiLHxqb7 .navbar-brand .navbar-logo a {
  outline: none;
}
.ekrHbX-uEXiLHxqb7 .navbar.opened .navbar-brand .navbar-caption:hover,
.ekrHbX-uEXiLHxqb7 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff00bf !important;
}
.ekrHbX-uEXiLHxqb7 .dropdown-item.active,
.ekrHbX-uEXiLHxqb7 .dropdown-item:active {
  background-color: transparent;
}
.ekrHbX-uEXiLHxqb7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.ekrHbX-uEXiLHxqb7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.ekrHbX-uEXiLHxqb7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.ekrHbX-uEXiLHxqb7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .ekrHbX-uEXiLHxqb7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.ekrHbX-uEXiLHxqb7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.ekrHbX-uEXiLHxqb7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.ekrHbX-uEXiLHxqb7 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .ekrHbX-uEXiLHxqb7 ul.navbar-nav {
    padding: 0;
    background-color: #fec4ef;
    border: none;
  }
}
.ekrHbX-uEXiLHxqb7 .navbar-buttons {
  text-align: center;
}
.ekrHbX-uEXiLHxqb7 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.ekrHbX-uEXiLHxqb7 .navbar-buttons .btn .KJcGwB-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .ekrHbX-uEXiLHxqb7 .navbar-buttons .btn {
    width: auto !important;
  }
}
.ekrHbX-uEXiLHxqb7 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: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.ekrHbX-uEXiLHxqb7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #6a0050;
}
.ekrHbX-uEXiLHxqb7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.ekrHbX-uEXiLHxqb7 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.ekrHbX-uEXiLHxqb7 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.ekrHbX-uEXiLHxqb7 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.ekrHbX-uEXiLHxqb7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.ekrHbX-uEXiLHxqb7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.ekrHbX-uEXiLHxqb7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.ekrHbX-uEXiLHxqb7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.ekrHbX-uEXiLHxqb7 .navbar-dropdown {
  padding: 0 1rem;
}
.ekrHbX-uEXiLHxqb7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ekrHbX-uEXiLHxqb7 .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) {
  .ekrHbX-uEXiLHxqb7 .navbar {
    height: 70px;
  }
  .ekrHbX-uEXiLHxqb7 .navbar.opened {
    height: auto;
  }
  .ekrHbX-uEXiLHxqb7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.ekrHbX-uEXiLHxqb7 .navbar-nav {
  margin: 0 auto;
}
.ekrHbX-uEXiLHxqb7 .nav-item {
  padding: 0;
  margin: 0;
}
.ekrHbX-uEXiLHxqb7 .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #6a0050 !important;
}
.ekrHbX-uEXiLHxqb7 .nav-item .nav-link::after {
  color: #ff00bf !important;
  transform: rotate(0);
  transition: .3s;
}
.ekrHbX-uEXiLHxqb7 .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #6a0050, #ff00bf 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.ekrHbX-uEXiLHxqb7 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.ekrHbX-uEXiLHxqb7 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.ekrHbX-uEXiLHxqb7 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.ekrHbX-uEXiLHxqb7 .nav-item .dropdown-menu .dropdown-item {
  color: #6a0050 !important;
}
.ekrHbX-uEXiLHxqb7 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #6a0050 !important;
}
@media (max-width: 991px) {
  .ekrHbX-uEXiLHxqb7 .navbar {
    justify-content: flex-start !important;
  }
  .ekrHbX-uEXiLHxqb7 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .ekrHbX-uEXiLHxqb7 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .ekrHbX-uEXiLHxqb7 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .ekrHbX-uEXiLHxqb7 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .ekrHbX-uEXiLHxqb7 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .ekrHbX-uEXiLHxqb7 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.ekrHbX-uEXiLHxqb7 .content-wrap {
  min-height: 90px;
}
.ekrHbX-uEXiLIkZqq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fec4ef;
}
.ekrHbX-uEXiLIkZqq h2,
.ekrHbX-uEXiLIkZqq h3,
.ekrHbX-uEXiLIkZqq h4,
.ekrHbX-uEXiLIkZqq p {
  margin: 0;
}
.ekrHbX-uEXiLIkZqq .image-wrap {
  width: 100%;
  margin-bottom: 28px;
}
.ekrHbX-uEXiLIkZqq .image-wrap img {
  width: 100%;
  height: auto;
}
.ekrHbX-uEXiLIkZqq .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.ekrHbX-uEXiLIkZqq .KJcGwB-section-title {
  color: #6a0050;
  margin-bottom: 22px;
  text-align: center;
}
.ekrHbX-uEXiLIkZqq .KJcGwB-section-subtitle {
  margin-bottom: 5px;
}
.ekrHbX-uEXiLIkZqq .KJcGwB-text {
  color: #6a0050;
  margin-bottom: 10px;
}
.ekrHbX-uEXIHKagSp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ca2ea3;
}
.ekrHbX-uEXIHKagSp .KJcGwB-fallback-image.disabled {
  display: none;
}
.ekrHbX-uEXIHKagSp .KJcGwB-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ekrHbX-uEXIHKagSp .row {
  justify-content: center;
}
.ekrHbX-uEXIHKagSp .main-content {
  background-color: #ffffff;
  padding: 80px 0;
  margin: 0 0 60px;
}
@media (max-width: 992px) {
  .ekrHbX-uEXIHKagSp .main-content {
    padding: 30px 0;
    margin: 0 0 30px;
  }
}
@media (max-width: 992px) {
  .ekrHbX-uEXIHKagSp .title-wrapper {
    margin-bottom: 30px;
  }
}
.ekrHbX-uEXIHKagSp .title-wrapper .KJcGwB-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .ekrHbX-uEXIHKagSp .title-wrapper .KJcGwB-section-title {
    margin-bottom: 30px;
  }
}
.ekrHbX-uEXIHKagSp .title-wrapper .text-wrapper .KJcGwB-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .ekrHbX-uEXIHKagSp .title-wrapper .text-wrapper .KJcGwB-text {
    width: 100%;
  }
}
.ekrHbX-uEXIHKagSp .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #151e11;
}
.ekrHbX-uEXIHKagSp .list .item-wrap {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.ekrHbX-uEXIHKagSp .list .item-wrap:last-child {
  margin-bottom: 0;
}
.ekrHbX-uEXIHKagSp .list .item-wrap:hover,
.ekrHbX-uEXIHKagSp .list .item-wrap:focus {
  transform: translateX(14px);
}
.ekrHbX-uEXIHKagSp .KJcGwB-copy {
  margin: 0;
  color: #fff7ee;
  text-align: center;
}
.ekrHbX-uEXIHKagSp .KJcGwB-section-title {
  color: #151e11;
}
.ekrHbX-uEXIHKagSp .KJcGwB-text {
  color: #151e11;
}
.ekrHbX-uEXIHKagSp .KJcGwB-text,
.ekrHbX-uEXIHKagSp .text-wrapper {
  color: #000000;
}

/* Base Cookie Banner */
.cookie-banner {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    color: #424a4d;
    padding: 15px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.cookie-banner.show {
    visibility: visible;
    opacity: 1;
}

.cookie-banner p {
    margin: 0;
    font-size: 14px;
}

.cookie-banner a {
    color: #424a4d;
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
}

.cookie-btn {
    all: unset;
    padding: 18px 15px;
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    border-radius: 4px;
    text-align: center;
    line-height: 1;
    display: inline-block;
}

.cookie-btn.Accept {
    background-color: #28a745 !important;
}

.cookie-btn.ignore {
    background-color: #dc3545 !important;
}

/* Mobile View Adjustments */
@media (max-width: 768px) {
    .cookie-banner {
        flex-direction: column;
        padding: 10px;
        gap: 10px;
        font-size: 13px;
    }
    .cookie-buttons {
        flex-direction: column;
        width: 100%;
        gap: 8px;
    }
    .cookie-btn {
        width: 100%;
        padding: 10px 0;
    }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2), -5px -5px 10px rgba(255, 255, 255, 0.8);
  }
  100% {
    opacity: 0;
    transform: scale(0.9);
    box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.3), inset -4px -4px 6px rgba(255, 255, 255, 0.9);
  }
}

.cookie-banner {
  position: fixed;
  bottom: 16px;
  left: 16px;
  max-width: 600px;
  width: calc(100% - 32px);
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  z-index: 1000;
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease-in-out;
}

.cookie-banner.hide {
  animation: fadeOut 0.3s ease-in-out forwards;
  pointer-events: none;
}

#cookieBanner button {
  flex: 1;
  border: none;
  border-radius: 8px;
  padding: 12px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2), -5px -5px 10px rgba(255, 255, 255, 0.8);
  transform: scale(1);
}

#cookieAcceptBtn {
  background: linear-gradient(145deg, #007bff, #0056b3);
  color: white;
}

#cookieAcceptBtn:hover {
  background: linear-gradient(145deg, #0056b3, #004494);
  box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.3), inset -4px -4px 6px rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
}

#cookieRejectBtn {
  background: linear-gradient(145deg, #f8f9fa, #e0e0e0);
  color: #333;
  border: 1px solid #ccc;
}

#cookieRejectBtn:hover {
  background: linear-gradient(145deg, #e0e0e0, #d6d6d6);
  box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.2), inset -4px -4px 6px rgba(255, 255, 255, 0.8);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .cookie-banner {
    width: calc(100% - 32px);
    left: 16px;
    bottom: 16px;
    padding: 15px;
  }
  #cookieBanner button {
    padding: 10px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .cookie-banner {
    width: calc(100% - 16px);
    left: 8px;
    bottom: 16px;
    padding: 10px;
  }
  #cookieBanner button {
    padding: 8px;
    font-size: 12px;
  }
}

/* logoanimations */
@keyframes slowFadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.navbar-brand {
    animation: slowFadeIn 3s ease-out;
}
/* endlogoanimations */
