.btn {
  border-width: 4px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Manrope;
}
.display-1 {
  font-family: 'Manrope', sans-serif;
  font-size: 6.9rem;
  line-height: .95;
}
.display-1 > .mbr-iconfont {
  font-size: 8.625rem;
}
.display-2 {
  font-family: 'Manrope', sans-serif;
  font-size: 4.4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5.5rem;
}
.display-4 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.125rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Manrope', sans-serif;
  font-size: 2.5rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Manrope', sans-serif;
  font-size: 1rem;
  line-height: 1.65;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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: 5.52rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.83rem;
    font-size: calc( 3.065rem + (6.9 - 3.065) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( .95 * (3.065rem + (6.9 - 3.065) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.52rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.65 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.65 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 4.83rem;
    font-size: calc( 3.065rem + (6.9 - 3.065) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( .95 * (3.065rem + (6.9 - 3.065) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.52rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1 * (2.19rem + (4.4 - 2.19) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.65 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.2 * (1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.65 * (1rem + (1 - 1) * ((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: #ff6d99 !important;
}
.bg-success {
  background-color: #f061ca !important;
}
.bg-info {
  background-color: #f4f6fa !important;
}
.bg-warning {
  background-color: #9a5df5 !important;
}
.bg-danger {
  background-color: #fe135a !important;
}
.btn-primary {
  box-shadow: 0px 32px 32px -10px #ffbace !important;
}
.btn-primary .mbr-iconfont {
  color: #ff6d99 !important;
}
.btn-primary .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff6d99 !important;
  border-color: #ff7ca4 !important;
  color: #ffffff !important;
  box-shadow: 0px 32px 32px -10px #ffbace important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ff6d99 !important;
  border-color: #ff7ca4 !important;
  box-shadow: 0px 32px 32px -10px #ffd3e0 important;
}
.btn-primary:hover .mbr-iconfont,
.btn-primary:focus .mbr-iconfont,
.btn-primary.focus .mbr-iconfont,
.btn-primary.active .mbr-iconfont {
  color: #ff6d99 !important;
}
.btn-primary:hover .mbr-iconfont::after,
.btn-primary:focus .mbr-iconfont::after,
.btn-primary.focus .mbr-iconfont::after,
.btn-primary.active .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ffa0bd !important;
  border-color: #ffa0bd !important;
}
.btn-secondary {
  box-shadow: 0px 32px 32px -10px #d3d6df !important;
}
.btn-secondary .mbr-iconfont {
  color: #a6adbf !important;
}
.btn-secondary .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #a6adbf !important;
  border-color: #afb5c5 !important;
  color: #ffffff !important;
  box-shadow: 0px 32px 32px -10px #d3d6df important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #a6adbf !important;
  border-color: #afb5c5 !important;
  box-shadow: 0px 32px 32px -10px #e1e4ea important;
}
.btn-secondary:hover .mbr-iconfont,
.btn-secondary:focus .mbr-iconfont,
.btn-secondary.focus .mbr-iconfont,
.btn-secondary.active .mbr-iconfont {
  color: #a6adbf !important;
}
.btn-secondary:hover .mbr-iconfont::after,
.btn-secondary:focus .mbr-iconfont::after,
.btn-secondary.focus .mbr-iconfont::after,
.btn-secondary.active .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #c4c8d4 !important;
  border-color: #c4c8d4 !important;
}
.btn-info {
  box-shadow: 0px 32px 32px -10px #ffffff !important;
}
.btn-info .mbr-iconfont {
  color: #f4f6fa !important;
}
.btn-info .mbr-iconfont::after {
  background-color: #3b5281 !important;
}
.btn-info,
.btn-info:active {
  background-color: #f4f6fa !important;
  border-color: #ffffff !important;
  color: #3b5281 !important;
  box-shadow: 0px 32px 32px -10px #ffffff important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #f4f6fa !important;
  border-color: #ffffff !important;
  box-shadow: 0px 32px 32px -10px #ffffff important;
}
.btn-info:hover .mbr-iconfont,
.btn-info:focus .mbr-iconfont,
.btn-info.focus .mbr-iconfont,
.btn-info.active .mbr-iconfont {
  color: #f4f6fa !important;
}
.btn-info:hover .mbr-iconfont::after,
.btn-info:focus .mbr-iconfont::after,
.btn-info.focus .mbr-iconfont::after,
.btn-info.active .mbr-iconfont::after {
  background-color: #3b5281 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #3b5281 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success {
  box-shadow: 0px 32px 32px -10px #f7a7e1 !important;
}
.btn-success .mbr-iconfont {
  color: #f061ca !important;
}
.btn-success .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #f061ca !important;
  border-color: #f16fcf !important;
  color: #ffffff !important;
  box-shadow: 0px 32px 32px -10px #f7a7e1 important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #f061ca !important;
  border-color: #f16fcf !important;
  box-shadow: 0px 32px 32px -10px #f9bee9 important;
}
.btn-success:hover .mbr-iconfont,
.btn-success:focus .mbr-iconfont,
.btn-success.focus .mbr-iconfont,
.btn-success.active .mbr-iconfont {
  color: #f061ca !important;
}
.btn-success:hover .mbr-iconfont::after,
.btn-success:focus .mbr-iconfont::after,
.btn-success.focus .mbr-iconfont::after,
.btn-success.active .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #f490da !important;
  border-color: #f490da !important;
}
.btn-warning {
  box-shadow: 0px 32px 32px -10px #c7a5f9 !important;
}
.btn-warning .mbr-iconfont {
  color: #9a5df5 !important;
}
.btn-warning .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #9a5df5 !important;
  border-color: #a36bf6 !important;
  color: #ffffff !important;
  box-shadow: 0px 32px 32px -10px #c7a5f9 important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #9a5df5 !important;
  border-color: #a36bf6 !important;
  box-shadow: 0px 32px 32px -10px #d6bdfb important;
}
.btn-warning:hover .mbr-iconfont,
.btn-warning:focus .mbr-iconfont,
.btn-warning.focus .mbr-iconfont,
.btn-warning.active .mbr-iconfont {
  color: #9a5df5 !important;
}
.btn-warning:hover .mbr-iconfont::after,
.btn-warning:focus .mbr-iconfont::after,
.btn-warning.focus .mbr-iconfont::after,
.btn-warning.active .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #b88df8 !important;
  border-color: #b88df8 !important;
}
.btn-danger {
  box-shadow: 0px 32px 32px -10px #fe5f8f !important;
}
.btn-danger .mbr-iconfont {
  color: #fe135a !important;
}
.btn-danger .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fe135a !important;
  border-color: #fe2265 !important;
  color: #ffffff !important;
  box-shadow: 0px 32px 32px -10px #fe5f8f important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fe135a !important;
  border-color: #fe2265 !important;
  box-shadow: 0px 32px 32px -10px #fe79a1 important;
}
.btn-danger:hover .mbr-iconfont,
.btn-danger:focus .mbr-iconfont,
.btn-danger.focus .mbr-iconfont,
.btn-danger.active .mbr-iconfont {
  color: #fe135a !important;
}
.btn-danger:hover .mbr-iconfont::after,
.btn-danger:focus .mbr-iconfont::after,
.btn-danger.focus .mbr-iconfont::after,
.btn-danger.active .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #fe467e !important;
  border-color: #fe467e !important;
}
.btn-white {
  box-shadow: 0px 32px 32px -10px #ffffff !important;
}
.btn-white .mbr-iconfont {
  color: #ffffff !important;
}
.btn-white .mbr-iconfont::after {
  background-color: #666666 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #666666 !important;
  box-shadow: 0px 32px 32px -10px #ffffff important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: 0px 32px 32px -10px #ffffff important;
}
.btn-white:hover .mbr-iconfont,
.btn-white:focus .mbr-iconfont,
.btn-white.focus .mbr-iconfont,
.btn-white.active .mbr-iconfont {
  color: #ffffff !important;
}
.btn-white:hover .mbr-iconfont::after,
.btn-white:focus .mbr-iconfont::after,
.btn-white.focus .mbr-iconfont::after,
.btn-white.active .mbr-iconfont::after {
  background-color: #666666 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #666666 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black {
  box-shadow: 0px 32px 32px -10px #373737 !important;
}
.btn-black .mbr-iconfont {
  color: #111111 !important;
}
.btn-black .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #111111 !important;
  border-color: #191919 !important;
  color: #ffffff !important;
  box-shadow: 0px 32px 32px -10px #373737 important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #111111 !important;
  border-color: #191919 !important;
  box-shadow: 0px 32px 32px -10px #444444 important;
}
.btn-black:hover .mbr-iconfont,
.btn-black:focus .mbr-iconfont,
.btn-black.focus .mbr-iconfont,
.btn-black.active .mbr-iconfont {
  color: #111111 !important;
}
.btn-black:hover .mbr-iconfont::after,
.btn-black:focus .mbr-iconfont::after,
.btn-black.focus .mbr-iconfont::after,
.btn-black.active .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #2b2b2b !important;
  border-color: #2b2b2b !important;
}
.btn-primary-outline .mbr-iconfont {
  color: #ff6d99 !important;
}
.btn-primary-outline .mbr-iconfont::after {
  border: 2px solid #ff6d99 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ff6d99;
  color: #ff6d99;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ff165c !important;
  background-color: transparent !important;
  border-color: #ff165c !important;
  box-shadow: none !important;
}
.btn-primary-outline:hover .mbr-iconfont,
.btn-primary-outline:focus .mbr-iconfont,
.btn-primary-outline.focus .mbr-iconfont,
.btn-primary-outline.active .mbr-iconfont {
  color: #ff165c !important;
}
.btn-primary-outline:hover .mbr-iconfont::after,
.btn-primary-outline:focus .mbr-iconfont::after,
.btn-primary-outline.focus .mbr-iconfont::after,
.btn-primary-outline.active .mbr-iconfont::after {
  border: 2px solid #ff165c !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6d99 !important;
  border-color: #ff6d99 !important;
}
.btn-secondary-outline .mbr-iconfont {
  color: #a6adbf !important;
}
.btn-secondary-outline .mbr-iconfont::after {
  border: 2px solid #a6adbf !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #a6adbf;
  color: #a6adbf;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #747f9b !important;
  background-color: transparent !important;
  border-color: #747f9b !important;
  box-shadow: none !important;
}
.btn-secondary-outline:hover .mbr-iconfont,
.btn-secondary-outline:focus .mbr-iconfont,
.btn-secondary-outline.focus .mbr-iconfont,
.btn-secondary-outline.active .mbr-iconfont {
  color: #747f9b !important;
}
.btn-secondary-outline:hover .mbr-iconfont::after,
.btn-secondary-outline:focus .mbr-iconfont::after,
.btn-secondary-outline.focus .mbr-iconfont::after,
.btn-secondary-outline.active .mbr-iconfont::after {
  border: 2px solid #747f9b !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #a6adbf !important;
  border-color: #a6adbf !important;
}
.btn-info-outline .mbr-iconfont {
  color: #f4f6fa !important;
}
.btn-info-outline .mbr-iconfont::after {
  border: 2px solid #f4f6fa !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f4f6fa;
  color: #f4f6fa;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #b8c5df !important;
  background-color: transparent !important;
  border-color: #b8c5df !important;
  box-shadow: none !important;
}
.btn-info-outline:hover .mbr-iconfont,
.btn-info-outline:focus .mbr-iconfont,
.btn-info-outline.focus .mbr-iconfont,
.btn-info-outline.active .mbr-iconfont {
  color: #b8c5df !important;
}
.btn-info-outline:hover .mbr-iconfont::after,
.btn-info-outline:focus .mbr-iconfont::after,
.btn-info-outline.focus .mbr-iconfont::after,
.btn-info-outline.active .mbr-iconfont::after {
  border: 2px solid #b8c5df !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #4b69a4 !important;
  background-color: #f4f6fa !important;
  border-color: #f4f6fa !important;
}
.btn-success-outline .mbr-iconfont {
  color: #f061ca !important;
}
.btn-success-outline .mbr-iconfont::after {
  border: 2px solid #f061ca !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #f061ca;
  color: #f061ca;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #e516ae !important;
  background-color: transparent !important;
  border-color: #e516ae !important;
  box-shadow: none !important;
}
.btn-success-outline:hover .mbr-iconfont,
.btn-success-outline:focus .mbr-iconfont,
.btn-success-outline.focus .mbr-iconfont,
.btn-success-outline.active .mbr-iconfont {
  color: #e516ae !important;
}
.btn-success-outline:hover .mbr-iconfont::after,
.btn-success-outline:focus .mbr-iconfont::after,
.btn-success-outline.focus .mbr-iconfont::after,
.btn-success-outline.active .mbr-iconfont::after {
  border: 2px solid #e516ae !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #f061ca !important;
  border-color: #f061ca !important;
}
.btn-warning-outline .mbr-iconfont {
  color: #9a5df5 !important;
}
.btn-warning-outline .mbr-iconfont::after {
  border: 2px solid #9a5df5 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #9a5df5;
  color: #9a5df5;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #680fed !important;
  background-color: transparent !important;
  border-color: #680fed !important;
  box-shadow: none !important;
}
.btn-warning-outline:hover .mbr-iconfont,
.btn-warning-outline:focus .mbr-iconfont,
.btn-warning-outline.focus .mbr-iconfont,
.btn-warning-outline.active .mbr-iconfont {
  color: #680fed !important;
}
.btn-warning-outline:hover .mbr-iconfont::after,
.btn-warning-outline:focus .mbr-iconfont::after,
.btn-warning-outline.focus .mbr-iconfont::after,
.btn-warning-outline.active .mbr-iconfont::after {
  border: 2px solid #680fed !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #9a5df5 !important;
  border-color: #9a5df5 !important;
}
.btn-danger-outline .mbr-iconfont {
  color: #fe135a !important;
}
.btn-danger-outline .mbr-iconfont::after {
  border: 2px solid #fe135a !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #fe135a;
  color: #fe135a;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ba0139 !important;
  background-color: transparent !important;
  border-color: #ba0139 !important;
  box-shadow: none !important;
}
.btn-danger-outline:hover .mbr-iconfont,
.btn-danger-outline:focus .mbr-iconfont,
.btn-danger-outline.focus .mbr-iconfont,
.btn-danger-outline.active .mbr-iconfont {
  color: #ba0139 !important;
}
.btn-danger-outline:hover .mbr-iconfont::after,
.btn-danger-outline:focus .mbr-iconfont::after,
.btn-danger-outline.focus .mbr-iconfont::after,
.btn-danger-outline.active .mbr-iconfont::after {
  border: 2px solid #ba0139 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #fe135a !important;
  border-color: #fe135a !important;
}
.btn-black-outline .mbr-iconfont {
  color: #111111 !important;
}
.btn-black-outline .mbr-iconfont::after {
  border: 2px solid #111111 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #111111;
  color: #111111;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline:hover .mbr-iconfont,
.btn-black-outline:focus .mbr-iconfont,
.btn-black-outline.focus .mbr-iconfont,
.btn-black-outline.active .mbr-iconfont {
  color: #000000 !important;
}
.btn-black-outline:hover .mbr-iconfont::after,
.btn-black-outline:focus .mbr-iconfont::after,
.btn-black-outline.focus .mbr-iconfont::after,
.btn-black-outline.active .mbr-iconfont::after {
  border: 2px solid #000000 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #111111 !important;
  border-color: #111111 !important;
}
.btn-white-outline .mbr-iconfont {
  color: #ffffff !important;
}
.btn-white-outline .mbr-iconfont::after {
  border: 2px solid #ffffff !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-white-outline:hover .mbr-iconfont,
.btn-white-outline:focus .mbr-iconfont,
.btn-white-outline.focus .mbr-iconfont,
.btn-white-outline.active .mbr-iconfont {
  color: #d4d4d4 !important;
}
.btn-white-outline:hover .mbr-iconfont::after,
.btn-white-outline:focus .mbr-iconfont::after,
.btn-white-outline.focus .mbr-iconfont::after,
.btn-white-outline.active .mbr-iconfont::after {
  border: 2px solid #d4d4d4 !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #ff6d99 !important;
}
.text-secondary {
  color: #a6adbf !important;
}
.text-success {
  color: #f061ca !important;
}
.text-info {
  color: #f4f6fa !important;
}
.text-warning {
  color: #9a5df5 !important;
}
.text-danger {
  color: #fe135a !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #111111 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ff0752 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #6b7694 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #d714a3 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #aebdda !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #610ede !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #aa0134 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ff6d99;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f4f6fa;
}
.alert-warning {
  background-color: #9a5df5;
}
.alert-danger {
  background-color: #fe135a;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff6d99;
  border-color: #ff6d99;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff6d99;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffdee8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Manrope', sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ff6d99 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Manrope', sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ff6d99;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff6d99;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff6d99;
}
.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: #ff6d99;
  border-bottom-color: #ff6d99;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ff6d99 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #a6adbf !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='%23ff6d99' %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;
}
html,
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn {
  font-weight: 600;
  padding: 6px 26px;
  min-height: 64px;
}
.mbr-section-btn .btn span {
  font-weight: 600;
}
.mbr-section-btn .btn .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  transition: all .3s ease;
  margin: 0 -16px 0 32px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn .mbr-iconfont {
    margin: 0 -16px 0 24px;
  }
}
.mbr-section-btn .btn .mbr-iconfont::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  transition: all .3s ease;
}
.mbr-section-btn .btn .mbr-iconfont::before {
  z-index: 1;
}
.mbr-section-btn .btn:hover .mbr-iconfont::after,
.mbr-section-btn .btn:focus .mbr-iconfont::after {
  transform: scale(1.2);
}
.mbr-section-btn .btn-white {
  color: #111111 !important;
}
.mbr-section-btn .btn-white .mbr-iconfont {
  color: #3a0011;
}
.mbr-section-btn .btn-white .mbr-iconfont::after {
  background-color: #ff6d99 !important;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn .btn-white:focus {
  color: #111111 !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.little-radius {
  border-radius: 24px !important;
}
.nav-wrapper .list .item-wrap {
  border-radius: 8px;
}
.navbar .dropdown-item {
  border-radius: 8px !important;
}
.navbar-logo img {
  border-radius: 8px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-uVamD1HcRY {
  z-index: 1000;
  width: 100%;
}
.cid-uVamD1HcRY nav.navbar {
  position: fixed;
}
.cid-uVamD1HcRY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVamD1HcRY .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uVamD1HcRY .dropdown-item {
  border: none !important;
  background: #111111 !important;
  font-weight: 600;
}
.cid-uVamD1HcRY .dropdown-item:hover,
.cid-uVamD1HcRY .dropdown-item:focus {
  background: #111111 !important;
  color: #ff6d99 !important;
}
.cid-uVamD1HcRY .dropdown-item:hover span {
  color: white;
}
.cid-uVamD1HcRY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVamD1HcRY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVamD1HcRY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVamD1HcRY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVamD1HcRY .nav-link {
  position: relative;
}
.cid-uVamD1HcRY .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uVamD1HcRY .container {
    flex-wrap: nowrap;
  }
}
.cid-uVamD1HcRY .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uVamD1HcRY .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uVamD1HcRY .dropdown-menu,
.cid-uVamD1HcRY .navbar.opened {
  background: #111111 !important;
}
.cid-uVamD1HcRY .nav-item:focus,
.cid-uVamD1HcRY .nav-link:focus {
  outline: none;
}
.cid-uVamD1HcRY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVamD1HcRY .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uVamD1HcRY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVamD1HcRY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVamD1HcRY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVamD1HcRY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVamD1HcRY .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(17, 17, 17, 0.7);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uVamD1HcRY .navbar.opened {
  transition: all 0.3s;
}
.cid-uVamD1HcRY .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uVamD1HcRY .navbar .navbar-logo img {
  width: auto;
}
.cid-uVamD1HcRY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVamD1HcRY .navbar.collapsed {
  justify-content: center;
}
.cid-uVamD1HcRY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVamD1HcRY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVamD1HcRY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uVamD1HcRY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVamD1HcRY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVamD1HcRY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVamD1HcRY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVamD1HcRY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVamD1HcRY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVamD1HcRY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVamD1HcRY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVamD1HcRY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVamD1HcRY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVamD1HcRY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVamD1HcRY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVamD1HcRY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVamD1HcRY .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uVamD1HcRY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uVamD1HcRY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVamD1HcRY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVamD1HcRY .navbar.navbar-short {
  min-height: 96px;
}
.cid-uVamD1HcRY .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uVamD1HcRY .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;
}
.cid-uVamD1HcRY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uVamD1HcRY .navbar-brand .navbar-caption:hover,
.cid-uVamD1HcRY .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uVamD1HcRY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVamD1HcRY .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uVamD1HcRY .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uVamD1HcRY .dropdown-item.active,
.cid-uVamD1HcRY .dropdown-item:active {
  background-color: transparent;
}
.cid-uVamD1HcRY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVamD1HcRY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVamD1HcRY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVamD1HcRY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uVamD1HcRY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uVamD1HcRY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uVamD1HcRY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVamD1HcRY ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uVamD1HcRY ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uVamD1HcRY .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uVamD1HcRY .navbar-buttons {
    text-align: left;
  }
}
.cid-uVamD1HcRY .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-uVamD1HcRY .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uVamD1HcRY 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: #111111 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uVamD1HcRY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-uVamD1HcRY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uVamD1HcRY button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uVamD1HcRY button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uVamD1HcRY button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uVamD1HcRY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVamD1HcRY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVamD1HcRY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVamD1HcRY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVamD1HcRY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVamD1HcRY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVamD1HcRY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVamD1HcRY .navbar {
    height: 70px;
  }
  .cid-uVamD1HcRY .navbar.opened {
    height: auto;
  }
  .cid-uVamD1HcRY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVamD1HcRY .navbar-nav {
  margin: 0 auto;
}
.cid-uVamD1HcRY .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uVamD1HcRY .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-uVamD1HcRY .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uVamD1HcRY .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-uVamD1HcRY .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uVamD1HcRY .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uVamD1HcRY .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uVamD1HcRY .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uVamD1HcRY .navbar {
    justify-content: flex-start !important;
  }
  .cid-uVamD1HcRY .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uVamD1HcRY .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uVamD1HcRY .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uVamD1HcRY .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uVamD1HcRY .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uVamD1HcRY .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uVamD1HcRY .content-wrap {
  min-height: 110px;
}
.cid-uVamDiweYr {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  justify-content: flex-end;
  background-image: url("../../../assets/images/upscaled-2x-img-2695.webp");
}
.cid-uVamDiweYr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVamDiweYr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVamDiweYr .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uVamDiweYr .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVamDiweYr .title-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uVamDiweYr .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVamDiweYr .text-wrapper {
  padding-left: 260px;
}
@media (max-width: 1440px) {
  .cid-uVamDiweYr .text-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-uVamDiweYr .text-wrapper {
    padding-left: 0;
  }
}
.cid-uVamDiweYr .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uVamDiweYr .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uVamDiweYr .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uVamDiweYr .mbr-label {
  color: #e1e7f2;
}
.cid-uVamDiweYr .mbr-section-title {
  color: #ff6d99;
}
.cid-uVamDiweYr .mbr-text {
  color: #ffffff;
}
.cid-uVamDiweYr .mbr-text,
.cid-uVamDiweYr .mbr-section-btn {
  color: #fafafa;
}
.cid-uVamLFIIVD {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uVamLFIIVD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVamLFIIVD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVamLFIIVD .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uVamLFIIVD .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVamLFIIVD .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uVamLFIIVD .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVamLFIIVD .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uVamLFIIVD .items-wrapper {
  align-items: center;
}
.cid-uVamLFIIVD .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uVamLFIIVD .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uVamLFIIVD .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  min-height: 470px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uVamLFIIVD .items-wrapper .item .item-wrapper {
    min-height: 520px;
    padding: 24px;
  }
}
.cid-uVamLFIIVD .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 100%);
  opacity: 0.8;
  pointer-events: none;
  transition: all .3s ease;
  z-index: 1;
}
.cid-uVamLFIIVD .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uVamLFIIVD .items-wrapper .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uVamLFIIVD .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-uVamLFIIVD .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uVamLFIIVD .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uVamLFIIVD .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uVamLFIIVD .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uVamLFIIVD .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uVamLFIIVD .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uVamLFIIVD .mbr-text,
.cid-uVamLFIIVD .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uVamLFIIVD .card-title {
  color: #ffffff;
}
.cid-uVamLFIIVD .card-text {
  color: #ffffff;
}
.cid-vfnyhsPRPo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vfnyhsPRPo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfnyhsPRPo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfnyhsPRPo .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vfnyhsPRPo .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vfnyhsPRPo .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vfnyhsPRPo .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfnyhsPRPo .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vfnyhsPRPo .items-wrapper {
  align-items: center;
}
.cid-vfnyhsPRPo .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vfnyhsPRPo .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-vfnyhsPRPo .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  min-height: 470px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-vfnyhsPRPo .items-wrapper .item .item-wrapper {
    min-height: 520px;
    padding: 24px;
  }
}
.cid-vfnyhsPRPo .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 100%);
  opacity: 0.8;
  pointer-events: none;
  transition: all .3s ease;
  z-index: 1;
}
.cid-vfnyhsPRPo .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vfnyhsPRPo .items-wrapper .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-vfnyhsPRPo .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-vfnyhsPRPo .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-vfnyhsPRPo .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-vfnyhsPRPo .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-vfnyhsPRPo .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-vfnyhsPRPo .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-vfnyhsPRPo .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-vfnyhsPRPo .mbr-text,
.cid-vfnyhsPRPo .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-vfnyhsPRPo .card-title {
  color: #ffffff;
}
.cid-vfnyhsPRPo .card-text {
  color: #ffffff;
}
.cid-vfnyn5xo5X {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vfnyn5xo5X .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfnyn5xo5X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfnyn5xo5X .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vfnyn5xo5X .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vfnyn5xo5X .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vfnyn5xo5X .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfnyn5xo5X .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vfnyn5xo5X .items-wrapper {
  align-items: center;
}
.cid-vfnyn5xo5X .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vfnyn5xo5X .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-vfnyn5xo5X .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  min-height: 470px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-vfnyn5xo5X .items-wrapper .item .item-wrapper {
    min-height: 520px;
    padding: 24px;
  }
}
.cid-vfnyn5xo5X .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 100%);
  opacity: 0.8;
  pointer-events: none;
  transition: all .3s ease;
  z-index: 1;
}
.cid-vfnyn5xo5X .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vfnyn5xo5X .items-wrapper .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-vfnyn5xo5X .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-vfnyn5xo5X .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-vfnyn5xo5X .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-vfnyn5xo5X .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-vfnyn5xo5X .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-vfnyn5xo5X .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-vfnyn5xo5X .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-vfnyn5xo5X .mbr-text,
.cid-vfnyn5xo5X .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-vfnyn5xo5X .card-title {
  color: #ffffff;
}
.cid-vfnyn5xo5X .card-text {
  color: #ffffff;
}
.cid-vfnyOIMI6k {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vfnyOIMI6k .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfnyOIMI6k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfnyOIMI6k .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vfnyOIMI6k .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vfnyOIMI6k .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vfnyOIMI6k .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfnyOIMI6k .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vfnyOIMI6k .items-wrapper {
  align-items: center;
}
.cid-vfnyOIMI6k .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vfnyOIMI6k .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-vfnyOIMI6k .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  min-height: 470px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-vfnyOIMI6k .items-wrapper .item .item-wrapper {
    min-height: 520px;
    padding: 24px;
  }
}
.cid-vfnyOIMI6k .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 100%);
  opacity: 0.8;
  pointer-events: none;
  transition: all .3s ease;
  z-index: 1;
}
.cid-vfnyOIMI6k .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vfnyOIMI6k .items-wrapper .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-vfnyOIMI6k .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-vfnyOIMI6k .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-vfnyOIMI6k .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-vfnyOIMI6k .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-vfnyOIMI6k .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-vfnyOIMI6k .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-vfnyOIMI6k .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-vfnyOIMI6k .mbr-text,
.cid-vfnyOIMI6k .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-vfnyOIMI6k .card-title {
  color: #ffffff;
}
.cid-vfnyOIMI6k .card-text {
  color: #ffffff;
}
.cid-vfnyWCIOCj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vfnyWCIOCj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfnyWCIOCj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfnyWCIOCj .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vfnyWCIOCj .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vfnyWCIOCj .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vfnyWCIOCj .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfnyWCIOCj .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vfnyWCIOCj .items-wrapper {
  align-items: center;
}
.cid-vfnyWCIOCj .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vfnyWCIOCj .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-vfnyWCIOCj .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  min-height: 470px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-vfnyWCIOCj .items-wrapper .item .item-wrapper {
    min-height: 520px;
    padding: 24px;
  }
}
.cid-vfnyWCIOCj .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 100%);
  opacity: 0.8;
  pointer-events: none;
  transition: all .3s ease;
  z-index: 1;
}
.cid-vfnyWCIOCj .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vfnyWCIOCj .items-wrapper .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-vfnyWCIOCj .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-vfnyWCIOCj .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-vfnyWCIOCj .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-vfnyWCIOCj .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-vfnyWCIOCj .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-vfnyWCIOCj .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-vfnyWCIOCj .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-vfnyWCIOCj .mbr-text,
.cid-vfnyWCIOCj .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-vfnyWCIOCj .card-title {
  color: #ffffff;
}
.cid-vfnyWCIOCj .card-text {
  color: #ffffff;
}
.cid-vfnz6YbzEj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vfnz6YbzEj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfnz6YbzEj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfnz6YbzEj .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vfnz6YbzEj .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vfnz6YbzEj .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vfnz6YbzEj .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfnz6YbzEj .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vfnz6YbzEj .items-wrapper {
  align-items: center;
}
.cid-vfnz6YbzEj .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vfnz6YbzEj .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-vfnz6YbzEj .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  min-height: 470px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-vfnz6YbzEj .items-wrapper .item .item-wrapper {
    min-height: 520px;
    padding: 24px;
  }
}
.cid-vfnz6YbzEj .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 100%);
  opacity: 0.8;
  pointer-events: none;
  transition: all .3s ease;
  z-index: 1;
}
.cid-vfnz6YbzEj .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vfnz6YbzEj .items-wrapper .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-vfnz6YbzEj .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-vfnz6YbzEj .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-vfnz6YbzEj .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-vfnz6YbzEj .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-vfnz6YbzEj .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-vfnz6YbzEj .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-vfnz6YbzEj .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-vfnz6YbzEj .mbr-text,
.cid-vfnz6YbzEj .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-vfnz6YbzEj .card-title {
  color: #ffffff;
}
.cid-vfnz6YbzEj .card-text {
  color: #ffffff;
}
.cid-vfnA3fHNxH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vfnA3fHNxH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfnA3fHNxH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfnA3fHNxH .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vfnA3fHNxH .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vfnA3fHNxH .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vfnA3fHNxH .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfnA3fHNxH .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vfnA3fHNxH .items-wrapper {
  align-items: center;
}
.cid-vfnA3fHNxH .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vfnA3fHNxH .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-vfnA3fHNxH .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  min-height: 470px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-vfnA3fHNxH .items-wrapper .item .item-wrapper {
    min-height: 520px;
    padding: 24px;
  }
}
.cid-vfnA3fHNxH .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 100%);
  opacity: 0.8;
  pointer-events: none;
  transition: all .3s ease;
  z-index: 1;
}
.cid-vfnA3fHNxH .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vfnA3fHNxH .items-wrapper .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-vfnA3fHNxH .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-vfnA3fHNxH .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-vfnA3fHNxH .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-vfnA3fHNxH .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-vfnA3fHNxH .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-vfnA3fHNxH .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-vfnA3fHNxH .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-vfnA3fHNxH .mbr-text,
.cid-vfnA3fHNxH .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-vfnA3fHNxH .card-title {
  color: #ffffff;
}
.cid-vfnA3fHNxH .card-text {
  color: #ffffff;
}
.cid-uVamOhP8h6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ff6d99;
  border-top: 8px solid #ff7ca4;
  border-bottom: 8px solid #ff7ca4;
}
@media (max-width: 992px) {
  .cid-uVamOhP8h6 {
    border-top: 4px solid #ff7ca4;
    border-bottom: 4px solid #ff7ca4;
  }
}
.cid-uVamOhP8h6 .item:focus,
.cid-uVamOhP8h6 span:focus {
  outline: none;
}
.cid-uVamOhP8h6 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uVamOhP8h6 .content-head {
  max-width: 800px;
}
.cid-uVamOhP8h6 .item {
  color: #ffffff;
  min-height: 90px;
  padding: 10px 0;
  font-weight: 700;
}
@media (max-width: 768px) {
  .cid-uVamOhP8h6 .item {
    min-height: 45px;
  }
}
.cid-uVan1gnjGp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVan1gnjGp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVan1gnjGp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVan1gnjGp .card {
  justify-content: center;
}
.cid-uVan1gnjGp .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uVan1gnjGp .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uVan1gnjGp .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uVan1gnjGp .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-uVan1gnjGp .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVan1gnjGp .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uVan1gnjGp .content-wrapper .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-uVan1gnjGp .content-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uVan1gnjGp .content-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-uVan1gnjGp .content-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: #f4f6fa;
  padding: 15px 24px;
  box-shadow: none;
  border: 1px solid #e1e7f2 !important;
  margin-bottom: 16px;
}
.cid-uVan1gnjGp .content-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #afb5c5;
}
.cid-uVan1gnjGp .content-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uVan1gnjGp .content-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #a6adbf !important;
}
.cid-uVan1gnjGp .content-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 64px;
}
.cid-uVan1gnjGp .content-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uVan1gnjGp .content-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #afb5c5;
  border-color: #afb5c5;
}
.cid-uVan1gnjGp .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-uVan1gnjGp .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-uVan1gnjGp .content-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-uVan1gnjGp .image-wrapper img {
  height: 680px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uVan1gnjGp .image-wrapper img {
    height: 550px;
  }
}
@media (max-width: 992px) {
  .cid-uVan1gnjGp .image-wrapper img {
    height: 350px;
  }
}
.cid-uVan1gnjGp .mbr-label {
  color: #a6adbf;
}
.cid-uVan1gnjGp .mbr-section-title {
  color: #111111;
}
.cid-uVan1gnjGp .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-uVan9w1S4q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVan9w1S4q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVan9w1S4q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVan9w1S4q .content-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uVan9w1S4q .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVan9w1S4q .content-wrapper .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uVan9w1S4q .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVan9w1S4q .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVan9w1S4q .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uVan9w1S4q .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVan9w1S4q .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uVan9w1S4q .nav-wrapper {
  margin-bottom: 100px;
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .cid-uVan9w1S4q .nav-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-uVan9w1S4q .nav-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.cid-uVan9w1S4q .nav-wrapper .mbr-nav-title {
  padding: 0 12px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uVan9w1S4q .nav-wrapper .mbr-nav-title {
    margin-bottom: 24px;
  }
}
.cid-uVan9w1S4q .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-uVan9w1S4q .nav-wrapper .list .item-wrap {
  position: relative;
  padding: 4px 32px 4px 12px;
  margin-bottom: 8px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uVan9w1S4q .nav-wrapper .list .item-wrap::before {
  content: '→';
  position: absolute;
  top: 4px;
  right: 12px;
  font-size: 22px;
  color: #ff6d99;
  transition: all .3s ease;
}
.cid-uVan9w1S4q .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uVan9w1S4q .nav-wrapper .list .item-wrap:hover,
.cid-uVan9w1S4q .nav-wrapper .list .item-wrap:focus {
  background-color: #f4f6fa;
  color: #7b86a1;
}
.cid-uVan9w1S4q .nav-wrapper .list .item-wrap:hover::before,
.cid-uVan9w1S4q .nav-wrapper .list .item-wrap:focus::before {
  color: #7b86a1;
}
@media (max-width: 992px) {
  .cid-uVan9w1S4q .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVan9w1S4q .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uVan9w1S4q .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #ff6d99;
  margin-right: 24px;
  box-shadow: 0 18px 32px -8px #ff6d99;
  border: 3px solid #ff7ca4;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uVan9w1S4q .social-wrapper .social-wrap .soc-item {
    margin-right: 12px;
  }
}
.cid-uVan9w1S4q .social-wrapper .social-wrap .soc-item:last-child {
  margin-right: 0;
}
.cid-uVan9w1S4q .social-wrapper .social-wrap .soc-item:hover,
.cid-uVan9w1S4q .social-wrapper .social-wrap .soc-item:hover {
  background-color: #a6adbf;
  border: 3px solid #afb5c5;
  box-shadow: 0 18px 32px -8px #a6adbf;
}
.cid-uVan9w1S4q .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont,
.cid-uVan9w1S4q .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont {
  color: #ffffff !important;
}
.cid-uVan9w1S4q .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-uVan9w1S4q .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uVan9w1S4q .mbr-copy {
  padding-left: 240px;
  margin-bottom: 0;
  color: #666666;
  text-align: center;
}
@media (max-width: 1440px) {
  .cid-uVan9w1S4q .mbr-copy {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-uVan9w1S4q .mbr-copy {
    padding-left: 0;
  }
}
.cid-uVan9w1S4q .card {
  justify-content: center;
}
.cid-uVan9w1S4q .mbr-section-title {
  color: #111111;
}
.cid-uVan9w1S4q .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uVan9w1S4q .mbr-text,
.cid-uVan9w1S4q .text-wrapper {
  color: #666666;
}
.cid-uVan9w1S4q .mbr-nav-title {
  color: #a6adbf;
}
.cid-uVan9w1S4q .list {
  color: #ff6d99;
}
.cid-uVan9w1S4q .mbr-section-title,
.cid-uVan9w1S4q .social-wrapper {
  text-align: center;
}
.cid-uVan9w1S4q .mbr-text,
.cid-uVan9w1S4q .text-wrapper,
.cid-uVan9w1S4q .mbr-section-btn {
  text-align: center;
}
.cid-vfnQzwhjLi {
  z-index: 1000;
  width: 100%;
}
.cid-vfnQzwhjLi nav.navbar {
  position: fixed;
}
.cid-vfnQzwhjLi .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfnQzwhjLi .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vfnQzwhjLi .dropdown-item {
  border: none !important;
  background: #111111 !important;
  font-weight: 600;
}
.cid-vfnQzwhjLi .dropdown-item:hover,
.cid-vfnQzwhjLi .dropdown-item:focus {
  background: #111111 !important;
  color: #ff6d99 !important;
}
.cid-vfnQzwhjLi .dropdown-item:hover span {
  color: white;
}
.cid-vfnQzwhjLi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfnQzwhjLi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfnQzwhjLi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfnQzwhjLi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfnQzwhjLi .nav-link {
  position: relative;
}
.cid-vfnQzwhjLi .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vfnQzwhjLi .container {
    flex-wrap: nowrap;
  }
}
.cid-vfnQzwhjLi .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-vfnQzwhjLi .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vfnQzwhjLi .dropdown-menu,
.cid-vfnQzwhjLi .navbar.opened {
  background: #111111 !important;
}
.cid-vfnQzwhjLi .nav-item:focus,
.cid-vfnQzwhjLi .nav-link:focus {
  outline: none;
}
.cid-vfnQzwhjLi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfnQzwhjLi .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vfnQzwhjLi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfnQzwhjLi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfnQzwhjLi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfnQzwhjLi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfnQzwhjLi .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(17, 17, 17, 0.7);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vfnQzwhjLi .navbar.opened {
  transition: all 0.3s;
}
.cid-vfnQzwhjLi .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vfnQzwhjLi .navbar .navbar-logo img {
  width: auto;
}
.cid-vfnQzwhjLi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfnQzwhjLi .navbar.collapsed {
  justify-content: center;
}
.cid-vfnQzwhjLi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfnQzwhjLi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfnQzwhjLi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-vfnQzwhjLi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfnQzwhjLi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfnQzwhjLi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vfnQzwhjLi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfnQzwhjLi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfnQzwhjLi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfnQzwhjLi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfnQzwhjLi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfnQzwhjLi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfnQzwhjLi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfnQzwhjLi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vfnQzwhjLi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfnQzwhjLi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfnQzwhjLi .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vfnQzwhjLi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vfnQzwhjLi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfnQzwhjLi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfnQzwhjLi .navbar.navbar-short {
  min-height: 96px;
}
.cid-vfnQzwhjLi .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vfnQzwhjLi .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;
}
.cid-vfnQzwhjLi .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-vfnQzwhjLi .navbar-brand .navbar-caption:hover,
.cid-vfnQzwhjLi .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-vfnQzwhjLi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfnQzwhjLi .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vfnQzwhjLi .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-vfnQzwhjLi .dropdown-item.active,
.cid-vfnQzwhjLi .dropdown-item:active {
  background-color: transparent;
}
.cid-vfnQzwhjLi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfnQzwhjLi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfnQzwhjLi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfnQzwhjLi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vfnQzwhjLi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vfnQzwhjLi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vfnQzwhjLi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfnQzwhjLi ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vfnQzwhjLi ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vfnQzwhjLi .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vfnQzwhjLi .navbar-buttons {
    text-align: left;
  }
}
.cid-vfnQzwhjLi .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-vfnQzwhjLi .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vfnQzwhjLi 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: #111111 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfnQzwhjLi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-vfnQzwhjLi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vfnQzwhjLi button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfnQzwhjLi button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfnQzwhjLi button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vfnQzwhjLi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfnQzwhjLi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfnQzwhjLi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfnQzwhjLi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfnQzwhjLi .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vfnQzwhjLi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfnQzwhjLi .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfnQzwhjLi .navbar {
    height: 70px;
  }
  .cid-vfnQzwhjLi .navbar.opened {
    height: auto;
  }
  .cid-vfnQzwhjLi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfnQzwhjLi .navbar-nav {
  margin: 0 auto;
}
.cid-vfnQzwhjLi .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vfnQzwhjLi .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-vfnQzwhjLi .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vfnQzwhjLi .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-vfnQzwhjLi .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vfnQzwhjLi .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vfnQzwhjLi .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vfnQzwhjLi .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vfnQzwhjLi .navbar {
    justify-content: flex-start !important;
  }
  .cid-vfnQzwhjLi .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vfnQzwhjLi .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vfnQzwhjLi .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vfnQzwhjLi .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vfnQzwhjLi .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vfnQzwhjLi .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vfnQzwhjLi .content-wrap {
  min-height: 110px;
}
.cid-vfnRc62nSv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-vfnRc62nSv {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-vfnRc62nSv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfnRc62nSv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfnRc62nSv .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vfnRc62nSv .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vfnRc62nSv .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vfnRc62nSv .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vfnRc62nSv .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vfnRc62nSv .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfnRc62nSv .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vfnRc62nSv .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vfnRc62nSv .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vfnRc62nSv .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-vfnRc62nSv .image-wrapper {
    padding-left: 0;
  }
}
.cid-vfnRc62nSv .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vfnRc62nSv .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-vfnRc62nSv .image-wrapper img {
    height: 350px;
  }
}
.cid-vfnRc62nSv .mbr-label {
  color: #a6adbf;
}
.cid-vfnRc62nSv .mbr-section-title {
  color: #111111;
}
.cid-vfnRc62nSv .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-vfnRc62nSv .mbr-text,
.cid-vfnRc62nSv .text-wrapper {
  color: #666666;
}
.cid-vg2CYPdSyA {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #f4f4f4;
}
.cid-vg2CYPdSyA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg2CYPdSyA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vg2CYPdSyA .row {
  margin: 0 -4px;
}
.cid-vg2CYPdSyA .row .item {
  padding: 0 4px;
}
.cid-vg2CYPdSyA .item {
  margin-top: 8px;
}
.cid-vg2CYPdSyA .item:first-child {
  margin-top: 0;
}
.cid-vg2CYPdSyA .item:nth-child(2) {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-vg2CYPdSyA .item:nth-child(2) {
    margin-top: 8px;
  }
}
.cid-vg2CYPdSyA .item .item-wrapper .item-img img {
  height: 800px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vg2CYPdSyA .item .item-wrapper .item-img img {
    height: 600px;
  }
}
@media (max-width: 992px) {
  .cid-vg2CYPdSyA .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vg2D0hbCgf {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #f4f4f4;
}
.cid-vg2D0hbCgf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg2D0hbCgf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vg2D0hbCgf .row {
  margin: 0 -4px;
}
.cid-vg2D0hbCgf .row .item {
  padding: 0 4px;
}
.cid-vg2D0hbCgf .item {
  margin-top: 8px;
}
.cid-vg2D0hbCgf .item:first-child {
  margin-top: 0;
}
.cid-vg2D0hbCgf .item:nth-child(2) {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-vg2D0hbCgf .item:nth-child(2) {
    margin-top: 8px;
  }
}
.cid-vg2D0hbCgf .item .item-wrapper .item-img img {
  height: 800px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vg2D0hbCgf .item .item-wrapper .item-img img {
    height: 600px;
  }
}
@media (max-width: 992px) {
  .cid-vg2D0hbCgf .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vfnRh5TqhS {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vfnRh5TqhS .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vg2EyHEHth {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #f4f4f4;
}
.cid-vg2EyHEHth .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg2EyHEHth .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vg2EyHEHth .row {
  margin: 0 -4px;
}
.cid-vg2EyHEHth .row .item {
  padding: 0 4px;
}
.cid-vg2EyHEHth .item {
  margin-top: 8px;
}
.cid-vg2EyHEHth .item:first-child {
  margin-top: 0;
}
.cid-vg2EyHEHth .item:nth-child(2) {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-vg2EyHEHth .item:nth-child(2) {
    margin-top: 8px;
  }
}
.cid-vg2EyHEHth .item .item-wrapper .item-img img {
  height: 800px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vg2EyHEHth .item .item-wrapper .item-img img {
    height: 600px;
  }
}
@media (max-width: 992px) {
  .cid-vg2EyHEHth .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vfnQzzUrDP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ff6d99;
  border-top: 8px solid #ff7ca4;
  border-bottom: 8px solid #ff7ca4;
}
@media (max-width: 992px) {
  .cid-vfnQzzUrDP {
    border-top: 4px solid #ff7ca4;
    border-bottom: 4px solid #ff7ca4;
  }
}
.cid-vfnQzzUrDP .item:focus,
.cid-vfnQzzUrDP span:focus {
  outline: none;
}
.cid-vfnQzzUrDP .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vfnQzzUrDP .content-head {
  max-width: 800px;
}
.cid-vfnQzzUrDP .item {
  color: #ffffff;
  min-height: 90px;
  padding: 10px 0;
  font-weight: 700;
}
@media (max-width: 768px) {
  .cid-vfnQzzUrDP .item {
    min-height: 45px;
  }
}
.cid-vfnQzAfiIC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfnQzAfiIC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfnQzAfiIC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfnQzAfiIC .card {
  justify-content: center;
}
.cid-vfnQzAfiIC .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vfnQzAfiIC .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-vfnQzAfiIC .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vfnQzAfiIC .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-vfnQzAfiIC .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfnQzAfiIC .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vfnQzAfiIC .content-wrapper .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vfnQzAfiIC .content-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vfnQzAfiIC .content-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-vfnQzAfiIC .content-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: #f4f6fa;
  padding: 15px 24px;
  box-shadow: none;
  border: 1px solid #e1e7f2 !important;
  margin-bottom: 16px;
}
.cid-vfnQzAfiIC .content-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #afb5c5;
}
.cid-vfnQzAfiIC .content-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vfnQzAfiIC .content-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #a6adbf !important;
}
.cid-vfnQzAfiIC .content-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 64px;
}
.cid-vfnQzAfiIC .content-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vfnQzAfiIC .content-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #afb5c5;
  border-color: #afb5c5;
}
.cid-vfnQzAfiIC .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-vfnQzAfiIC .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-vfnQzAfiIC .content-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vfnQzAfiIC .image-wrapper img {
  height: 680px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vfnQzAfiIC .image-wrapper img {
    height: 550px;
  }
}
@media (max-width: 992px) {
  .cid-vfnQzAfiIC .image-wrapper img {
    height: 350px;
  }
}
.cid-vfnQzAfiIC .mbr-label {
  color: #a6adbf;
}
.cid-vfnQzAfiIC .mbr-section-title {
  color: #111111;
}
.cid-vfnQzAfiIC .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-vfnQzAHRNu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfnQzAHRNu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfnQzAHRNu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfnQzAHRNu .content-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vfnQzAHRNu .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vfnQzAHRNu .content-wrapper .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vfnQzAHRNu .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vfnQzAHRNu .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfnQzAHRNu .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vfnQzAHRNu .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vfnQzAHRNu .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vfnQzAHRNu .nav-wrapper {
  margin-bottom: 100px;
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .cid-vfnQzAHRNu .nav-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-vfnQzAHRNu .nav-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.cid-vfnQzAHRNu .nav-wrapper .mbr-nav-title {
  padding: 0 12px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vfnQzAHRNu .nav-wrapper .mbr-nav-title {
    margin-bottom: 24px;
  }
}
.cid-vfnQzAHRNu .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-vfnQzAHRNu .nav-wrapper .list .item-wrap {
  position: relative;
  padding: 4px 32px 4px 12px;
  margin-bottom: 8px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vfnQzAHRNu .nav-wrapper .list .item-wrap::before {
  content: '→';
  position: absolute;
  top: 4px;
  right: 12px;
  font-size: 22px;
  color: #ff6d99;
  transition: all .3s ease;
}
.cid-vfnQzAHRNu .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vfnQzAHRNu .nav-wrapper .list .item-wrap:hover,
.cid-vfnQzAHRNu .nav-wrapper .list .item-wrap:focus {
  background-color: #f4f6fa;
  color: #7b86a1;
}
.cid-vfnQzAHRNu .nav-wrapper .list .item-wrap:hover::before,
.cid-vfnQzAHRNu .nav-wrapper .list .item-wrap:focus::before {
  color: #7b86a1;
}
@media (max-width: 992px) {
  .cid-vfnQzAHRNu .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vfnQzAHRNu .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vfnQzAHRNu .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #ff6d99;
  margin-right: 24px;
  box-shadow: 0 18px 32px -8px #ff6d99;
  border: 3px solid #ff7ca4;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vfnQzAHRNu .social-wrapper .social-wrap .soc-item {
    margin-right: 12px;
  }
}
.cid-vfnQzAHRNu .social-wrapper .social-wrap .soc-item:last-child {
  margin-right: 0;
}
.cid-vfnQzAHRNu .social-wrapper .social-wrap .soc-item:hover,
.cid-vfnQzAHRNu .social-wrapper .social-wrap .soc-item:hover {
  background-color: #a6adbf;
  border: 3px solid #afb5c5;
  box-shadow: 0 18px 32px -8px #a6adbf;
}
.cid-vfnQzAHRNu .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont,
.cid-vfnQzAHRNu .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont {
  color: #ffffff !important;
}
.cid-vfnQzAHRNu .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-vfnQzAHRNu .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-vfnQzAHRNu .mbr-copy {
  padding-left: 240px;
  margin-bottom: 0;
  color: #666666;
  text-align: center;
}
@media (max-width: 1440px) {
  .cid-vfnQzAHRNu .mbr-copy {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-vfnQzAHRNu .mbr-copy {
    padding-left: 0;
  }
}
.cid-vfnQzAHRNu .card {
  justify-content: center;
}
.cid-vfnQzAHRNu .mbr-section-title {
  color: #111111;
}
.cid-vfnQzAHRNu .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-vfnQzAHRNu .mbr-text,
.cid-vfnQzAHRNu .text-wrapper {
  color: #666666;
}
.cid-vfnQzAHRNu .mbr-nav-title {
  color: #a6adbf;
}
.cid-vfnQzAHRNu .list {
  color: #ff6d99;
}
.cid-vfnQzAHRNu .mbr-section-title,
.cid-vfnQzAHRNu .social-wrapper {
  text-align: center;
}
.cid-vfnQzAHRNu .mbr-text,
.cid-vfnQzAHRNu .text-wrapper,
.cid-vfnQzAHRNu .mbr-section-btn {
  text-align: center;
}
.cid-vfnUqx9aWb {
  z-index: 1000;
  width: 100%;
}
.cid-vfnUqx9aWb nav.navbar {
  position: fixed;
}
.cid-vfnUqx9aWb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfnUqx9aWb .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vfnUqx9aWb .dropdown-item {
  border: none !important;
  background: #111111 !important;
  font-weight: 600;
}
.cid-vfnUqx9aWb .dropdown-item:hover,
.cid-vfnUqx9aWb .dropdown-item:focus {
  background: #111111 !important;
  color: #ff6d99 !important;
}
.cid-vfnUqx9aWb .dropdown-item:hover span {
  color: white;
}
.cid-vfnUqx9aWb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfnUqx9aWb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfnUqx9aWb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfnUqx9aWb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfnUqx9aWb .nav-link {
  position: relative;
}
.cid-vfnUqx9aWb .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vfnUqx9aWb .container {
    flex-wrap: nowrap;
  }
}
.cid-vfnUqx9aWb .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-vfnUqx9aWb .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vfnUqx9aWb .dropdown-menu,
.cid-vfnUqx9aWb .navbar.opened {
  background: #111111 !important;
}
.cid-vfnUqx9aWb .nav-item:focus,
.cid-vfnUqx9aWb .nav-link:focus {
  outline: none;
}
.cid-vfnUqx9aWb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfnUqx9aWb .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vfnUqx9aWb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfnUqx9aWb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfnUqx9aWb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfnUqx9aWb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfnUqx9aWb .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(17, 17, 17, 0.7);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vfnUqx9aWb .navbar.opened {
  transition: all 0.3s;
}
.cid-vfnUqx9aWb .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vfnUqx9aWb .navbar .navbar-logo img {
  width: auto;
}
.cid-vfnUqx9aWb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfnUqx9aWb .navbar.collapsed {
  justify-content: center;
}
.cid-vfnUqx9aWb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfnUqx9aWb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfnUqx9aWb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-vfnUqx9aWb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfnUqx9aWb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfnUqx9aWb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vfnUqx9aWb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfnUqx9aWb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfnUqx9aWb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfnUqx9aWb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfnUqx9aWb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfnUqx9aWb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfnUqx9aWb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfnUqx9aWb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vfnUqx9aWb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfnUqx9aWb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfnUqx9aWb .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vfnUqx9aWb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vfnUqx9aWb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfnUqx9aWb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfnUqx9aWb .navbar.navbar-short {
  min-height: 96px;
}
.cid-vfnUqx9aWb .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vfnUqx9aWb .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;
}
.cid-vfnUqx9aWb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-vfnUqx9aWb .navbar-brand .navbar-caption:hover,
.cid-vfnUqx9aWb .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-vfnUqx9aWb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfnUqx9aWb .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vfnUqx9aWb .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-vfnUqx9aWb .dropdown-item.active,
.cid-vfnUqx9aWb .dropdown-item:active {
  background-color: transparent;
}
.cid-vfnUqx9aWb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfnUqx9aWb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfnUqx9aWb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfnUqx9aWb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vfnUqx9aWb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vfnUqx9aWb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vfnUqx9aWb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfnUqx9aWb ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vfnUqx9aWb ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vfnUqx9aWb .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vfnUqx9aWb .navbar-buttons {
    text-align: left;
  }
}
.cid-vfnUqx9aWb .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-vfnUqx9aWb .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vfnUqx9aWb 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: #111111 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfnUqx9aWb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-vfnUqx9aWb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vfnUqx9aWb button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfnUqx9aWb button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfnUqx9aWb button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vfnUqx9aWb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfnUqx9aWb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfnUqx9aWb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfnUqx9aWb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfnUqx9aWb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vfnUqx9aWb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfnUqx9aWb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfnUqx9aWb .navbar {
    height: 70px;
  }
  .cid-vfnUqx9aWb .navbar.opened {
    height: auto;
  }
  .cid-vfnUqx9aWb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfnUqx9aWb .navbar-nav {
  margin: 0 auto;
}
.cid-vfnUqx9aWb .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vfnUqx9aWb .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-vfnUqx9aWb .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vfnUqx9aWb .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-vfnUqx9aWb .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vfnUqx9aWb .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vfnUqx9aWb .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vfnUqx9aWb .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vfnUqx9aWb .navbar {
    justify-content: flex-start !important;
  }
  .cid-vfnUqx9aWb .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vfnUqx9aWb .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vfnUqx9aWb .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vfnUqx9aWb .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vfnUqx9aWb .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vfnUqx9aWb .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vfnUqx9aWb .content-wrap {
  min-height: 110px;
}
.cid-vfnUqxNqLu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-vfnUqxNqLu {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-vfnUqxNqLu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfnUqxNqLu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfnUqxNqLu .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vfnUqxNqLu .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vfnUqxNqLu .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vfnUqxNqLu .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vfnUqxNqLu .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vfnUqxNqLu .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfnUqxNqLu .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vfnUqxNqLu .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vfnUqxNqLu .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vfnUqxNqLu .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-vfnUqxNqLu .image-wrapper {
    padding-left: 0;
  }
}
.cid-vfnUqxNqLu .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vfnUqxNqLu .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-vfnUqxNqLu .image-wrapper img {
    height: 350px;
  }
}
.cid-vfnUqxNqLu .mbr-label {
  color: #a6adbf;
}
.cid-vfnUqxNqLu .mbr-section-title {
  color: #111111;
}
.cid-vfnUqxNqLu .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-vfnUqxNqLu .mbr-text,
.cid-vfnUqxNqLu .text-wrapper {
  color: #666666;
}
.cid-vfFaqeiZiE {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #f4f4f4;
}
.cid-vfFaqeiZiE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfFaqeiZiE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfFaqeiZiE .row {
  margin: 0 -4px;
}
.cid-vfFaqeiZiE .row .item {
  padding: 0 4px;
}
.cid-vfFaqeiZiE .item {
  margin-top: 8px;
}
.cid-vfFaqeiZiE .item:first-child {
  margin-top: 0;
}
.cid-vfFaqeiZiE .item:nth-child(2) {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-vfFaqeiZiE .item:nth-child(2) {
    margin-top: 8px;
  }
}
.cid-vfFaqeiZiE .item .item-wrapper .item-img img {
  height: 800px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vfFaqeiZiE .item .item-wrapper .item-img img {
    height: 600px;
  }
}
@media (max-width: 992px) {
  .cid-vfFaqeiZiE .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vfnUqy33ec {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vfnUqy33ec .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vfFaB8HN4n {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #f4f4f4;
}
.cid-vfFaB8HN4n .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfFaB8HN4n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfFaB8HN4n .row {
  margin: 0 -4px;
}
.cid-vfFaB8HN4n .row .item {
  padding: 0 4px;
}
.cid-vfFaB8HN4n .item {
  margin-top: 8px;
}
.cid-vfFaB8HN4n .item:first-child {
  margin-top: 0;
}
.cid-vfFaB8HN4n .item:nth-child(2) {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-vfFaB8HN4n .item:nth-child(2) {
    margin-top: 8px;
  }
}
.cid-vfFaB8HN4n .item .item-wrapper .item-img img {
  height: 800px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vfFaB8HN4n .item .item-wrapper .item-img img {
    height: 600px;
  }
}
@media (max-width: 992px) {
  .cid-vfFaB8HN4n .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vfnUqydQzs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ff6d99;
  border-top: 8px solid #ff7ca4;
  border-bottom: 8px solid #ff7ca4;
}
@media (max-width: 992px) {
  .cid-vfnUqydQzs {
    border-top: 4px solid #ff7ca4;
    border-bottom: 4px solid #ff7ca4;
  }
}
.cid-vfnUqydQzs .item:focus,
.cid-vfnUqydQzs span:focus {
  outline: none;
}
.cid-vfnUqydQzs .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vfnUqydQzs .content-head {
  max-width: 800px;
}
.cid-vfnUqydQzs .item {
  color: #ffffff;
  min-height: 90px;
  padding: 10px 0;
  font-weight: 700;
}
@media (max-width: 768px) {
  .cid-vfnUqydQzs .item {
    min-height: 45px;
  }
}
.cid-vfnUqylFOu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfnUqylFOu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfnUqylFOu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfnUqylFOu .card {
  justify-content: center;
}
.cid-vfnUqylFOu .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vfnUqylFOu .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-vfnUqylFOu .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vfnUqylFOu .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-vfnUqylFOu .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfnUqylFOu .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vfnUqylFOu .content-wrapper .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vfnUqylFOu .content-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vfnUqylFOu .content-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-vfnUqylFOu .content-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: #f4f6fa;
  padding: 15px 24px;
  box-shadow: none;
  border: 1px solid #e1e7f2 !important;
  margin-bottom: 16px;
}
.cid-vfnUqylFOu .content-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #afb5c5;
}
.cid-vfnUqylFOu .content-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vfnUqylFOu .content-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #a6adbf !important;
}
.cid-vfnUqylFOu .content-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 64px;
}
.cid-vfnUqylFOu .content-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vfnUqylFOu .content-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #afb5c5;
  border-color: #afb5c5;
}
.cid-vfnUqylFOu .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-vfnUqylFOu .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-vfnUqylFOu .content-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vfnUqylFOu .image-wrapper img {
  height: 680px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vfnUqylFOu .image-wrapper img {
    height: 550px;
  }
}
@media (max-width: 992px) {
  .cid-vfnUqylFOu .image-wrapper img {
    height: 350px;
  }
}
.cid-vfnUqylFOu .mbr-label {
  color: #a6adbf;
}
.cid-vfnUqylFOu .mbr-section-title {
  color: #111111;
}
.cid-vfnUqylFOu .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-vfnUqyHnnx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfnUqyHnnx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfnUqyHnnx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfnUqyHnnx .content-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vfnUqyHnnx .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vfnUqyHnnx .content-wrapper .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vfnUqyHnnx .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vfnUqyHnnx .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfnUqyHnnx .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vfnUqyHnnx .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vfnUqyHnnx .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vfnUqyHnnx .nav-wrapper {
  margin-bottom: 100px;
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .cid-vfnUqyHnnx .nav-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-vfnUqyHnnx .nav-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.cid-vfnUqyHnnx .nav-wrapper .mbr-nav-title {
  padding: 0 12px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vfnUqyHnnx .nav-wrapper .mbr-nav-title {
    margin-bottom: 24px;
  }
}
.cid-vfnUqyHnnx .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-vfnUqyHnnx .nav-wrapper .list .item-wrap {
  position: relative;
  padding: 4px 32px 4px 12px;
  margin-bottom: 8px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vfnUqyHnnx .nav-wrapper .list .item-wrap::before {
  content: '→';
  position: absolute;
  top: 4px;
  right: 12px;
  font-size: 22px;
  color: #ff6d99;
  transition: all .3s ease;
}
.cid-vfnUqyHnnx .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vfnUqyHnnx .nav-wrapper .list .item-wrap:hover,
.cid-vfnUqyHnnx .nav-wrapper .list .item-wrap:focus {
  background-color: #f4f6fa;
  color: #7b86a1;
}
.cid-vfnUqyHnnx .nav-wrapper .list .item-wrap:hover::before,
.cid-vfnUqyHnnx .nav-wrapper .list .item-wrap:focus::before {
  color: #7b86a1;
}
@media (max-width: 992px) {
  .cid-vfnUqyHnnx .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vfnUqyHnnx .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vfnUqyHnnx .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #ff6d99;
  margin-right: 24px;
  box-shadow: 0 18px 32px -8px #ff6d99;
  border: 3px solid #ff7ca4;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vfnUqyHnnx .social-wrapper .social-wrap .soc-item {
    margin-right: 12px;
  }
}
.cid-vfnUqyHnnx .social-wrapper .social-wrap .soc-item:last-child {
  margin-right: 0;
}
.cid-vfnUqyHnnx .social-wrapper .social-wrap .soc-item:hover,
.cid-vfnUqyHnnx .social-wrapper .social-wrap .soc-item:hover {
  background-color: #a6adbf;
  border: 3px solid #afb5c5;
  box-shadow: 0 18px 32px -8px #a6adbf;
}
.cid-vfnUqyHnnx .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont,
.cid-vfnUqyHnnx .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont {
  color: #ffffff !important;
}
.cid-vfnUqyHnnx .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-vfnUqyHnnx .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-vfnUqyHnnx .mbr-copy {
  padding-left: 240px;
  margin-bottom: 0;
  color: #666666;
  text-align: center;
}
@media (max-width: 1440px) {
  .cid-vfnUqyHnnx .mbr-copy {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-vfnUqyHnnx .mbr-copy {
    padding-left: 0;
  }
}
.cid-vfnUqyHnnx .card {
  justify-content: center;
}
.cid-vfnUqyHnnx .mbr-section-title {
  color: #111111;
}
.cid-vfnUqyHnnx .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-vfnUqyHnnx .mbr-text,
.cid-vfnUqyHnnx .text-wrapper {
  color: #666666;
}
.cid-vfnUqyHnnx .mbr-nav-title {
  color: #a6adbf;
}
.cid-vfnUqyHnnx .list {
  color: #ff6d99;
}
.cid-vfnUqyHnnx .mbr-section-title,
.cid-vfnUqyHnnx .social-wrapper {
  text-align: center;
}
.cid-vfnUqyHnnx .mbr-text,
.cid-vfnUqyHnnx .text-wrapper,
.cid-vfnUqyHnnx .mbr-section-btn {
  text-align: center;
}
.cid-vfo1aEcGdv {
  z-index: 1000;
  width: 100%;
}
.cid-vfo1aEcGdv nav.navbar {
  position: fixed;
}
.cid-vfo1aEcGdv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfo1aEcGdv .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vfo1aEcGdv .dropdown-item {
  border: none !important;
  background: #111111 !important;
  font-weight: 600;
}
.cid-vfo1aEcGdv .dropdown-item:hover,
.cid-vfo1aEcGdv .dropdown-item:focus {
  background: #111111 !important;
  color: #ff6d99 !important;
}
.cid-vfo1aEcGdv .dropdown-item:hover span {
  color: white;
}
.cid-vfo1aEcGdv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfo1aEcGdv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfo1aEcGdv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfo1aEcGdv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfo1aEcGdv .nav-link {
  position: relative;
}
.cid-vfo1aEcGdv .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vfo1aEcGdv .container {
    flex-wrap: nowrap;
  }
}
.cid-vfo1aEcGdv .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-vfo1aEcGdv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vfo1aEcGdv .dropdown-menu,
.cid-vfo1aEcGdv .navbar.opened {
  background: #111111 !important;
}
.cid-vfo1aEcGdv .nav-item:focus,
.cid-vfo1aEcGdv .nav-link:focus {
  outline: none;
}
.cid-vfo1aEcGdv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfo1aEcGdv .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vfo1aEcGdv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfo1aEcGdv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfo1aEcGdv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfo1aEcGdv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfo1aEcGdv .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(17, 17, 17, 0.7);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vfo1aEcGdv .navbar.opened {
  transition: all 0.3s;
}
.cid-vfo1aEcGdv .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vfo1aEcGdv .navbar .navbar-logo img {
  width: auto;
}
.cid-vfo1aEcGdv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfo1aEcGdv .navbar.collapsed {
  justify-content: center;
}
.cid-vfo1aEcGdv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfo1aEcGdv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfo1aEcGdv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-vfo1aEcGdv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfo1aEcGdv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfo1aEcGdv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vfo1aEcGdv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfo1aEcGdv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfo1aEcGdv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfo1aEcGdv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfo1aEcGdv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfo1aEcGdv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfo1aEcGdv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfo1aEcGdv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vfo1aEcGdv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfo1aEcGdv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfo1aEcGdv .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vfo1aEcGdv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vfo1aEcGdv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfo1aEcGdv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfo1aEcGdv .navbar.navbar-short {
  min-height: 96px;
}
.cid-vfo1aEcGdv .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vfo1aEcGdv .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;
}
.cid-vfo1aEcGdv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-vfo1aEcGdv .navbar-brand .navbar-caption:hover,
.cid-vfo1aEcGdv .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-vfo1aEcGdv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfo1aEcGdv .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vfo1aEcGdv .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-vfo1aEcGdv .dropdown-item.active,
.cid-vfo1aEcGdv .dropdown-item:active {
  background-color: transparent;
}
.cid-vfo1aEcGdv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfo1aEcGdv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfo1aEcGdv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfo1aEcGdv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vfo1aEcGdv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vfo1aEcGdv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vfo1aEcGdv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfo1aEcGdv ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vfo1aEcGdv ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vfo1aEcGdv .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vfo1aEcGdv .navbar-buttons {
    text-align: left;
  }
}
.cid-vfo1aEcGdv .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-vfo1aEcGdv .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vfo1aEcGdv 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: #111111 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfo1aEcGdv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-vfo1aEcGdv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vfo1aEcGdv button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfo1aEcGdv button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfo1aEcGdv button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vfo1aEcGdv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfo1aEcGdv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfo1aEcGdv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfo1aEcGdv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfo1aEcGdv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vfo1aEcGdv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfo1aEcGdv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfo1aEcGdv .navbar {
    height: 70px;
  }
  .cid-vfo1aEcGdv .navbar.opened {
    height: auto;
  }
  .cid-vfo1aEcGdv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfo1aEcGdv .navbar-nav {
  margin: 0 auto;
}
.cid-vfo1aEcGdv .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vfo1aEcGdv .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-vfo1aEcGdv .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vfo1aEcGdv .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-vfo1aEcGdv .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vfo1aEcGdv .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vfo1aEcGdv .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vfo1aEcGdv .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vfo1aEcGdv .navbar {
    justify-content: flex-start !important;
  }
  .cid-vfo1aEcGdv .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vfo1aEcGdv .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vfo1aEcGdv .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vfo1aEcGdv .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vfo1aEcGdv .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vfo1aEcGdv .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vfo1aEcGdv .content-wrap {
  min-height: 110px;
}
.cid-vfo1aETGFI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-vfo1aETGFI {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-vfo1aETGFI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfo1aETGFI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfo1aETGFI .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vfo1aETGFI .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vfo1aETGFI .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vfo1aETGFI .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vfo1aETGFI .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vfo1aETGFI .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfo1aETGFI .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vfo1aETGFI .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vfo1aETGFI .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vfo1aETGFI .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-vfo1aETGFI .image-wrapper {
    padding-left: 0;
  }
}
.cid-vfo1aETGFI .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vfo1aETGFI .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-vfo1aETGFI .image-wrapper img {
    height: 350px;
  }
}
.cid-vfo1aETGFI .mbr-label {
  color: #a6adbf;
}
.cid-vfo1aETGFI .mbr-section-title {
  color: #111111;
}
.cid-vfo1aETGFI .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-vfo1aETGFI .mbr-text,
.cid-vfo1aETGFI .text-wrapper {
  color: #666666;
}
.cid-vfo1aFaEV8 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vfo1aFaEV8 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vfo1aFlFxx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ff6d99;
  border-top: 8px solid #ff7ca4;
  border-bottom: 8px solid #ff7ca4;
}
@media (max-width: 992px) {
  .cid-vfo1aFlFxx {
    border-top: 4px solid #ff7ca4;
    border-bottom: 4px solid #ff7ca4;
  }
}
.cid-vfo1aFlFxx .item:focus,
.cid-vfo1aFlFxx span:focus {
  outline: none;
}
.cid-vfo1aFlFxx .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vfo1aFlFxx .content-head {
  max-width: 800px;
}
.cid-vfo1aFlFxx .item {
  color: #ffffff;
  min-height: 90px;
  padding: 10px 0;
  font-weight: 700;
}
@media (max-width: 768px) {
  .cid-vfo1aFlFxx .item {
    min-height: 45px;
  }
}
.cid-vfo1aFvDXi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfo1aFvDXi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfo1aFvDXi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfo1aFvDXi .card {
  justify-content: center;
}
.cid-vfo1aFvDXi .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vfo1aFvDXi .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-vfo1aFvDXi .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vfo1aFvDXi .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-vfo1aFvDXi .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfo1aFvDXi .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vfo1aFvDXi .content-wrapper .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vfo1aFvDXi .content-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vfo1aFvDXi .content-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-vfo1aFvDXi .content-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: #f4f6fa;
  padding: 15px 24px;
  box-shadow: none;
  border: 1px solid #e1e7f2 !important;
  margin-bottom: 16px;
}
.cid-vfo1aFvDXi .content-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #afb5c5;
}
.cid-vfo1aFvDXi .content-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vfo1aFvDXi .content-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #a6adbf !important;
}
.cid-vfo1aFvDXi .content-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 64px;
}
.cid-vfo1aFvDXi .content-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vfo1aFvDXi .content-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #afb5c5;
  border-color: #afb5c5;
}
.cid-vfo1aFvDXi .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-vfo1aFvDXi .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-vfo1aFvDXi .content-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vfo1aFvDXi .image-wrapper img {
  height: 680px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vfo1aFvDXi .image-wrapper img {
    height: 550px;
  }
}
@media (max-width: 992px) {
  .cid-vfo1aFvDXi .image-wrapper img {
    height: 350px;
  }
}
.cid-vfo1aFvDXi .mbr-label {
  color: #a6adbf;
}
.cid-vfo1aFvDXi .mbr-section-title {
  color: #111111;
}
.cid-vfo1aFvDXi .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-vfo1aFL1tu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfo1aFL1tu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfo1aFL1tu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfo1aFL1tu .content-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vfo1aFL1tu .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vfo1aFL1tu .content-wrapper .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vfo1aFL1tu .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vfo1aFL1tu .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfo1aFL1tu .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vfo1aFL1tu .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vfo1aFL1tu .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vfo1aFL1tu .nav-wrapper {
  margin-bottom: 100px;
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .cid-vfo1aFL1tu .nav-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-vfo1aFL1tu .nav-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.cid-vfo1aFL1tu .nav-wrapper .mbr-nav-title {
  padding: 0 12px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vfo1aFL1tu .nav-wrapper .mbr-nav-title {
    margin-bottom: 24px;
  }
}
.cid-vfo1aFL1tu .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-vfo1aFL1tu .nav-wrapper .list .item-wrap {
  position: relative;
  padding: 4px 32px 4px 12px;
  margin-bottom: 8px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vfo1aFL1tu .nav-wrapper .list .item-wrap::before {
  content: '→';
  position: absolute;
  top: 4px;
  right: 12px;
  font-size: 22px;
  color: #ff6d99;
  transition: all .3s ease;
}
.cid-vfo1aFL1tu .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vfo1aFL1tu .nav-wrapper .list .item-wrap:hover,
.cid-vfo1aFL1tu .nav-wrapper .list .item-wrap:focus {
  background-color: #f4f6fa;
  color: #7b86a1;
}
.cid-vfo1aFL1tu .nav-wrapper .list .item-wrap:hover::before,
.cid-vfo1aFL1tu .nav-wrapper .list .item-wrap:focus::before {
  color: #7b86a1;
}
@media (max-width: 992px) {
  .cid-vfo1aFL1tu .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vfo1aFL1tu .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vfo1aFL1tu .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #ff6d99;
  margin-right: 24px;
  box-shadow: 0 18px 32px -8px #ff6d99;
  border: 3px solid #ff7ca4;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vfo1aFL1tu .social-wrapper .social-wrap .soc-item {
    margin-right: 12px;
  }
}
.cid-vfo1aFL1tu .social-wrapper .social-wrap .soc-item:last-child {
  margin-right: 0;
}
.cid-vfo1aFL1tu .social-wrapper .social-wrap .soc-item:hover,
.cid-vfo1aFL1tu .social-wrapper .social-wrap .soc-item:hover {
  background-color: #a6adbf;
  border: 3px solid #afb5c5;
  box-shadow: 0 18px 32px -8px #a6adbf;
}
.cid-vfo1aFL1tu .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont,
.cid-vfo1aFL1tu .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont {
  color: #ffffff !important;
}
.cid-vfo1aFL1tu .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-vfo1aFL1tu .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-vfo1aFL1tu .mbr-copy {
  padding-left: 240px;
  margin-bottom: 0;
  color: #666666;
  text-align: center;
}
@media (max-width: 1440px) {
  .cid-vfo1aFL1tu .mbr-copy {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-vfo1aFL1tu .mbr-copy {
    padding-left: 0;
  }
}
.cid-vfo1aFL1tu .card {
  justify-content: center;
}
.cid-vfo1aFL1tu .mbr-section-title {
  color: #111111;
}
.cid-vfo1aFL1tu .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-vfo1aFL1tu .mbr-text,
.cid-vfo1aFL1tu .text-wrapper {
  color: #666666;
}
.cid-vfo1aFL1tu .mbr-nav-title {
  color: #a6adbf;
}
.cid-vfo1aFL1tu .list {
  color: #ff6d99;
}
.cid-vfo1aFL1tu .mbr-section-title,
.cid-vfo1aFL1tu .social-wrapper {
  text-align: center;
}
.cid-vfo1aFL1tu .mbr-text,
.cid-vfo1aFL1tu .text-wrapper,
.cid-vfo1aFL1tu .mbr-section-btn {
  text-align: center;
}
.cid-vfo1Undr8E {
  z-index: 1000;
  width: 100%;
}
.cid-vfo1Undr8E nav.navbar {
  position: fixed;
}
.cid-vfo1Undr8E .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfo1Undr8E .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vfo1Undr8E .dropdown-item {
  border: none !important;
  background: #111111 !important;
  font-weight: 600;
}
.cid-vfo1Undr8E .dropdown-item:hover,
.cid-vfo1Undr8E .dropdown-item:focus {
  background: #111111 !important;
  color: #ff6d99 !important;
}
.cid-vfo1Undr8E .dropdown-item:hover span {
  color: white;
}
.cid-vfo1Undr8E .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfo1Undr8E .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfo1Undr8E .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfo1Undr8E .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfo1Undr8E .nav-link {
  position: relative;
}
.cid-vfo1Undr8E .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vfo1Undr8E .container {
    flex-wrap: nowrap;
  }
}
.cid-vfo1Undr8E .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-vfo1Undr8E .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vfo1Undr8E .dropdown-menu,
.cid-vfo1Undr8E .navbar.opened {
  background: #111111 !important;
}
.cid-vfo1Undr8E .nav-item:focus,
.cid-vfo1Undr8E .nav-link:focus {
  outline: none;
}
.cid-vfo1Undr8E .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfo1Undr8E .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vfo1Undr8E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfo1Undr8E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfo1Undr8E .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfo1Undr8E .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfo1Undr8E .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(17, 17, 17, 0.7);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vfo1Undr8E .navbar.opened {
  transition: all 0.3s;
}
.cid-vfo1Undr8E .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vfo1Undr8E .navbar .navbar-logo img {
  width: auto;
}
.cid-vfo1Undr8E .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfo1Undr8E .navbar.collapsed {
  justify-content: center;
}
.cid-vfo1Undr8E .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfo1Undr8E .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfo1Undr8E .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-vfo1Undr8E .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfo1Undr8E .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfo1Undr8E .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vfo1Undr8E .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfo1Undr8E .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfo1Undr8E .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfo1Undr8E .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfo1Undr8E .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfo1Undr8E .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfo1Undr8E .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfo1Undr8E .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vfo1Undr8E .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfo1Undr8E .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfo1Undr8E .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vfo1Undr8E .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vfo1Undr8E .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfo1Undr8E .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfo1Undr8E .navbar.navbar-short {
  min-height: 96px;
}
.cid-vfo1Undr8E .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vfo1Undr8E .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;
}
.cid-vfo1Undr8E .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-vfo1Undr8E .navbar-brand .navbar-caption:hover,
.cid-vfo1Undr8E .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-vfo1Undr8E .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfo1Undr8E .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vfo1Undr8E .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-vfo1Undr8E .dropdown-item.active,
.cid-vfo1Undr8E .dropdown-item:active {
  background-color: transparent;
}
.cid-vfo1Undr8E .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfo1Undr8E .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfo1Undr8E .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfo1Undr8E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vfo1Undr8E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vfo1Undr8E .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vfo1Undr8E .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfo1Undr8E ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vfo1Undr8E ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vfo1Undr8E .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vfo1Undr8E .navbar-buttons {
    text-align: left;
  }
}
.cid-vfo1Undr8E .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-vfo1Undr8E .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vfo1Undr8E 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: #111111 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfo1Undr8E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-vfo1Undr8E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vfo1Undr8E button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfo1Undr8E button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfo1Undr8E button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vfo1Undr8E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfo1Undr8E nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfo1Undr8E nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfo1Undr8E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfo1Undr8E .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vfo1Undr8E a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfo1Undr8E .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfo1Undr8E .navbar {
    height: 70px;
  }
  .cid-vfo1Undr8E .navbar.opened {
    height: auto;
  }
  .cid-vfo1Undr8E .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfo1Undr8E .navbar-nav {
  margin: 0 auto;
}
.cid-vfo1Undr8E .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vfo1Undr8E .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-vfo1Undr8E .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vfo1Undr8E .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-vfo1Undr8E .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vfo1Undr8E .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vfo1Undr8E .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vfo1Undr8E .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vfo1Undr8E .navbar {
    justify-content: flex-start !important;
  }
  .cid-vfo1Undr8E .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vfo1Undr8E .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vfo1Undr8E .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vfo1Undr8E .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vfo1Undr8E .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vfo1Undr8E .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vfo1Undr8E .content-wrap {
  min-height: 110px;
}
.cid-vfo1UnR6HH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-vfo1UnR6HH {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-vfo1UnR6HH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfo1UnR6HH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfo1UnR6HH .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vfo1UnR6HH .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vfo1UnR6HH .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vfo1UnR6HH .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vfo1UnR6HH .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vfo1UnR6HH .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfo1UnR6HH .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vfo1UnR6HH .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vfo1UnR6HH .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vfo1UnR6HH .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-vfo1UnR6HH .image-wrapper {
    padding-left: 0;
  }
}
.cid-vfo1UnR6HH .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vfo1UnR6HH .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-vfo1UnR6HH .image-wrapper img {
    height: 350px;
  }
}
.cid-vfo1UnR6HH .mbr-label {
  color: #a6adbf;
}
.cid-vfo1UnR6HH .mbr-section-title {
  color: #111111;
}
.cid-vfo1UnR6HH .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-vfo1UnR6HH .mbr-text,
.cid-vfo1UnR6HH .text-wrapper {
  color: #666666;
}
.cid-vfo1Uo7Tc8 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vfo1Uo7Tc8 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vfo1Uohnzt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ff6d99;
  border-top: 8px solid #ff7ca4;
  border-bottom: 8px solid #ff7ca4;
}
@media (max-width: 992px) {
  .cid-vfo1Uohnzt {
    border-top: 4px solid #ff7ca4;
    border-bottom: 4px solid #ff7ca4;
  }
}
.cid-vfo1Uohnzt .item:focus,
.cid-vfo1Uohnzt span:focus {
  outline: none;
}
.cid-vfo1Uohnzt .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vfo1Uohnzt .content-head {
  max-width: 800px;
}
.cid-vfo1Uohnzt .item {
  color: #ffffff;
  min-height: 90px;
  padding: 10px 0;
  font-weight: 700;
}
@media (max-width: 768px) {
  .cid-vfo1Uohnzt .item {
    min-height: 45px;
  }
}
.cid-vfo1UoupWC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfo1UoupWC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfo1UoupWC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfo1UoupWC .card {
  justify-content: center;
}
.cid-vfo1UoupWC .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vfo1UoupWC .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-vfo1UoupWC .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vfo1UoupWC .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-vfo1UoupWC .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfo1UoupWC .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vfo1UoupWC .content-wrapper .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vfo1UoupWC .content-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vfo1UoupWC .content-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-vfo1UoupWC .content-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: #f4f6fa;
  padding: 15px 24px;
  box-shadow: none;
  border: 1px solid #e1e7f2 !important;
  margin-bottom: 16px;
}
.cid-vfo1UoupWC .content-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #afb5c5;
}
.cid-vfo1UoupWC .content-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vfo1UoupWC .content-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #a6adbf !important;
}
.cid-vfo1UoupWC .content-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 64px;
}
.cid-vfo1UoupWC .content-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vfo1UoupWC .content-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #afb5c5;
  border-color: #afb5c5;
}
.cid-vfo1UoupWC .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-vfo1UoupWC .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-vfo1UoupWC .content-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vfo1UoupWC .image-wrapper img {
  height: 680px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vfo1UoupWC .image-wrapper img {
    height: 550px;
  }
}
@media (max-width: 992px) {
  .cid-vfo1UoupWC .image-wrapper img {
    height: 350px;
  }
}
.cid-vfo1UoupWC .mbr-label {
  color: #a6adbf;
}
.cid-vfo1UoupWC .mbr-section-title {
  color: #111111;
}
.cid-vfo1UoupWC .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-vfo1UoJYch {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfo1UoJYch .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfo1UoJYch .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfo1UoJYch .content-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vfo1UoJYch .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vfo1UoJYch .content-wrapper .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vfo1UoJYch .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vfo1UoJYch .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfo1UoJYch .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vfo1UoJYch .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vfo1UoJYch .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vfo1UoJYch .nav-wrapper {
  margin-bottom: 100px;
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .cid-vfo1UoJYch .nav-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-vfo1UoJYch .nav-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.cid-vfo1UoJYch .nav-wrapper .mbr-nav-title {
  padding: 0 12px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vfo1UoJYch .nav-wrapper .mbr-nav-title {
    margin-bottom: 24px;
  }
}
.cid-vfo1UoJYch .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-vfo1UoJYch .nav-wrapper .list .item-wrap {
  position: relative;
  padding: 4px 32px 4px 12px;
  margin-bottom: 8px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vfo1UoJYch .nav-wrapper .list .item-wrap::before {
  content: '→';
  position: absolute;
  top: 4px;
  right: 12px;
  font-size: 22px;
  color: #ff6d99;
  transition: all .3s ease;
}
.cid-vfo1UoJYch .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vfo1UoJYch .nav-wrapper .list .item-wrap:hover,
.cid-vfo1UoJYch .nav-wrapper .list .item-wrap:focus {
  background-color: #f4f6fa;
  color: #7b86a1;
}
.cid-vfo1UoJYch .nav-wrapper .list .item-wrap:hover::before,
.cid-vfo1UoJYch .nav-wrapper .list .item-wrap:focus::before {
  color: #7b86a1;
}
@media (max-width: 992px) {
  .cid-vfo1UoJYch .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vfo1UoJYch .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vfo1UoJYch .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #ff6d99;
  margin-right: 24px;
  box-shadow: 0 18px 32px -8px #ff6d99;
  border: 3px solid #ff7ca4;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vfo1UoJYch .social-wrapper .social-wrap .soc-item {
    margin-right: 12px;
  }
}
.cid-vfo1UoJYch .social-wrapper .social-wrap .soc-item:last-child {
  margin-right: 0;
}
.cid-vfo1UoJYch .social-wrapper .social-wrap .soc-item:hover,
.cid-vfo1UoJYch .social-wrapper .social-wrap .soc-item:hover {
  background-color: #a6adbf;
  border: 3px solid #afb5c5;
  box-shadow: 0 18px 32px -8px #a6adbf;
}
.cid-vfo1UoJYch .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont,
.cid-vfo1UoJYch .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont {
  color: #ffffff !important;
}
.cid-vfo1UoJYch .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-vfo1UoJYch .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-vfo1UoJYch .mbr-copy {
  padding-left: 240px;
  margin-bottom: 0;
  color: #666666;
  text-align: center;
}
@media (max-width: 1440px) {
  .cid-vfo1UoJYch .mbr-copy {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-vfo1UoJYch .mbr-copy {
    padding-left: 0;
  }
}
.cid-vfo1UoJYch .card {
  justify-content: center;
}
.cid-vfo1UoJYch .mbr-section-title {
  color: #111111;
}
.cid-vfo1UoJYch .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-vfo1UoJYch .mbr-text,
.cid-vfo1UoJYch .text-wrapper {
  color: #666666;
}
.cid-vfo1UoJYch .mbr-nav-title {
  color: #a6adbf;
}
.cid-vfo1UoJYch .list {
  color: #ff6d99;
}
.cid-vfo1UoJYch .mbr-section-title,
.cid-vfo1UoJYch .social-wrapper {
  text-align: center;
}
.cid-vfo1UoJYch .mbr-text,
.cid-vfo1UoJYch .text-wrapper,
.cid-vfo1UoJYch .mbr-section-btn {
  text-align: center;
}
.cid-vfo2iT7hwW {
  z-index: 1000;
  width: 100%;
}
.cid-vfo2iT7hwW nav.navbar {
  position: fixed;
}
.cid-vfo2iT7hwW .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfo2iT7hwW .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vfo2iT7hwW .dropdown-item {
  border: none !important;
  background: #111111 !important;
  font-weight: 600;
}
.cid-vfo2iT7hwW .dropdown-item:hover,
.cid-vfo2iT7hwW .dropdown-item:focus {
  background: #111111 !important;
  color: #ff6d99 !important;
}
.cid-vfo2iT7hwW .dropdown-item:hover span {
  color: white;
}
.cid-vfo2iT7hwW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfo2iT7hwW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfo2iT7hwW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfo2iT7hwW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfo2iT7hwW .nav-link {
  position: relative;
}
.cid-vfo2iT7hwW .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vfo2iT7hwW .container {
    flex-wrap: nowrap;
  }
}
.cid-vfo2iT7hwW .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-vfo2iT7hwW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vfo2iT7hwW .dropdown-menu,
.cid-vfo2iT7hwW .navbar.opened {
  background: #111111 !important;
}
.cid-vfo2iT7hwW .nav-item:focus,
.cid-vfo2iT7hwW .nav-link:focus {
  outline: none;
}
.cid-vfo2iT7hwW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfo2iT7hwW .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vfo2iT7hwW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfo2iT7hwW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfo2iT7hwW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfo2iT7hwW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfo2iT7hwW .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(17, 17, 17, 0.7);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vfo2iT7hwW .navbar.opened {
  transition: all 0.3s;
}
.cid-vfo2iT7hwW .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vfo2iT7hwW .navbar .navbar-logo img {
  width: auto;
}
.cid-vfo2iT7hwW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfo2iT7hwW .navbar.collapsed {
  justify-content: center;
}
.cid-vfo2iT7hwW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfo2iT7hwW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfo2iT7hwW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-vfo2iT7hwW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfo2iT7hwW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfo2iT7hwW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vfo2iT7hwW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfo2iT7hwW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfo2iT7hwW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfo2iT7hwW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfo2iT7hwW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfo2iT7hwW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfo2iT7hwW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfo2iT7hwW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vfo2iT7hwW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfo2iT7hwW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfo2iT7hwW .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vfo2iT7hwW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vfo2iT7hwW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfo2iT7hwW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfo2iT7hwW .navbar.navbar-short {
  min-height: 96px;
}
.cid-vfo2iT7hwW .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vfo2iT7hwW .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;
}
.cid-vfo2iT7hwW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-vfo2iT7hwW .navbar-brand .navbar-caption:hover,
.cid-vfo2iT7hwW .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-vfo2iT7hwW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfo2iT7hwW .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vfo2iT7hwW .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-vfo2iT7hwW .dropdown-item.active,
.cid-vfo2iT7hwW .dropdown-item:active {
  background-color: transparent;
}
.cid-vfo2iT7hwW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfo2iT7hwW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfo2iT7hwW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfo2iT7hwW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vfo2iT7hwW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vfo2iT7hwW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vfo2iT7hwW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfo2iT7hwW ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vfo2iT7hwW ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vfo2iT7hwW .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vfo2iT7hwW .navbar-buttons {
    text-align: left;
  }
}
.cid-vfo2iT7hwW .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-vfo2iT7hwW .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vfo2iT7hwW 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: #111111 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfo2iT7hwW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-vfo2iT7hwW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vfo2iT7hwW button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfo2iT7hwW button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfo2iT7hwW button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vfo2iT7hwW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfo2iT7hwW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfo2iT7hwW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfo2iT7hwW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfo2iT7hwW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vfo2iT7hwW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfo2iT7hwW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfo2iT7hwW .navbar {
    height: 70px;
  }
  .cid-vfo2iT7hwW .navbar.opened {
    height: auto;
  }
  .cid-vfo2iT7hwW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfo2iT7hwW .navbar-nav {
  margin: 0 auto;
}
.cid-vfo2iT7hwW .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vfo2iT7hwW .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-vfo2iT7hwW .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vfo2iT7hwW .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-vfo2iT7hwW .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vfo2iT7hwW .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vfo2iT7hwW .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vfo2iT7hwW .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vfo2iT7hwW .navbar {
    justify-content: flex-start !important;
  }
  .cid-vfo2iT7hwW .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vfo2iT7hwW .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vfo2iT7hwW .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vfo2iT7hwW .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vfo2iT7hwW .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vfo2iT7hwW .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vfo2iT7hwW .content-wrap {
  min-height: 110px;
}
.cid-vfo2iTMgg2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-vfo2iTMgg2 {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-vfo2iTMgg2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfo2iTMgg2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfo2iTMgg2 .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vfo2iTMgg2 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vfo2iTMgg2 .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vfo2iTMgg2 .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vfo2iTMgg2 .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vfo2iTMgg2 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfo2iTMgg2 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vfo2iTMgg2 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vfo2iTMgg2 .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vfo2iTMgg2 .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-vfo2iTMgg2 .image-wrapper {
    padding-left: 0;
  }
}
.cid-vfo2iTMgg2 .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vfo2iTMgg2 .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-vfo2iTMgg2 .image-wrapper img {
    height: 350px;
  }
}
.cid-vfo2iTMgg2 .mbr-label {
  color: #a6adbf;
}
.cid-vfo2iTMgg2 .mbr-section-title {
  color: #111111;
}
.cid-vfo2iTMgg2 .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-vfo2iTMgg2 .mbr-text,
.cid-vfo2iTMgg2 .text-wrapper {
  color: #666666;
}
.cid-vfo2iU2r7y {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vfo2iU2r7y .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vfo2iUd36i {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ff6d99;
  border-top: 8px solid #ff7ca4;
  border-bottom: 8px solid #ff7ca4;
}
@media (max-width: 992px) {
  .cid-vfo2iUd36i {
    border-top: 4px solid #ff7ca4;
    border-bottom: 4px solid #ff7ca4;
  }
}
.cid-vfo2iUd36i .item:focus,
.cid-vfo2iUd36i span:focus {
  outline: none;
}
.cid-vfo2iUd36i .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vfo2iUd36i .content-head {
  max-width: 800px;
}
.cid-vfo2iUd36i .item {
  color: #ffffff;
  min-height: 90px;
  padding: 10px 0;
  font-weight: 700;
}
@media (max-width: 768px) {
  .cid-vfo2iUd36i .item {
    min-height: 45px;
  }
}
.cid-vfo2iUvxTI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfo2iUvxTI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfo2iUvxTI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfo2iUvxTI .card {
  justify-content: center;
}
.cid-vfo2iUvxTI .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vfo2iUvxTI .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-vfo2iUvxTI .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vfo2iUvxTI .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-vfo2iUvxTI .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfo2iUvxTI .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vfo2iUvxTI .content-wrapper .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vfo2iUvxTI .content-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vfo2iUvxTI .content-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-vfo2iUvxTI .content-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: #f4f6fa;
  padding: 15px 24px;
  box-shadow: none;
  border: 1px solid #e1e7f2 !important;
  margin-bottom: 16px;
}
.cid-vfo2iUvxTI .content-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #afb5c5;
}
.cid-vfo2iUvxTI .content-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vfo2iUvxTI .content-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #a6adbf !important;
}
.cid-vfo2iUvxTI .content-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 64px;
}
.cid-vfo2iUvxTI .content-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vfo2iUvxTI .content-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #afb5c5;
  border-color: #afb5c5;
}
.cid-vfo2iUvxTI .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-vfo2iUvxTI .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-vfo2iUvxTI .content-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vfo2iUvxTI .image-wrapper img {
  height: 680px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vfo2iUvxTI .image-wrapper img {
    height: 550px;
  }
}
@media (max-width: 992px) {
  .cid-vfo2iUvxTI .image-wrapper img {
    height: 350px;
  }
}
.cid-vfo2iUvxTI .mbr-label {
  color: #a6adbf;
}
.cid-vfo2iUvxTI .mbr-section-title {
  color: #111111;
}
.cid-vfo2iUvxTI .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-vfo2iUI4x7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfo2iUI4x7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfo2iUI4x7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfo2iUI4x7 .content-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vfo2iUI4x7 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vfo2iUI4x7 .content-wrapper .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vfo2iUI4x7 .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vfo2iUI4x7 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfo2iUI4x7 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vfo2iUI4x7 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vfo2iUI4x7 .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vfo2iUI4x7 .nav-wrapper {
  margin-bottom: 100px;
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .cid-vfo2iUI4x7 .nav-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-vfo2iUI4x7 .nav-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.cid-vfo2iUI4x7 .nav-wrapper .mbr-nav-title {
  padding: 0 12px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vfo2iUI4x7 .nav-wrapper .mbr-nav-title {
    margin-bottom: 24px;
  }
}
.cid-vfo2iUI4x7 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-vfo2iUI4x7 .nav-wrapper .list .item-wrap {
  position: relative;
  padding: 4px 32px 4px 12px;
  margin-bottom: 8px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vfo2iUI4x7 .nav-wrapper .list .item-wrap::before {
  content: '→';
  position: absolute;
  top: 4px;
  right: 12px;
  font-size: 22px;
  color: #ff6d99;
  transition: all .3s ease;
}
.cid-vfo2iUI4x7 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vfo2iUI4x7 .nav-wrapper .list .item-wrap:hover,
.cid-vfo2iUI4x7 .nav-wrapper .list .item-wrap:focus {
  background-color: #f4f6fa;
  color: #7b86a1;
}
.cid-vfo2iUI4x7 .nav-wrapper .list .item-wrap:hover::before,
.cid-vfo2iUI4x7 .nav-wrapper .list .item-wrap:focus::before {
  color: #7b86a1;
}
@media (max-width: 992px) {
  .cid-vfo2iUI4x7 .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vfo2iUI4x7 .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vfo2iUI4x7 .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #ff6d99;
  margin-right: 24px;
  box-shadow: 0 18px 32px -8px #ff6d99;
  border: 3px solid #ff7ca4;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vfo2iUI4x7 .social-wrapper .social-wrap .soc-item {
    margin-right: 12px;
  }
}
.cid-vfo2iUI4x7 .social-wrapper .social-wrap .soc-item:last-child {
  margin-right: 0;
}
.cid-vfo2iUI4x7 .social-wrapper .social-wrap .soc-item:hover,
.cid-vfo2iUI4x7 .social-wrapper .social-wrap .soc-item:hover {
  background-color: #a6adbf;
  border: 3px solid #afb5c5;
  box-shadow: 0 18px 32px -8px #a6adbf;
}
.cid-vfo2iUI4x7 .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont,
.cid-vfo2iUI4x7 .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont {
  color: #ffffff !important;
}
.cid-vfo2iUI4x7 .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-vfo2iUI4x7 .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-vfo2iUI4x7 .mbr-copy {
  padding-left: 240px;
  margin-bottom: 0;
  color: #666666;
  text-align: center;
}
@media (max-width: 1440px) {
  .cid-vfo2iUI4x7 .mbr-copy {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-vfo2iUI4x7 .mbr-copy {
    padding-left: 0;
  }
}
.cid-vfo2iUI4x7 .card {
  justify-content: center;
}
.cid-vfo2iUI4x7 .mbr-section-title {
  color: #111111;
}
.cid-vfo2iUI4x7 .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-vfo2iUI4x7 .mbr-text,
.cid-vfo2iUI4x7 .text-wrapper {
  color: #666666;
}
.cid-vfo2iUI4x7 .mbr-nav-title {
  color: #a6adbf;
}
.cid-vfo2iUI4x7 .list {
  color: #ff6d99;
}
.cid-vfo2iUI4x7 .mbr-section-title,
.cid-vfo2iUI4x7 .social-wrapper {
  text-align: center;
}
.cid-vfo2iUI4x7 .mbr-text,
.cid-vfo2iUI4x7 .text-wrapper,
.cid-vfo2iUI4x7 .mbr-section-btn {
  text-align: center;
}
.cid-vfo2LAAZXs {
  z-index: 1000;
  width: 100%;
}
.cid-vfo2LAAZXs nav.navbar {
  position: fixed;
}
.cid-vfo2LAAZXs .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfo2LAAZXs .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vfo2LAAZXs .dropdown-item {
  border: none !important;
  background: #111111 !important;
  font-weight: 600;
}
.cid-vfo2LAAZXs .dropdown-item:hover,
.cid-vfo2LAAZXs .dropdown-item:focus {
  background: #111111 !important;
  color: #ff6d99 !important;
}
.cid-vfo2LAAZXs .dropdown-item:hover span {
  color: white;
}
.cid-vfo2LAAZXs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfo2LAAZXs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfo2LAAZXs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfo2LAAZXs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfo2LAAZXs .nav-link {
  position: relative;
}
.cid-vfo2LAAZXs .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vfo2LAAZXs .container {
    flex-wrap: nowrap;
  }
}
.cid-vfo2LAAZXs .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-vfo2LAAZXs .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vfo2LAAZXs .dropdown-menu,
.cid-vfo2LAAZXs .navbar.opened {
  background: #111111 !important;
}
.cid-vfo2LAAZXs .nav-item:focus,
.cid-vfo2LAAZXs .nav-link:focus {
  outline: none;
}
.cid-vfo2LAAZXs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfo2LAAZXs .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vfo2LAAZXs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfo2LAAZXs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfo2LAAZXs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfo2LAAZXs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfo2LAAZXs .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(17, 17, 17, 0.7);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vfo2LAAZXs .navbar.opened {
  transition: all 0.3s;
}
.cid-vfo2LAAZXs .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vfo2LAAZXs .navbar .navbar-logo img {
  width: auto;
}
.cid-vfo2LAAZXs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfo2LAAZXs .navbar.collapsed {
  justify-content: center;
}
.cid-vfo2LAAZXs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfo2LAAZXs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfo2LAAZXs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-vfo2LAAZXs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfo2LAAZXs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfo2LAAZXs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vfo2LAAZXs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfo2LAAZXs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfo2LAAZXs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfo2LAAZXs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfo2LAAZXs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfo2LAAZXs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfo2LAAZXs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfo2LAAZXs .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vfo2LAAZXs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfo2LAAZXs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfo2LAAZXs .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vfo2LAAZXs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vfo2LAAZXs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfo2LAAZXs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfo2LAAZXs .navbar.navbar-short {
  min-height: 96px;
}
.cid-vfo2LAAZXs .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vfo2LAAZXs .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;
}
.cid-vfo2LAAZXs .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-vfo2LAAZXs .navbar-brand .navbar-caption:hover,
.cid-vfo2LAAZXs .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-vfo2LAAZXs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfo2LAAZXs .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vfo2LAAZXs .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-vfo2LAAZXs .dropdown-item.active,
.cid-vfo2LAAZXs .dropdown-item:active {
  background-color: transparent;
}
.cid-vfo2LAAZXs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfo2LAAZXs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfo2LAAZXs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfo2LAAZXs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vfo2LAAZXs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vfo2LAAZXs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vfo2LAAZXs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfo2LAAZXs ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vfo2LAAZXs ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vfo2LAAZXs .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vfo2LAAZXs .navbar-buttons {
    text-align: left;
  }
}
.cid-vfo2LAAZXs .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-vfo2LAAZXs .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vfo2LAAZXs 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: #111111 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfo2LAAZXs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-vfo2LAAZXs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vfo2LAAZXs button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfo2LAAZXs button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfo2LAAZXs button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vfo2LAAZXs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfo2LAAZXs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfo2LAAZXs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfo2LAAZXs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfo2LAAZXs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vfo2LAAZXs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfo2LAAZXs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfo2LAAZXs .navbar {
    height: 70px;
  }
  .cid-vfo2LAAZXs .navbar.opened {
    height: auto;
  }
  .cid-vfo2LAAZXs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfo2LAAZXs .navbar-nav {
  margin: 0 auto;
}
.cid-vfo2LAAZXs .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vfo2LAAZXs .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-vfo2LAAZXs .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vfo2LAAZXs .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-vfo2LAAZXs .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vfo2LAAZXs .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vfo2LAAZXs .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vfo2LAAZXs .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vfo2LAAZXs .navbar {
    justify-content: flex-start !important;
  }
  .cid-vfo2LAAZXs .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vfo2LAAZXs .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vfo2LAAZXs .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vfo2LAAZXs .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vfo2LAAZXs .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vfo2LAAZXs .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vfo2LAAZXs .content-wrap {
  min-height: 110px;
}
.cid-vfo2LByHUt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-vfo2LByHUt {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-vfo2LByHUt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfo2LByHUt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfo2LByHUt .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vfo2LByHUt .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vfo2LByHUt .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vfo2LByHUt .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vfo2LByHUt .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vfo2LByHUt .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfo2LByHUt .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vfo2LByHUt .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vfo2LByHUt .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vfo2LByHUt .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-vfo2LByHUt .image-wrapper {
    padding-left: 0;
  }
}
.cid-vfo2LByHUt .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vfo2LByHUt .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-vfo2LByHUt .image-wrapper img {
    height: 350px;
  }
}
.cid-vfo2LByHUt .mbr-label {
  color: #a6adbf;
}
.cid-vfo2LByHUt .mbr-section-title {
  color: #111111;
}
.cid-vfo2LByHUt .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-vfo2LByHUt .mbr-text,
.cid-vfo2LByHUt .text-wrapper {
  color: #666666;
}
.cid-vgdTQMVdqa {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #f4f4f4;
}
.cid-vgdTQMVdqa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgdTQMVdqa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgdTQMVdqa .row {
  margin: 0 -4px;
}
.cid-vgdTQMVdqa .row .item {
  padding: 0 4px;
}
.cid-vgdTQMVdqa .item {
  margin-top: 8px;
}
.cid-vgdTQMVdqa .item:first-child {
  margin-top: 0;
}
.cid-vgdTQMVdqa .item:nth-child(2) {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-vgdTQMVdqa .item:nth-child(2) {
    margin-top: 8px;
  }
}
.cid-vgdTQMVdqa .item .item-wrapper .item-img img {
  height: 800px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vgdTQMVdqa .item .item-wrapper .item-img img {
    height: 600px;
  }
}
@media (max-width: 992px) {
  .cid-vgdTQMVdqa .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vfo2LBNAlm {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vfo2LBNAlm .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vgdUarBglv {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #f4f4f4;
}
.cid-vgdUarBglv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgdUarBglv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgdUarBglv .row {
  margin: 0 -4px;
}
.cid-vgdUarBglv .row .item {
  padding: 0 4px;
}
.cid-vgdUarBglv .item {
  margin-top: 8px;
}
.cid-vgdUarBglv .item:first-child {
  margin-top: 0;
}
.cid-vgdUarBglv .item:nth-child(2) {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-vgdUarBglv .item:nth-child(2) {
    margin-top: 8px;
  }
}
.cid-vgdUarBglv .item .item-wrapper .item-img img {
  height: 800px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vgdUarBglv .item .item-wrapper .item-img img {
    height: 600px;
  }
}
@media (max-width: 992px) {
  .cid-vgdUarBglv .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vfo2LBXvNp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ff6d99;
  border-top: 8px solid #ff7ca4;
  border-bottom: 8px solid #ff7ca4;
}
@media (max-width: 992px) {
  .cid-vfo2LBXvNp {
    border-top: 4px solid #ff7ca4;
    border-bottom: 4px solid #ff7ca4;
  }
}
.cid-vfo2LBXvNp .item:focus,
.cid-vfo2LBXvNp span:focus {
  outline: none;
}
.cid-vfo2LBXvNp .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vfo2LBXvNp .content-head {
  max-width: 800px;
}
.cid-vfo2LBXvNp .item {
  color: #ffffff;
  min-height: 90px;
  padding: 10px 0;
  font-weight: 700;
}
@media (max-width: 768px) {
  .cid-vfo2LBXvNp .item {
    min-height: 45px;
  }
}
.cid-vfo2LC9hdR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfo2LC9hdR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfo2LC9hdR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfo2LC9hdR .card {
  justify-content: center;
}
.cid-vfo2LC9hdR .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vfo2LC9hdR .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-vfo2LC9hdR .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vfo2LC9hdR .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-vfo2LC9hdR .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfo2LC9hdR .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vfo2LC9hdR .content-wrapper .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vfo2LC9hdR .content-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vfo2LC9hdR .content-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-vfo2LC9hdR .content-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: #f4f6fa;
  padding: 15px 24px;
  box-shadow: none;
  border: 1px solid #e1e7f2 !important;
  margin-bottom: 16px;
}
.cid-vfo2LC9hdR .content-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #afb5c5;
}
.cid-vfo2LC9hdR .content-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vfo2LC9hdR .content-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #a6adbf !important;
}
.cid-vfo2LC9hdR .content-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 64px;
}
.cid-vfo2LC9hdR .content-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vfo2LC9hdR .content-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #afb5c5;
  border-color: #afb5c5;
}
.cid-vfo2LC9hdR .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-vfo2LC9hdR .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-vfo2LC9hdR .content-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vfo2LC9hdR .image-wrapper img {
  height: 680px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vfo2LC9hdR .image-wrapper img {
    height: 550px;
  }
}
@media (max-width: 992px) {
  .cid-vfo2LC9hdR .image-wrapper img {
    height: 350px;
  }
}
.cid-vfo2LC9hdR .mbr-label {
  color: #a6adbf;
}
.cid-vfo2LC9hdR .mbr-section-title {
  color: #111111;
}
.cid-vfo2LC9hdR .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-vfo2LCk2AK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfo2LCk2AK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfo2LCk2AK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfo2LCk2AK .content-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vfo2LCk2AK .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vfo2LCk2AK .content-wrapper .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vfo2LCk2AK .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vfo2LCk2AK .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfo2LCk2AK .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vfo2LCk2AK .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vfo2LCk2AK .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vfo2LCk2AK .nav-wrapper {
  margin-bottom: 100px;
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .cid-vfo2LCk2AK .nav-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-vfo2LCk2AK .nav-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.cid-vfo2LCk2AK .nav-wrapper .mbr-nav-title {
  padding: 0 12px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vfo2LCk2AK .nav-wrapper .mbr-nav-title {
    margin-bottom: 24px;
  }
}
.cid-vfo2LCk2AK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-vfo2LCk2AK .nav-wrapper .list .item-wrap {
  position: relative;
  padding: 4px 32px 4px 12px;
  margin-bottom: 8px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vfo2LCk2AK .nav-wrapper .list .item-wrap::before {
  content: '→';
  position: absolute;
  top: 4px;
  right: 12px;
  font-size: 22px;
  color: #ff6d99;
  transition: all .3s ease;
}
.cid-vfo2LCk2AK .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vfo2LCk2AK .nav-wrapper .list .item-wrap:hover,
.cid-vfo2LCk2AK .nav-wrapper .list .item-wrap:focus {
  background-color: #f4f6fa;
  color: #7b86a1;
}
.cid-vfo2LCk2AK .nav-wrapper .list .item-wrap:hover::before,
.cid-vfo2LCk2AK .nav-wrapper .list .item-wrap:focus::before {
  color: #7b86a1;
}
@media (max-width: 992px) {
  .cid-vfo2LCk2AK .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vfo2LCk2AK .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vfo2LCk2AK .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #ff6d99;
  margin-right: 24px;
  box-shadow: 0 18px 32px -8px #ff6d99;
  border: 3px solid #ff7ca4;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vfo2LCk2AK .social-wrapper .social-wrap .soc-item {
    margin-right: 12px;
  }
}
.cid-vfo2LCk2AK .social-wrapper .social-wrap .soc-item:last-child {
  margin-right: 0;
}
.cid-vfo2LCk2AK .social-wrapper .social-wrap .soc-item:hover,
.cid-vfo2LCk2AK .social-wrapper .social-wrap .soc-item:hover {
  background-color: #a6adbf;
  border: 3px solid #afb5c5;
  box-shadow: 0 18px 32px -8px #a6adbf;
}
.cid-vfo2LCk2AK .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont,
.cid-vfo2LCk2AK .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont {
  color: #ffffff !important;
}
.cid-vfo2LCk2AK .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-vfo2LCk2AK .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-vfo2LCk2AK .mbr-copy {
  padding-left: 240px;
  margin-bottom: 0;
  color: #666666;
  text-align: center;
}
@media (max-width: 1440px) {
  .cid-vfo2LCk2AK .mbr-copy {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-vfo2LCk2AK .mbr-copy {
    padding-left: 0;
  }
}
.cid-vfo2LCk2AK .card {
  justify-content: center;
}
.cid-vfo2LCk2AK .mbr-section-title {
  color: #111111;
}
.cid-vfo2LCk2AK .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-vfo2LCk2AK .mbr-text,
.cid-vfo2LCk2AK .text-wrapper {
  color: #666666;
}
.cid-vfo2LCk2AK .mbr-nav-title {
  color: #a6adbf;
}
.cid-vfo2LCk2AK .list {
  color: #ff6d99;
}
.cid-vfo2LCk2AK .mbr-section-title,
.cid-vfo2LCk2AK .social-wrapper {
  text-align: center;
}
.cid-vfo2LCk2AK .mbr-text,
.cid-vfo2LCk2AK .text-wrapper,
.cid-vfo2LCk2AK .mbr-section-btn {
  text-align: center;
}
.cid-vfo3Ab3jTp {
  z-index: 1000;
  width: 100%;
}
.cid-vfo3Ab3jTp nav.navbar {
  position: fixed;
}
.cid-vfo3Ab3jTp .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfo3Ab3jTp .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vfo3Ab3jTp .dropdown-item {
  border: none !important;
  background: #111111 !important;
  font-weight: 600;
}
.cid-vfo3Ab3jTp .dropdown-item:hover,
.cid-vfo3Ab3jTp .dropdown-item:focus {
  background: #111111 !important;
  color: #ff6d99 !important;
}
.cid-vfo3Ab3jTp .dropdown-item:hover span {
  color: white;
}
.cid-vfo3Ab3jTp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfo3Ab3jTp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfo3Ab3jTp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfo3Ab3jTp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfo3Ab3jTp .nav-link {
  position: relative;
}
.cid-vfo3Ab3jTp .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vfo3Ab3jTp .container {
    flex-wrap: nowrap;
  }
}
.cid-vfo3Ab3jTp .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-vfo3Ab3jTp .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vfo3Ab3jTp .dropdown-menu,
.cid-vfo3Ab3jTp .navbar.opened {
  background: #111111 !important;
}
.cid-vfo3Ab3jTp .nav-item:focus,
.cid-vfo3Ab3jTp .nav-link:focus {
  outline: none;
}
.cid-vfo3Ab3jTp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfo3Ab3jTp .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vfo3Ab3jTp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfo3Ab3jTp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfo3Ab3jTp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfo3Ab3jTp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfo3Ab3jTp .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(17, 17, 17, 0.7);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vfo3Ab3jTp .navbar.opened {
  transition: all 0.3s;
}
.cid-vfo3Ab3jTp .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vfo3Ab3jTp .navbar .navbar-logo img {
  width: auto;
}
.cid-vfo3Ab3jTp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfo3Ab3jTp .navbar.collapsed {
  justify-content: center;
}
.cid-vfo3Ab3jTp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfo3Ab3jTp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfo3Ab3jTp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-vfo3Ab3jTp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfo3Ab3jTp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfo3Ab3jTp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vfo3Ab3jTp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfo3Ab3jTp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfo3Ab3jTp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfo3Ab3jTp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfo3Ab3jTp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfo3Ab3jTp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfo3Ab3jTp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfo3Ab3jTp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vfo3Ab3jTp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfo3Ab3jTp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfo3Ab3jTp .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vfo3Ab3jTp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vfo3Ab3jTp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfo3Ab3jTp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfo3Ab3jTp .navbar.navbar-short {
  min-height: 96px;
}
.cid-vfo3Ab3jTp .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vfo3Ab3jTp .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;
}
.cid-vfo3Ab3jTp .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-vfo3Ab3jTp .navbar-brand .navbar-caption:hover,
.cid-vfo3Ab3jTp .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-vfo3Ab3jTp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfo3Ab3jTp .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vfo3Ab3jTp .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-vfo3Ab3jTp .dropdown-item.active,
.cid-vfo3Ab3jTp .dropdown-item:active {
  background-color: transparent;
}
.cid-vfo3Ab3jTp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfo3Ab3jTp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfo3Ab3jTp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfo3Ab3jTp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vfo3Ab3jTp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vfo3Ab3jTp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vfo3Ab3jTp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfo3Ab3jTp ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vfo3Ab3jTp ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vfo3Ab3jTp .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vfo3Ab3jTp .navbar-buttons {
    text-align: left;
  }
}
.cid-vfo3Ab3jTp .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-vfo3Ab3jTp .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vfo3Ab3jTp 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: #111111 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfo3Ab3jTp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-vfo3Ab3jTp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vfo3Ab3jTp button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfo3Ab3jTp button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfo3Ab3jTp button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vfo3Ab3jTp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfo3Ab3jTp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfo3Ab3jTp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfo3Ab3jTp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfo3Ab3jTp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vfo3Ab3jTp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfo3Ab3jTp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfo3Ab3jTp .navbar {
    height: 70px;
  }
  .cid-vfo3Ab3jTp .navbar.opened {
    height: auto;
  }
  .cid-vfo3Ab3jTp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfo3Ab3jTp .navbar-nav {
  margin: 0 auto;
}
.cid-vfo3Ab3jTp .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vfo3Ab3jTp .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-vfo3Ab3jTp .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vfo3Ab3jTp .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-vfo3Ab3jTp .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vfo3Ab3jTp .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vfo3Ab3jTp .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vfo3Ab3jTp .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vfo3Ab3jTp .navbar {
    justify-content: flex-start !important;
  }
  .cid-vfo3Ab3jTp .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vfo3Ab3jTp .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vfo3Ab3jTp .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vfo3Ab3jTp .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vfo3Ab3jTp .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vfo3Ab3jTp .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vfo3Ab3jTp .content-wrap {
  min-height: 110px;
}
.cid-vfo3AckFNo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-vfo3AckFNo {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-vfo3AckFNo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfo3AckFNo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfo3AckFNo .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vfo3AckFNo .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vfo3AckFNo .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vfo3AckFNo .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vfo3AckFNo .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vfo3AckFNo .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfo3AckFNo .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vfo3AckFNo .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vfo3AckFNo .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vfo3AckFNo .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-vfo3AckFNo .image-wrapper {
    padding-left: 0;
  }
}
.cid-vfo3AckFNo .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vfo3AckFNo .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-vfo3AckFNo .image-wrapper img {
    height: 350px;
  }
}
.cid-vfo3AckFNo .mbr-label {
  color: #a6adbf;
}
.cid-vfo3AckFNo .mbr-section-title {
  color: #111111;
}
.cid-vfo3AckFNo .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-vfo3AckFNo .mbr-text,
.cid-vfo3AckFNo .text-wrapper {
  color: #666666;
}
.cid-vgdVF3GQH5 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #f4f4f4;
}
.cid-vgdVF3GQH5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgdVF3GQH5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgdVF3GQH5 .row {
  margin: 0 -4px;
}
.cid-vgdVF3GQH5 .row .item {
  padding: 0 4px;
}
.cid-vgdVF3GQH5 .item {
  margin-top: 8px;
}
.cid-vgdVF3GQH5 .item:first-child {
  margin-top: 0;
}
.cid-vgdVF3GQH5 .item:nth-child(2) {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-vgdVF3GQH5 .item:nth-child(2) {
    margin-top: 8px;
  }
}
.cid-vgdVF3GQH5 .item .item-wrapper .item-img img {
  height: 800px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vgdVF3GQH5 .item .item-wrapper .item-img img {
    height: 600px;
  }
}
@media (max-width: 992px) {
  .cid-vgdVF3GQH5 .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vfo3AcARXE {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vfo3AcARXE .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vfo3AcKkgY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ff6d99;
  border-top: 8px solid #ff7ca4;
  border-bottom: 8px solid #ff7ca4;
}
@media (max-width: 992px) {
  .cid-vfo3AcKkgY {
    border-top: 4px solid #ff7ca4;
    border-bottom: 4px solid #ff7ca4;
  }
}
.cid-vfo3AcKkgY .item:focus,
.cid-vfo3AcKkgY span:focus {
  outline: none;
}
.cid-vfo3AcKkgY .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vfo3AcKkgY .content-head {
  max-width: 800px;
}
.cid-vfo3AcKkgY .item {
  color: #ffffff;
  min-height: 90px;
  padding: 10px 0;
  font-weight: 700;
}
@media (max-width: 768px) {
  .cid-vfo3AcKkgY .item {
    min-height: 45px;
  }
}
.cid-vfo3AcUASf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfo3AcUASf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfo3AcUASf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfo3AcUASf .card {
  justify-content: center;
}
.cid-vfo3AcUASf .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vfo3AcUASf .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-vfo3AcUASf .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vfo3AcUASf .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-vfo3AcUASf .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfo3AcUASf .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vfo3AcUASf .content-wrapper .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vfo3AcUASf .content-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vfo3AcUASf .content-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-vfo3AcUASf .content-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: #f4f6fa;
  padding: 15px 24px;
  box-shadow: none;
  border: 1px solid #e1e7f2 !important;
  margin-bottom: 16px;
}
.cid-vfo3AcUASf .content-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #afb5c5;
}
.cid-vfo3AcUASf .content-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vfo3AcUASf .content-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #a6adbf !important;
}
.cid-vfo3AcUASf .content-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 64px;
}
.cid-vfo3AcUASf .content-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vfo3AcUASf .content-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #afb5c5;
  border-color: #afb5c5;
}
.cid-vfo3AcUASf .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-vfo3AcUASf .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-vfo3AcUASf .content-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vfo3AcUASf .image-wrapper img {
  height: 680px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vfo3AcUASf .image-wrapper img {
    height: 550px;
  }
}
@media (max-width: 992px) {
  .cid-vfo3AcUASf .image-wrapper img {
    height: 350px;
  }
}
.cid-vfo3AcUASf .mbr-label {
  color: #a6adbf;
}
.cid-vfo3AcUASf .mbr-section-title {
  color: #111111;
}
.cid-vfo3AcUASf .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-vfo3Ad7QSN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfo3Ad7QSN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfo3Ad7QSN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfo3Ad7QSN .content-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vfo3Ad7QSN .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vfo3Ad7QSN .content-wrapper .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vfo3Ad7QSN .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vfo3Ad7QSN .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfo3Ad7QSN .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vfo3Ad7QSN .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vfo3Ad7QSN .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vfo3Ad7QSN .nav-wrapper {
  margin-bottom: 100px;
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .cid-vfo3Ad7QSN .nav-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-vfo3Ad7QSN .nav-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.cid-vfo3Ad7QSN .nav-wrapper .mbr-nav-title {
  padding: 0 12px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vfo3Ad7QSN .nav-wrapper .mbr-nav-title {
    margin-bottom: 24px;
  }
}
.cid-vfo3Ad7QSN .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-vfo3Ad7QSN .nav-wrapper .list .item-wrap {
  position: relative;
  padding: 4px 32px 4px 12px;
  margin-bottom: 8px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vfo3Ad7QSN .nav-wrapper .list .item-wrap::before {
  content: '→';
  position: absolute;
  top: 4px;
  right: 12px;
  font-size: 22px;
  color: #ff6d99;
  transition: all .3s ease;
}
.cid-vfo3Ad7QSN .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vfo3Ad7QSN .nav-wrapper .list .item-wrap:hover,
.cid-vfo3Ad7QSN .nav-wrapper .list .item-wrap:focus {
  background-color: #f4f6fa;
  color: #7b86a1;
}
.cid-vfo3Ad7QSN .nav-wrapper .list .item-wrap:hover::before,
.cid-vfo3Ad7QSN .nav-wrapper .list .item-wrap:focus::before {
  color: #7b86a1;
}
@media (max-width: 992px) {
  .cid-vfo3Ad7QSN .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vfo3Ad7QSN .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vfo3Ad7QSN .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #ff6d99;
  margin-right: 24px;
  box-shadow: 0 18px 32px -8px #ff6d99;
  border: 3px solid #ff7ca4;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vfo3Ad7QSN .social-wrapper .social-wrap .soc-item {
    margin-right: 12px;
  }
}
.cid-vfo3Ad7QSN .social-wrapper .social-wrap .soc-item:last-child {
  margin-right: 0;
}
.cid-vfo3Ad7QSN .social-wrapper .social-wrap .soc-item:hover,
.cid-vfo3Ad7QSN .social-wrapper .social-wrap .soc-item:hover {
  background-color: #a6adbf;
  border: 3px solid #afb5c5;
  box-shadow: 0 18px 32px -8px #a6adbf;
}
.cid-vfo3Ad7QSN .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont,
.cid-vfo3Ad7QSN .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont {
  color: #ffffff !important;
}
.cid-vfo3Ad7QSN .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-vfo3Ad7QSN .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-vfo3Ad7QSN .mbr-copy {
  padding-left: 240px;
  margin-bottom: 0;
  color: #666666;
  text-align: center;
}
@media (max-width: 1440px) {
  .cid-vfo3Ad7QSN .mbr-copy {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-vfo3Ad7QSN .mbr-copy {
    padding-left: 0;
  }
}
.cid-vfo3Ad7QSN .card {
  justify-content: center;
}
.cid-vfo3Ad7QSN .mbr-section-title {
  color: #111111;
}
.cid-vfo3Ad7QSN .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-vfo3Ad7QSN .mbr-text,
.cid-vfo3Ad7QSN .text-wrapper {
  color: #666666;
}
.cid-vfo3Ad7QSN .mbr-nav-title {
  color: #a6adbf;
}
.cid-vfo3Ad7QSN .list {
  color: #ff6d99;
}
.cid-vfo3Ad7QSN .mbr-section-title,
.cid-vfo3Ad7QSN .social-wrapper {
  text-align: center;
}
.cid-vfo3Ad7QSN .mbr-text,
.cid-vfo3Ad7QSN .text-wrapper,
.cid-vfo3Ad7QSN .mbr-section-btn {
  text-align: center;
}
.cid-vfo41V0Vu0 {
  z-index: 1000;
  width: 100%;
}
.cid-vfo41V0Vu0 nav.navbar {
  position: fixed;
}
.cid-vfo41V0Vu0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfo41V0Vu0 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vfo41V0Vu0 .dropdown-item {
  border: none !important;
  background: #111111 !important;
  font-weight: 600;
}
.cid-vfo41V0Vu0 .dropdown-item:hover,
.cid-vfo41V0Vu0 .dropdown-item:focus {
  background: #111111 !important;
  color: #ff6d99 !important;
}
.cid-vfo41V0Vu0 .dropdown-item:hover span {
  color: white;
}
.cid-vfo41V0Vu0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfo41V0Vu0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfo41V0Vu0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfo41V0Vu0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfo41V0Vu0 .nav-link {
  position: relative;
}
.cid-vfo41V0Vu0 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vfo41V0Vu0 .container {
    flex-wrap: nowrap;
  }
}
.cid-vfo41V0Vu0 .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-vfo41V0Vu0 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vfo41V0Vu0 .dropdown-menu,
.cid-vfo41V0Vu0 .navbar.opened {
  background: #111111 !important;
}
.cid-vfo41V0Vu0 .nav-item:focus,
.cid-vfo41V0Vu0 .nav-link:focus {
  outline: none;
}
.cid-vfo41V0Vu0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfo41V0Vu0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vfo41V0Vu0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfo41V0Vu0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfo41V0Vu0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfo41V0Vu0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfo41V0Vu0 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(17, 17, 17, 0.7);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vfo41V0Vu0 .navbar.opened {
  transition: all 0.3s;
}
.cid-vfo41V0Vu0 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vfo41V0Vu0 .navbar .navbar-logo img {
  width: auto;
}
.cid-vfo41V0Vu0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfo41V0Vu0 .navbar.collapsed {
  justify-content: center;
}
.cid-vfo41V0Vu0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfo41V0Vu0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfo41V0Vu0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-vfo41V0Vu0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfo41V0Vu0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfo41V0Vu0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vfo41V0Vu0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfo41V0Vu0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfo41V0Vu0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfo41V0Vu0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfo41V0Vu0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfo41V0Vu0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfo41V0Vu0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfo41V0Vu0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vfo41V0Vu0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfo41V0Vu0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfo41V0Vu0 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vfo41V0Vu0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vfo41V0Vu0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfo41V0Vu0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfo41V0Vu0 .navbar.navbar-short {
  min-height: 96px;
}
.cid-vfo41V0Vu0 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vfo41V0Vu0 .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;
}
.cid-vfo41V0Vu0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-vfo41V0Vu0 .navbar-brand .navbar-caption:hover,
.cid-vfo41V0Vu0 .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-vfo41V0Vu0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfo41V0Vu0 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vfo41V0Vu0 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-vfo41V0Vu0 .dropdown-item.active,
.cid-vfo41V0Vu0 .dropdown-item:active {
  background-color: transparent;
}
.cid-vfo41V0Vu0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfo41V0Vu0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfo41V0Vu0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfo41V0Vu0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vfo41V0Vu0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vfo41V0Vu0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vfo41V0Vu0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfo41V0Vu0 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vfo41V0Vu0 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vfo41V0Vu0 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vfo41V0Vu0 .navbar-buttons {
    text-align: left;
  }
}
.cid-vfo41V0Vu0 .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-vfo41V0Vu0 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vfo41V0Vu0 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: #111111 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfo41V0Vu0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-vfo41V0Vu0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vfo41V0Vu0 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfo41V0Vu0 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfo41V0Vu0 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vfo41V0Vu0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfo41V0Vu0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfo41V0Vu0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfo41V0Vu0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfo41V0Vu0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vfo41V0Vu0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfo41V0Vu0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfo41V0Vu0 .navbar {
    height: 70px;
  }
  .cid-vfo41V0Vu0 .navbar.opened {
    height: auto;
  }
  .cid-vfo41V0Vu0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfo41V0Vu0 .navbar-nav {
  margin: 0 auto;
}
.cid-vfo41V0Vu0 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vfo41V0Vu0 .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-vfo41V0Vu0 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vfo41V0Vu0 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-vfo41V0Vu0 .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vfo41V0Vu0 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vfo41V0Vu0 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vfo41V0Vu0 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vfo41V0Vu0 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vfo41V0Vu0 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vfo41V0Vu0 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vfo41V0Vu0 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vfo41V0Vu0 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vfo41V0Vu0 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vfo41V0Vu0 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vfo41V0Vu0 .content-wrap {
  min-height: 110px;
}
.cid-vfo41WgJ2a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-vfo41WgJ2a {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-vfo41WgJ2a .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfo41WgJ2a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfo41WgJ2a .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vfo41WgJ2a .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vfo41WgJ2a .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vfo41WgJ2a .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vfo41WgJ2a .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vfo41WgJ2a .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfo41WgJ2a .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vfo41WgJ2a .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vfo41WgJ2a .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vfo41WgJ2a .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-vfo41WgJ2a .image-wrapper {
    padding-left: 0;
  }
}
.cid-vfo41WgJ2a .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vfo41WgJ2a .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-vfo41WgJ2a .image-wrapper img {
    height: 350px;
  }
}
.cid-vfo41WgJ2a .mbr-label {
  color: #a6adbf;
}
.cid-vfo41WgJ2a .mbr-section-title {
  color: #111111;
}
.cid-vfo41WgJ2a .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-vfo41WgJ2a .mbr-text,
.cid-vfo41WgJ2a .text-wrapper {
  color: #666666;
}
.cid-vgdVZ0TXcI {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #f4f4f4;
}
.cid-vgdVZ0TXcI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgdVZ0TXcI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgdVZ0TXcI .row {
  margin: 0 -4px;
}
.cid-vgdVZ0TXcI .row .item {
  padding: 0 4px;
}
.cid-vgdVZ0TXcI .item {
  margin-top: 8px;
}
.cid-vgdVZ0TXcI .item:first-child {
  margin-top: 0;
}
.cid-vgdVZ0TXcI .item:nth-child(2) {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-vgdVZ0TXcI .item:nth-child(2) {
    margin-top: 8px;
  }
}
.cid-vgdVZ0TXcI .item .item-wrapper .item-img img {
  height: 800px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vgdVZ0TXcI .item .item-wrapper .item-img img {
    height: 600px;
  }
}
@media (max-width: 992px) {
  .cid-vgdVZ0TXcI .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vfo41WBadS {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vfo41WBadS .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vfo41WLtWX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ff6d99;
  border-top: 8px solid #ff7ca4;
  border-bottom: 8px solid #ff7ca4;
}
@media (max-width: 992px) {
  .cid-vfo41WLtWX {
    border-top: 4px solid #ff7ca4;
    border-bottom: 4px solid #ff7ca4;
  }
}
.cid-vfo41WLtWX .item:focus,
.cid-vfo41WLtWX span:focus {
  outline: none;
}
.cid-vfo41WLtWX .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vfo41WLtWX .content-head {
  max-width: 800px;
}
.cid-vfo41WLtWX .item {
  color: #ffffff;
  min-height: 90px;
  padding: 10px 0;
  font-weight: 700;
}
@media (max-width: 768px) {
  .cid-vfo41WLtWX .item {
    min-height: 45px;
  }
}
.cid-vfo41WVXzF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfo41WVXzF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfo41WVXzF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfo41WVXzF .card {
  justify-content: center;
}
.cid-vfo41WVXzF .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vfo41WVXzF .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-vfo41WVXzF .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vfo41WVXzF .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-vfo41WVXzF .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfo41WVXzF .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vfo41WVXzF .content-wrapper .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vfo41WVXzF .content-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vfo41WVXzF .content-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-vfo41WVXzF .content-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: #f4f6fa;
  padding: 15px 24px;
  box-shadow: none;
  border: 1px solid #e1e7f2 !important;
  margin-bottom: 16px;
}
.cid-vfo41WVXzF .content-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #afb5c5;
}
.cid-vfo41WVXzF .content-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vfo41WVXzF .content-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #a6adbf !important;
}
.cid-vfo41WVXzF .content-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 64px;
}
.cid-vfo41WVXzF .content-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vfo41WVXzF .content-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #afb5c5;
  border-color: #afb5c5;
}
.cid-vfo41WVXzF .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-vfo41WVXzF .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-vfo41WVXzF .content-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vfo41WVXzF .image-wrapper img {
  height: 680px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vfo41WVXzF .image-wrapper img {
    height: 550px;
  }
}
@media (max-width: 992px) {
  .cid-vfo41WVXzF .image-wrapper img {
    height: 350px;
  }
}
.cid-vfo41WVXzF .mbr-label {
  color: #a6adbf;
}
.cid-vfo41WVXzF .mbr-section-title {
  color: #111111;
}
.cid-vfo41WVXzF .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-vfo41X8PjZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfo41X8PjZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfo41X8PjZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfo41X8PjZ .content-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vfo41X8PjZ .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vfo41X8PjZ .content-wrapper .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vfo41X8PjZ .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vfo41X8PjZ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfo41X8PjZ .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vfo41X8PjZ .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vfo41X8PjZ .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vfo41X8PjZ .nav-wrapper {
  margin-bottom: 100px;
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .cid-vfo41X8PjZ .nav-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-vfo41X8PjZ .nav-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.cid-vfo41X8PjZ .nav-wrapper .mbr-nav-title {
  padding: 0 12px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vfo41X8PjZ .nav-wrapper .mbr-nav-title {
    margin-bottom: 24px;
  }
}
.cid-vfo41X8PjZ .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-vfo41X8PjZ .nav-wrapper .list .item-wrap {
  position: relative;
  padding: 4px 32px 4px 12px;
  margin-bottom: 8px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vfo41X8PjZ .nav-wrapper .list .item-wrap::before {
  content: '→';
  position: absolute;
  top: 4px;
  right: 12px;
  font-size: 22px;
  color: #ff6d99;
  transition: all .3s ease;
}
.cid-vfo41X8PjZ .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vfo41X8PjZ .nav-wrapper .list .item-wrap:hover,
.cid-vfo41X8PjZ .nav-wrapper .list .item-wrap:focus {
  background-color: #f4f6fa;
  color: #7b86a1;
}
.cid-vfo41X8PjZ .nav-wrapper .list .item-wrap:hover::before,
.cid-vfo41X8PjZ .nav-wrapper .list .item-wrap:focus::before {
  color: #7b86a1;
}
@media (max-width: 992px) {
  .cid-vfo41X8PjZ .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vfo41X8PjZ .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vfo41X8PjZ .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #ff6d99;
  margin-right: 24px;
  box-shadow: 0 18px 32px -8px #ff6d99;
  border: 3px solid #ff7ca4;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vfo41X8PjZ .social-wrapper .social-wrap .soc-item {
    margin-right: 12px;
  }
}
.cid-vfo41X8PjZ .social-wrapper .social-wrap .soc-item:last-child {
  margin-right: 0;
}
.cid-vfo41X8PjZ .social-wrapper .social-wrap .soc-item:hover,
.cid-vfo41X8PjZ .social-wrapper .social-wrap .soc-item:hover {
  background-color: #a6adbf;
  border: 3px solid #afb5c5;
  box-shadow: 0 18px 32px -8px #a6adbf;
}
.cid-vfo41X8PjZ .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont,
.cid-vfo41X8PjZ .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont {
  color: #ffffff !important;
}
.cid-vfo41X8PjZ .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-vfo41X8PjZ .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-vfo41X8PjZ .mbr-copy {
  padding-left: 240px;
  margin-bottom: 0;
  color: #666666;
  text-align: center;
}
@media (max-width: 1440px) {
  .cid-vfo41X8PjZ .mbr-copy {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-vfo41X8PjZ .mbr-copy {
    padding-left: 0;
  }
}
.cid-vfo41X8PjZ .card {
  justify-content: center;
}
.cid-vfo41X8PjZ .mbr-section-title {
  color: #111111;
}
.cid-vfo41X8PjZ .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-vfo41X8PjZ .mbr-text,
.cid-vfo41X8PjZ .text-wrapper {
  color: #666666;
}
.cid-vfo41X8PjZ .mbr-nav-title {
  color: #a6adbf;
}
.cid-vfo41X8PjZ .list {
  color: #ff6d99;
}
.cid-vfo41X8PjZ .mbr-section-title,
.cid-vfo41X8PjZ .social-wrapper {
  text-align: center;
}
.cid-vfo41X8PjZ .mbr-text,
.cid-vfo41X8PjZ .text-wrapper,
.cid-vfo41X8PjZ .mbr-section-btn {
  text-align: center;
}
.cid-vfo4fZUN12 {
  z-index: 1000;
  width: 100%;
}
.cid-vfo4fZUN12 nav.navbar {
  position: fixed;
}
.cid-vfo4fZUN12 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfo4fZUN12 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vfo4fZUN12 .dropdown-item {
  border: none !important;
  background: #111111 !important;
  font-weight: 600;
}
.cid-vfo4fZUN12 .dropdown-item:hover,
.cid-vfo4fZUN12 .dropdown-item:focus {
  background: #111111 !important;
  color: #ff6d99 !important;
}
.cid-vfo4fZUN12 .dropdown-item:hover span {
  color: white;
}
.cid-vfo4fZUN12 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfo4fZUN12 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfo4fZUN12 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfo4fZUN12 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfo4fZUN12 .nav-link {
  position: relative;
}
.cid-vfo4fZUN12 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vfo4fZUN12 .container {
    flex-wrap: nowrap;
  }
}
.cid-vfo4fZUN12 .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-vfo4fZUN12 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vfo4fZUN12 .dropdown-menu,
.cid-vfo4fZUN12 .navbar.opened {
  background: #111111 !important;
}
.cid-vfo4fZUN12 .nav-item:focus,
.cid-vfo4fZUN12 .nav-link:focus {
  outline: none;
}
.cid-vfo4fZUN12 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfo4fZUN12 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vfo4fZUN12 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfo4fZUN12 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfo4fZUN12 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfo4fZUN12 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfo4fZUN12 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(17, 17, 17, 0.7);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vfo4fZUN12 .navbar.opened {
  transition: all 0.3s;
}
.cid-vfo4fZUN12 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vfo4fZUN12 .navbar .navbar-logo img {
  width: auto;
}
.cid-vfo4fZUN12 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfo4fZUN12 .navbar.collapsed {
  justify-content: center;
}
.cid-vfo4fZUN12 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfo4fZUN12 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfo4fZUN12 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-vfo4fZUN12 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfo4fZUN12 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfo4fZUN12 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vfo4fZUN12 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfo4fZUN12 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfo4fZUN12 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfo4fZUN12 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfo4fZUN12 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfo4fZUN12 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfo4fZUN12 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfo4fZUN12 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vfo4fZUN12 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfo4fZUN12 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfo4fZUN12 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vfo4fZUN12 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vfo4fZUN12 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfo4fZUN12 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfo4fZUN12 .navbar.navbar-short {
  min-height: 96px;
}
.cid-vfo4fZUN12 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vfo4fZUN12 .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;
}
.cid-vfo4fZUN12 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-vfo4fZUN12 .navbar-brand .navbar-caption:hover,
.cid-vfo4fZUN12 .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-vfo4fZUN12 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfo4fZUN12 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vfo4fZUN12 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-vfo4fZUN12 .dropdown-item.active,
.cid-vfo4fZUN12 .dropdown-item:active {
  background-color: transparent;
}
.cid-vfo4fZUN12 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfo4fZUN12 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfo4fZUN12 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfo4fZUN12 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vfo4fZUN12 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vfo4fZUN12 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vfo4fZUN12 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfo4fZUN12 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vfo4fZUN12 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vfo4fZUN12 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vfo4fZUN12 .navbar-buttons {
    text-align: left;
  }
}
.cid-vfo4fZUN12 .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-vfo4fZUN12 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vfo4fZUN12 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: #111111 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfo4fZUN12 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-vfo4fZUN12 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vfo4fZUN12 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfo4fZUN12 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfo4fZUN12 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vfo4fZUN12 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfo4fZUN12 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfo4fZUN12 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfo4fZUN12 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfo4fZUN12 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vfo4fZUN12 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfo4fZUN12 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfo4fZUN12 .navbar {
    height: 70px;
  }
  .cid-vfo4fZUN12 .navbar.opened {
    height: auto;
  }
  .cid-vfo4fZUN12 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfo4fZUN12 .navbar-nav {
  margin: 0 auto;
}
.cid-vfo4fZUN12 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vfo4fZUN12 .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-vfo4fZUN12 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vfo4fZUN12 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-vfo4fZUN12 .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vfo4fZUN12 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vfo4fZUN12 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vfo4fZUN12 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vfo4fZUN12 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vfo4fZUN12 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vfo4fZUN12 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vfo4fZUN12 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vfo4fZUN12 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vfo4fZUN12 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vfo4fZUN12 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vfo4fZUN12 .content-wrap {
  min-height: 110px;
}
.cid-vfo4g1JdHn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-vfo4g1JdHn {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-vfo4g1JdHn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfo4g1JdHn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfo4g1JdHn .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vfo4g1JdHn .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vfo4g1JdHn .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vfo4g1JdHn .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vfo4g1JdHn .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vfo4g1JdHn .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfo4g1JdHn .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vfo4g1JdHn .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vfo4g1JdHn .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vfo4g1JdHn .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-vfo4g1JdHn .image-wrapper {
    padding-left: 0;
  }
}
.cid-vfo4g1JdHn .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vfo4g1JdHn .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-vfo4g1JdHn .image-wrapper img {
    height: 350px;
  }
}
.cid-vfo4g1JdHn .mbr-label {
  color: #a6adbf;
}
.cid-vfo4g1JdHn .mbr-section-title {
  color: #111111;
}
.cid-vfo4g1JdHn .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-vfo4g1JdHn .mbr-text,
.cid-vfo4g1JdHn .text-wrapper {
  color: #666666;
}
.cid-vgdYotR9V9 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #f4f4f4;
}
.cid-vgdYotR9V9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgdYotR9V9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgdYotR9V9 .row {
  margin: 0 -4px;
}
.cid-vgdYotR9V9 .row .item {
  padding: 0 4px;
}
.cid-vgdYotR9V9 .item {
  margin-top: 8px;
}
.cid-vgdYotR9V9 .item:first-child {
  margin-top: 0;
}
.cid-vgdYotR9V9 .item:nth-child(2) {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-vgdYotR9V9 .item:nth-child(2) {
    margin-top: 8px;
  }
}
.cid-vgdYotR9V9 .item .item-wrapper .item-img img {
  height: 800px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vgdYotR9V9 .item .item-wrapper .item-img img {
    height: 600px;
  }
}
@media (max-width: 992px) {
  .cid-vgdYotR9V9 .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vfo4g20zK3 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vfo4g20zK3 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vgdYKAXrdD {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #f4f4f4;
}
.cid-vgdYKAXrdD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgdYKAXrdD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgdYKAXrdD .row {
  margin: 0 -4px;
}
.cid-vgdYKAXrdD .row .item {
  padding: 0 4px;
}
.cid-vgdYKAXrdD .item {
  margin-top: 8px;
}
.cid-vgdYKAXrdD .item:first-child {
  margin-top: 0;
}
.cid-vgdYKAXrdD .item:nth-child(2) {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-vgdYKAXrdD .item:nth-child(2) {
    margin-top: 8px;
  }
}
.cid-vgdYKAXrdD .item .item-wrapper .item-img img {
  height: 800px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vgdYKAXrdD .item .item-wrapper .item-img img {
    height: 600px;
  }
}
@media (max-width: 992px) {
  .cid-vgdYKAXrdD .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vfo4g2a42u {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ff6d99;
  border-top: 8px solid #ff7ca4;
  border-bottom: 8px solid #ff7ca4;
}
@media (max-width: 992px) {
  .cid-vfo4g2a42u {
    border-top: 4px solid #ff7ca4;
    border-bottom: 4px solid #ff7ca4;
  }
}
.cid-vfo4g2a42u .item:focus,
.cid-vfo4g2a42u span:focus {
  outline: none;
}
.cid-vfo4g2a42u .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vfo4g2a42u .content-head {
  max-width: 800px;
}
.cid-vfo4g2a42u .item {
  color: #ffffff;
  min-height: 90px;
  padding: 10px 0;
  font-weight: 700;
}
@media (max-width: 768px) {
  .cid-vfo4g2a42u .item {
    min-height: 45px;
  }
}
.cid-vfo4g2kh2Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfo4g2kh2Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfo4g2kh2Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfo4g2kh2Q .card {
  justify-content: center;
}
.cid-vfo4g2kh2Q .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vfo4g2kh2Q .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-vfo4g2kh2Q .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vfo4g2kh2Q .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-vfo4g2kh2Q .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfo4g2kh2Q .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vfo4g2kh2Q .content-wrapper .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vfo4g2kh2Q .content-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vfo4g2kh2Q .content-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-vfo4g2kh2Q .content-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: #f4f6fa;
  padding: 15px 24px;
  box-shadow: none;
  border: 1px solid #e1e7f2 !important;
  margin-bottom: 16px;
}
.cid-vfo4g2kh2Q .content-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #afb5c5;
}
.cid-vfo4g2kh2Q .content-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vfo4g2kh2Q .content-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #a6adbf !important;
}
.cid-vfo4g2kh2Q .content-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 64px;
}
.cid-vfo4g2kh2Q .content-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vfo4g2kh2Q .content-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #afb5c5;
  border-color: #afb5c5;
}
.cid-vfo4g2kh2Q .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-vfo4g2kh2Q .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-vfo4g2kh2Q .content-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vfo4g2kh2Q .image-wrapper img {
  height: 680px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vfo4g2kh2Q .image-wrapper img {
    height: 550px;
  }
}
@media (max-width: 992px) {
  .cid-vfo4g2kh2Q .image-wrapper img {
    height: 350px;
  }
}
.cid-vfo4g2kh2Q .mbr-label {
  color: #a6adbf;
}
.cid-vfo4g2kh2Q .mbr-section-title {
  color: #111111;
}
.cid-vfo4g2kh2Q .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-vfo4g2xl1P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfo4g2xl1P .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfo4g2xl1P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfo4g2xl1P .content-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vfo4g2xl1P .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vfo4g2xl1P .content-wrapper .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vfo4g2xl1P .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vfo4g2xl1P .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfo4g2xl1P .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vfo4g2xl1P .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vfo4g2xl1P .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vfo4g2xl1P .nav-wrapper {
  margin-bottom: 100px;
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .cid-vfo4g2xl1P .nav-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-vfo4g2xl1P .nav-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.cid-vfo4g2xl1P .nav-wrapper .mbr-nav-title {
  padding: 0 12px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vfo4g2xl1P .nav-wrapper .mbr-nav-title {
    margin-bottom: 24px;
  }
}
.cid-vfo4g2xl1P .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-vfo4g2xl1P .nav-wrapper .list .item-wrap {
  position: relative;
  padding: 4px 32px 4px 12px;
  margin-bottom: 8px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vfo4g2xl1P .nav-wrapper .list .item-wrap::before {
  content: '→';
  position: absolute;
  top: 4px;
  right: 12px;
  font-size: 22px;
  color: #ff6d99;
  transition: all .3s ease;
}
.cid-vfo4g2xl1P .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vfo4g2xl1P .nav-wrapper .list .item-wrap:hover,
.cid-vfo4g2xl1P .nav-wrapper .list .item-wrap:focus {
  background-color: #f4f6fa;
  color: #7b86a1;
}
.cid-vfo4g2xl1P .nav-wrapper .list .item-wrap:hover::before,
.cid-vfo4g2xl1P .nav-wrapper .list .item-wrap:focus::before {
  color: #7b86a1;
}
@media (max-width: 992px) {
  .cid-vfo4g2xl1P .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vfo4g2xl1P .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vfo4g2xl1P .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #ff6d99;
  margin-right: 24px;
  box-shadow: 0 18px 32px -8px #ff6d99;
  border: 3px solid #ff7ca4;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vfo4g2xl1P .social-wrapper .social-wrap .soc-item {
    margin-right: 12px;
  }
}
.cid-vfo4g2xl1P .social-wrapper .social-wrap .soc-item:last-child {
  margin-right: 0;
}
.cid-vfo4g2xl1P .social-wrapper .social-wrap .soc-item:hover,
.cid-vfo4g2xl1P .social-wrapper .social-wrap .soc-item:hover {
  background-color: #a6adbf;
  border: 3px solid #afb5c5;
  box-shadow: 0 18px 32px -8px #a6adbf;
}
.cid-vfo4g2xl1P .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont,
.cid-vfo4g2xl1P .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont {
  color: #ffffff !important;
}
.cid-vfo4g2xl1P .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-vfo4g2xl1P .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-vfo4g2xl1P .mbr-copy {
  padding-left: 240px;
  margin-bottom: 0;
  color: #666666;
  text-align: center;
}
@media (max-width: 1440px) {
  .cid-vfo4g2xl1P .mbr-copy {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-vfo4g2xl1P .mbr-copy {
    padding-left: 0;
  }
}
.cid-vfo4g2xl1P .card {
  justify-content: center;
}
.cid-vfo4g2xl1P .mbr-section-title {
  color: #111111;
}
.cid-vfo4g2xl1P .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-vfo4g2xl1P .mbr-text,
.cid-vfo4g2xl1P .text-wrapper {
  color: #666666;
}
.cid-vfo4g2xl1P .mbr-nav-title {
  color: #a6adbf;
}
.cid-vfo4g2xl1P .list {
  color: #ff6d99;
}
.cid-vfo4g2xl1P .mbr-section-title,
.cid-vfo4g2xl1P .social-wrapper {
  text-align: center;
}
.cid-vfo4g2xl1P .mbr-text,
.cid-vfo4g2xl1P .text-wrapper,
.cid-vfo4g2xl1P .mbr-section-btn {
  text-align: center;
}
.cid-vfo4rIM1Y4 {
  z-index: 1000;
  width: 100%;
}
.cid-vfo4rIM1Y4 nav.navbar {
  position: fixed;
}
.cid-vfo4rIM1Y4 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfo4rIM1Y4 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vfo4rIM1Y4 .dropdown-item {
  border: none !important;
  background: #111111 !important;
  font-weight: 600;
}
.cid-vfo4rIM1Y4 .dropdown-item:hover,
.cid-vfo4rIM1Y4 .dropdown-item:focus {
  background: #111111 !important;
  color: #ff6d99 !important;
}
.cid-vfo4rIM1Y4 .dropdown-item:hover span {
  color: white;
}
.cid-vfo4rIM1Y4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfo4rIM1Y4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfo4rIM1Y4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfo4rIM1Y4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfo4rIM1Y4 .nav-link {
  position: relative;
}
.cid-vfo4rIM1Y4 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vfo4rIM1Y4 .container {
    flex-wrap: nowrap;
  }
}
.cid-vfo4rIM1Y4 .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-vfo4rIM1Y4 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vfo4rIM1Y4 .dropdown-menu,
.cid-vfo4rIM1Y4 .navbar.opened {
  background: #111111 !important;
}
.cid-vfo4rIM1Y4 .nav-item:focus,
.cid-vfo4rIM1Y4 .nav-link:focus {
  outline: none;
}
.cid-vfo4rIM1Y4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfo4rIM1Y4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vfo4rIM1Y4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfo4rIM1Y4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfo4rIM1Y4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfo4rIM1Y4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfo4rIM1Y4 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(17, 17, 17, 0.7);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vfo4rIM1Y4 .navbar.opened {
  transition: all 0.3s;
}
.cid-vfo4rIM1Y4 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vfo4rIM1Y4 .navbar .navbar-logo img {
  width: auto;
}
.cid-vfo4rIM1Y4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfo4rIM1Y4 .navbar.collapsed {
  justify-content: center;
}
.cid-vfo4rIM1Y4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfo4rIM1Y4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfo4rIM1Y4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-vfo4rIM1Y4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfo4rIM1Y4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfo4rIM1Y4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vfo4rIM1Y4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfo4rIM1Y4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfo4rIM1Y4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfo4rIM1Y4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfo4rIM1Y4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfo4rIM1Y4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfo4rIM1Y4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfo4rIM1Y4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vfo4rIM1Y4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfo4rIM1Y4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfo4rIM1Y4 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vfo4rIM1Y4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vfo4rIM1Y4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfo4rIM1Y4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfo4rIM1Y4 .navbar.navbar-short {
  min-height: 96px;
}
.cid-vfo4rIM1Y4 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vfo4rIM1Y4 .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;
}
.cid-vfo4rIM1Y4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-vfo4rIM1Y4 .navbar-brand .navbar-caption:hover,
.cid-vfo4rIM1Y4 .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-vfo4rIM1Y4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfo4rIM1Y4 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vfo4rIM1Y4 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-vfo4rIM1Y4 .dropdown-item.active,
.cid-vfo4rIM1Y4 .dropdown-item:active {
  background-color: transparent;
}
.cid-vfo4rIM1Y4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfo4rIM1Y4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfo4rIM1Y4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfo4rIM1Y4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vfo4rIM1Y4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vfo4rIM1Y4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vfo4rIM1Y4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfo4rIM1Y4 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vfo4rIM1Y4 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vfo4rIM1Y4 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vfo4rIM1Y4 .navbar-buttons {
    text-align: left;
  }
}
.cid-vfo4rIM1Y4 .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-vfo4rIM1Y4 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vfo4rIM1Y4 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: #111111 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfo4rIM1Y4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-vfo4rIM1Y4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vfo4rIM1Y4 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfo4rIM1Y4 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfo4rIM1Y4 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vfo4rIM1Y4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfo4rIM1Y4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfo4rIM1Y4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfo4rIM1Y4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfo4rIM1Y4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vfo4rIM1Y4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfo4rIM1Y4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfo4rIM1Y4 .navbar {
    height: 70px;
  }
  .cid-vfo4rIM1Y4 .navbar.opened {
    height: auto;
  }
  .cid-vfo4rIM1Y4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfo4rIM1Y4 .navbar-nav {
  margin: 0 auto;
}
.cid-vfo4rIM1Y4 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vfo4rIM1Y4 .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-vfo4rIM1Y4 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vfo4rIM1Y4 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-vfo4rIM1Y4 .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vfo4rIM1Y4 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vfo4rIM1Y4 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vfo4rIM1Y4 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vfo4rIM1Y4 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vfo4rIM1Y4 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vfo4rIM1Y4 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vfo4rIM1Y4 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vfo4rIM1Y4 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vfo4rIM1Y4 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vfo4rIM1Y4 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vfo4rIM1Y4 .content-wrap {
  min-height: 110px;
}
.cid-vfo4rJX24p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-vfo4rJX24p {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-vfo4rJX24p .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfo4rJX24p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfo4rJX24p .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vfo4rJX24p .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vfo4rJX24p .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vfo4rJX24p .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vfo4rJX24p .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vfo4rJX24p .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfo4rJX24p .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vfo4rJX24p .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vfo4rJX24p .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vfo4rJX24p .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-vfo4rJX24p .image-wrapper {
    padding-left: 0;
  }
}
.cid-vfo4rJX24p .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vfo4rJX24p .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-vfo4rJX24p .image-wrapper img {
    height: 350px;
  }
}
.cid-vfo4rJX24p .mbr-label {
  color: #a6adbf;
}
.cid-vfo4rJX24p .mbr-section-title {
  color: #111111;
}
.cid-vfo4rJX24p .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-vfo4rJX24p .mbr-text,
.cid-vfo4rJX24p .text-wrapper {
  color: #666666;
}
.cid-vgdZmEI7Tw {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #f4f4f4;
}
.cid-vgdZmEI7Tw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgdZmEI7Tw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgdZmEI7Tw .row {
  margin: 0 -4px;
}
.cid-vgdZmEI7Tw .row .item {
  padding: 0 4px;
}
.cid-vgdZmEI7Tw .item {
  margin-top: 8px;
}
.cid-vgdZmEI7Tw .item:first-child {
  margin-top: 0;
}
.cid-vgdZmEI7Tw .item:nth-child(2) {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-vgdZmEI7Tw .item:nth-child(2) {
    margin-top: 8px;
  }
}
.cid-vgdZmEI7Tw .item .item-wrapper .item-img img {
  height: 800px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vgdZmEI7Tw .item .item-wrapper .item-img img {
    height: 600px;
  }
}
@media (max-width: 992px) {
  .cid-vgdZmEI7Tw .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vfo4rKfDXm {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vfo4rKfDXm .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vfo4rKp0iQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ff6d99;
  border-top: 8px solid #ff7ca4;
  border-bottom: 8px solid #ff7ca4;
}
@media (max-width: 992px) {
  .cid-vfo4rKp0iQ {
    border-top: 4px solid #ff7ca4;
    border-bottom: 4px solid #ff7ca4;
  }
}
.cid-vfo4rKp0iQ .item:focus,
.cid-vfo4rKp0iQ span:focus {
  outline: none;
}
.cid-vfo4rKp0iQ .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vfo4rKp0iQ .content-head {
  max-width: 800px;
}
.cid-vfo4rKp0iQ .item {
  color: #ffffff;
  min-height: 90px;
  padding: 10px 0;
  font-weight: 700;
}
@media (max-width: 768px) {
  .cid-vfo4rKp0iQ .item {
    min-height: 45px;
  }
}
.cid-vfo4rKzrnl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfo4rKzrnl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfo4rKzrnl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfo4rKzrnl .card {
  justify-content: center;
}
.cid-vfo4rKzrnl .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vfo4rKzrnl .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-vfo4rKzrnl .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vfo4rKzrnl .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-vfo4rKzrnl .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfo4rKzrnl .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vfo4rKzrnl .content-wrapper .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vfo4rKzrnl .content-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vfo4rKzrnl .content-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-vfo4rKzrnl .content-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: #f4f6fa;
  padding: 15px 24px;
  box-shadow: none;
  border: 1px solid #e1e7f2 !important;
  margin-bottom: 16px;
}
.cid-vfo4rKzrnl .content-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #afb5c5;
}
.cid-vfo4rKzrnl .content-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vfo4rKzrnl .content-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #a6adbf !important;
}
.cid-vfo4rKzrnl .content-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 64px;
}
.cid-vfo4rKzrnl .content-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vfo4rKzrnl .content-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #afb5c5;
  border-color: #afb5c5;
}
.cid-vfo4rKzrnl .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-vfo4rKzrnl .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-vfo4rKzrnl .content-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vfo4rKzrnl .image-wrapper img {
  height: 680px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vfo4rKzrnl .image-wrapper img {
    height: 550px;
  }
}
@media (max-width: 992px) {
  .cid-vfo4rKzrnl .image-wrapper img {
    height: 350px;
  }
}
.cid-vfo4rKzrnl .mbr-label {
  color: #a6adbf;
}
.cid-vfo4rKzrnl .mbr-section-title {
  color: #111111;
}
.cid-vfo4rKzrnl .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-vfo4rKMzS7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfo4rKMzS7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfo4rKMzS7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfo4rKMzS7 .content-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vfo4rKMzS7 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vfo4rKMzS7 .content-wrapper .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vfo4rKMzS7 .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vfo4rKMzS7 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfo4rKMzS7 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vfo4rKMzS7 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vfo4rKMzS7 .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vfo4rKMzS7 .nav-wrapper {
  margin-bottom: 100px;
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .cid-vfo4rKMzS7 .nav-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-vfo4rKMzS7 .nav-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.cid-vfo4rKMzS7 .nav-wrapper .mbr-nav-title {
  padding: 0 12px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vfo4rKMzS7 .nav-wrapper .mbr-nav-title {
    margin-bottom: 24px;
  }
}
.cid-vfo4rKMzS7 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-vfo4rKMzS7 .nav-wrapper .list .item-wrap {
  position: relative;
  padding: 4px 32px 4px 12px;
  margin-bottom: 8px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vfo4rKMzS7 .nav-wrapper .list .item-wrap::before {
  content: '→';
  position: absolute;
  top: 4px;
  right: 12px;
  font-size: 22px;
  color: #ff6d99;
  transition: all .3s ease;
}
.cid-vfo4rKMzS7 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vfo4rKMzS7 .nav-wrapper .list .item-wrap:hover,
.cid-vfo4rKMzS7 .nav-wrapper .list .item-wrap:focus {
  background-color: #f4f6fa;
  color: #7b86a1;
}
.cid-vfo4rKMzS7 .nav-wrapper .list .item-wrap:hover::before,
.cid-vfo4rKMzS7 .nav-wrapper .list .item-wrap:focus::before {
  color: #7b86a1;
}
@media (max-width: 992px) {
  .cid-vfo4rKMzS7 .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vfo4rKMzS7 .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vfo4rKMzS7 .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #ff6d99;
  margin-right: 24px;
  box-shadow: 0 18px 32px -8px #ff6d99;
  border: 3px solid #ff7ca4;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vfo4rKMzS7 .social-wrapper .social-wrap .soc-item {
    margin-right: 12px;
  }
}
.cid-vfo4rKMzS7 .social-wrapper .social-wrap .soc-item:last-child {
  margin-right: 0;
}
.cid-vfo4rKMzS7 .social-wrapper .social-wrap .soc-item:hover,
.cid-vfo4rKMzS7 .social-wrapper .social-wrap .soc-item:hover {
  background-color: #a6adbf;
  border: 3px solid #afb5c5;
  box-shadow: 0 18px 32px -8px #a6adbf;
}
.cid-vfo4rKMzS7 .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont,
.cid-vfo4rKMzS7 .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont {
  color: #ffffff !important;
}
.cid-vfo4rKMzS7 .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-vfo4rKMzS7 .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-vfo4rKMzS7 .mbr-copy {
  padding-left: 240px;
  margin-bottom: 0;
  color: #666666;
  text-align: center;
}
@media (max-width: 1440px) {
  .cid-vfo4rKMzS7 .mbr-copy {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-vfo4rKMzS7 .mbr-copy {
    padding-left: 0;
  }
}
.cid-vfo4rKMzS7 .card {
  justify-content: center;
}
.cid-vfo4rKMzS7 .mbr-section-title {
  color: #111111;
}
.cid-vfo4rKMzS7 .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-vfo4rKMzS7 .mbr-text,
.cid-vfo4rKMzS7 .text-wrapper {
  color: #666666;
}
.cid-vfo4rKMzS7 .mbr-nav-title {
  color: #a6adbf;
}
.cid-vfo4rKMzS7 .list {
  color: #ff6d99;
}
.cid-vfo4rKMzS7 .mbr-section-title,
.cid-vfo4rKMzS7 .social-wrapper {
  text-align: center;
}
.cid-vfo4rKMzS7 .mbr-text,
.cid-vfo4rKMzS7 .text-wrapper,
.cid-vfo4rKMzS7 .mbr-section-btn {
  text-align: center;
}
.cid-vfo5SMbG8n {
  z-index: 1000;
  width: 100%;
}
.cid-vfo5SMbG8n nav.navbar {
  position: fixed;
}
.cid-vfo5SMbG8n .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfo5SMbG8n .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vfo5SMbG8n .dropdown-item {
  border: none !important;
  background: #111111 !important;
  font-weight: 600;
}
.cid-vfo5SMbG8n .dropdown-item:hover,
.cid-vfo5SMbG8n .dropdown-item:focus {
  background: #111111 !important;
  color: #ff6d99 !important;
}
.cid-vfo5SMbG8n .dropdown-item:hover span {
  color: white;
}
.cid-vfo5SMbG8n .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfo5SMbG8n .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfo5SMbG8n .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfo5SMbG8n .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfo5SMbG8n .nav-link {
  position: relative;
}
.cid-vfo5SMbG8n .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vfo5SMbG8n .container {
    flex-wrap: nowrap;
  }
}
.cid-vfo5SMbG8n .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-vfo5SMbG8n .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vfo5SMbG8n .dropdown-menu,
.cid-vfo5SMbG8n .navbar.opened {
  background: #111111 !important;
}
.cid-vfo5SMbG8n .nav-item:focus,
.cid-vfo5SMbG8n .nav-link:focus {
  outline: none;
}
.cid-vfo5SMbG8n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfo5SMbG8n .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vfo5SMbG8n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfo5SMbG8n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfo5SMbG8n .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfo5SMbG8n .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfo5SMbG8n .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(17, 17, 17, 0.7);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vfo5SMbG8n .navbar.opened {
  transition: all 0.3s;
}
.cid-vfo5SMbG8n .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vfo5SMbG8n .navbar .navbar-logo img {
  width: auto;
}
.cid-vfo5SMbG8n .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfo5SMbG8n .navbar.collapsed {
  justify-content: center;
}
.cid-vfo5SMbG8n .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfo5SMbG8n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfo5SMbG8n .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-vfo5SMbG8n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfo5SMbG8n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfo5SMbG8n .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vfo5SMbG8n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfo5SMbG8n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfo5SMbG8n .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfo5SMbG8n .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfo5SMbG8n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfo5SMbG8n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfo5SMbG8n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfo5SMbG8n .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vfo5SMbG8n .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfo5SMbG8n .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfo5SMbG8n .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vfo5SMbG8n .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vfo5SMbG8n .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfo5SMbG8n .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfo5SMbG8n .navbar.navbar-short {
  min-height: 96px;
}
.cid-vfo5SMbG8n .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vfo5SMbG8n .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;
}
.cid-vfo5SMbG8n .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-vfo5SMbG8n .navbar-brand .navbar-caption:hover,
.cid-vfo5SMbG8n .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-vfo5SMbG8n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfo5SMbG8n .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vfo5SMbG8n .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-vfo5SMbG8n .dropdown-item.active,
.cid-vfo5SMbG8n .dropdown-item:active {
  background-color: transparent;
}
.cid-vfo5SMbG8n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfo5SMbG8n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfo5SMbG8n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfo5SMbG8n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vfo5SMbG8n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vfo5SMbG8n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vfo5SMbG8n .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfo5SMbG8n ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vfo5SMbG8n ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vfo5SMbG8n .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vfo5SMbG8n .navbar-buttons {
    text-align: left;
  }
}
.cid-vfo5SMbG8n .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-vfo5SMbG8n .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vfo5SMbG8n 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: #111111 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfo5SMbG8n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-vfo5SMbG8n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vfo5SMbG8n button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfo5SMbG8n button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfo5SMbG8n button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vfo5SMbG8n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfo5SMbG8n nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfo5SMbG8n nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfo5SMbG8n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfo5SMbG8n .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vfo5SMbG8n a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfo5SMbG8n .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfo5SMbG8n .navbar {
    height: 70px;
  }
  .cid-vfo5SMbG8n .navbar.opened {
    height: auto;
  }
  .cid-vfo5SMbG8n .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfo5SMbG8n .navbar-nav {
  margin: 0 auto;
}
.cid-vfo5SMbG8n .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vfo5SMbG8n .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-vfo5SMbG8n .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vfo5SMbG8n .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-vfo5SMbG8n .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vfo5SMbG8n .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vfo5SMbG8n .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vfo5SMbG8n .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vfo5SMbG8n .navbar {
    justify-content: flex-start !important;
  }
  .cid-vfo5SMbG8n .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vfo5SMbG8n .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vfo5SMbG8n .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vfo5SMbG8n .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vfo5SMbG8n .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vfo5SMbG8n .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vfo5SMbG8n .content-wrap {
  min-height: 110px;
}
.cid-vfo5SNiLv4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-vfo5SNiLv4 {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-vfo5SNiLv4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfo5SNiLv4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfo5SNiLv4 .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vfo5SNiLv4 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vfo5SNiLv4 .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vfo5SNiLv4 .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vfo5SNiLv4 .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vfo5SNiLv4 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfo5SNiLv4 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vfo5SNiLv4 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vfo5SNiLv4 .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vfo5SNiLv4 .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-vfo5SNiLv4 .image-wrapper {
    padding-left: 0;
  }
}
.cid-vfo5SNiLv4 .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vfo5SNiLv4 .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-vfo5SNiLv4 .image-wrapper img {
    height: 350px;
  }
}
.cid-vfo5SNiLv4 .mbr-label {
  color: #a6adbf;
}
.cid-vfo5SNiLv4 .mbr-section-title {
  color: #111111;
}
.cid-vfo5SNiLv4 .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-vfo5SNiLv4 .mbr-text,
.cid-vfo5SNiLv4 .text-wrapper {
  color: #666666;
}
.cid-vge0EM7r7y {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #f4f4f4;
}
.cid-vge0EM7r7y .mbr-fallback-image.disabled {
  display: none;
}
.cid-vge0EM7r7y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vge0EM7r7y .row {
  margin: 0 -4px;
}
.cid-vge0EM7r7y .row .item {
  padding: 0 4px;
}
.cid-vge0EM7r7y .item {
  margin-top: 8px;
}
.cid-vge0EM7r7y .item:first-child {
  margin-top: 0;
}
.cid-vge0EM7r7y .item:nth-child(2) {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-vge0EM7r7y .item:nth-child(2) {
    margin-top: 8px;
  }
}
.cid-vge0EM7r7y .item .item-wrapper .item-img img {
  height: 800px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vge0EM7r7y .item .item-wrapper .item-img img {
    height: 600px;
  }
}
@media (max-width: 992px) {
  .cid-vge0EM7r7y .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vfo5SNDdPg {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vfo5SNDdPg .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vge0N7qMfa {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #f4f4f4;
}
.cid-vge0N7qMfa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vge0N7qMfa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vge0N7qMfa .row {
  margin: 0 -4px;
}
.cid-vge0N7qMfa .row .item {
  padding: 0 4px;
}
.cid-vge0N7qMfa .item {
  margin-top: 8px;
}
.cid-vge0N7qMfa .item:first-child {
  margin-top: 0;
}
.cid-vge0N7qMfa .item:nth-child(2) {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-vge0N7qMfa .item:nth-child(2) {
    margin-top: 8px;
  }
}
.cid-vge0N7qMfa .item .item-wrapper .item-img img {
  height: 800px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vge0N7qMfa .item .item-wrapper .item-img img {
    height: 600px;
  }
}
@media (max-width: 992px) {
  .cid-vge0N7qMfa .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vfo5SNOVGB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ff6d99;
  border-top: 8px solid #ff7ca4;
  border-bottom: 8px solid #ff7ca4;
}
@media (max-width: 992px) {
  .cid-vfo5SNOVGB {
    border-top: 4px solid #ff7ca4;
    border-bottom: 4px solid #ff7ca4;
  }
}
.cid-vfo5SNOVGB .item:focus,
.cid-vfo5SNOVGB span:focus {
  outline: none;
}
.cid-vfo5SNOVGB .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vfo5SNOVGB .content-head {
  max-width: 800px;
}
.cid-vfo5SNOVGB .item {
  color: #ffffff;
  min-height: 90px;
  padding: 10px 0;
  font-weight: 700;
}
@media (max-width: 768px) {
  .cid-vfo5SNOVGB .item {
    min-height: 45px;
  }
}
.cid-vfo5SO7FLI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfo5SO7FLI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfo5SO7FLI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfo5SO7FLI .card {
  justify-content: center;
}
.cid-vfo5SO7FLI .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vfo5SO7FLI .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-vfo5SO7FLI .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vfo5SO7FLI .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-vfo5SO7FLI .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfo5SO7FLI .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vfo5SO7FLI .content-wrapper .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vfo5SO7FLI .content-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vfo5SO7FLI .content-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-vfo5SO7FLI .content-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: #f4f6fa;
  padding: 15px 24px;
  box-shadow: none;
  border: 1px solid #e1e7f2 !important;
  margin-bottom: 16px;
}
.cid-vfo5SO7FLI .content-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #afb5c5;
}
.cid-vfo5SO7FLI .content-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vfo5SO7FLI .content-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #a6adbf !important;
}
.cid-vfo5SO7FLI .content-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 64px;
}
.cid-vfo5SO7FLI .content-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vfo5SO7FLI .content-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #afb5c5;
  border-color: #afb5c5;
}
.cid-vfo5SO7FLI .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-vfo5SO7FLI .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-vfo5SO7FLI .content-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vfo5SO7FLI .image-wrapper img {
  height: 680px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vfo5SO7FLI .image-wrapper img {
    height: 550px;
  }
}
@media (max-width: 992px) {
  .cid-vfo5SO7FLI .image-wrapper img {
    height: 350px;
  }
}
.cid-vfo5SO7FLI .mbr-label {
  color: #a6adbf;
}
.cid-vfo5SO7FLI .mbr-section-title {
  color: #111111;
}
.cid-vfo5SO7FLI .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-vfo5SOlgv2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfo5SOlgv2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfo5SOlgv2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfo5SOlgv2 .content-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vfo5SOlgv2 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vfo5SOlgv2 .content-wrapper .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vfo5SOlgv2 .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vfo5SOlgv2 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfo5SOlgv2 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vfo5SOlgv2 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vfo5SOlgv2 .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vfo5SOlgv2 .nav-wrapper {
  margin-bottom: 100px;
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .cid-vfo5SOlgv2 .nav-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-vfo5SOlgv2 .nav-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.cid-vfo5SOlgv2 .nav-wrapper .mbr-nav-title {
  padding: 0 12px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vfo5SOlgv2 .nav-wrapper .mbr-nav-title {
    margin-bottom: 24px;
  }
}
.cid-vfo5SOlgv2 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-vfo5SOlgv2 .nav-wrapper .list .item-wrap {
  position: relative;
  padding: 4px 32px 4px 12px;
  margin-bottom: 8px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vfo5SOlgv2 .nav-wrapper .list .item-wrap::before {
  content: '→';
  position: absolute;
  top: 4px;
  right: 12px;
  font-size: 22px;
  color: #ff6d99;
  transition: all .3s ease;
}
.cid-vfo5SOlgv2 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vfo5SOlgv2 .nav-wrapper .list .item-wrap:hover,
.cid-vfo5SOlgv2 .nav-wrapper .list .item-wrap:focus {
  background-color: #f4f6fa;
  color: #7b86a1;
}
.cid-vfo5SOlgv2 .nav-wrapper .list .item-wrap:hover::before,
.cid-vfo5SOlgv2 .nav-wrapper .list .item-wrap:focus::before {
  color: #7b86a1;
}
@media (max-width: 992px) {
  .cid-vfo5SOlgv2 .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vfo5SOlgv2 .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vfo5SOlgv2 .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #ff6d99;
  margin-right: 24px;
  box-shadow: 0 18px 32px -8px #ff6d99;
  border: 3px solid #ff7ca4;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vfo5SOlgv2 .social-wrapper .social-wrap .soc-item {
    margin-right: 12px;
  }
}
.cid-vfo5SOlgv2 .social-wrapper .social-wrap .soc-item:last-child {
  margin-right: 0;
}
.cid-vfo5SOlgv2 .social-wrapper .social-wrap .soc-item:hover,
.cid-vfo5SOlgv2 .social-wrapper .social-wrap .soc-item:hover {
  background-color: #a6adbf;
  border: 3px solid #afb5c5;
  box-shadow: 0 18px 32px -8px #a6adbf;
}
.cid-vfo5SOlgv2 .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont,
.cid-vfo5SOlgv2 .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont {
  color: #ffffff !important;
}
.cid-vfo5SOlgv2 .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-vfo5SOlgv2 .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-vfo5SOlgv2 .mbr-copy {
  padding-left: 240px;
  margin-bottom: 0;
  color: #666666;
  text-align: center;
}
@media (max-width: 1440px) {
  .cid-vfo5SOlgv2 .mbr-copy {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-vfo5SOlgv2 .mbr-copy {
    padding-left: 0;
  }
}
.cid-vfo5SOlgv2 .card {
  justify-content: center;
}
.cid-vfo5SOlgv2 .mbr-section-title {
  color: #111111;
}
.cid-vfo5SOlgv2 .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-vfo5SOlgv2 .mbr-text,
.cid-vfo5SOlgv2 .text-wrapper {
  color: #666666;
}
.cid-vfo5SOlgv2 .mbr-nav-title {
  color: #a6adbf;
}
.cid-vfo5SOlgv2 .list {
  color: #ff6d99;
}
.cid-vfo5SOlgv2 .mbr-section-title,
.cid-vfo5SOlgv2 .social-wrapper {
  text-align: center;
}
.cid-vfo5SOlgv2 .mbr-text,
.cid-vfo5SOlgv2 .text-wrapper,
.cid-vfo5SOlgv2 .mbr-section-btn {
  text-align: center;
}
.cid-vfo5706GDA {
  z-index: 1000;
  width: 100%;
}
.cid-vfo5706GDA nav.navbar {
  position: fixed;
}
.cid-vfo5706GDA .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfo5706GDA .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vfo5706GDA .dropdown-item {
  border: none !important;
  background: #111111 !important;
  font-weight: 600;
}
.cid-vfo5706GDA .dropdown-item:hover,
.cid-vfo5706GDA .dropdown-item:focus {
  background: #111111 !important;
  color: #ff6d99 !important;
}
.cid-vfo5706GDA .dropdown-item:hover span {
  color: white;
}
.cid-vfo5706GDA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfo5706GDA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfo5706GDA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfo5706GDA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfo5706GDA .nav-link {
  position: relative;
}
.cid-vfo5706GDA .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vfo5706GDA .container {
    flex-wrap: nowrap;
  }
}
.cid-vfo5706GDA .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-vfo5706GDA .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vfo5706GDA .dropdown-menu,
.cid-vfo5706GDA .navbar.opened {
  background: #111111 !important;
}
.cid-vfo5706GDA .nav-item:focus,
.cid-vfo5706GDA .nav-link:focus {
  outline: none;
}
.cid-vfo5706GDA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfo5706GDA .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vfo5706GDA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfo5706GDA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfo5706GDA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfo5706GDA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfo5706GDA .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(17, 17, 17, 0.7);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vfo5706GDA .navbar.opened {
  transition: all 0.3s;
}
.cid-vfo5706GDA .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vfo5706GDA .navbar .navbar-logo img {
  width: auto;
}
.cid-vfo5706GDA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfo5706GDA .navbar.collapsed {
  justify-content: center;
}
.cid-vfo5706GDA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfo5706GDA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfo5706GDA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-vfo5706GDA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfo5706GDA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfo5706GDA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vfo5706GDA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfo5706GDA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfo5706GDA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfo5706GDA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfo5706GDA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfo5706GDA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfo5706GDA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfo5706GDA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vfo5706GDA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfo5706GDA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfo5706GDA .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vfo5706GDA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vfo5706GDA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfo5706GDA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfo5706GDA .navbar.navbar-short {
  min-height: 96px;
}
.cid-vfo5706GDA .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vfo5706GDA .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;
}
.cid-vfo5706GDA .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-vfo5706GDA .navbar-brand .navbar-caption:hover,
.cid-vfo5706GDA .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-vfo5706GDA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfo5706GDA .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vfo5706GDA .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-vfo5706GDA .dropdown-item.active,
.cid-vfo5706GDA .dropdown-item:active {
  background-color: transparent;
}
.cid-vfo5706GDA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfo5706GDA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfo5706GDA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfo5706GDA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vfo5706GDA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vfo5706GDA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vfo5706GDA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfo5706GDA ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vfo5706GDA ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vfo5706GDA .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vfo5706GDA .navbar-buttons {
    text-align: left;
  }
}
.cid-vfo5706GDA .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-vfo5706GDA .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vfo5706GDA 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: #111111 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfo5706GDA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-vfo5706GDA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vfo5706GDA button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfo5706GDA button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfo5706GDA button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vfo5706GDA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfo5706GDA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfo5706GDA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfo5706GDA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfo5706GDA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vfo5706GDA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfo5706GDA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfo5706GDA .navbar {
    height: 70px;
  }
  .cid-vfo5706GDA .navbar.opened {
    height: auto;
  }
  .cid-vfo5706GDA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfo5706GDA .navbar-nav {
  margin: 0 auto;
}
.cid-vfo5706GDA .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vfo5706GDA .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-vfo5706GDA .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vfo5706GDA .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-vfo5706GDA .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vfo5706GDA .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vfo5706GDA .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vfo5706GDA .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vfo5706GDA .navbar {
    justify-content: flex-start !important;
  }
  .cid-vfo5706GDA .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vfo5706GDA .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vfo5706GDA .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vfo5706GDA .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vfo5706GDA .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vfo5706GDA .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vfo5706GDA .content-wrap {
  min-height: 110px;
}
.cid-vfo57171Ft {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-vfo57171Ft {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-vfo57171Ft .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfo57171Ft .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfo57171Ft .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vfo57171Ft .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vfo57171Ft .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vfo57171Ft .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vfo57171Ft .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vfo57171Ft .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfo57171Ft .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vfo57171Ft .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vfo57171Ft .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vfo57171Ft .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-vfo57171Ft .image-wrapper {
    padding-left: 0;
  }
}
.cid-vfo57171Ft .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vfo57171Ft .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-vfo57171Ft .image-wrapper img {
    height: 350px;
  }
}
.cid-vfo57171Ft .mbr-label {
  color: #a6adbf;
}
.cid-vfo57171Ft .mbr-section-title {
  color: #111111;
}
.cid-vfo57171Ft .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-vfo57171Ft .mbr-text,
.cid-vfo57171Ft .text-wrapper {
  color: #666666;
}
.cid-vfo571qW7G {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vfo571qW7G .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vfo571A9sb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ff6d99;
  border-top: 8px solid #ff7ca4;
  border-bottom: 8px solid #ff7ca4;
}
@media (max-width: 992px) {
  .cid-vfo571A9sb {
    border-top: 4px solid #ff7ca4;
    border-bottom: 4px solid #ff7ca4;
  }
}
.cid-vfo571A9sb .item:focus,
.cid-vfo571A9sb span:focus {
  outline: none;
}
.cid-vfo571A9sb .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vfo571A9sb .content-head {
  max-width: 800px;
}
.cid-vfo571A9sb .item {
  color: #ffffff;
  min-height: 90px;
  padding: 10px 0;
  font-weight: 700;
}
@media (max-width: 768px) {
  .cid-vfo571A9sb .item {
    min-height: 45px;
  }
}
.cid-vfo571LbI1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfo571LbI1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfo571LbI1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfo571LbI1 .card {
  justify-content: center;
}
.cid-vfo571LbI1 .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vfo571LbI1 .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-vfo571LbI1 .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vfo571LbI1 .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-vfo571LbI1 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfo571LbI1 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vfo571LbI1 .content-wrapper .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vfo571LbI1 .content-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vfo571LbI1 .content-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-vfo571LbI1 .content-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: #f4f6fa;
  padding: 15px 24px;
  box-shadow: none;
  border: 1px solid #e1e7f2 !important;
  margin-bottom: 16px;
}
.cid-vfo571LbI1 .content-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #afb5c5;
}
.cid-vfo571LbI1 .content-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vfo571LbI1 .content-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #a6adbf !important;
}
.cid-vfo571LbI1 .content-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 64px;
}
.cid-vfo571LbI1 .content-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vfo571LbI1 .content-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #afb5c5;
  border-color: #afb5c5;
}
.cid-vfo571LbI1 .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-vfo571LbI1 .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-vfo571LbI1 .content-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vfo571LbI1 .image-wrapper img {
  height: 680px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vfo571LbI1 .image-wrapper img {
    height: 550px;
  }
}
@media (max-width: 992px) {
  .cid-vfo571LbI1 .image-wrapper img {
    height: 350px;
  }
}
.cid-vfo571LbI1 .mbr-label {
  color: #a6adbf;
}
.cid-vfo571LbI1 .mbr-section-title {
  color: #111111;
}
.cid-vfo571LbI1 .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-vfo5720VBD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfo5720VBD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfo5720VBD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfo5720VBD .content-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vfo5720VBD .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vfo5720VBD .content-wrapper .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vfo5720VBD .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vfo5720VBD .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfo5720VBD .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vfo5720VBD .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vfo5720VBD .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vfo5720VBD .nav-wrapper {
  margin-bottom: 100px;
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .cid-vfo5720VBD .nav-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-vfo5720VBD .nav-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.cid-vfo5720VBD .nav-wrapper .mbr-nav-title {
  padding: 0 12px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vfo5720VBD .nav-wrapper .mbr-nav-title {
    margin-bottom: 24px;
  }
}
.cid-vfo5720VBD .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-vfo5720VBD .nav-wrapper .list .item-wrap {
  position: relative;
  padding: 4px 32px 4px 12px;
  margin-bottom: 8px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vfo5720VBD .nav-wrapper .list .item-wrap::before {
  content: '→';
  position: absolute;
  top: 4px;
  right: 12px;
  font-size: 22px;
  color: #ff6d99;
  transition: all .3s ease;
}
.cid-vfo5720VBD .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vfo5720VBD .nav-wrapper .list .item-wrap:hover,
.cid-vfo5720VBD .nav-wrapper .list .item-wrap:focus {
  background-color: #f4f6fa;
  color: #7b86a1;
}
.cid-vfo5720VBD .nav-wrapper .list .item-wrap:hover::before,
.cid-vfo5720VBD .nav-wrapper .list .item-wrap:focus::before {
  color: #7b86a1;
}
@media (max-width: 992px) {
  .cid-vfo5720VBD .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vfo5720VBD .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vfo5720VBD .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #ff6d99;
  margin-right: 24px;
  box-shadow: 0 18px 32px -8px #ff6d99;
  border: 3px solid #ff7ca4;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vfo5720VBD .social-wrapper .social-wrap .soc-item {
    margin-right: 12px;
  }
}
.cid-vfo5720VBD .social-wrapper .social-wrap .soc-item:last-child {
  margin-right: 0;
}
.cid-vfo5720VBD .social-wrapper .social-wrap .soc-item:hover,
.cid-vfo5720VBD .social-wrapper .social-wrap .soc-item:hover {
  background-color: #a6adbf;
  border: 3px solid #afb5c5;
  box-shadow: 0 18px 32px -8px #a6adbf;
}
.cid-vfo5720VBD .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont,
.cid-vfo5720VBD .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont {
  color: #ffffff !important;
}
.cid-vfo5720VBD .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-vfo5720VBD .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-vfo5720VBD .mbr-copy {
  padding-left: 240px;
  margin-bottom: 0;
  color: #666666;
  text-align: center;
}
@media (max-width: 1440px) {
  .cid-vfo5720VBD .mbr-copy {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-vfo5720VBD .mbr-copy {
    padding-left: 0;
  }
}
.cid-vfo5720VBD .card {
  justify-content: center;
}
.cid-vfo5720VBD .mbr-section-title {
  color: #111111;
}
.cid-vfo5720VBD .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-vfo5720VBD .mbr-text,
.cid-vfo5720VBD .text-wrapper {
  color: #666666;
}
.cid-vfo5720VBD .mbr-nav-title {
  color: #a6adbf;
}
.cid-vfo5720VBD .list {
  color: #ff6d99;
}
.cid-vfo5720VBD .mbr-section-title,
.cid-vfo5720VBD .social-wrapper {
  text-align: center;
}
.cid-vfo5720VBD .mbr-text,
.cid-vfo5720VBD .text-wrapper,
.cid-vfo5720VBD .mbr-section-btn {
  text-align: center;
}
.cid-vfo5o97Lp2 {
  z-index: 1000;
  width: 100%;
}
.cid-vfo5o97Lp2 nav.navbar {
  position: fixed;
}
.cid-vfo5o97Lp2 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfo5o97Lp2 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vfo5o97Lp2 .dropdown-item {
  border: none !important;
  background: #111111 !important;
  font-weight: 600;
}
.cid-vfo5o97Lp2 .dropdown-item:hover,
.cid-vfo5o97Lp2 .dropdown-item:focus {
  background: #111111 !important;
  color: #ff6d99 !important;
}
.cid-vfo5o97Lp2 .dropdown-item:hover span {
  color: white;
}
.cid-vfo5o97Lp2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfo5o97Lp2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfo5o97Lp2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfo5o97Lp2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfo5o97Lp2 .nav-link {
  position: relative;
}
.cid-vfo5o97Lp2 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vfo5o97Lp2 .container {
    flex-wrap: nowrap;
  }
}
.cid-vfo5o97Lp2 .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-vfo5o97Lp2 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vfo5o97Lp2 .dropdown-menu,
.cid-vfo5o97Lp2 .navbar.opened {
  background: #111111 !important;
}
.cid-vfo5o97Lp2 .nav-item:focus,
.cid-vfo5o97Lp2 .nav-link:focus {
  outline: none;
}
.cid-vfo5o97Lp2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfo5o97Lp2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vfo5o97Lp2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfo5o97Lp2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfo5o97Lp2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfo5o97Lp2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfo5o97Lp2 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(17, 17, 17, 0.7);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vfo5o97Lp2 .navbar.opened {
  transition: all 0.3s;
}
.cid-vfo5o97Lp2 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vfo5o97Lp2 .navbar .navbar-logo img {
  width: auto;
}
.cid-vfo5o97Lp2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfo5o97Lp2 .navbar.collapsed {
  justify-content: center;
}
.cid-vfo5o97Lp2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfo5o97Lp2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfo5o97Lp2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-vfo5o97Lp2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfo5o97Lp2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfo5o97Lp2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vfo5o97Lp2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfo5o97Lp2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfo5o97Lp2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfo5o97Lp2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfo5o97Lp2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfo5o97Lp2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfo5o97Lp2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfo5o97Lp2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vfo5o97Lp2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfo5o97Lp2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfo5o97Lp2 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vfo5o97Lp2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vfo5o97Lp2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfo5o97Lp2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfo5o97Lp2 .navbar.navbar-short {
  min-height: 96px;
}
.cid-vfo5o97Lp2 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vfo5o97Lp2 .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;
}
.cid-vfo5o97Lp2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-vfo5o97Lp2 .navbar-brand .navbar-caption:hover,
.cid-vfo5o97Lp2 .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-vfo5o97Lp2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfo5o97Lp2 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vfo5o97Lp2 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-vfo5o97Lp2 .dropdown-item.active,
.cid-vfo5o97Lp2 .dropdown-item:active {
  background-color: transparent;
}
.cid-vfo5o97Lp2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfo5o97Lp2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfo5o97Lp2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfo5o97Lp2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vfo5o97Lp2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vfo5o97Lp2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vfo5o97Lp2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfo5o97Lp2 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vfo5o97Lp2 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vfo5o97Lp2 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vfo5o97Lp2 .navbar-buttons {
    text-align: left;
  }
}
.cid-vfo5o97Lp2 .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-vfo5o97Lp2 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vfo5o97Lp2 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: #111111 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfo5o97Lp2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-vfo5o97Lp2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vfo5o97Lp2 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfo5o97Lp2 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfo5o97Lp2 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vfo5o97Lp2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfo5o97Lp2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfo5o97Lp2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfo5o97Lp2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfo5o97Lp2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vfo5o97Lp2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfo5o97Lp2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfo5o97Lp2 .navbar {
    height: 70px;
  }
  .cid-vfo5o97Lp2 .navbar.opened {
    height: auto;
  }
  .cid-vfo5o97Lp2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfo5o97Lp2 .navbar-nav {
  margin: 0 auto;
}
.cid-vfo5o97Lp2 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vfo5o97Lp2 .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-vfo5o97Lp2 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vfo5o97Lp2 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-vfo5o97Lp2 .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vfo5o97Lp2 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vfo5o97Lp2 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vfo5o97Lp2 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vfo5o97Lp2 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vfo5o97Lp2 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vfo5o97Lp2 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vfo5o97Lp2 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vfo5o97Lp2 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vfo5o97Lp2 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vfo5o97Lp2 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vfo5o97Lp2 .content-wrap {
  min-height: 110px;
}
.cid-vfo5o9NIQG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-vfo5o9NIQG {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-vfo5o9NIQG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfo5o9NIQG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfo5o9NIQG .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vfo5o9NIQG .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vfo5o9NIQG .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vfo5o9NIQG .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vfo5o9NIQG .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vfo5o9NIQG .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfo5o9NIQG .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vfo5o9NIQG .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vfo5o9NIQG .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vfo5o9NIQG .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-vfo5o9NIQG .image-wrapper {
    padding-left: 0;
  }
}
.cid-vfo5o9NIQG .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vfo5o9NIQG .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-vfo5o9NIQG .image-wrapper img {
    height: 350px;
  }
}
.cid-vfo5o9NIQG .mbr-label {
  color: #a6adbf;
}
.cid-vfo5o9NIQG .mbr-section-title {
  color: #111111;
}
.cid-vfo5o9NIQG .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-vfo5o9NIQG .mbr-text,
.cid-vfo5o9NIQG .text-wrapper {
  color: #666666;
}
.cid-vfo5oa4aRC {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vfo5oa4aRC .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vfo5oafQ9w {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ff6d99;
  border-top: 8px solid #ff7ca4;
  border-bottom: 8px solid #ff7ca4;
}
@media (max-width: 992px) {
  .cid-vfo5oafQ9w {
    border-top: 4px solid #ff7ca4;
    border-bottom: 4px solid #ff7ca4;
  }
}
.cid-vfo5oafQ9w .item:focus,
.cid-vfo5oafQ9w span:focus {
  outline: none;
}
.cid-vfo5oafQ9w .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vfo5oafQ9w .content-head {
  max-width: 800px;
}
.cid-vfo5oafQ9w .item {
  color: #ffffff;
  min-height: 90px;
  padding: 10px 0;
  font-weight: 700;
}
@media (max-width: 768px) {
  .cid-vfo5oafQ9w .item {
    min-height: 45px;
  }
}
.cid-vfo5oatvXR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfo5oatvXR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfo5oatvXR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfo5oatvXR .card {
  justify-content: center;
}
.cid-vfo5oatvXR .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vfo5oatvXR .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-vfo5oatvXR .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vfo5oatvXR .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-vfo5oatvXR .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfo5oatvXR .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vfo5oatvXR .content-wrapper .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vfo5oatvXR .content-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vfo5oatvXR .content-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-vfo5oatvXR .content-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: #f4f6fa;
  padding: 15px 24px;
  box-shadow: none;
  border: 1px solid #e1e7f2 !important;
  margin-bottom: 16px;
}
.cid-vfo5oatvXR .content-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #afb5c5;
}
.cid-vfo5oatvXR .content-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vfo5oatvXR .content-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #a6adbf !important;
}
.cid-vfo5oatvXR .content-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 64px;
}
.cid-vfo5oatvXR .content-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vfo5oatvXR .content-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #afb5c5;
  border-color: #afb5c5;
}
.cid-vfo5oatvXR .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-vfo5oatvXR .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-vfo5oatvXR .content-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vfo5oatvXR .image-wrapper img {
  height: 680px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vfo5oatvXR .image-wrapper img {
    height: 550px;
  }
}
@media (max-width: 992px) {
  .cid-vfo5oatvXR .image-wrapper img {
    height: 350px;
  }
}
.cid-vfo5oatvXR .mbr-label {
  color: #a6adbf;
}
.cid-vfo5oatvXR .mbr-section-title {
  color: #111111;
}
.cid-vfo5oatvXR .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-vfo5oaGjVo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfo5oaGjVo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfo5oaGjVo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfo5oaGjVo .content-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vfo5oaGjVo .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vfo5oaGjVo .content-wrapper .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vfo5oaGjVo .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vfo5oaGjVo .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfo5oaGjVo .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vfo5oaGjVo .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vfo5oaGjVo .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vfo5oaGjVo .nav-wrapper {
  margin-bottom: 100px;
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .cid-vfo5oaGjVo .nav-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-vfo5oaGjVo .nav-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.cid-vfo5oaGjVo .nav-wrapper .mbr-nav-title {
  padding: 0 12px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vfo5oaGjVo .nav-wrapper .mbr-nav-title {
    margin-bottom: 24px;
  }
}
.cid-vfo5oaGjVo .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-vfo5oaGjVo .nav-wrapper .list .item-wrap {
  position: relative;
  padding: 4px 32px 4px 12px;
  margin-bottom: 8px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vfo5oaGjVo .nav-wrapper .list .item-wrap::before {
  content: '→';
  position: absolute;
  top: 4px;
  right: 12px;
  font-size: 22px;
  color: #ff6d99;
  transition: all .3s ease;
}
.cid-vfo5oaGjVo .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vfo5oaGjVo .nav-wrapper .list .item-wrap:hover,
.cid-vfo5oaGjVo .nav-wrapper .list .item-wrap:focus {
  background-color: #f4f6fa;
  color: #7b86a1;
}
.cid-vfo5oaGjVo .nav-wrapper .list .item-wrap:hover::before,
.cid-vfo5oaGjVo .nav-wrapper .list .item-wrap:focus::before {
  color: #7b86a1;
}
@media (max-width: 992px) {
  .cid-vfo5oaGjVo .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vfo5oaGjVo .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vfo5oaGjVo .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #ff6d99;
  margin-right: 24px;
  box-shadow: 0 18px 32px -8px #ff6d99;
  border: 3px solid #ff7ca4;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vfo5oaGjVo .social-wrapper .social-wrap .soc-item {
    margin-right: 12px;
  }
}
.cid-vfo5oaGjVo .social-wrapper .social-wrap .soc-item:last-child {
  margin-right: 0;
}
.cid-vfo5oaGjVo .social-wrapper .social-wrap .soc-item:hover,
.cid-vfo5oaGjVo .social-wrapper .social-wrap .soc-item:hover {
  background-color: #a6adbf;
  border: 3px solid #afb5c5;
  box-shadow: 0 18px 32px -8px #a6adbf;
}
.cid-vfo5oaGjVo .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont,
.cid-vfo5oaGjVo .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont {
  color: #ffffff !important;
}
.cid-vfo5oaGjVo .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-vfo5oaGjVo .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-vfo5oaGjVo .mbr-copy {
  padding-left: 240px;
  margin-bottom: 0;
  color: #666666;
  text-align: center;
}
@media (max-width: 1440px) {
  .cid-vfo5oaGjVo .mbr-copy {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-vfo5oaGjVo .mbr-copy {
    padding-left: 0;
  }
}
.cid-vfo5oaGjVo .card {
  justify-content: center;
}
.cid-vfo5oaGjVo .mbr-section-title {
  color: #111111;
}
.cid-vfo5oaGjVo .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-vfo5oaGjVo .mbr-text,
.cid-vfo5oaGjVo .text-wrapper {
  color: #666666;
}
.cid-vfo5oaGjVo .mbr-nav-title {
  color: #a6adbf;
}
.cid-vfo5oaGjVo .list {
  color: #ff6d99;
}
.cid-vfo5oaGjVo .mbr-section-title,
.cid-vfo5oaGjVo .social-wrapper {
  text-align: center;
}
.cid-vfo5oaGjVo .mbr-text,
.cid-vfo5oaGjVo .text-wrapper,
.cid-vfo5oaGjVo .mbr-section-btn {
  text-align: center;
}
.cid-vfo6qTDDTh {
  z-index: 1000;
  width: 100%;
}
.cid-vfo6qTDDTh nav.navbar {
  position: fixed;
}
.cid-vfo6qTDDTh .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfo6qTDDTh .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vfo6qTDDTh .dropdown-item {
  border: none !important;
  background: #111111 !important;
  font-weight: 600;
}
.cid-vfo6qTDDTh .dropdown-item:hover,
.cid-vfo6qTDDTh .dropdown-item:focus {
  background: #111111 !important;
  color: #ff6d99 !important;
}
.cid-vfo6qTDDTh .dropdown-item:hover span {
  color: white;
}
.cid-vfo6qTDDTh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vfo6qTDDTh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vfo6qTDDTh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vfo6qTDDTh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vfo6qTDDTh .nav-link {
  position: relative;
}
.cid-vfo6qTDDTh .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vfo6qTDDTh .container {
    flex-wrap: nowrap;
  }
}
.cid-vfo6qTDDTh .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-vfo6qTDDTh .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vfo6qTDDTh .dropdown-menu,
.cid-vfo6qTDDTh .navbar.opened {
  background: #111111 !important;
}
.cid-vfo6qTDDTh .nav-item:focus,
.cid-vfo6qTDDTh .nav-link:focus {
  outline: none;
}
.cid-vfo6qTDDTh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vfo6qTDDTh .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vfo6qTDDTh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vfo6qTDDTh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vfo6qTDDTh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfo6qTDDTh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfo6qTDDTh .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(17, 17, 17, 0.7);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vfo6qTDDTh .navbar.opened {
  transition: all 0.3s;
}
.cid-vfo6qTDDTh .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vfo6qTDDTh .navbar .navbar-logo img {
  width: auto;
}
.cid-vfo6qTDDTh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vfo6qTDDTh .navbar.collapsed {
  justify-content: center;
}
.cid-vfo6qTDDTh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfo6qTDDTh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfo6qTDDTh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-vfo6qTDDTh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vfo6qTDDTh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vfo6qTDDTh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vfo6qTDDTh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vfo6qTDDTh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vfo6qTDDTh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vfo6qTDDTh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfo6qTDDTh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vfo6qTDDTh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfo6qTDDTh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vfo6qTDDTh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vfo6qTDDTh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vfo6qTDDTh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfo6qTDDTh .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vfo6qTDDTh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vfo6qTDDTh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vfo6qTDDTh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vfo6qTDDTh .navbar.navbar-short {
  min-height: 96px;
}
.cid-vfo6qTDDTh .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vfo6qTDDTh .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;
}
.cid-vfo6qTDDTh .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-vfo6qTDDTh .navbar-brand .navbar-caption:hover,
.cid-vfo6qTDDTh .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-vfo6qTDDTh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfo6qTDDTh .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vfo6qTDDTh .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-vfo6qTDDTh .dropdown-item.active,
.cid-vfo6qTDDTh .dropdown-item:active {
  background-color: transparent;
}
.cid-vfo6qTDDTh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vfo6qTDDTh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vfo6qTDDTh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vfo6qTDDTh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vfo6qTDDTh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vfo6qTDDTh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vfo6qTDDTh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfo6qTDDTh ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vfo6qTDDTh ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vfo6qTDDTh .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vfo6qTDDTh .navbar-buttons {
    text-align: left;
  }
}
.cid-vfo6qTDDTh .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-vfo6qTDDTh .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vfo6qTDDTh 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: #111111 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vfo6qTDDTh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-vfo6qTDDTh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vfo6qTDDTh button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfo6qTDDTh button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vfo6qTDDTh button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vfo6qTDDTh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfo6qTDDTh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfo6qTDDTh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfo6qTDDTh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfo6qTDDTh .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vfo6qTDDTh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vfo6qTDDTh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfo6qTDDTh .navbar {
    height: 70px;
  }
  .cid-vfo6qTDDTh .navbar.opened {
    height: auto;
  }
  .cid-vfo6qTDDTh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfo6qTDDTh .navbar-nav {
  margin: 0 auto;
}
.cid-vfo6qTDDTh .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vfo6qTDDTh .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-vfo6qTDDTh .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vfo6qTDDTh .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-vfo6qTDDTh .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vfo6qTDDTh .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vfo6qTDDTh .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vfo6qTDDTh .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vfo6qTDDTh .navbar {
    justify-content: flex-start !important;
  }
  .cid-vfo6qTDDTh .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vfo6qTDDTh .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vfo6qTDDTh .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vfo6qTDDTh .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vfo6qTDDTh .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vfo6qTDDTh .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vfo6qTDDTh .content-wrap {
  min-height: 110px;
}
.cid-vfo6qUMusA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-vfo6qUMusA {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-vfo6qUMusA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfo6qUMusA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfo6qUMusA .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vfo6qUMusA .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vfo6qUMusA .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vfo6qUMusA .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vfo6qUMusA .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vfo6qUMusA .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfo6qUMusA .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vfo6qUMusA .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vfo6qUMusA .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vfo6qUMusA .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-vfo6qUMusA .image-wrapper {
    padding-left: 0;
  }
}
.cid-vfo6qUMusA .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vfo6qUMusA .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-vfo6qUMusA .image-wrapper img {
    height: 350px;
  }
}
.cid-vfo6qUMusA .mbr-label {
  color: #a6adbf;
}
.cid-vfo6qUMusA .mbr-section-title {
  color: #111111;
}
.cid-vfo6qUMusA .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-vfo6qUMusA .mbr-text,
.cid-vfo6qUMusA .text-wrapper {
  color: #666666;
}
.cid-vge1MEJiCa {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #f4f4f4;
}
.cid-vge1MEJiCa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vge1MEJiCa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vge1MEJiCa .row {
  margin: 0 -4px;
}
.cid-vge1MEJiCa .row .item {
  padding: 0 4px;
}
.cid-vge1MEJiCa .item {
  margin-top: 8px;
}
.cid-vge1MEJiCa .item:first-child {
  margin-top: 0;
}
.cid-vge1MEJiCa .item:nth-child(2) {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-vge1MEJiCa .item:nth-child(2) {
    margin-top: 8px;
  }
}
.cid-vge1MEJiCa .item .item-wrapper .item-img img {
  height: 800px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vge1MEJiCa .item .item-wrapper .item-img img {
    height: 600px;
  }
}
@media (max-width: 992px) {
  .cid-vge1MEJiCa .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vfo6qV7LXi {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vfo6qV7LXi .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vge1UyFpPY {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #f4f4f4;
}
.cid-vge1UyFpPY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vge1UyFpPY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vge1UyFpPY .row {
  margin: 0 -4px;
}
.cid-vge1UyFpPY .row .item {
  padding: 0 4px;
}
.cid-vge1UyFpPY .item {
  margin-top: 8px;
}
.cid-vge1UyFpPY .item:first-child {
  margin-top: 0;
}
.cid-vge1UyFpPY .item:nth-child(2) {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-vge1UyFpPY .item:nth-child(2) {
    margin-top: 8px;
  }
}
.cid-vge1UyFpPY .item .item-wrapper .item-img img {
  height: 800px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vge1UyFpPY .item .item-wrapper .item-img img {
    height: 600px;
  }
}
@media (max-width: 992px) {
  .cid-vge1UyFpPY .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vfo6qVhCAa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ff6d99;
  border-top: 8px solid #ff7ca4;
  border-bottom: 8px solid #ff7ca4;
}
@media (max-width: 992px) {
  .cid-vfo6qVhCAa {
    border-top: 4px solid #ff7ca4;
    border-bottom: 4px solid #ff7ca4;
  }
}
.cid-vfo6qVhCAa .item:focus,
.cid-vfo6qVhCAa span:focus {
  outline: none;
}
.cid-vfo6qVhCAa .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vfo6qVhCAa .content-head {
  max-width: 800px;
}
.cid-vfo6qVhCAa .item {
  color: #ffffff;
  min-height: 90px;
  padding: 10px 0;
  font-weight: 700;
}
@media (max-width: 768px) {
  .cid-vfo6qVhCAa .item {
    min-height: 45px;
  }
}
.cid-vfo6qVr7d6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfo6qVr7d6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfo6qVr7d6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfo6qVr7d6 .card {
  justify-content: center;
}
.cid-vfo6qVr7d6 .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vfo6qVr7d6 .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-vfo6qVr7d6 .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vfo6qVr7d6 .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-vfo6qVr7d6 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfo6qVr7d6 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vfo6qVr7d6 .content-wrapper .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vfo6qVr7d6 .content-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vfo6qVr7d6 .content-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-vfo6qVr7d6 .content-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: #f4f6fa;
  padding: 15px 24px;
  box-shadow: none;
  border: 1px solid #e1e7f2 !important;
  margin-bottom: 16px;
}
.cid-vfo6qVr7d6 .content-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #afb5c5;
}
.cid-vfo6qVr7d6 .content-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vfo6qVr7d6 .content-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #a6adbf !important;
}
.cid-vfo6qVr7d6 .content-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 64px;
}
.cid-vfo6qVr7d6 .content-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vfo6qVr7d6 .content-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #afb5c5;
  border-color: #afb5c5;
}
.cid-vfo6qVr7d6 .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-vfo6qVr7d6 .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-vfo6qVr7d6 .content-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vfo6qVr7d6 .image-wrapper img {
  height: 680px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vfo6qVr7d6 .image-wrapper img {
    height: 550px;
  }
}
@media (max-width: 992px) {
  .cid-vfo6qVr7d6 .image-wrapper img {
    height: 350px;
  }
}
.cid-vfo6qVr7d6 .mbr-label {
  color: #a6adbf;
}
.cid-vfo6qVr7d6 .mbr-section-title {
  color: #111111;
}
.cid-vfo6qVr7d6 .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-vfo6qVHjyU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfo6qVHjyU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfo6qVHjyU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfo6qVHjyU .content-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vfo6qVHjyU .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vfo6qVHjyU .content-wrapper .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vfo6qVHjyU .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vfo6qVHjyU .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfo6qVHjyU .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vfo6qVHjyU .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vfo6qVHjyU .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vfo6qVHjyU .nav-wrapper {
  margin-bottom: 100px;
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .cid-vfo6qVHjyU .nav-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-vfo6qVHjyU .nav-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.cid-vfo6qVHjyU .nav-wrapper .mbr-nav-title {
  padding: 0 12px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vfo6qVHjyU .nav-wrapper .mbr-nav-title {
    margin-bottom: 24px;
  }
}
.cid-vfo6qVHjyU .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-vfo6qVHjyU .nav-wrapper .list .item-wrap {
  position: relative;
  padding: 4px 32px 4px 12px;
  margin-bottom: 8px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vfo6qVHjyU .nav-wrapper .list .item-wrap::before {
  content: '→';
  position: absolute;
  top: 4px;
  right: 12px;
  font-size: 22px;
  color: #ff6d99;
  transition: all .3s ease;
}
.cid-vfo6qVHjyU .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vfo6qVHjyU .nav-wrapper .list .item-wrap:hover,
.cid-vfo6qVHjyU .nav-wrapper .list .item-wrap:focus {
  background-color: #f4f6fa;
  color: #7b86a1;
}
.cid-vfo6qVHjyU .nav-wrapper .list .item-wrap:hover::before,
.cid-vfo6qVHjyU .nav-wrapper .list .item-wrap:focus::before {
  color: #7b86a1;
}
@media (max-width: 992px) {
  .cid-vfo6qVHjyU .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vfo6qVHjyU .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vfo6qVHjyU .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #ff6d99;
  margin-right: 24px;
  box-shadow: 0 18px 32px -8px #ff6d99;
  border: 3px solid #ff7ca4;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vfo6qVHjyU .social-wrapper .social-wrap .soc-item {
    margin-right: 12px;
  }
}
.cid-vfo6qVHjyU .social-wrapper .social-wrap .soc-item:last-child {
  margin-right: 0;
}
.cid-vfo6qVHjyU .social-wrapper .social-wrap .soc-item:hover,
.cid-vfo6qVHjyU .social-wrapper .social-wrap .soc-item:hover {
  background-color: #a6adbf;
  border: 3px solid #afb5c5;
  box-shadow: 0 18px 32px -8px #a6adbf;
}
.cid-vfo6qVHjyU .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont,
.cid-vfo6qVHjyU .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont {
  color: #ffffff !important;
}
.cid-vfo6qVHjyU .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-vfo6qVHjyU .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-vfo6qVHjyU .mbr-copy {
  padding-left: 240px;
  margin-bottom: 0;
  color: #666666;
  text-align: center;
}
@media (max-width: 1440px) {
  .cid-vfo6qVHjyU .mbr-copy {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-vfo6qVHjyU .mbr-copy {
    padding-left: 0;
  }
}
.cid-vfo6qVHjyU .card {
  justify-content: center;
}
.cid-vfo6qVHjyU .mbr-section-title {
  color: #111111;
}
.cid-vfo6qVHjyU .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-vfo6qVHjyU .mbr-text,
.cid-vfo6qVHjyU .text-wrapper {
  color: #666666;
}
.cid-vfo6qVHjyU .mbr-nav-title {
  color: #a6adbf;
}
.cid-vfo6qVHjyU .list {
  color: #ff6d99;
}
.cid-vfo6qVHjyU .mbr-section-title,
.cid-vfo6qVHjyU .social-wrapper {
  text-align: center;
}
.cid-vfo6qVHjyU .mbr-text,
.cid-vfo6qVHjyU .text-wrapper,
.cid-vfo6qVHjyU .mbr-section-btn {
  text-align: center;
}
