.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: #36fdd3 !important;
}
.bg-success {
  background-color: #38fae6 !important;
}
.bg-info {
  background-color: #f4f6fa !important;
}
.bg-warning {
  background-color: #36fdd3 !important;
}
.bg-danger {
  background-color: #36fdd3 !important;
}
.btn-primary {
  box-shadow: 0px 32px 32px -10px #82fee4 !important;
}
.btn-primary .mbr-iconfont {
  color: #36fdd3 !important;
}
.btn-primary .mbr-iconfont::after {
  background-color: #000101 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #36fdd3 !important;
  border-color: #45fdd6 !important;
  color: #000101 !important;
  box-shadow: 0px 32px 32px -10px #82fee4 important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #36fdd3 !important;
  border-color: #45fdd6 !important;
  box-shadow: 0px 32px 32px -10px #9bfee9 important;
}
.btn-primary:hover .mbr-iconfont,
.btn-primary:focus .mbr-iconfont,
.btn-primary.focus .mbr-iconfont,
.btn-primary.active .mbr-iconfont {
  color: #36fdd3 !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: #000101 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #000101 !important;
  background-color: #68fede !important;
  border-color: #68fede !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 #83fcef !important;
}
.btn-success .mbr-iconfont {
  color: #38fae6 !important;
}
.btn-success .mbr-iconfont::after {
  background-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #38fae6 !important;
  border-color: #47fae8 !important;
  color: #000000 !important;
  box-shadow: 0px 32px 32px -10px #83fcef important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #38fae6 !important;
  border-color: #47fae8 !important;
  box-shadow: 0px 32px 32px -10px #9cfcf3 important;
}
.btn-success:hover .mbr-iconfont,
.btn-success:focus .mbr-iconfont,
.btn-success.focus .mbr-iconfont,
.btn-success.active .mbr-iconfont {
  color: #38fae6 !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: #000000 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #6afbec !important;
  border-color: #6afbec !important;
}
.btn-warning {
  box-shadow: 0px 32px 32px -10px #82fee4 !important;
}
.btn-warning .mbr-iconfont {
  color: #36fdd3 !important;
}
.btn-warning .mbr-iconfont::after {
  background-color: #000101 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #36fdd3 !important;
  border-color: #45fdd6 !important;
  color: #000101 !important;
  box-shadow: 0px 32px 32px -10px #82fee4 important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #36fdd3 !important;
  border-color: #45fdd6 !important;
  box-shadow: 0px 32px 32px -10px #9bfee9 important;
}
.btn-warning:hover .mbr-iconfont,
.btn-warning:focus .mbr-iconfont,
.btn-warning.focus .mbr-iconfont,
.btn-warning.active .mbr-iconfont {
  color: #36fdd3 !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: #000101 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000101 !important;
  background-color: #68fede !important;
  border-color: #68fede !important;
}
.btn-danger {
  box-shadow: 0px 32px 32px -10px #82fee4 !important;
}
.btn-danger .mbr-iconfont {
  color: #36fdd3 !important;
}
.btn-danger .mbr-iconfont::after {
  background-color: #000101 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #36fdd3 !important;
  border-color: #45fdd6 !important;
  color: #000101 !important;
  box-shadow: 0px 32px 32px -10px #82fee4 important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #36fdd3 !important;
  border-color: #45fdd6 !important;
  box-shadow: 0px 32px 32px -10px #9bfee9 important;
}
.btn-danger:hover .mbr-iconfont,
.btn-danger:focus .mbr-iconfont,
.btn-danger.focus .mbr-iconfont,
.btn-danger.active .mbr-iconfont {
  color: #36fdd3 !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: #000101 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #000101 !important;
  background-color: #68fede !important;
  border-color: #68fede !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: #36fdd3 !important;
}
.btn-primary-outline .mbr-iconfont::after {
  border: 2px solid #36fdd3 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #36fdd3;
  color: #36fdd3;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #02daad !important;
  background-color: transparent !important;
  border-color: #02daad !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: #02daad !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 #02daad !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #013329 !important;
  background-color: #36fdd3 !important;
  border-color: #36fdd3 !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: #38fae6 !important;
}
.btn-success-outline .mbr-iconfont::after {
  border: 2px solid #38fae6 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #38fae6;
  color: #38fae6;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #05d6c0 !important;
  background-color: transparent !important;
  border-color: #05d6c0 !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: #05d6c0 !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 #05d6c0 !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #01322d !important;
  background-color: #38fae6 !important;
  border-color: #38fae6 !important;
}
.btn-warning-outline .mbr-iconfont {
  color: #36fdd3 !important;
}
.btn-warning-outline .mbr-iconfont::after {
  border: 2px solid #36fdd3 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #36fdd3;
  color: #36fdd3;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #02daad !important;
  background-color: transparent !important;
  border-color: #02daad !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: #02daad !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 #02daad !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #013329 !important;
  background-color: #36fdd3 !important;
  border-color: #36fdd3 !important;
}
.btn-danger-outline .mbr-iconfont {
  color: #36fdd3 !important;
}
.btn-danger-outline .mbr-iconfont::after {
  border: 2px solid #36fdd3 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #36fdd3;
  color: #36fdd3;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #02daad !important;
  background-color: transparent !important;
  border-color: #02daad !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: #02daad !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 #02daad !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #013329 !important;
  background-color: #36fdd3 !important;
  border-color: #36fdd3 !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: #36fdd3 !important;
}
.text-secondary {
  color: #a6adbf !important;
}
.text-success {
  color: #38fae6 !important;
}
.text-info {
  color: #f4f6fa !important;
}
.text-warning {
  color: #36fdd3 !important;
}
.text-danger {
  color: #36fdd3 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #111111 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #02cba1 !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: #05c7b3 !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: #02cba1 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #02cba1 !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: #36fdd3;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f4f6fa;
}
.alert-warning {
  background-color: #36fdd3;
}
.alert-danger {
  background-color: #36fdd3;
}
.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: #36fdd3;
  border-color: #36fdd3;
  color: #014d3d;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #36fdd3;
}
.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: #ffffff;
}
/* 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: #36fdd3 !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: #36fdd3;
}
/* 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: #36fdd3;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #36fdd3;
}
.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: #36fdd3;
  border-bottom-color: #36fdd3;
}
.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: #36fdd3 !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='%2336fdd3' %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: #000101;
}
.mbr-section-btn .btn-white .mbr-iconfont::after {
  background-color: #36fdd3 !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-uVaoPx0eej .navbar-dropdown {
  position: relative !important;
}
.cid-uVaoPx0eej .navbar-dropdown {
  position: absolute !important;
}
.cid-uVaoPx0eej .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-uVaoPx0eej .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uVaoPx0eej .dropdown-item {
  border: none !important;
  background: #454545 !important;
  font-weight: 600;
}
.cid-uVaoPx0eej .dropdown-item:hover,
.cid-uVaoPx0eej .dropdown-item:focus {
  background: #454545 !important;
  color: #38fae6 !important;
}
.cid-uVaoPx0eej .dropdown-item:hover span {
  color: white;
}
.cid-uVaoPx0eej .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVaoPx0eej .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVaoPx0eej .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVaoPx0eej .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVaoPx0eej .nav-link {
  position: relative;
}
.cid-uVaoPx0eej .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uVaoPx0eej .container {
    flex-wrap: nowrap;
  }
}
.cid-uVaoPx0eej .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uVaoPx0eej .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uVaoPx0eej .dropdown-menu,
.cid-uVaoPx0eej .navbar.opened {
  background: #454545 !important;
}
.cid-uVaoPx0eej .nav-item:focus,
.cid-uVaoPx0eej .nav-link:focus {
  outline: none;
}
.cid-uVaoPx0eej .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVaoPx0eej .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uVaoPx0eej .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVaoPx0eej .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVaoPx0eej .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVaoPx0eej .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVaoPx0eej .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(69, 69, 69, 0.7);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uVaoPx0eej .navbar.opened {
  transition: all 0.3s;
}
.cid-uVaoPx0eej .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uVaoPx0eej .navbar .navbar-logo img {
  width: auto;
}
.cid-uVaoPx0eej .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVaoPx0eej .navbar.collapsed {
  justify-content: center;
}
.cid-uVaoPx0eej .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVaoPx0eej .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVaoPx0eej .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uVaoPx0eej .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVaoPx0eej .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVaoPx0eej .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-uVaoPx0eej .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVaoPx0eej .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVaoPx0eej .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVaoPx0eej .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVaoPx0eej .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVaoPx0eej .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVaoPx0eej .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVaoPx0eej .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-uVaoPx0eej .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVaoPx0eej .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVaoPx0eej .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uVaoPx0eej .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uVaoPx0eej .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVaoPx0eej .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVaoPx0eej .navbar.navbar-short {
  min-height: 96px;
}
.cid-uVaoPx0eej .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uVaoPx0eej .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-uVaoPx0eej .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uVaoPx0eej .navbar-brand .navbar-caption:hover,
.cid-uVaoPx0eej .navbar-brand .navbar-caption:focus {
  color: #38fae6 !important;
}
.cid-uVaoPx0eej .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVaoPx0eej .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uVaoPx0eej .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #38fae6 !important;
}
.cid-uVaoPx0eej .dropdown-item.active,
.cid-uVaoPx0eej .dropdown-item:active {
  background-color: transparent;
}
.cid-uVaoPx0eej .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVaoPx0eej .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVaoPx0eej .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVaoPx0eej .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #454545;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uVaoPx0eej .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uVaoPx0eej .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uVaoPx0eej .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVaoPx0eej ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uVaoPx0eej ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uVaoPx0eej .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uVaoPx0eej .navbar-buttons {
    text-align: left;
  }
}
.cid-uVaoPx0eej .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-uVaoPx0eej .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uVaoPx0eej 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: #454545 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uVaoPx0eej button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #36fdd3;
}
.cid-uVaoPx0eej button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uVaoPx0eej button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uVaoPx0eej button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uVaoPx0eej button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uVaoPx0eej nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVaoPx0eej nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVaoPx0eej nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVaoPx0eej nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVaoPx0eej .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uVaoPx0eej a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVaoPx0eej .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-uVaoPx0eej .navbar {
    height: 70px;
  }
  .cid-uVaoPx0eej .navbar.opened {
    height: auto;
  }
  .cid-uVaoPx0eej .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVaoPx0eej .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uVaoPx0eej .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uVaoPx0eej .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-uVaoPx0eej .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uVaoPx0eej .nav-item .nav-link:hover {
  background-color: transparent;
  color: #38fae6 !important;
}
.cid-uVaoPx0eej .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uVaoPx0eej .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uVaoPx0eej .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uVaoPx0eej .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uVaoPx0eej .navbar {
    justify-content: flex-start !important;
  }
  .cid-uVaoPx0eej .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uVaoPx0eej .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uVaoPx0eej .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uVaoPx0eej .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uVaoPx0eej .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uVaoPx0eej .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uVaoPx0eej .content-wrap {
  min-height: 110px;
}
.cid-uVaoQgJwXI {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/17707-1500x1000.jpg");
}
.cid-uVaoQgJwXI::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uVaoQgJwXI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVaoQgJwXI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVaoQgJwXI .card {
  justify-content: flex-end;
}
.cid-uVaoQgJwXI .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uVaoQgJwXI .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uVaoQgJwXI .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVaoQgJwXI .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uVaoQgJwXI .mbr-label {
  color: #ffffff;
}
.cid-uVaoQgJwXI .mbr-section-title {
  color: #ffffff;
}
.cid-uVaoQgJwXI .mbr-text {
  color: #ffffff;
}
.cid-uVaoW3aZj8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVaoW3aZj8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVaoW3aZj8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVaoW3aZj8 .items-wrapper {
  margin: 0 -32px;
}
.cid-uVaoW3aZj8 .items-wrapper .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVaoW3aZj8 .items-wrapper .item {
    margin-bottom: 32px;
  }
  .cid-uVaoW3aZj8 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uVaoW3aZj8 .items-wrapper .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uVaoW3aZj8 .items-wrapper .item .item-wrapper .iconfont-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uVaoW3aZj8 .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  font-size: 28px;
  border: 4px solid;
}
.cid-uVaoW3aZj8 .items-wrapper .item .item-wrapper .icon_1 .mbr-iconfont {
  background-color: #36fdd3;
  border-color: #38fae6;
  box-shadow: 0 18px 32px -8px #36fdd3;
}
.cid-uVaoW3aZj8 .items-wrapper .item .item-wrapper .icon_2 .mbr-iconfont {
  background-color: #36fdd3;
  border-color: #38fae6;
  box-shadow: 0 18px 32px -8px #36fdd3;
}
.cid-uVaoW3aZj8 .items-wrapper .item .item-wrapper .icon_3 .mbr-iconfont {
  background-color: #36fdd3;
  border-color: #38fae6;
  box-shadow: 0 18px 32px -8px #36fdd3;
}
.cid-uVaoW3aZj8 .items-wrapper .item .item-wrapper .card-title {
  margin-bottom: 16px;
}
.cid-uVaoW3aZj8 .items-wrapper .item .item-wrapper .card-text {
  margin-bottom: 0;
}
.cid-uVaoW3aZj8 .card-title {
  color: #111111;
}
.cid-uVaoW3aZj8 .card-text {
  color: #666666;
  text-align: center;
}
.cid-uVaoW3aZj8 .card-title,
.cid-uVaoW3aZj8 .iconfont-wrapper {
  text-align: center;
}
.cid-uVaoX0dLjK {
  background-image: url("../../../assets/images/19348-1500x1000.jpg");
}
.cid-uVaoX0dLjK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVaoX0dLjK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVaoX0dLjK .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uVaoX0dLjK .image-wrap {
    height: 350px;
  }
}
.cid-uZMgs6pV5Q {
  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-uZMgs6pV5Q {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-uZMgs6pV5Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZMgs6pV5Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZMgs6pV5Q .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZMgs6pV5Q .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZMgs6pV5Q .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZMgs6pV5Q .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZMgs6pV5Q .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uZMgs6pV5Q .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZMgs6pV5Q .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZMgs6pV5Q .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZMgs6pV5Q .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uZMgs6pV5Q .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-uZMgs6pV5Q .image-wrapper {
    padding-left: 0;
  }
}
.cid-uZMgs6pV5Q .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uZMgs6pV5Q .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-uZMgs6pV5Q .image-wrapper img {
    height: 350px;
  }
}
.cid-uZMgs6pV5Q .mbr-label {
  color: #a6adbf;
}
.cid-uZMgs6pV5Q .mbr-section-title {
  color: #111111;
}
.cid-uZMgs6pV5Q .mbr-section-subtitle {
  color: #36fdd3;
}
.cid-uZMgs6pV5Q .mbr-text,
.cid-uZMgs6pV5Q .text-wrapper {
  color: #666666;
}
.cid-uZMguOnl8F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZMguOnl8F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZMguOnl8F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZMguOnl8F .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZMguOnl8F .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZMguOnl8F .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZMguOnl8F .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZMguOnl8F .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZMguOnl8F .items-wrapper {
  align-items: center;
}
.cid-uZMguOnl8F .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZMguOnl8F .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uZMguOnl8F .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-uZMguOnl8F .items-wrapper .item .item-wrapper {
    min-height: 520px;
    padding: 24px;
  }
}
.cid-uZMguOnl8F .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-uZMguOnl8F .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZMguOnl8F .items-wrapper .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uZMguOnl8F .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-uZMguOnl8F .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uZMguOnl8F .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uZMguOnl8F .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uZMguOnl8F .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uZMguOnl8F .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uZMguOnl8F .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uZMguOnl8F .mbr-text,
.cid-uZMguOnl8F .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZMguOnl8F .card-title {
  color: #ffffff;
}
.cid-uZMguOnl8F .card-text {
  color: #ffffff;
}
.cid-uVap2prIEM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVap2prIEM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVap2prIEM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVap2prIEM .content-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uVap2prIEM .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVap2prIEM .content-wrapper .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uVap2prIEM .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVap2prIEM .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVap2prIEM .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uVap2prIEM .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVap2prIEM .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uVap2prIEM .nav-wrapper {
  margin-bottom: 100px;
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .cid-uVap2prIEM .nav-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-uVap2prIEM .nav-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.cid-uVap2prIEM .nav-wrapper .mbr-nav-title {
  padding: 0 12px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uVap2prIEM .nav-wrapper .mbr-nav-title {
    margin-bottom: 24px;
  }
}
.cid-uVap2prIEM .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-uVap2prIEM .nav-wrapper .list .item-wrap {
  position: relative;
  padding: 4px 32px 4px 12px;
  margin-bottom: 8px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uVap2prIEM .nav-wrapper .list .item-wrap::before {
  content: '→';
  position: absolute;
  top: 4px;
  right: 12px;
  font-size: 22px;
  color: #36fdd3;
  transition: all .3s ease;
}
.cid-uVap2prIEM .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uVap2prIEM .nav-wrapper .list .item-wrap:hover,
.cid-uVap2prIEM .nav-wrapper .list .item-wrap:focus {
  background-color: #f4f6fa;
  color: #7b86a1;
}
.cid-uVap2prIEM .nav-wrapper .list .item-wrap:hover::before,
.cid-uVap2prIEM .nav-wrapper .list .item-wrap:focus::before {
  color: #7b86a1;
}
@media (max-width: 992px) {
  .cid-uVap2prIEM .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVap2prIEM .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uVap2prIEM .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-uVap2prIEM .social-wrapper .social-wrap .soc-item {
    margin-right: 12px;
  }
}
.cid-uVap2prIEM .social-wrapper .social-wrap .soc-item:last-child {
  margin-right: 0;
}
.cid-uVap2prIEM .social-wrapper .social-wrap .soc-item:hover,
.cid-uVap2prIEM .social-wrapper .social-wrap .soc-item:hover {
  background-color: #a6adbf;
  border: 3px solid #afb5c5;
  box-shadow: 0 18px 32px -8px #a6adbf;
}
.cid-uVap2prIEM .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont,
.cid-uVap2prIEM .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont {
  color: #ffffff !important;
}
.cid-uVap2prIEM .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-uVap2prIEM .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uVap2prIEM .mbr-copy {
  padding-left: 240px;
  margin-bottom: 0;
  padding: 0 !important;
  color: #666666;
}
@media (max-width: 1440px) {
  .cid-uVap2prIEM .mbr-copy {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-uVap2prIEM .mbr-copy {
    padding-left: 0;
  }
}
.cid-uVap2prIEM .card {
  justify-content: center;
}
.cid-uVap2prIEM .mbr-section-title {
  color: #111111;
}
.cid-uVap2prIEM .mbr-section-subtitle {
  color: #36fdd3;
}
.cid-uVap2prIEM .mbr-text,
.cid-uVap2prIEM .text-wrapper {
  color: #666666;
}
.cid-uVap2prIEM .mbr-nav-title {
  color: #556488;
}
.cid-uVap2prIEM .list {
  color: #ff6d99;
}
.cid-uZMpaEKvjr .navbar-dropdown {
  position: relative !important;
}
.cid-uZMpaEKvjr .navbar-dropdown {
  position: absolute !important;
}
.cid-uZMpaEKvjr .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-uZMpaEKvjr .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZMpaEKvjr .dropdown-item {
  border: none !important;
  background: #111111 !important;
  font-weight: 600;
}
.cid-uZMpaEKvjr .dropdown-item:hover,
.cid-uZMpaEKvjr .dropdown-item:focus {
  background: #111111 !important;
  color: #ff6d99 !important;
}
.cid-uZMpaEKvjr .dropdown-item:hover span {
  color: white;
}
.cid-uZMpaEKvjr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZMpaEKvjr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZMpaEKvjr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZMpaEKvjr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZMpaEKvjr .nav-link {
  position: relative;
}
.cid-uZMpaEKvjr .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uZMpaEKvjr .container {
    flex-wrap: nowrap;
  }
}
.cid-uZMpaEKvjr .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uZMpaEKvjr .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZMpaEKvjr .dropdown-menu,
.cid-uZMpaEKvjr .navbar.opened {
  background: #111111 !important;
}
.cid-uZMpaEKvjr .nav-item:focus,
.cid-uZMpaEKvjr .nav-link:focus {
  outline: none;
}
.cid-uZMpaEKvjr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZMpaEKvjr .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZMpaEKvjr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZMpaEKvjr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZMpaEKvjr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZMpaEKvjr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZMpaEKvjr .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-uZMpaEKvjr .navbar.opened {
  transition: all 0.3s;
}
.cid-uZMpaEKvjr .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uZMpaEKvjr .navbar .navbar-logo img {
  width: auto;
}
.cid-uZMpaEKvjr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZMpaEKvjr .navbar.collapsed {
  justify-content: center;
}
.cid-uZMpaEKvjr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZMpaEKvjr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZMpaEKvjr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uZMpaEKvjr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZMpaEKvjr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZMpaEKvjr .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-uZMpaEKvjr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZMpaEKvjr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZMpaEKvjr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZMpaEKvjr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZMpaEKvjr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZMpaEKvjr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZMpaEKvjr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZMpaEKvjr .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-uZMpaEKvjr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZMpaEKvjr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZMpaEKvjr .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uZMpaEKvjr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZMpaEKvjr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZMpaEKvjr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZMpaEKvjr .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZMpaEKvjr .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZMpaEKvjr .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-uZMpaEKvjr .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uZMpaEKvjr .navbar-brand .navbar-caption:hover,
.cid-uZMpaEKvjr .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZMpaEKvjr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZMpaEKvjr .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZMpaEKvjr .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZMpaEKvjr .dropdown-item.active,
.cid-uZMpaEKvjr .dropdown-item:active {
  background-color: transparent;
}
.cid-uZMpaEKvjr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZMpaEKvjr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZMpaEKvjr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZMpaEKvjr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZMpaEKvjr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZMpaEKvjr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZMpaEKvjr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZMpaEKvjr ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZMpaEKvjr ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZMpaEKvjr .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZMpaEKvjr .navbar-buttons {
    text-align: left;
  }
}
.cid-uZMpaEKvjr .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-uZMpaEKvjr .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZMpaEKvjr 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-uZMpaEKvjr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-uZMpaEKvjr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZMpaEKvjr button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZMpaEKvjr button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZMpaEKvjr button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZMpaEKvjr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZMpaEKvjr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZMpaEKvjr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZMpaEKvjr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZMpaEKvjr .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZMpaEKvjr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZMpaEKvjr .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-uZMpaEKvjr .navbar {
    height: 70px;
  }
  .cid-uZMpaEKvjr .navbar.opened {
    height: auto;
  }
  .cid-uZMpaEKvjr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZMpaEKvjr .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uZMpaEKvjr .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZMpaEKvjr .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-uZMpaEKvjr .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZMpaEKvjr .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-uZMpaEKvjr .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uZMpaEKvjr .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZMpaEKvjr .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZMpaEKvjr .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZMpaEKvjr .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZMpaEKvjr .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZMpaEKvjr .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZMpaEKvjr .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZMpaEKvjr .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZMpaEKvjr .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZMpaEKvjr .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZMpaEKvjr .content-wrap {
  min-height: 110px;
}
.cid-uZMpaHlziT {
  padding-top: 9rem;
  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-uZMpaHlziT {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-uZMpaHlziT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZMpaHlziT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZMpaHlziT .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZMpaHlziT .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZMpaHlziT .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZMpaHlziT .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZMpaHlziT .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uZMpaHlziT .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZMpaHlziT .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZMpaHlziT .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZMpaHlziT .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uZMpaHlziT .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-uZMpaHlziT .image-wrapper {
    padding-left: 0;
  }
}
.cid-uZMpaHlziT .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uZMpaHlziT .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-uZMpaHlziT .image-wrapper img {
    height: 350px;
  }
}
.cid-uZMpaHlziT .mbr-label {
  color: #a6adbf;
}
.cid-uZMpaHlziT .mbr-section-title {
  color: #111111;
}
.cid-uZMpaHlziT .mbr-section-subtitle {
  color: #36fdd3;
}
.cid-uZMpaHlziT .mbr-text,
.cid-uZMpaHlziT .text-wrapper {
  color: #666666;
}
.cid-uZMpV5wfTz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZMpV5wfTz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZMpV5wfTz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZMpV5wfTz .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZMpV5wfTz .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uZMpV5wfTz .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZMpV5wfTz .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZMpV5wfTz .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-uZMpV5wfTz .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uZMpV5wfTz .mbr-section-title {
  color: #111111;
}
.cid-uZMpV5wfTz .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-uZMpV5wfTz .mbr-text,
.cid-uZMpV5wfTz .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-vjU0QXFEfT {
  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-vjU0QXFEfT {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-vjU0QXFEfT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjU0QXFEfT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjU0QXFEfT .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vjU0QXFEfT .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vjU0QXFEfT .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vjU0QXFEfT .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-vjU0QXFEfT .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vjU0QXFEfT .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vjU0QXFEfT .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vjU0QXFEfT .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vjU0QXFEfT .items-wrapper .item {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vjU0QXFEfT .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-vjU0QXFEfT .items-wrapper .item .item-wrapper {
  position: relative;
  padding: 64px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vjU0QXFEfT .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-vjU0QXFEfT .items-wrapper .item .item-wrapper .iconfont-wrapper {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 20px;
  height: 20px;
}
@media (max-width: 992px) {
  .cid-vjU0QXFEfT .items-wrapper .item .item-wrapper .iconfont-wrapper {
    top: 16px;
    right: 16px;
  }
}
.cid-vjU0QXFEfT .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
}
@media (max-width: 992px) {
  .cid-vjU0QXFEfT .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-vjU0QXFEfT .items-wrapper .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  right: -32px;
  bottom: 32px;
  width: 200px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vjU0QXFEfT .items-wrapper .item .item-wrapper .item-img::before {
    bottom: auto;
    top: -100px;
    right: auto;
    left: -100px;
  }
}
.cid-vjU0QXFEfT .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  right: 32px;
  bottom: 32px;
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100% !important;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vjU0QXFEfT .items-wrapper .item .item-wrapper .item-img img {
    position: static;
    margin: 0 auto;
  }
}
.cid-vjU0QXFEfT .items-wrapper .item .item-wrapper .image_1::before {
  background-image: radial-gradient(circle closest-side at 50% 50%, #36fdd3 0%, transparent 100%);
}
.cid-vjU0QXFEfT .items-wrapper .item .item-wrapper .image_2 img {
  right: auto;
  left: 32px;
}
.cid-vjU0QXFEfT .items-wrapper .item .item-wrapper .image_2::before {
  right: auto;
  left: -32px;
  background-image: radial-gradient(circle closest-side at 50% 50%, #9a5df5 0%, transparent 100%);
}
@media (max-width: 992px) {
  .cid-vjU0QXFEfT .items-wrapper .item .item-wrapper .image_2::before {
    bottom: auto;
    top: -100px;
    left: -100px;
  }
}
.cid-vjU0QXFEfT .items-wrapper .item .item-wrapper .image_3::before {
  background-image: radial-gradient(circle closest-side at 50% 50%, #f061ca 0%, transparent 100%);
}
.cid-vjU0QXFEfT .items-wrapper .item .item-wrapper .card-box {
  padding-right: 250px;
}
@media (max-width: 1440px) {
  .cid-vjU0QXFEfT .items-wrapper .item .item-wrapper .card-box {
    padding-right: 200px;
  }
}
@media (max-width: 992px) {
  .cid-vjU0QXFEfT .items-wrapper .item .item-wrapper .card-box {
    padding-right: 0;
  }
}
.cid-vjU0QXFEfT .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vjU0QXFEfT .items-wrapper .item .item-wrapper .card-box .card-title {
    margin-bottom: 24px;
  }
}
.cid-vjU0QXFEfT .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vjU0QXFEfT .items-wrapper .item .item-wrapper .card-box .card-text {
    margin-bottom: 24px;
  }
}
.cid-vjU0QXFEfT .items-wrapper .item .item-wrapper .card-box .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-vjU0QXFEfT .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-vjU0QXFEfT .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #36fdd3;
  color: #36fdd3;
  font-size: 11px;
}
.cid-vjU0QXFEfT .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vjU0QXFEfT .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vjU0QXFEfT .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vjU0QXFEfT .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vjU0QXFEfT .items-wrapper .item .card_2 .card-box {
  padding-right: 0;
  padding-left: 250px;
}
@media (max-width: 1440px) {
  .cid-vjU0QXFEfT .items-wrapper .item .card_2 .card-box {
    padding-right: 0;
    padding-left: 200px;
  }
}
@media (max-width: 992px) {
  .cid-vjU0QXFEfT .items-wrapper .item .card_2 .card-box {
    padding-left: 0;
  }
}
.cid-vjU0QXFEfT .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-vjU0QXFEfT .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-vjU0QXFEfT .mbr-section-subtitle {
  color: #36fdd3;
  text-align: center;
}
.cid-vjU0QXFEfT .mbr-text,
.cid-vjU0QXFEfT .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-vjU0QXFEfT .card-title {
  color: #111111;
}
.cid-vjU0QXFEfT .card-text {
  color: #666666;
}
.cid-vjU0QXFEfT .list {
  color: #666666;
}
.cid-uZMpVGKfSn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZMpVGKfSn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZMpVGKfSn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZMpVGKfSn .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-uZMpVGKfSn .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZMpVGKfSn .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZMpVGKfSn .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uZMpVGKfSn .mbr-label {
  color: #111111;
  text-align: center;
}
.cid-uZMpVGKfSn .mbr-section-title {
  color: #ff6d99;
}
.cid-uZMpVGKfSn .mbr-text,
.cid-uZMpVGKfSn .text-wrapper {
  color: #111111;
  text-align: center;
}
.cid-uZMpVGKfSn .mbr-section-title,
.cid-uZMpVGKfSn .mbr-section-btn {
  text-align: center;
  color: #36fdd3;
}
.cid-vjU1l3d5vx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vjU1l3d5vx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjU1l3d5vx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjU1l3d5vx .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-vjU1l3d5vx .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vjU1l3d5vx .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vjU1l3d5vx .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vjU1l3d5vx .mbr-label {
  color: #111111;
  text-align: center;
}
.cid-vjU1l3d5vx .mbr-section-title {
  color: #ff6d99;
}
.cid-vjU1l3d5vx .mbr-text,
.cid-vjU1l3d5vx .text-wrapper {
  color: #111111;
  text-align: center;
}
.cid-vjU1l3d5vx .mbr-section-title,
.cid-vjU1l3d5vx .mbr-section-btn {
  text-align: center;
  color: #36fdd3;
}
.cid-vk3u3HQhce {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-vk3u3HQhce {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-vk3u3HQhce .item:focus,
.cid-vk3u3HQhce span:focus {
  outline: none;
}
.cid-vk3u3HQhce .item {
  cursor: pointer;
}
.cid-vk3u3HQhce .grid-container {
  grid-row-gap: 16px;
}
@media (max-width: 767px) {
  .cid-vk3u3HQhce .grid-container {
    grid-row-gap: 16px;
  }
}
.cid-vk3u3HQhce .grid-container-1,
.cid-vk3u3HQhce .grid-container-2,
.cid-vk3u3HQhce .grid-container-3 {
  gap: 0 16px;
}
@media (max-width: 767px) {
  .cid-vk3u3HQhce .grid-container-1,
  .cid-vk3u3HQhce .grid-container-2,
  .cid-vk3u3HQhce .grid-container-3 {
    gap: 0 16px;
  }
}
.cid-vk3u3HQhce .mbr-section-title {
  margin-bottom: 32px;
  text-align: center;
  color: #111111;
}
.cid-vk3u3HQhce .content-head {
  max-width: 800px;
}
.cid-vk3u3HQhce .container,
.cid-vk3u3HQhce .container-fluid {
  overflow: hidden;
}
.cid-vk3u3HQhce .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
  padding-bottom: 80px;
  position: relative;
}
.cid-vk3u3HQhce .grid-container::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  -webkit-mask-image: linear-gradient(0deg, #000000 40%, transparent 55%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-vk3u3HQhce .grid-container::before {
    height: 60%;
  }
}
@media (max-width: 768px) {
  .cid-vk3u3HQhce .grid-container::before {
    height: 70%;
  }
}
@media (max-width: 425px) {
  .cid-vk3u3HQhce .grid-container::before {
    height: 100%;
  }
}
.cid-vk3u3HQhce .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vk3u3HQhce .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 550px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-vk3u3HQhce .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-vk3u3HQhce .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-vk3u3HQhce .grid-item img {
    height: 140px;
  }
}
.cid-vk3u3HQhce .grid-container-1,
.cid-vk3u3HQhce .grid-container-2,
.cid-vk3u3HQhce .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-vk3u3HQhce .grid-container-1 {
  align-items: flex-end;
}
.cid-vk3u3HQhce .grid-container-2 {
  align-items: flex-start;
}
.cid-uZMpaI0z1v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZMpaI0z1v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZMpaI0z1v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZMpaI0z1v .content-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZMpaI0z1v .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZMpaI0z1v .content-wrapper .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZMpaI0z1v .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZMpaI0z1v .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZMpaI0z1v .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZMpaI0z1v .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZMpaI0z1v .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uZMpaI0z1v .nav-wrapper {
  margin-bottom: 100px;
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .cid-uZMpaI0z1v .nav-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-uZMpaI0z1v .nav-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.cid-uZMpaI0z1v .nav-wrapper .mbr-nav-title {
  padding: 0 12px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZMpaI0z1v .nav-wrapper .mbr-nav-title {
    margin-bottom: 24px;
  }
}
.cid-uZMpaI0z1v .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-uZMpaI0z1v .nav-wrapper .list .item-wrap {
  position: relative;
  padding: 4px 32px 4px 12px;
  margin-bottom: 8px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uZMpaI0z1v .nav-wrapper .list .item-wrap::before {
  content: '→';
  position: absolute;
  top: 4px;
  right: 12px;
  font-size: 22px;
  color: #36fdd3;
  transition: all .3s ease;
}
.cid-uZMpaI0z1v .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uZMpaI0z1v .nav-wrapper .list .item-wrap:hover,
.cid-uZMpaI0z1v .nav-wrapper .list .item-wrap:focus {
  background-color: #f4f6fa;
  color: #7b86a1;
}
.cid-uZMpaI0z1v .nav-wrapper .list .item-wrap:hover::before,
.cid-uZMpaI0z1v .nav-wrapper .list .item-wrap:focus::before {
  color: #7b86a1;
}
@media (max-width: 992px) {
  .cid-uZMpaI0z1v .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZMpaI0z1v .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uZMpaI0z1v .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-uZMpaI0z1v .social-wrapper .social-wrap .soc-item {
    margin-right: 12px;
  }
}
.cid-uZMpaI0z1v .social-wrapper .social-wrap .soc-item:last-child {
  margin-right: 0;
}
.cid-uZMpaI0z1v .social-wrapper .social-wrap .soc-item:hover,
.cid-uZMpaI0z1v .social-wrapper .social-wrap .soc-item:hover {
  background-color: #a6adbf;
  border: 3px solid #afb5c5;
  box-shadow: 0 18px 32px -8px #a6adbf;
}
.cid-uZMpaI0z1v .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont,
.cid-uZMpaI0z1v .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont {
  color: #ffffff !important;
}
.cid-uZMpaI0z1v .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-uZMpaI0z1v .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uZMpaI0z1v .mbr-copy {
  padding-left: 240px;
  margin-bottom: 0;
  padding: 0 !important;
  color: #666666;
}
@media (max-width: 1440px) {
  .cid-uZMpaI0z1v .mbr-copy {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-uZMpaI0z1v .mbr-copy {
    padding-left: 0;
  }
}
.cid-uZMpaI0z1v .card {
  justify-content: center;
}
.cid-uZMpaI0z1v .mbr-section-title {
  color: #111111;
}
.cid-uZMpaI0z1v .mbr-section-subtitle {
  color: #36fdd3;
}
.cid-uZMpaI0z1v .mbr-text,
.cid-uZMpaI0z1v .text-wrapper {
  color: #666666;
}
.cid-uZMpaI0z1v .mbr-nav-title {
  color: #556488;
}
.cid-uZMpaI0z1v .list {
  color: #ff6d99;
}
.cid-uZMqBNNqI7 .navbar-dropdown {
  position: relative !important;
}
.cid-uZMqBNNqI7 .navbar-dropdown {
  position: absolute !important;
}
.cid-uZMqBNNqI7 .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-uZMqBNNqI7 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZMqBNNqI7 .dropdown-item {
  border: none !important;
  background: #111111 !important;
  font-weight: 600;
}
.cid-uZMqBNNqI7 .dropdown-item:hover,
.cid-uZMqBNNqI7 .dropdown-item:focus {
  background: #111111 !important;
  color: #ff6d99 !important;
}
.cid-uZMqBNNqI7 .dropdown-item:hover span {
  color: white;
}
.cid-uZMqBNNqI7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZMqBNNqI7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZMqBNNqI7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZMqBNNqI7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZMqBNNqI7 .nav-link {
  position: relative;
}
.cid-uZMqBNNqI7 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uZMqBNNqI7 .container {
    flex-wrap: nowrap;
  }
}
.cid-uZMqBNNqI7 .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uZMqBNNqI7 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZMqBNNqI7 .dropdown-menu,
.cid-uZMqBNNqI7 .navbar.opened {
  background: #111111 !important;
}
.cid-uZMqBNNqI7 .nav-item:focus,
.cid-uZMqBNNqI7 .nav-link:focus {
  outline: none;
}
.cid-uZMqBNNqI7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZMqBNNqI7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZMqBNNqI7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZMqBNNqI7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZMqBNNqI7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZMqBNNqI7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZMqBNNqI7 .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-uZMqBNNqI7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uZMqBNNqI7 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uZMqBNNqI7 .navbar .navbar-logo img {
  width: auto;
}
.cid-uZMqBNNqI7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZMqBNNqI7 .navbar.collapsed {
  justify-content: center;
}
.cid-uZMqBNNqI7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZMqBNNqI7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZMqBNNqI7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uZMqBNNqI7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZMqBNNqI7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZMqBNNqI7 .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-uZMqBNNqI7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZMqBNNqI7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZMqBNNqI7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZMqBNNqI7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZMqBNNqI7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZMqBNNqI7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZMqBNNqI7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZMqBNNqI7 .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-uZMqBNNqI7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZMqBNNqI7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZMqBNNqI7 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uZMqBNNqI7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZMqBNNqI7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZMqBNNqI7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZMqBNNqI7 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZMqBNNqI7 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZMqBNNqI7 .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-uZMqBNNqI7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uZMqBNNqI7 .navbar-brand .navbar-caption:hover,
.cid-uZMqBNNqI7 .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZMqBNNqI7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZMqBNNqI7 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZMqBNNqI7 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZMqBNNqI7 .dropdown-item.active,
.cid-uZMqBNNqI7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uZMqBNNqI7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZMqBNNqI7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZMqBNNqI7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZMqBNNqI7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZMqBNNqI7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZMqBNNqI7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZMqBNNqI7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZMqBNNqI7 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZMqBNNqI7 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZMqBNNqI7 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZMqBNNqI7 .navbar-buttons {
    text-align: left;
  }
}
.cid-uZMqBNNqI7 .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-uZMqBNNqI7 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZMqBNNqI7 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-uZMqBNNqI7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-uZMqBNNqI7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZMqBNNqI7 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZMqBNNqI7 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZMqBNNqI7 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZMqBNNqI7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZMqBNNqI7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZMqBNNqI7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZMqBNNqI7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZMqBNNqI7 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZMqBNNqI7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZMqBNNqI7 .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-uZMqBNNqI7 .navbar {
    height: 70px;
  }
  .cid-uZMqBNNqI7 .navbar.opened {
    height: auto;
  }
  .cid-uZMqBNNqI7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZMqBNNqI7 .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uZMqBNNqI7 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZMqBNNqI7 .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-uZMqBNNqI7 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZMqBNNqI7 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-uZMqBNNqI7 .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uZMqBNNqI7 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZMqBNNqI7 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZMqBNNqI7 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZMqBNNqI7 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZMqBNNqI7 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZMqBNNqI7 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZMqBNNqI7 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZMqBNNqI7 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZMqBNNqI7 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZMqBNNqI7 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZMqBNNqI7 .content-wrap {
  min-height: 110px;
}
.cid-uZMqBMHACX {
  padding-top: 9rem;
  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-uZMqBMHACX {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-uZMqBMHACX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZMqBMHACX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZMqBMHACX .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZMqBMHACX .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZMqBMHACX .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZMqBMHACX .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZMqBMHACX .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uZMqBMHACX .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZMqBMHACX .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZMqBMHACX .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZMqBMHACX .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uZMqBMHACX .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-uZMqBMHACX .image-wrapper {
    padding-left: 0;
  }
}
.cid-uZMqBMHACX .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uZMqBMHACX .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-uZMqBMHACX .image-wrapper img {
    height: 350px;
  }
}
.cid-uZMqBMHACX .mbr-label {
  color: #a6adbf;
}
.cid-uZMqBMHACX .mbr-section-title {
  color: #111111;
}
.cid-uZMqBMHACX .mbr-section-subtitle {
  color: #36fdd3;
}
.cid-uZMqBMHACX .mbr-text,
.cid-uZMqBMHACX .text-wrapper {
  color: #666666;
}
.cid-vjU2pCWmka {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: linear-gradient(0deg, #e1e7f2 -70%, #ffffff 100%);
}
.cid-vjU2pCWmka .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjU2pCWmka .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjU2pCWmka .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vjU2pCWmka .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vjU2pCWmka .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vjU2pCWmka .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-vjU2pCWmka .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vjU2pCWmka .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vjU2pCWmka .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vjU2pCWmka .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vjU2pCWmka .google-map iframe {
  height: 600px;
  filter: hue-rotate(45deg);
}
@media (max-width: 992px) {
  .cid-vjU2pCWmka .google-map iframe {
    height: 350px;
  }
}
.cid-vjU2pCWmka .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-vjU2pCWmka .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-vjU2pCWmka .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-vjU2pCWmka .mbr-text,
.cid-vjU2pCWmka .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uZMqBOJhOD {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-uZMqBOJhOD {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-uZMqBOJhOD .item:focus,
.cid-uZMqBOJhOD span:focus {
  outline: none;
}
.cid-uZMqBOJhOD .item {
  cursor: pointer;
}
.cid-uZMqBOJhOD .grid-container {
  grid-row-gap: 16px;
}
@media (max-width: 767px) {
  .cid-uZMqBOJhOD .grid-container {
    grid-row-gap: 16px;
  }
}
.cid-uZMqBOJhOD .grid-container-1,
.cid-uZMqBOJhOD .grid-container-2,
.cid-uZMqBOJhOD .grid-container-3 {
  gap: 0 16px;
}
@media (max-width: 767px) {
  .cid-uZMqBOJhOD .grid-container-1,
  .cid-uZMqBOJhOD .grid-container-2,
  .cid-uZMqBOJhOD .grid-container-3 {
    gap: 0 16px;
  }
}
.cid-uZMqBOJhOD .mbr-section-title {
  margin-bottom: 32px;
  text-align: center;
  color: #111111;
}
.cid-uZMqBOJhOD .content-head {
  max-width: 800px;
}
.cid-uZMqBOJhOD .container,
.cid-uZMqBOJhOD .container-fluid {
  overflow: hidden;
}
.cid-uZMqBOJhOD .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
  padding-bottom: 80px;
  position: relative;
}
.cid-uZMqBOJhOD .grid-container::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  -webkit-mask-image: linear-gradient(0deg, #000000 40%, transparent 55%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uZMqBOJhOD .grid-container::before {
    height: 60%;
  }
}
@media (max-width: 768px) {
  .cid-uZMqBOJhOD .grid-container::before {
    height: 70%;
  }
}
@media (max-width: 425px) {
  .cid-uZMqBOJhOD .grid-container::before {
    height: 100%;
  }
}
.cid-uZMqBOJhOD .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZMqBOJhOD .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 550px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uZMqBOJhOD .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uZMqBOJhOD .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-uZMqBOJhOD .grid-item img {
    height: 140px;
  }
}
.cid-uZMqBOJhOD .grid-container-1,
.cid-uZMqBOJhOD .grid-container-2,
.cid-uZMqBOJhOD .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uZMqBOJhOD .grid-container-1 {
  align-items: flex-end;
}
.cid-uZMqBOJhOD .grid-container-2 {
  align-items: flex-start;
}
.cid-uZMqBOZAPC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZMqBOZAPC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZMqBOZAPC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZMqBOZAPC .content-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZMqBOZAPC .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZMqBOZAPC .content-wrapper .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZMqBOZAPC .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZMqBOZAPC .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZMqBOZAPC .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZMqBOZAPC .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZMqBOZAPC .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uZMqBOZAPC .nav-wrapper {
  margin-bottom: 100px;
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .cid-uZMqBOZAPC .nav-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-uZMqBOZAPC .nav-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.cid-uZMqBOZAPC .nav-wrapper .mbr-nav-title {
  padding: 0 12px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZMqBOZAPC .nav-wrapper .mbr-nav-title {
    margin-bottom: 24px;
  }
}
.cid-uZMqBOZAPC .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-uZMqBOZAPC .nav-wrapper .list .item-wrap {
  position: relative;
  padding: 4px 32px 4px 12px;
  margin-bottom: 8px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uZMqBOZAPC .nav-wrapper .list .item-wrap::before {
  content: '→';
  position: absolute;
  top: 4px;
  right: 12px;
  font-size: 22px;
  color: #36fdd3;
  transition: all .3s ease;
}
.cid-uZMqBOZAPC .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uZMqBOZAPC .nav-wrapper .list .item-wrap:hover,
.cid-uZMqBOZAPC .nav-wrapper .list .item-wrap:focus {
  background-color: #f4f6fa;
  color: #7b86a1;
}
.cid-uZMqBOZAPC .nav-wrapper .list .item-wrap:hover::before,
.cid-uZMqBOZAPC .nav-wrapper .list .item-wrap:focus::before {
  color: #7b86a1;
}
@media (max-width: 992px) {
  .cid-uZMqBOZAPC .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZMqBOZAPC .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uZMqBOZAPC .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-uZMqBOZAPC .social-wrapper .social-wrap .soc-item {
    margin-right: 12px;
  }
}
.cid-uZMqBOZAPC .social-wrapper .social-wrap .soc-item:last-child {
  margin-right: 0;
}
.cid-uZMqBOZAPC .social-wrapper .social-wrap .soc-item:hover,
.cid-uZMqBOZAPC .social-wrapper .social-wrap .soc-item:hover {
  background-color: #a6adbf;
  border: 3px solid #afb5c5;
  box-shadow: 0 18px 32px -8px #a6adbf;
}
.cid-uZMqBOZAPC .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont,
.cid-uZMqBOZAPC .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont {
  color: #ffffff !important;
}
.cid-uZMqBOZAPC .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-uZMqBOZAPC .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uZMqBOZAPC .mbr-copy {
  padding-left: 240px;
  margin-bottom: 0;
  padding: 0 !important;
  color: #666666;
}
@media (max-width: 1440px) {
  .cid-uZMqBOZAPC .mbr-copy {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-uZMqBOZAPC .mbr-copy {
    padding-left: 0;
  }
}
.cid-uZMqBOZAPC .card {
  justify-content: center;
}
.cid-uZMqBOZAPC .mbr-section-title {
  color: #111111;
}
.cid-uZMqBOZAPC .mbr-section-subtitle {
  color: #36fdd3;
}
.cid-uZMqBOZAPC .mbr-text,
.cid-uZMqBOZAPC .text-wrapper {
  color: #666666;
}
.cid-uZMqBOZAPC .mbr-nav-title {
  color: #556488;
}
.cid-uZMqBOZAPC .list {
  color: #ff6d99;
}
.cid-uZMrsgWcxO .navbar-dropdown {
  position: relative !important;
}
.cid-uZMrsgWcxO .navbar-dropdown {
  position: absolute !important;
}
.cid-uZMrsgWcxO .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-uZMrsgWcxO .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZMrsgWcxO .dropdown-item {
  border: none !important;
  background: #111111 !important;
  font-weight: 600;
}
.cid-uZMrsgWcxO .dropdown-item:hover,
.cid-uZMrsgWcxO .dropdown-item:focus {
  background: #111111 !important;
  color: #ff6d99 !important;
}
.cid-uZMrsgWcxO .dropdown-item:hover span {
  color: white;
}
.cid-uZMrsgWcxO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZMrsgWcxO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZMrsgWcxO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZMrsgWcxO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZMrsgWcxO .nav-link {
  position: relative;
}
.cid-uZMrsgWcxO .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uZMrsgWcxO .container {
    flex-wrap: nowrap;
  }
}
.cid-uZMrsgWcxO .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uZMrsgWcxO .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZMrsgWcxO .dropdown-menu,
.cid-uZMrsgWcxO .navbar.opened {
  background: #111111 !important;
}
.cid-uZMrsgWcxO .nav-item:focus,
.cid-uZMrsgWcxO .nav-link:focus {
  outline: none;
}
.cid-uZMrsgWcxO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZMrsgWcxO .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZMrsgWcxO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZMrsgWcxO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZMrsgWcxO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZMrsgWcxO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZMrsgWcxO .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-uZMrsgWcxO .navbar.opened {
  transition: all 0.3s;
}
.cid-uZMrsgWcxO .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uZMrsgWcxO .navbar .navbar-logo img {
  width: auto;
}
.cid-uZMrsgWcxO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZMrsgWcxO .navbar.collapsed {
  justify-content: center;
}
.cid-uZMrsgWcxO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZMrsgWcxO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZMrsgWcxO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uZMrsgWcxO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZMrsgWcxO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZMrsgWcxO .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-uZMrsgWcxO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZMrsgWcxO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZMrsgWcxO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZMrsgWcxO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZMrsgWcxO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZMrsgWcxO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZMrsgWcxO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZMrsgWcxO .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-uZMrsgWcxO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZMrsgWcxO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZMrsgWcxO .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uZMrsgWcxO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZMrsgWcxO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZMrsgWcxO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZMrsgWcxO .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZMrsgWcxO .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZMrsgWcxO .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-uZMrsgWcxO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uZMrsgWcxO .navbar-brand .navbar-caption:hover,
.cid-uZMrsgWcxO .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZMrsgWcxO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZMrsgWcxO .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZMrsgWcxO .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZMrsgWcxO .dropdown-item.active,
.cid-uZMrsgWcxO .dropdown-item:active {
  background-color: transparent;
}
.cid-uZMrsgWcxO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZMrsgWcxO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZMrsgWcxO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZMrsgWcxO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZMrsgWcxO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZMrsgWcxO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZMrsgWcxO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZMrsgWcxO ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZMrsgWcxO ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZMrsgWcxO .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZMrsgWcxO .navbar-buttons {
    text-align: left;
  }
}
.cid-uZMrsgWcxO .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-uZMrsgWcxO .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZMrsgWcxO 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-uZMrsgWcxO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-uZMrsgWcxO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZMrsgWcxO button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZMrsgWcxO button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZMrsgWcxO button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZMrsgWcxO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZMrsgWcxO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZMrsgWcxO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZMrsgWcxO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZMrsgWcxO .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZMrsgWcxO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZMrsgWcxO .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-uZMrsgWcxO .navbar {
    height: 70px;
  }
  .cid-uZMrsgWcxO .navbar.opened {
    height: auto;
  }
  .cid-uZMrsgWcxO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZMrsgWcxO .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uZMrsgWcxO .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZMrsgWcxO .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-uZMrsgWcxO .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZMrsgWcxO .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-uZMrsgWcxO .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uZMrsgWcxO .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZMrsgWcxO .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZMrsgWcxO .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZMrsgWcxO .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZMrsgWcxO .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZMrsgWcxO .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZMrsgWcxO .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZMrsgWcxO .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZMrsgWcxO .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZMrsgWcxO .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZMrsgWcxO .content-wrap {
  min-height: 110px;
}
.cid-uZMs17NVTY {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uZMs17NVTY {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.cid-uZMs17NVTY .mbr-text {
  margin-top: 2rem;
  color: #465052;
  text-align: left;
}
.cid-uZMs17NVTY .container-fluid {
  max-width: 1200px;
}
.cid-uZMs17NVTY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZMs17NVTY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZMs17NVTY .row > div,
.cid-uZMs17NVTY .mbr-section-title {
  text-align: left;
}
.cid-uZMs17NVTY .row > div,
.cid-uZMs17NVTY .mbr-section-subtitle {
  color: #36fdd3;
}
.cid-uZMrRRIZGe {
  background-image: url("../../../assets/images/6672-1500x1000.jpg");
}
.cid-uZMrRRIZGe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZMrRRIZGe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZMrRRIZGe .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uZMrRRIZGe .image-wrap {
    height: 350px;
  }
}
.cid-uZMrsiiwy5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZMrsiiwy5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZMrsiiwy5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZMrsiiwy5 .content-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZMrsiiwy5 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZMrsiiwy5 .content-wrapper .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZMrsiiwy5 .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZMrsiiwy5 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZMrsiiwy5 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZMrsiiwy5 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZMrsiiwy5 .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uZMrsiiwy5 .nav-wrapper {
  margin-bottom: 100px;
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .cid-uZMrsiiwy5 .nav-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-uZMrsiiwy5 .nav-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.cid-uZMrsiiwy5 .nav-wrapper .mbr-nav-title {
  padding: 0 12px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZMrsiiwy5 .nav-wrapper .mbr-nav-title {
    margin-bottom: 24px;
  }
}
.cid-uZMrsiiwy5 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-uZMrsiiwy5 .nav-wrapper .list .item-wrap {
  position: relative;
  padding: 4px 32px 4px 12px;
  margin-bottom: 8px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uZMrsiiwy5 .nav-wrapper .list .item-wrap::before {
  content: '→';
  position: absolute;
  top: 4px;
  right: 12px;
  font-size: 22px;
  color: #36fdd3;
  transition: all .3s ease;
}
.cid-uZMrsiiwy5 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uZMrsiiwy5 .nav-wrapper .list .item-wrap:hover,
.cid-uZMrsiiwy5 .nav-wrapper .list .item-wrap:focus {
  background-color: #f4f6fa;
  color: #7b86a1;
}
.cid-uZMrsiiwy5 .nav-wrapper .list .item-wrap:hover::before,
.cid-uZMrsiiwy5 .nav-wrapper .list .item-wrap:focus::before {
  color: #7b86a1;
}
@media (max-width: 992px) {
  .cid-uZMrsiiwy5 .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZMrsiiwy5 .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uZMrsiiwy5 .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-uZMrsiiwy5 .social-wrapper .social-wrap .soc-item {
    margin-right: 12px;
  }
}
.cid-uZMrsiiwy5 .social-wrapper .social-wrap .soc-item:last-child {
  margin-right: 0;
}
.cid-uZMrsiiwy5 .social-wrapper .social-wrap .soc-item:hover,
.cid-uZMrsiiwy5 .social-wrapper .social-wrap .soc-item:hover {
  background-color: #a6adbf;
  border: 3px solid #afb5c5;
  box-shadow: 0 18px 32px -8px #a6adbf;
}
.cid-uZMrsiiwy5 .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont,
.cid-uZMrsiiwy5 .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont {
  color: #ffffff !important;
}
.cid-uZMrsiiwy5 .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-uZMrsiiwy5 .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uZMrsiiwy5 .mbr-copy {
  padding-left: 240px;
  margin-bottom: 0;
  padding: 0 !important;
  color: #666666;
}
@media (max-width: 1440px) {
  .cid-uZMrsiiwy5 .mbr-copy {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-uZMrsiiwy5 .mbr-copy {
    padding-left: 0;
  }
}
.cid-uZMrsiiwy5 .card {
  justify-content: center;
}
.cid-uZMrsiiwy5 .mbr-section-title {
  color: #111111;
}
.cid-uZMrsiiwy5 .mbr-section-subtitle {
  color: #36fdd3;
}
.cid-uZMrsiiwy5 .mbr-text,
.cid-uZMrsiiwy5 .text-wrapper {
  color: #666666;
}
.cid-uZMrsiiwy5 .mbr-nav-title {
  color: #556488;
}
.cid-uZMrsiiwy5 .list {
  color: #ff6d99;
}
.cid-uZMsMhSgM0 .navbar-dropdown {
  position: relative !important;
}
.cid-uZMsMhSgM0 .navbar-dropdown {
  position: absolute !important;
}
.cid-uZMsMhSgM0 .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-uZMsMhSgM0 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZMsMhSgM0 .dropdown-item {
  border: none !important;
  background: #111111 !important;
  font-weight: 600;
}
.cid-uZMsMhSgM0 .dropdown-item:hover,
.cid-uZMsMhSgM0 .dropdown-item:focus {
  background: #111111 !important;
  color: #ff6d99 !important;
}
.cid-uZMsMhSgM0 .dropdown-item:hover span {
  color: white;
}
.cid-uZMsMhSgM0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZMsMhSgM0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZMsMhSgM0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZMsMhSgM0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZMsMhSgM0 .nav-link {
  position: relative;
}
.cid-uZMsMhSgM0 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uZMsMhSgM0 .container {
    flex-wrap: nowrap;
  }
}
.cid-uZMsMhSgM0 .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uZMsMhSgM0 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZMsMhSgM0 .dropdown-menu,
.cid-uZMsMhSgM0 .navbar.opened {
  background: #111111 !important;
}
.cid-uZMsMhSgM0 .nav-item:focus,
.cid-uZMsMhSgM0 .nav-link:focus {
  outline: none;
}
.cid-uZMsMhSgM0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZMsMhSgM0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZMsMhSgM0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZMsMhSgM0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZMsMhSgM0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZMsMhSgM0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZMsMhSgM0 .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-uZMsMhSgM0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uZMsMhSgM0 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uZMsMhSgM0 .navbar .navbar-logo img {
  width: auto;
}
.cid-uZMsMhSgM0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZMsMhSgM0 .navbar.collapsed {
  justify-content: center;
}
.cid-uZMsMhSgM0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZMsMhSgM0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZMsMhSgM0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uZMsMhSgM0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZMsMhSgM0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZMsMhSgM0 .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-uZMsMhSgM0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZMsMhSgM0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZMsMhSgM0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZMsMhSgM0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZMsMhSgM0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZMsMhSgM0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZMsMhSgM0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZMsMhSgM0 .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-uZMsMhSgM0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZMsMhSgM0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZMsMhSgM0 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uZMsMhSgM0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZMsMhSgM0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZMsMhSgM0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZMsMhSgM0 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZMsMhSgM0 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZMsMhSgM0 .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-uZMsMhSgM0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uZMsMhSgM0 .navbar-brand .navbar-caption:hover,
.cid-uZMsMhSgM0 .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZMsMhSgM0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZMsMhSgM0 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZMsMhSgM0 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZMsMhSgM0 .dropdown-item.active,
.cid-uZMsMhSgM0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uZMsMhSgM0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZMsMhSgM0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZMsMhSgM0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZMsMhSgM0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZMsMhSgM0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZMsMhSgM0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZMsMhSgM0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZMsMhSgM0 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZMsMhSgM0 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZMsMhSgM0 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZMsMhSgM0 .navbar-buttons {
    text-align: left;
  }
}
.cid-uZMsMhSgM0 .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-uZMsMhSgM0 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZMsMhSgM0 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-uZMsMhSgM0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-uZMsMhSgM0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZMsMhSgM0 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZMsMhSgM0 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZMsMhSgM0 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZMsMhSgM0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZMsMhSgM0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZMsMhSgM0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZMsMhSgM0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZMsMhSgM0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZMsMhSgM0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZMsMhSgM0 .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-uZMsMhSgM0 .navbar {
    height: 70px;
  }
  .cid-uZMsMhSgM0 .navbar.opened {
    height: auto;
  }
  .cid-uZMsMhSgM0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZMsMhSgM0 .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uZMsMhSgM0 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZMsMhSgM0 .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-uZMsMhSgM0 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZMsMhSgM0 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-uZMsMhSgM0 .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uZMsMhSgM0 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZMsMhSgM0 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZMsMhSgM0 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZMsMhSgM0 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZMsMhSgM0 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZMsMhSgM0 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZMsMhSgM0 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZMsMhSgM0 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZMsMhSgM0 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZMsMhSgM0 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZMsMhSgM0 .content-wrap {
  min-height: 110px;
}
.cid-uZMsMiQlDU {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uZMsMiQlDU {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.cid-uZMsMiQlDU .mbr-text {
  margin-top: 2rem;
  color: #465052;
  text-align: left;
}
.cid-uZMsMiQlDU .container-fluid {
  max-width: 1200px;
}
.cid-uZMsMiQlDU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZMsMiQlDU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZMsMiQlDU .row > div,
.cid-uZMsMiQlDU .mbr-section-title {
  text-align: left;
}
.cid-uZMsMiQlDU .row > div,
.cid-uZMsMiQlDU .mbr-section-subtitle {
  color: #36fdd3;
}
.cid-uZMsMjjAFk {
  background-image: url("../../../assets/images/19348-1500x1000.jpg");
}
.cid-uZMsMjjAFk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZMsMjjAFk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZMsMjjAFk .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uZMsMjjAFk .image-wrap {
    height: 350px;
  }
}
.cid-uZMsMjCbMe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZMsMjCbMe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZMsMjCbMe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZMsMjCbMe .content-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZMsMjCbMe .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZMsMjCbMe .content-wrapper .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZMsMjCbMe .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZMsMjCbMe .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZMsMjCbMe .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZMsMjCbMe .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZMsMjCbMe .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uZMsMjCbMe .nav-wrapper {
  margin-bottom: 100px;
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .cid-uZMsMjCbMe .nav-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-uZMsMjCbMe .nav-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.cid-uZMsMjCbMe .nav-wrapper .mbr-nav-title {
  padding: 0 12px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZMsMjCbMe .nav-wrapper .mbr-nav-title {
    margin-bottom: 24px;
  }
}
.cid-uZMsMjCbMe .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-uZMsMjCbMe .nav-wrapper .list .item-wrap {
  position: relative;
  padding: 4px 32px 4px 12px;
  margin-bottom: 8px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uZMsMjCbMe .nav-wrapper .list .item-wrap::before {
  content: '→';
  position: absolute;
  top: 4px;
  right: 12px;
  font-size: 22px;
  color: #36fdd3;
  transition: all .3s ease;
}
.cid-uZMsMjCbMe .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uZMsMjCbMe .nav-wrapper .list .item-wrap:hover,
.cid-uZMsMjCbMe .nav-wrapper .list .item-wrap:focus {
  background-color: #f4f6fa;
  color: #7b86a1;
}
.cid-uZMsMjCbMe .nav-wrapper .list .item-wrap:hover::before,
.cid-uZMsMjCbMe .nav-wrapper .list .item-wrap:focus::before {
  color: #7b86a1;
}
@media (max-width: 992px) {
  .cid-uZMsMjCbMe .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZMsMjCbMe .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uZMsMjCbMe .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-uZMsMjCbMe .social-wrapper .social-wrap .soc-item {
    margin-right: 12px;
  }
}
.cid-uZMsMjCbMe .social-wrapper .social-wrap .soc-item:last-child {
  margin-right: 0;
}
.cid-uZMsMjCbMe .social-wrapper .social-wrap .soc-item:hover,
.cid-uZMsMjCbMe .social-wrapper .social-wrap .soc-item:hover {
  background-color: #a6adbf;
  border: 3px solid #afb5c5;
  box-shadow: 0 18px 32px -8px #a6adbf;
}
.cid-uZMsMjCbMe .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont,
.cid-uZMsMjCbMe .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont {
  color: #ffffff !important;
}
.cid-uZMsMjCbMe .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-uZMsMjCbMe .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uZMsMjCbMe .mbr-copy {
  padding-left: 240px;
  margin-bottom: 0;
  padding: 0 !important;
  color: #666666;
}
@media (max-width: 1440px) {
  .cid-uZMsMjCbMe .mbr-copy {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-uZMsMjCbMe .mbr-copy {
    padding-left: 0;
  }
}
.cid-uZMsMjCbMe .card {
  justify-content: center;
}
.cid-uZMsMjCbMe .mbr-section-title {
  color: #111111;
}
.cid-uZMsMjCbMe .mbr-section-subtitle {
  color: #36fdd3;
}
.cid-uZMsMjCbMe .mbr-text,
.cid-uZMsMjCbMe .text-wrapper {
  color: #666666;
}
.cid-uZMsMjCbMe .mbr-nav-title {
  color: #556488;
}
.cid-uZMsMjCbMe .list {
  color: #ff6d99;
}
.cid-uZMt5H2Fnr .navbar-dropdown {
  position: relative !important;
}
.cid-uZMt5H2Fnr .navbar-dropdown {
  position: absolute !important;
}
.cid-uZMt5H2Fnr .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-uZMt5H2Fnr .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZMt5H2Fnr .dropdown-item {
  border: none !important;
  background: #111111 !important;
  font-weight: 600;
}
.cid-uZMt5H2Fnr .dropdown-item:hover,
.cid-uZMt5H2Fnr .dropdown-item:focus {
  background: #111111 !important;
  color: #ff6d99 !important;
}
.cid-uZMt5H2Fnr .dropdown-item:hover span {
  color: white;
}
.cid-uZMt5H2Fnr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZMt5H2Fnr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZMt5H2Fnr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZMt5H2Fnr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZMt5H2Fnr .nav-link {
  position: relative;
}
.cid-uZMt5H2Fnr .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uZMt5H2Fnr .container {
    flex-wrap: nowrap;
  }
}
.cid-uZMt5H2Fnr .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uZMt5H2Fnr .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZMt5H2Fnr .dropdown-menu,
.cid-uZMt5H2Fnr .navbar.opened {
  background: #111111 !important;
}
.cid-uZMt5H2Fnr .nav-item:focus,
.cid-uZMt5H2Fnr .nav-link:focus {
  outline: none;
}
.cid-uZMt5H2Fnr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZMt5H2Fnr .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZMt5H2Fnr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZMt5H2Fnr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZMt5H2Fnr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZMt5H2Fnr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZMt5H2Fnr .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-uZMt5H2Fnr .navbar.opened {
  transition: all 0.3s;
}
.cid-uZMt5H2Fnr .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uZMt5H2Fnr .navbar .navbar-logo img {
  width: auto;
}
.cid-uZMt5H2Fnr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZMt5H2Fnr .navbar.collapsed {
  justify-content: center;
}
.cid-uZMt5H2Fnr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZMt5H2Fnr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZMt5H2Fnr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uZMt5H2Fnr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZMt5H2Fnr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZMt5H2Fnr .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-uZMt5H2Fnr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZMt5H2Fnr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZMt5H2Fnr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZMt5H2Fnr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZMt5H2Fnr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZMt5H2Fnr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZMt5H2Fnr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZMt5H2Fnr .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-uZMt5H2Fnr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZMt5H2Fnr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZMt5H2Fnr .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uZMt5H2Fnr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZMt5H2Fnr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZMt5H2Fnr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZMt5H2Fnr .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZMt5H2Fnr .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZMt5H2Fnr .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-uZMt5H2Fnr .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uZMt5H2Fnr .navbar-brand .navbar-caption:hover,
.cid-uZMt5H2Fnr .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZMt5H2Fnr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZMt5H2Fnr .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZMt5H2Fnr .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZMt5H2Fnr .dropdown-item.active,
.cid-uZMt5H2Fnr .dropdown-item:active {
  background-color: transparent;
}
.cid-uZMt5H2Fnr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZMt5H2Fnr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZMt5H2Fnr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZMt5H2Fnr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZMt5H2Fnr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZMt5H2Fnr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZMt5H2Fnr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZMt5H2Fnr ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZMt5H2Fnr ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZMt5H2Fnr .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZMt5H2Fnr .navbar-buttons {
    text-align: left;
  }
}
.cid-uZMt5H2Fnr .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-uZMt5H2Fnr .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZMt5H2Fnr 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-uZMt5H2Fnr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-uZMt5H2Fnr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZMt5H2Fnr button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZMt5H2Fnr button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZMt5H2Fnr button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZMt5H2Fnr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZMt5H2Fnr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZMt5H2Fnr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZMt5H2Fnr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZMt5H2Fnr .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZMt5H2Fnr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZMt5H2Fnr .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-uZMt5H2Fnr .navbar {
    height: 70px;
  }
  .cid-uZMt5H2Fnr .navbar.opened {
    height: auto;
  }
  .cid-uZMt5H2Fnr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZMt5H2Fnr .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uZMt5H2Fnr .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZMt5H2Fnr .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-uZMt5H2Fnr .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZMt5H2Fnr .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-uZMt5H2Fnr .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uZMt5H2Fnr .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZMt5H2Fnr .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZMt5H2Fnr .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZMt5H2Fnr .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZMt5H2Fnr .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZMt5H2Fnr .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZMt5H2Fnr .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZMt5H2Fnr .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZMt5H2Fnr .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZMt5H2Fnr .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZMt5H2Fnr .content-wrap {
  min-height: 110px;
}
.cid-uZMt5HZwWF {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uZMt5HZwWF {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.cid-uZMt5HZwWF .mbr-text {
  margin-top: 2rem;
  color: #465052;
  text-align: left;
}
.cid-uZMt5HZwWF .container-fluid {
  max-width: 1200px;
}
.cid-uZMt5HZwWF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZMt5HZwWF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZMt5HZwWF .row > div,
.cid-uZMt5HZwWF .mbr-section-title {
  text-align: left;
}
.cid-uZMt5HZwWF .row > div,
.cid-uZMt5HZwWF .mbr-section-subtitle {
  color: #36fdd3;
}
.cid-uZMt5IlXoz {
  background-image: url("../../../assets/images/19348-1500x1000.jpg");
}
.cid-uZMt5IlXoz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZMt5IlXoz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZMt5IlXoz .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uZMt5IlXoz .image-wrap {
    height: 350px;
  }
}
.cid-uZMt5IygIS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZMt5IygIS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZMt5IygIS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZMt5IygIS .content-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZMt5IygIS .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZMt5IygIS .content-wrapper .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZMt5IygIS .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZMt5IygIS .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZMt5IygIS .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZMt5IygIS .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZMt5IygIS .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uZMt5IygIS .nav-wrapper {
  margin-bottom: 100px;
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .cid-uZMt5IygIS .nav-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-uZMt5IygIS .nav-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.cid-uZMt5IygIS .nav-wrapper .mbr-nav-title {
  padding: 0 12px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZMt5IygIS .nav-wrapper .mbr-nav-title {
    margin-bottom: 24px;
  }
}
.cid-uZMt5IygIS .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-uZMt5IygIS .nav-wrapper .list .item-wrap {
  position: relative;
  padding: 4px 32px 4px 12px;
  margin-bottom: 8px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uZMt5IygIS .nav-wrapper .list .item-wrap::before {
  content: '→';
  position: absolute;
  top: 4px;
  right: 12px;
  font-size: 22px;
  color: #36fdd3;
  transition: all .3s ease;
}
.cid-uZMt5IygIS .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uZMt5IygIS .nav-wrapper .list .item-wrap:hover,
.cid-uZMt5IygIS .nav-wrapper .list .item-wrap:focus {
  background-color: #f4f6fa;
  color: #7b86a1;
}
.cid-uZMt5IygIS .nav-wrapper .list .item-wrap:hover::before,
.cid-uZMt5IygIS .nav-wrapper .list .item-wrap:focus::before {
  color: #7b86a1;
}
@media (max-width: 992px) {
  .cid-uZMt5IygIS .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZMt5IygIS .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uZMt5IygIS .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-uZMt5IygIS .social-wrapper .social-wrap .soc-item {
    margin-right: 12px;
  }
}
.cid-uZMt5IygIS .social-wrapper .social-wrap .soc-item:last-child {
  margin-right: 0;
}
.cid-uZMt5IygIS .social-wrapper .social-wrap .soc-item:hover,
.cid-uZMt5IygIS .social-wrapper .social-wrap .soc-item:hover {
  background-color: #a6adbf;
  border: 3px solid #afb5c5;
  box-shadow: 0 18px 32px -8px #a6adbf;
}
.cid-uZMt5IygIS .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont,
.cid-uZMt5IygIS .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont {
  color: #ffffff !important;
}
.cid-uZMt5IygIS .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-uZMt5IygIS .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uZMt5IygIS .mbr-copy {
  padding-left: 240px;
  margin-bottom: 0;
  padding: 0 !important;
  color: #666666;
}
@media (max-width: 1440px) {
  .cid-uZMt5IygIS .mbr-copy {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-uZMt5IygIS .mbr-copy {
    padding-left: 0;
  }
}
.cid-uZMt5IygIS .card {
  justify-content: center;
}
.cid-uZMt5IygIS .mbr-section-title {
  color: #111111;
}
.cid-uZMt5IygIS .mbr-section-subtitle {
  color: #36fdd3;
}
.cid-uZMt5IygIS .mbr-text,
.cid-uZMt5IygIS .text-wrapper {
  color: #666666;
}
.cid-uZMt5IygIS .mbr-nav-title {
  color: #556488;
}
.cid-uZMt5IygIS .list {
  color: #ff6d99;
}
.cid-uZMto2TUKR .navbar-dropdown {
  position: relative !important;
}
.cid-uZMto2TUKR .navbar-dropdown {
  position: absolute !important;
}
.cid-uZMto2TUKR .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-uZMto2TUKR .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZMto2TUKR .dropdown-item {
  border: none !important;
  background: #111111 !important;
  font-weight: 600;
}
.cid-uZMto2TUKR .dropdown-item:hover,
.cid-uZMto2TUKR .dropdown-item:focus {
  background: #111111 !important;
  color: #ff6d99 !important;
}
.cid-uZMto2TUKR .dropdown-item:hover span {
  color: white;
}
.cid-uZMto2TUKR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZMto2TUKR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZMto2TUKR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZMto2TUKR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZMto2TUKR .nav-link {
  position: relative;
}
.cid-uZMto2TUKR .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uZMto2TUKR .container {
    flex-wrap: nowrap;
  }
}
.cid-uZMto2TUKR .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uZMto2TUKR .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZMto2TUKR .dropdown-menu,
.cid-uZMto2TUKR .navbar.opened {
  background: #111111 !important;
}
.cid-uZMto2TUKR .nav-item:focus,
.cid-uZMto2TUKR .nav-link:focus {
  outline: none;
}
.cid-uZMto2TUKR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZMto2TUKR .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZMto2TUKR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZMto2TUKR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZMto2TUKR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZMto2TUKR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZMto2TUKR .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-uZMto2TUKR .navbar.opened {
  transition: all 0.3s;
}
.cid-uZMto2TUKR .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uZMto2TUKR .navbar .navbar-logo img {
  width: auto;
}
.cid-uZMto2TUKR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZMto2TUKR .navbar.collapsed {
  justify-content: center;
}
.cid-uZMto2TUKR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZMto2TUKR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZMto2TUKR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uZMto2TUKR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZMto2TUKR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZMto2TUKR .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-uZMto2TUKR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZMto2TUKR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZMto2TUKR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZMto2TUKR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZMto2TUKR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZMto2TUKR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZMto2TUKR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZMto2TUKR .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-uZMto2TUKR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZMto2TUKR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZMto2TUKR .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uZMto2TUKR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZMto2TUKR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZMto2TUKR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZMto2TUKR .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZMto2TUKR .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZMto2TUKR .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-uZMto2TUKR .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uZMto2TUKR .navbar-brand .navbar-caption:hover,
.cid-uZMto2TUKR .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZMto2TUKR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZMto2TUKR .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZMto2TUKR .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZMto2TUKR .dropdown-item.active,
.cid-uZMto2TUKR .dropdown-item:active {
  background-color: transparent;
}
.cid-uZMto2TUKR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZMto2TUKR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZMto2TUKR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZMto2TUKR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZMto2TUKR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZMto2TUKR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZMto2TUKR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZMto2TUKR ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZMto2TUKR ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZMto2TUKR .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZMto2TUKR .navbar-buttons {
    text-align: left;
  }
}
.cid-uZMto2TUKR .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-uZMto2TUKR .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZMto2TUKR 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-uZMto2TUKR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-uZMto2TUKR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZMto2TUKR button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZMto2TUKR button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZMto2TUKR button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZMto2TUKR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZMto2TUKR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZMto2TUKR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZMto2TUKR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZMto2TUKR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZMto2TUKR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZMto2TUKR .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-uZMto2TUKR .navbar {
    height: 70px;
  }
  .cid-uZMto2TUKR .navbar.opened {
    height: auto;
  }
  .cid-uZMto2TUKR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZMto2TUKR .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uZMto2TUKR .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZMto2TUKR .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-uZMto2TUKR .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZMto2TUKR .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-uZMto2TUKR .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uZMto2TUKR .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZMto2TUKR .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZMto2TUKR .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZMto2TUKR .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZMto2TUKR .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZMto2TUKR .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZMto2TUKR .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZMto2TUKR .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZMto2TUKR .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZMto2TUKR .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZMto2TUKR .content-wrap {
  min-height: 110px;
}
.cid-vjU4GGmrl0 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vjU4GGmrl0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjU4GGmrl0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjU4GGmrl0 .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vjU4GGmrl0 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vjU4GGmrl0 .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vjU4GGmrl0 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vjU4GGmrl0 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vjU4GGmrl0 .items-wrapper {
  align-items: center;
}
.cid-vjU4GGmrl0 .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vjU4GGmrl0 .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-vjU4GGmrl0 .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-vjU4GGmrl0 .items-wrapper .item .item-wrapper {
    min-height: 520px;
    padding: 24px;
  }
}
.cid-vjU4GGmrl0 .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-vjU4GGmrl0 .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vjU4GGmrl0 .items-wrapper .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-vjU4GGmrl0 .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-vjU4GGmrl0 .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-vjU4GGmrl0 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-vjU4GGmrl0 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-vjU4GGmrl0 .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-vjU4GGmrl0 .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-vjU4GGmrl0 .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-vjU4GGmrl0 .mbr-text,
.cid-vjU4GGmrl0 .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-vjU4GGmrl0 .card-title {
  color: #ffffff;
}
.cid-vjU4GGmrl0 .card-text {
  color: #ffffff;
}
.cid-uZMto4hF1K {
  background-image: url("../../../assets/images/17707-1500x1000.jpg");
}
.cid-uZMto4hF1K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZMto4hF1K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZMto4hF1K .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uZMto4hF1K .image-wrap {
    height: 350px;
  }
}
.cid-uZMto4vMV4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZMto4vMV4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZMto4vMV4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZMto4vMV4 .content-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZMto4vMV4 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZMto4vMV4 .content-wrapper .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZMto4vMV4 .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZMto4vMV4 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZMto4vMV4 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZMto4vMV4 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZMto4vMV4 .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uZMto4vMV4 .nav-wrapper {
  margin-bottom: 100px;
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .cid-uZMto4vMV4 .nav-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-uZMto4vMV4 .nav-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.cid-uZMto4vMV4 .nav-wrapper .mbr-nav-title {
  padding: 0 12px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZMto4vMV4 .nav-wrapper .mbr-nav-title {
    margin-bottom: 24px;
  }
}
.cid-uZMto4vMV4 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-uZMto4vMV4 .nav-wrapper .list .item-wrap {
  position: relative;
  padding: 4px 32px 4px 12px;
  margin-bottom: 8px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uZMto4vMV4 .nav-wrapper .list .item-wrap::before {
  content: '→';
  position: absolute;
  top: 4px;
  right: 12px;
  font-size: 22px;
  color: #36fdd3;
  transition: all .3s ease;
}
.cid-uZMto4vMV4 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uZMto4vMV4 .nav-wrapper .list .item-wrap:hover,
.cid-uZMto4vMV4 .nav-wrapper .list .item-wrap:focus {
  background-color: #f4f6fa;
  color: #7b86a1;
}
.cid-uZMto4vMV4 .nav-wrapper .list .item-wrap:hover::before,
.cid-uZMto4vMV4 .nav-wrapper .list .item-wrap:focus::before {
  color: #7b86a1;
}
@media (max-width: 992px) {
  .cid-uZMto4vMV4 .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZMto4vMV4 .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uZMto4vMV4 .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-uZMto4vMV4 .social-wrapper .social-wrap .soc-item {
    margin-right: 12px;
  }
}
.cid-uZMto4vMV4 .social-wrapper .social-wrap .soc-item:last-child {
  margin-right: 0;
}
.cid-uZMto4vMV4 .social-wrapper .social-wrap .soc-item:hover,
.cid-uZMto4vMV4 .social-wrapper .social-wrap .soc-item:hover {
  background-color: #a6adbf;
  border: 3px solid #afb5c5;
  box-shadow: 0 18px 32px -8px #a6adbf;
}
.cid-uZMto4vMV4 .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont,
.cid-uZMto4vMV4 .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont {
  color: #ffffff !important;
}
.cid-uZMto4vMV4 .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-uZMto4vMV4 .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uZMto4vMV4 .mbr-copy {
  padding-left: 240px;
  margin-bottom: 0;
  padding: 0 !important;
  color: #666666;
}
@media (max-width: 1440px) {
  .cid-uZMto4vMV4 .mbr-copy {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-uZMto4vMV4 .mbr-copy {
    padding-left: 0;
  }
}
.cid-uZMto4vMV4 .card {
  justify-content: center;
}
.cid-uZMto4vMV4 .mbr-section-title {
  color: #111111;
}
.cid-uZMto4vMV4 .mbr-section-subtitle {
  color: #36fdd3;
}
.cid-uZMto4vMV4 .mbr-text,
.cid-uZMto4vMV4 .text-wrapper {
  color: #666666;
}
.cid-uZMto4vMV4 .mbr-nav-title {
  color: #556488;
}
.cid-uZMto4vMV4 .list {
  color: #ff6d99;
}
.cid-uZMAF0v6l9 .navbar-dropdown {
  position: relative !important;
}
.cid-uZMAF0v6l9 .navbar-dropdown {
  position: absolute !important;
}
.cid-uZMAF0v6l9 .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-uZMAF0v6l9 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZMAF0v6l9 .dropdown-item {
  border: none !important;
  background: #111111 !important;
  font-weight: 600;
}
.cid-uZMAF0v6l9 .dropdown-item:hover,
.cid-uZMAF0v6l9 .dropdown-item:focus {
  background: #111111 !important;
  color: #ff6d99 !important;
}
.cid-uZMAF0v6l9 .dropdown-item:hover span {
  color: white;
}
.cid-uZMAF0v6l9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZMAF0v6l9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZMAF0v6l9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZMAF0v6l9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZMAF0v6l9 .nav-link {
  position: relative;
}
.cid-uZMAF0v6l9 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uZMAF0v6l9 .container {
    flex-wrap: nowrap;
  }
}
.cid-uZMAF0v6l9 .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uZMAF0v6l9 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZMAF0v6l9 .dropdown-menu,
.cid-uZMAF0v6l9 .navbar.opened {
  background: #111111 !important;
}
.cid-uZMAF0v6l9 .nav-item:focus,
.cid-uZMAF0v6l9 .nav-link:focus {
  outline: none;
}
.cid-uZMAF0v6l9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZMAF0v6l9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZMAF0v6l9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZMAF0v6l9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZMAF0v6l9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZMAF0v6l9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZMAF0v6l9 .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-uZMAF0v6l9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uZMAF0v6l9 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uZMAF0v6l9 .navbar .navbar-logo img {
  width: auto;
}
.cid-uZMAF0v6l9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZMAF0v6l9 .navbar.collapsed {
  justify-content: center;
}
.cid-uZMAF0v6l9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZMAF0v6l9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZMAF0v6l9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uZMAF0v6l9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZMAF0v6l9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZMAF0v6l9 .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-uZMAF0v6l9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZMAF0v6l9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZMAF0v6l9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZMAF0v6l9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZMAF0v6l9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZMAF0v6l9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZMAF0v6l9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZMAF0v6l9 .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-uZMAF0v6l9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZMAF0v6l9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZMAF0v6l9 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uZMAF0v6l9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZMAF0v6l9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZMAF0v6l9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZMAF0v6l9 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZMAF0v6l9 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZMAF0v6l9 .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-uZMAF0v6l9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uZMAF0v6l9 .navbar-brand .navbar-caption:hover,
.cid-uZMAF0v6l9 .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZMAF0v6l9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZMAF0v6l9 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZMAF0v6l9 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uZMAF0v6l9 .dropdown-item.active,
.cid-uZMAF0v6l9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uZMAF0v6l9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZMAF0v6l9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZMAF0v6l9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZMAF0v6l9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZMAF0v6l9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZMAF0v6l9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZMAF0v6l9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZMAF0v6l9 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZMAF0v6l9 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZMAF0v6l9 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZMAF0v6l9 .navbar-buttons {
    text-align: left;
  }
}
.cid-uZMAF0v6l9 .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-uZMAF0v6l9 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZMAF0v6l9 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-uZMAF0v6l9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-uZMAF0v6l9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZMAF0v6l9 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZMAF0v6l9 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZMAF0v6l9 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZMAF0v6l9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZMAF0v6l9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZMAF0v6l9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZMAF0v6l9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZMAF0v6l9 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZMAF0v6l9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZMAF0v6l9 .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-uZMAF0v6l9 .navbar {
    height: 70px;
  }
  .cid-uZMAF0v6l9 .navbar.opened {
    height: auto;
  }
  .cid-uZMAF0v6l9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZMAF0v6l9 .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uZMAF0v6l9 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZMAF0v6l9 .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-uZMAF0v6l9 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZMAF0v6l9 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-uZMAF0v6l9 .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uZMAF0v6l9 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZMAF0v6l9 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZMAF0v6l9 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZMAF0v6l9 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZMAF0v6l9 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZMAF0v6l9 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZMAF0v6l9 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZMAF0v6l9 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZMAF0v6l9 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZMAF0v6l9 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZMAF0v6l9 .content-wrap {
  min-height: 110px;
}
.cid-uZMATfuSdh {
  padding-top: 9rem;
  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-uZMATfuSdh {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-uZMATfuSdh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZMATfuSdh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZMATfuSdh .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZMATfuSdh .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZMATfuSdh .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uZMATfuSdh .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZMATfuSdh .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uZMATfuSdh .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZMATfuSdh .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZMATfuSdh .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZMATfuSdh .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uZMATfuSdh .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-uZMATfuSdh .image-wrapper {
    padding-left: 0;
  }
}
.cid-uZMATfuSdh .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uZMATfuSdh .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-uZMATfuSdh .image-wrapper img {
    height: 350px;
  }
}
.cid-uZMATfuSdh .mbr-label {
  color: #a6adbf;
}
.cid-uZMATfuSdh .mbr-section-title {
  color: #111111;
}
.cid-uZMATfuSdh .mbr-section-subtitle {
  color: #36fdd3;
}
.cid-uZMATfuSdh .mbr-text,
.cid-uZMATfuSdh .text-wrapper {
  color: #666666;
}
.cid-uZMB0Ff56D {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #f4f6fa;
}
@media (max-width: 767px) {
  .cid-uZMB0Ff56D {
    padding-top: 0px;
    padding-bottom: 40px;
  }
}
.cid-uZMB0Ff56D .mbr-text {
  margin-top: 2rem;
  color: #465052;
  text-align: left;
}
.cid-uZMB0Ff56D .container-fluid {
  max-width: 1200px;
}
.cid-uZMB0Ff56D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZMB0Ff56D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZMB0Ff56D .row > div,
.cid-uZMB0Ff56D .mbr-section-title {
  text-align: left;
}
.cid-uZMB0Ff56D .row > div,
.cid-uZMB0Ff56D .mbr-section-subtitle {
  color: #ff427b;
}
.cid-uZMAF3p8yG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZMAF3p8yG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZMAF3p8yG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZMAF3p8yG .content-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZMAF3p8yG .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZMAF3p8yG .content-wrapper .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uZMAF3p8yG .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZMAF3p8yG .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZMAF3p8yG .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uZMAF3p8yG .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZMAF3p8yG .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uZMAF3p8yG .nav-wrapper {
  margin-bottom: 100px;
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .cid-uZMAF3p8yG .nav-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-uZMAF3p8yG .nav-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.cid-uZMAF3p8yG .nav-wrapper .mbr-nav-title {
  padding: 0 12px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZMAF3p8yG .nav-wrapper .mbr-nav-title {
    margin-bottom: 24px;
  }
}
.cid-uZMAF3p8yG .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-uZMAF3p8yG .nav-wrapper .list .item-wrap {
  position: relative;
  padding: 4px 32px 4px 12px;
  margin-bottom: 8px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uZMAF3p8yG .nav-wrapper .list .item-wrap::before {
  content: '→';
  position: absolute;
  top: 4px;
  right: 12px;
  font-size: 22px;
  color: #36fdd3;
  transition: all .3s ease;
}
.cid-uZMAF3p8yG .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uZMAF3p8yG .nav-wrapper .list .item-wrap:hover,
.cid-uZMAF3p8yG .nav-wrapper .list .item-wrap:focus {
  background-color: #f4f6fa;
  color: #7b86a1;
}
.cid-uZMAF3p8yG .nav-wrapper .list .item-wrap:hover::before,
.cid-uZMAF3p8yG .nav-wrapper .list .item-wrap:focus::before {
  color: #7b86a1;
}
@media (max-width: 992px) {
  .cid-uZMAF3p8yG .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZMAF3p8yG .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uZMAF3p8yG .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-uZMAF3p8yG .social-wrapper .social-wrap .soc-item {
    margin-right: 12px;
  }
}
.cid-uZMAF3p8yG .social-wrapper .social-wrap .soc-item:last-child {
  margin-right: 0;
}
.cid-uZMAF3p8yG .social-wrapper .social-wrap .soc-item:hover,
.cid-uZMAF3p8yG .social-wrapper .social-wrap .soc-item:hover {
  background-color: #a6adbf;
  border: 3px solid #afb5c5;
  box-shadow: 0 18px 32px -8px #a6adbf;
}
.cid-uZMAF3p8yG .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont,
.cid-uZMAF3p8yG .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont {
  color: #ffffff !important;
}
.cid-uZMAF3p8yG .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-uZMAF3p8yG .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uZMAF3p8yG .mbr-copy {
  padding-left: 240px;
  margin-bottom: 0;
  padding: 0 !important;
  color: #666666;
}
@media (max-width: 1440px) {
  .cid-uZMAF3p8yG .mbr-copy {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-uZMAF3p8yG .mbr-copy {
    padding-left: 0;
  }
}
.cid-uZMAF3p8yG .card {
  justify-content: center;
}
.cid-uZMAF3p8yG .mbr-section-title {
  color: #111111;
}
.cid-uZMAF3p8yG .mbr-section-subtitle {
  color: #36fdd3;
}
.cid-uZMAF3p8yG .mbr-text,
.cid-uZMAF3p8yG .text-wrapper {
  color: #666666;
}
.cid-uZMAF3p8yG .mbr-nav-title {
  color: #556488;
}
.cid-uZMAF3p8yG .list {
  color: #ff6d99;
}
.cid-vjU5ZRlayt .navbar-dropdown {
  position: relative !important;
}
.cid-vjU5ZRlayt .navbar-dropdown {
  position: absolute !important;
}
.cid-vjU5ZRlayt .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-vjU5ZRlayt .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vjU5ZRlayt .dropdown-item {
  border: none !important;
  background: #111111 !important;
  font-weight: 600;
}
.cid-vjU5ZRlayt .dropdown-item:hover,
.cid-vjU5ZRlayt .dropdown-item:focus {
  background: #111111 !important;
  color: #ff6d99 !important;
}
.cid-vjU5ZRlayt .dropdown-item:hover span {
  color: white;
}
.cid-vjU5ZRlayt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vjU5ZRlayt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vjU5ZRlayt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vjU5ZRlayt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vjU5ZRlayt .nav-link {
  position: relative;
}
.cid-vjU5ZRlayt .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vjU5ZRlayt .container {
    flex-wrap: nowrap;
  }
}
.cid-vjU5ZRlayt .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-vjU5ZRlayt .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vjU5ZRlayt .dropdown-menu,
.cid-vjU5ZRlayt .navbar.opened {
  background: #111111 !important;
}
.cid-vjU5ZRlayt .nav-item:focus,
.cid-vjU5ZRlayt .nav-link:focus {
  outline: none;
}
.cid-vjU5ZRlayt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjU5ZRlayt .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vjU5ZRlayt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjU5ZRlayt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjU5ZRlayt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjU5ZRlayt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjU5ZRlayt .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-vjU5ZRlayt .navbar.opened {
  transition: all 0.3s;
}
.cid-vjU5ZRlayt .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vjU5ZRlayt .navbar .navbar-logo img {
  width: auto;
}
.cid-vjU5ZRlayt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vjU5ZRlayt .navbar.collapsed {
  justify-content: center;
}
.cid-vjU5ZRlayt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjU5ZRlayt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjU5ZRlayt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-vjU5ZRlayt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjU5ZRlayt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjU5ZRlayt .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-vjU5ZRlayt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjU5ZRlayt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vjU5ZRlayt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vjU5ZRlayt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjU5ZRlayt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjU5ZRlayt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjU5ZRlayt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vjU5ZRlayt .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-vjU5ZRlayt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vjU5ZRlayt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vjU5ZRlayt .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vjU5ZRlayt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vjU5ZRlayt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjU5ZRlayt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vjU5ZRlayt .navbar.navbar-short {
  min-height: 96px;
}
.cid-vjU5ZRlayt .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vjU5ZRlayt .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-vjU5ZRlayt .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-vjU5ZRlayt .navbar-brand .navbar-caption:hover,
.cid-vjU5ZRlayt .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-vjU5ZRlayt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjU5ZRlayt .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vjU5ZRlayt .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-vjU5ZRlayt .dropdown-item.active,
.cid-vjU5ZRlayt .dropdown-item:active {
  background-color: transparent;
}
.cid-vjU5ZRlayt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjU5ZRlayt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjU5ZRlayt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjU5ZRlayt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vjU5ZRlayt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vjU5ZRlayt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vjU5ZRlayt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vjU5ZRlayt ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vjU5ZRlayt ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vjU5ZRlayt .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vjU5ZRlayt .navbar-buttons {
    text-align: left;
  }
}
.cid-vjU5ZRlayt .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-vjU5ZRlayt .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vjU5ZRlayt 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-vjU5ZRlayt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-vjU5ZRlayt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vjU5ZRlayt button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vjU5ZRlayt button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vjU5ZRlayt button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vjU5ZRlayt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjU5ZRlayt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjU5ZRlayt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjU5ZRlayt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjU5ZRlayt .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vjU5ZRlayt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjU5ZRlayt .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-vjU5ZRlayt .navbar {
    height: 70px;
  }
  .cid-vjU5ZRlayt .navbar.opened {
    height: auto;
  }
  .cid-vjU5ZRlayt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjU5ZRlayt .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vjU5ZRlayt .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vjU5ZRlayt .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-vjU5ZRlayt .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vjU5ZRlayt .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-vjU5ZRlayt .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vjU5ZRlayt .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vjU5ZRlayt .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vjU5ZRlayt .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vjU5ZRlayt .navbar {
    justify-content: flex-start !important;
  }
  .cid-vjU5ZRlayt .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vjU5ZRlayt .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vjU5ZRlayt .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vjU5ZRlayt .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vjU5ZRlayt .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vjU5ZRlayt .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vjU5ZRlayt .content-wrap {
  min-height: 110px;
}
.cid-vjU5ZS4dUQ {
  padding-top: 9rem;
  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-vjU5ZS4dUQ {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-vjU5ZS4dUQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjU5ZS4dUQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjU5ZS4dUQ .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vjU5ZS4dUQ .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vjU5ZS4dUQ .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vjU5ZS4dUQ .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vjU5ZS4dUQ .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vjU5ZS4dUQ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vjU5ZS4dUQ .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vjU5ZS4dUQ .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vjU5ZS4dUQ .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vjU5ZS4dUQ .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-vjU5ZS4dUQ .image-wrapper {
    padding-left: 0;
  }
}
.cid-vjU5ZS4dUQ .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vjU5ZS4dUQ .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-vjU5ZS4dUQ .image-wrapper img {
    height: 350px;
  }
}
.cid-vjU5ZS4dUQ .mbr-label {
  color: #a6adbf;
}
.cid-vjU5ZS4dUQ .mbr-section-title {
  color: #111111;
}
.cid-vjU5ZS4dUQ .mbr-section-subtitle {
  color: #36fdd3;
}
.cid-vjU5ZS4dUQ .mbr-text,
.cid-vjU5ZS4dUQ .text-wrapper {
  color: #666666;
}
.cid-vjU5ZSiJfo {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #f4f6fa;
}
@media (max-width: 767px) {
  .cid-vjU5ZSiJfo {
    padding-top: 0px;
    padding-bottom: 40px;
  }
}
.cid-vjU5ZSiJfo .mbr-text {
  margin-top: 2rem;
  color: #465052;
  text-align: left;
}
.cid-vjU5ZSiJfo .container-fluid {
  max-width: 1200px;
}
.cid-vjU5ZSiJfo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjU5ZSiJfo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjU5ZSiJfo .row > div,
.cid-vjU5ZSiJfo .mbr-section-title {
  text-align: left;
}
.cid-vjU5ZSiJfo .row > div,
.cid-vjU5ZSiJfo .mbr-section-subtitle {
  color: #ff427b;
}
.cid-vjU5ZSp2iX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vjU5ZSp2iX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjU5ZSp2iX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjU5ZSp2iX .content-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vjU5ZSp2iX .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vjU5ZSp2iX .content-wrapper .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vjU5ZSp2iX .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vjU5ZSp2iX .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vjU5ZSp2iX .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vjU5ZSp2iX .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vjU5ZSp2iX .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vjU5ZSp2iX .nav-wrapper {
  margin-bottom: 100px;
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .cid-vjU5ZSp2iX .nav-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-vjU5ZSp2iX .nav-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.cid-vjU5ZSp2iX .nav-wrapper .mbr-nav-title {
  padding: 0 12px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vjU5ZSp2iX .nav-wrapper .mbr-nav-title {
    margin-bottom: 24px;
  }
}
.cid-vjU5ZSp2iX .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-vjU5ZSp2iX .nav-wrapper .list .item-wrap {
  position: relative;
  padding: 4px 32px 4px 12px;
  margin-bottom: 8px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vjU5ZSp2iX .nav-wrapper .list .item-wrap::before {
  content: '→';
  position: absolute;
  top: 4px;
  right: 12px;
  font-size: 22px;
  color: #36fdd3;
  transition: all .3s ease;
}
.cid-vjU5ZSp2iX .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vjU5ZSp2iX .nav-wrapper .list .item-wrap:hover,
.cid-vjU5ZSp2iX .nav-wrapper .list .item-wrap:focus {
  background-color: #f4f6fa;
  color: #7b86a1;
}
.cid-vjU5ZSp2iX .nav-wrapper .list .item-wrap:hover::before,
.cid-vjU5ZSp2iX .nav-wrapper .list .item-wrap:focus::before {
  color: #7b86a1;
}
@media (max-width: 992px) {
  .cid-vjU5ZSp2iX .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vjU5ZSp2iX .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vjU5ZSp2iX .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-vjU5ZSp2iX .social-wrapper .social-wrap .soc-item {
    margin-right: 12px;
  }
}
.cid-vjU5ZSp2iX .social-wrapper .social-wrap .soc-item:last-child {
  margin-right: 0;
}
.cid-vjU5ZSp2iX .social-wrapper .social-wrap .soc-item:hover,
.cid-vjU5ZSp2iX .social-wrapper .social-wrap .soc-item:hover {
  background-color: #a6adbf;
  border: 3px solid #afb5c5;
  box-shadow: 0 18px 32px -8px #a6adbf;
}
.cid-vjU5ZSp2iX .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont,
.cid-vjU5ZSp2iX .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont {
  color: #ffffff !important;
}
.cid-vjU5ZSp2iX .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-vjU5ZSp2iX .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-vjU5ZSp2iX .mbr-copy {
  padding-left: 240px;
  margin-bottom: 0;
  padding: 0 !important;
  color: #666666;
}
@media (max-width: 1440px) {
  .cid-vjU5ZSp2iX .mbr-copy {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-vjU5ZSp2iX .mbr-copy {
    padding-left: 0;
  }
}
.cid-vjU5ZSp2iX .card {
  justify-content: center;
}
.cid-vjU5ZSp2iX .mbr-section-title {
  color: #111111;
}
.cid-vjU5ZSp2iX .mbr-section-subtitle {
  color: #36fdd3;
}
.cid-vjU5ZSp2iX .mbr-text,
.cid-vjU5ZSp2iX .text-wrapper {
  color: #666666;
}
.cid-vjU5ZSp2iX .mbr-nav-title {
  color: #556488;
}
.cid-vjU5ZSp2iX .list {
  color: #ff6d99;
}
.cid-vjU9dyPgwI .navbar-dropdown {
  position: relative !important;
}
.cid-vjU9dyPgwI .navbar-dropdown {
  position: absolute !important;
}
.cid-vjU9dyPgwI .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-vjU9dyPgwI .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vjU9dyPgwI .dropdown-item {
  border: none !important;
  background: #111111 !important;
  font-weight: 600;
}
.cid-vjU9dyPgwI .dropdown-item:hover,
.cid-vjU9dyPgwI .dropdown-item:focus {
  background: #111111 !important;
  color: #ff6d99 !important;
}
.cid-vjU9dyPgwI .dropdown-item:hover span {
  color: white;
}
.cid-vjU9dyPgwI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vjU9dyPgwI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vjU9dyPgwI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vjU9dyPgwI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vjU9dyPgwI .nav-link {
  position: relative;
}
.cid-vjU9dyPgwI .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vjU9dyPgwI .container {
    flex-wrap: nowrap;
  }
}
.cid-vjU9dyPgwI .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-vjU9dyPgwI .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vjU9dyPgwI .dropdown-menu,
.cid-vjU9dyPgwI .navbar.opened {
  background: #111111 !important;
}
.cid-vjU9dyPgwI .nav-item:focus,
.cid-vjU9dyPgwI .nav-link:focus {
  outline: none;
}
.cid-vjU9dyPgwI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjU9dyPgwI .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vjU9dyPgwI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjU9dyPgwI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjU9dyPgwI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjU9dyPgwI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjU9dyPgwI .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-vjU9dyPgwI .navbar.opened {
  transition: all 0.3s;
}
.cid-vjU9dyPgwI .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vjU9dyPgwI .navbar .navbar-logo img {
  width: auto;
}
.cid-vjU9dyPgwI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vjU9dyPgwI .navbar.collapsed {
  justify-content: center;
}
.cid-vjU9dyPgwI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjU9dyPgwI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjU9dyPgwI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-vjU9dyPgwI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjU9dyPgwI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjU9dyPgwI .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-vjU9dyPgwI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjU9dyPgwI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vjU9dyPgwI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vjU9dyPgwI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjU9dyPgwI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjU9dyPgwI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjU9dyPgwI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vjU9dyPgwI .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-vjU9dyPgwI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vjU9dyPgwI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vjU9dyPgwI .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vjU9dyPgwI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vjU9dyPgwI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjU9dyPgwI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vjU9dyPgwI .navbar.navbar-short {
  min-height: 96px;
}
.cid-vjU9dyPgwI .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vjU9dyPgwI .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-vjU9dyPgwI .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-vjU9dyPgwI .navbar-brand .navbar-caption:hover,
.cid-vjU9dyPgwI .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-vjU9dyPgwI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjU9dyPgwI .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vjU9dyPgwI .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-vjU9dyPgwI .dropdown-item.active,
.cid-vjU9dyPgwI .dropdown-item:active {
  background-color: transparent;
}
.cid-vjU9dyPgwI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjU9dyPgwI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjU9dyPgwI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjU9dyPgwI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vjU9dyPgwI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vjU9dyPgwI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vjU9dyPgwI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vjU9dyPgwI ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vjU9dyPgwI ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vjU9dyPgwI .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vjU9dyPgwI .navbar-buttons {
    text-align: left;
  }
}
.cid-vjU9dyPgwI .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-vjU9dyPgwI .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vjU9dyPgwI 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-vjU9dyPgwI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-vjU9dyPgwI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vjU9dyPgwI button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vjU9dyPgwI button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vjU9dyPgwI button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vjU9dyPgwI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjU9dyPgwI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjU9dyPgwI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjU9dyPgwI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjU9dyPgwI .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vjU9dyPgwI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjU9dyPgwI .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-vjU9dyPgwI .navbar {
    height: 70px;
  }
  .cid-vjU9dyPgwI .navbar.opened {
    height: auto;
  }
  .cid-vjU9dyPgwI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjU9dyPgwI .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vjU9dyPgwI .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vjU9dyPgwI .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-vjU9dyPgwI .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vjU9dyPgwI .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-vjU9dyPgwI .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vjU9dyPgwI .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vjU9dyPgwI .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vjU9dyPgwI .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vjU9dyPgwI .navbar {
    justify-content: flex-start !important;
  }
  .cid-vjU9dyPgwI .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vjU9dyPgwI .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vjU9dyPgwI .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vjU9dyPgwI .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vjU9dyPgwI .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vjU9dyPgwI .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vjU9dyPgwI .content-wrap {
  min-height: 110px;
}
.cid-vjU9dzud69 {
  padding-top: 9rem;
  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-vjU9dzud69 {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-vjU9dzud69 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjU9dzud69 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjU9dzud69 .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vjU9dzud69 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vjU9dzud69 .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vjU9dzud69 .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vjU9dzud69 .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vjU9dzud69 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vjU9dzud69 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vjU9dzud69 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vjU9dzud69 .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vjU9dzud69 .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-vjU9dzud69 .image-wrapper {
    padding-left: 0;
  }
}
.cid-vjU9dzud69 .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vjU9dzud69 .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-vjU9dzud69 .image-wrapper img {
    height: 350px;
  }
}
.cid-vjU9dzud69 .mbr-label {
  color: #a6adbf;
}
.cid-vjU9dzud69 .mbr-section-title {
  color: #111111;
}
.cid-vjU9dzud69 .mbr-section-subtitle {
  color: #36fdd3;
}
.cid-vjU9dzud69 .mbr-text,
.cid-vjU9dzud69 .text-wrapper {
  color: #666666;
}
.cid-vjU9dzHiad {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #f4f6fa;
}
@media (max-width: 767px) {
  .cid-vjU9dzHiad {
    padding-top: 0px;
    padding-bottom: 40px;
  }
}
.cid-vjU9dzHiad .mbr-text {
  margin-top: 2rem;
  color: #465052;
  text-align: left;
}
.cid-vjU9dzHiad .container-fluid {
  max-width: 1200px;
}
.cid-vjU9dzHiad .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjU9dzHiad .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjU9dzHiad .row > div,
.cid-vjU9dzHiad .mbr-section-title {
  text-align: left;
}
.cid-vjU9dzHiad .row > div,
.cid-vjU9dzHiad .mbr-section-subtitle {
  color: #ff427b;
}
.cid-vjU9dzQl0S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vjU9dzQl0S .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjU9dzQl0S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjU9dzQl0S .content-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vjU9dzQl0S .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vjU9dzQl0S .content-wrapper .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vjU9dzQl0S .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vjU9dzQl0S .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vjU9dzQl0S .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vjU9dzQl0S .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vjU9dzQl0S .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vjU9dzQl0S .nav-wrapper {
  margin-bottom: 100px;
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .cid-vjU9dzQl0S .nav-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-vjU9dzQl0S .nav-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.cid-vjU9dzQl0S .nav-wrapper .mbr-nav-title {
  padding: 0 12px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vjU9dzQl0S .nav-wrapper .mbr-nav-title {
    margin-bottom: 24px;
  }
}
.cid-vjU9dzQl0S .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-vjU9dzQl0S .nav-wrapper .list .item-wrap {
  position: relative;
  padding: 4px 32px 4px 12px;
  margin-bottom: 8px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vjU9dzQl0S .nav-wrapper .list .item-wrap::before {
  content: '→';
  position: absolute;
  top: 4px;
  right: 12px;
  font-size: 22px;
  color: #36fdd3;
  transition: all .3s ease;
}
.cid-vjU9dzQl0S .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vjU9dzQl0S .nav-wrapper .list .item-wrap:hover,
.cid-vjU9dzQl0S .nav-wrapper .list .item-wrap:focus {
  background-color: #f4f6fa;
  color: #7b86a1;
}
.cid-vjU9dzQl0S .nav-wrapper .list .item-wrap:hover::before,
.cid-vjU9dzQl0S .nav-wrapper .list .item-wrap:focus::before {
  color: #7b86a1;
}
@media (max-width: 992px) {
  .cid-vjU9dzQl0S .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vjU9dzQl0S .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vjU9dzQl0S .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-vjU9dzQl0S .social-wrapper .social-wrap .soc-item {
    margin-right: 12px;
  }
}
.cid-vjU9dzQl0S .social-wrapper .social-wrap .soc-item:last-child {
  margin-right: 0;
}
.cid-vjU9dzQl0S .social-wrapper .social-wrap .soc-item:hover,
.cid-vjU9dzQl0S .social-wrapper .social-wrap .soc-item:hover {
  background-color: #a6adbf;
  border: 3px solid #afb5c5;
  box-shadow: 0 18px 32px -8px #a6adbf;
}
.cid-vjU9dzQl0S .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont,
.cid-vjU9dzQl0S .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont {
  color: #ffffff !important;
}
.cid-vjU9dzQl0S .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-vjU9dzQl0S .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-vjU9dzQl0S .mbr-copy {
  padding-left: 240px;
  margin-bottom: 0;
  padding: 0 !important;
  color: #666666;
}
@media (max-width: 1440px) {
  .cid-vjU9dzQl0S .mbr-copy {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-vjU9dzQl0S .mbr-copy {
    padding-left: 0;
  }
}
.cid-vjU9dzQl0S .card {
  justify-content: center;
}
.cid-vjU9dzQl0S .mbr-section-title {
  color: #111111;
}
.cid-vjU9dzQl0S .mbr-section-subtitle {
  color: #36fdd3;
}
.cid-vjU9dzQl0S .mbr-text,
.cid-vjU9dzQl0S .text-wrapper {
  color: #666666;
}
.cid-vjU9dzQl0S .mbr-nav-title {
  color: #556488;
}
.cid-vjU9dzQl0S .list {
  color: #ff6d99;
}
.cid-vjU9a7vofQ .navbar-dropdown {
  position: relative !important;
}
.cid-vjU9a7vofQ .navbar-dropdown {
  position: absolute !important;
}
.cid-vjU9a7vofQ .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-vjU9a7vofQ .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vjU9a7vofQ .dropdown-item {
  border: none !important;
  background: #111111 !important;
  font-weight: 600;
}
.cid-vjU9a7vofQ .dropdown-item:hover,
.cid-vjU9a7vofQ .dropdown-item:focus {
  background: #111111 !important;
  color: #ff6d99 !important;
}
.cid-vjU9a7vofQ .dropdown-item:hover span {
  color: white;
}
.cid-vjU9a7vofQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vjU9a7vofQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vjU9a7vofQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vjU9a7vofQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vjU9a7vofQ .nav-link {
  position: relative;
}
.cid-vjU9a7vofQ .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vjU9a7vofQ .container {
    flex-wrap: nowrap;
  }
}
.cid-vjU9a7vofQ .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-vjU9a7vofQ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vjU9a7vofQ .dropdown-menu,
.cid-vjU9a7vofQ .navbar.opened {
  background: #111111 !important;
}
.cid-vjU9a7vofQ .nav-item:focus,
.cid-vjU9a7vofQ .nav-link:focus {
  outline: none;
}
.cid-vjU9a7vofQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjU9a7vofQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vjU9a7vofQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjU9a7vofQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjU9a7vofQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjU9a7vofQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjU9a7vofQ .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-vjU9a7vofQ .navbar.opened {
  transition: all 0.3s;
}
.cid-vjU9a7vofQ .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vjU9a7vofQ .navbar .navbar-logo img {
  width: auto;
}
.cid-vjU9a7vofQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vjU9a7vofQ .navbar.collapsed {
  justify-content: center;
}
.cid-vjU9a7vofQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjU9a7vofQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjU9a7vofQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-vjU9a7vofQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjU9a7vofQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjU9a7vofQ .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-vjU9a7vofQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjU9a7vofQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vjU9a7vofQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vjU9a7vofQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjU9a7vofQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjU9a7vofQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjU9a7vofQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vjU9a7vofQ .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-vjU9a7vofQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vjU9a7vofQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vjU9a7vofQ .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vjU9a7vofQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vjU9a7vofQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjU9a7vofQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vjU9a7vofQ .navbar.navbar-short {
  min-height: 96px;
}
.cid-vjU9a7vofQ .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vjU9a7vofQ .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-vjU9a7vofQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-vjU9a7vofQ .navbar-brand .navbar-caption:hover,
.cid-vjU9a7vofQ .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-vjU9a7vofQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjU9a7vofQ .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vjU9a7vofQ .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-vjU9a7vofQ .dropdown-item.active,
.cid-vjU9a7vofQ .dropdown-item:active {
  background-color: transparent;
}
.cid-vjU9a7vofQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjU9a7vofQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjU9a7vofQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjU9a7vofQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vjU9a7vofQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vjU9a7vofQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vjU9a7vofQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vjU9a7vofQ ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vjU9a7vofQ ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vjU9a7vofQ .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vjU9a7vofQ .navbar-buttons {
    text-align: left;
  }
}
.cid-vjU9a7vofQ .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-vjU9a7vofQ .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vjU9a7vofQ 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-vjU9a7vofQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-vjU9a7vofQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vjU9a7vofQ button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vjU9a7vofQ button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vjU9a7vofQ button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vjU9a7vofQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjU9a7vofQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjU9a7vofQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjU9a7vofQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjU9a7vofQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vjU9a7vofQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjU9a7vofQ .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-vjU9a7vofQ .navbar {
    height: 70px;
  }
  .cid-vjU9a7vofQ .navbar.opened {
    height: auto;
  }
  .cid-vjU9a7vofQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjU9a7vofQ .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vjU9a7vofQ .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vjU9a7vofQ .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-vjU9a7vofQ .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vjU9a7vofQ .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-vjU9a7vofQ .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vjU9a7vofQ .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vjU9a7vofQ .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vjU9a7vofQ .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vjU9a7vofQ .navbar {
    justify-content: flex-start !important;
  }
  .cid-vjU9a7vofQ .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vjU9a7vofQ .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vjU9a7vofQ .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vjU9a7vofQ .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vjU9a7vofQ .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vjU9a7vofQ .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vjU9a7vofQ .content-wrap {
  min-height: 110px;
}
.cid-vjU9a8fqrX {
  padding-top: 9rem;
  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-vjU9a8fqrX {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-vjU9a8fqrX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjU9a8fqrX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjU9a8fqrX .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vjU9a8fqrX .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vjU9a8fqrX .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vjU9a8fqrX .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vjU9a8fqrX .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vjU9a8fqrX .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vjU9a8fqrX .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vjU9a8fqrX .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vjU9a8fqrX .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vjU9a8fqrX .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-vjU9a8fqrX .image-wrapper {
    padding-left: 0;
  }
}
.cid-vjU9a8fqrX .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vjU9a8fqrX .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-vjU9a8fqrX .image-wrapper img {
    height: 350px;
  }
}
.cid-vjU9a8fqrX .mbr-label {
  color: #a6adbf;
}
.cid-vjU9a8fqrX .mbr-section-title {
  color: #111111;
}
.cid-vjU9a8fqrX .mbr-section-subtitle {
  color: #36fdd3;
}
.cid-vjU9a8fqrX .mbr-text,
.cid-vjU9a8fqrX .text-wrapper {
  color: #666666;
}
.cid-vjU9a8szMa {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #f4f6fa;
}
@media (max-width: 767px) {
  .cid-vjU9a8szMa {
    padding-top: 0px;
    padding-bottom: 40px;
  }
}
.cid-vjU9a8szMa .mbr-text {
  margin-top: 2rem;
  color: #465052;
  text-align: left;
}
.cid-vjU9a8szMa .container-fluid {
  max-width: 1200px;
}
.cid-vjU9a8szMa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjU9a8szMa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjU9a8szMa .row > div,
.cid-vjU9a8szMa .mbr-section-title {
  text-align: left;
}
.cid-vjU9a8szMa .row > div,
.cid-vjU9a8szMa .mbr-section-subtitle {
  color: #ff427b;
}
.cid-vjU9a8BkjJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vjU9a8BkjJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjU9a8BkjJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjU9a8BkjJ .content-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vjU9a8BkjJ .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vjU9a8BkjJ .content-wrapper .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vjU9a8BkjJ .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vjU9a8BkjJ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vjU9a8BkjJ .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vjU9a8BkjJ .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vjU9a8BkjJ .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vjU9a8BkjJ .nav-wrapper {
  margin-bottom: 100px;
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .cid-vjU9a8BkjJ .nav-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-vjU9a8BkjJ .nav-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.cid-vjU9a8BkjJ .nav-wrapper .mbr-nav-title {
  padding: 0 12px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vjU9a8BkjJ .nav-wrapper .mbr-nav-title {
    margin-bottom: 24px;
  }
}
.cid-vjU9a8BkjJ .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-vjU9a8BkjJ .nav-wrapper .list .item-wrap {
  position: relative;
  padding: 4px 32px 4px 12px;
  margin-bottom: 8px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vjU9a8BkjJ .nav-wrapper .list .item-wrap::before {
  content: '→';
  position: absolute;
  top: 4px;
  right: 12px;
  font-size: 22px;
  color: #36fdd3;
  transition: all .3s ease;
}
.cid-vjU9a8BkjJ .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vjU9a8BkjJ .nav-wrapper .list .item-wrap:hover,
.cid-vjU9a8BkjJ .nav-wrapper .list .item-wrap:focus {
  background-color: #f4f6fa;
  color: #7b86a1;
}
.cid-vjU9a8BkjJ .nav-wrapper .list .item-wrap:hover::before,
.cid-vjU9a8BkjJ .nav-wrapper .list .item-wrap:focus::before {
  color: #7b86a1;
}
@media (max-width: 992px) {
  .cid-vjU9a8BkjJ .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vjU9a8BkjJ .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vjU9a8BkjJ .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-vjU9a8BkjJ .social-wrapper .social-wrap .soc-item {
    margin-right: 12px;
  }
}
.cid-vjU9a8BkjJ .social-wrapper .social-wrap .soc-item:last-child {
  margin-right: 0;
}
.cid-vjU9a8BkjJ .social-wrapper .social-wrap .soc-item:hover,
.cid-vjU9a8BkjJ .social-wrapper .social-wrap .soc-item:hover {
  background-color: #a6adbf;
  border: 3px solid #afb5c5;
  box-shadow: 0 18px 32px -8px #a6adbf;
}
.cid-vjU9a8BkjJ .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont,
.cid-vjU9a8BkjJ .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont {
  color: #ffffff !important;
}
.cid-vjU9a8BkjJ .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-vjU9a8BkjJ .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-vjU9a8BkjJ .mbr-copy {
  padding-left: 240px;
  margin-bottom: 0;
  padding: 0 !important;
  color: #666666;
}
@media (max-width: 1440px) {
  .cid-vjU9a8BkjJ .mbr-copy {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-vjU9a8BkjJ .mbr-copy {
    padding-left: 0;
  }
}
.cid-vjU9a8BkjJ .card {
  justify-content: center;
}
.cid-vjU9a8BkjJ .mbr-section-title {
  color: #111111;
}
.cid-vjU9a8BkjJ .mbr-section-subtitle {
  color: #36fdd3;
}
.cid-vjU9a8BkjJ .mbr-text,
.cid-vjU9a8BkjJ .text-wrapper {
  color: #666666;
}
.cid-vjU9a8BkjJ .mbr-nav-title {
  color: #556488;
}
.cid-vjU9a8BkjJ .list {
  color: #ff6d99;
}
.cid-vjU96LwxU7 .navbar-dropdown {
  position: relative !important;
}
.cid-vjU96LwxU7 .navbar-dropdown {
  position: absolute !important;
}
.cid-vjU96LwxU7 .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-vjU96LwxU7 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vjU96LwxU7 .dropdown-item {
  border: none !important;
  background: #111111 !important;
  font-weight: 600;
}
.cid-vjU96LwxU7 .dropdown-item:hover,
.cid-vjU96LwxU7 .dropdown-item:focus {
  background: #111111 !important;
  color: #ff6d99 !important;
}
.cid-vjU96LwxU7 .dropdown-item:hover span {
  color: white;
}
.cid-vjU96LwxU7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vjU96LwxU7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vjU96LwxU7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vjU96LwxU7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vjU96LwxU7 .nav-link {
  position: relative;
}
.cid-vjU96LwxU7 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vjU96LwxU7 .container {
    flex-wrap: nowrap;
  }
}
.cid-vjU96LwxU7 .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-vjU96LwxU7 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vjU96LwxU7 .dropdown-menu,
.cid-vjU96LwxU7 .navbar.opened {
  background: #111111 !important;
}
.cid-vjU96LwxU7 .nav-item:focus,
.cid-vjU96LwxU7 .nav-link:focus {
  outline: none;
}
.cid-vjU96LwxU7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjU96LwxU7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vjU96LwxU7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjU96LwxU7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjU96LwxU7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjU96LwxU7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjU96LwxU7 .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-vjU96LwxU7 .navbar.opened {
  transition: all 0.3s;
}
.cid-vjU96LwxU7 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vjU96LwxU7 .navbar .navbar-logo img {
  width: auto;
}
.cid-vjU96LwxU7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vjU96LwxU7 .navbar.collapsed {
  justify-content: center;
}
.cid-vjU96LwxU7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjU96LwxU7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjU96LwxU7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-vjU96LwxU7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjU96LwxU7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjU96LwxU7 .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-vjU96LwxU7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjU96LwxU7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vjU96LwxU7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vjU96LwxU7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjU96LwxU7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjU96LwxU7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjU96LwxU7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vjU96LwxU7 .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-vjU96LwxU7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vjU96LwxU7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vjU96LwxU7 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vjU96LwxU7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vjU96LwxU7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjU96LwxU7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vjU96LwxU7 .navbar.navbar-short {
  min-height: 96px;
}
.cid-vjU96LwxU7 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vjU96LwxU7 .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-vjU96LwxU7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-vjU96LwxU7 .navbar-brand .navbar-caption:hover,
.cid-vjU96LwxU7 .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-vjU96LwxU7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjU96LwxU7 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vjU96LwxU7 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-vjU96LwxU7 .dropdown-item.active,
.cid-vjU96LwxU7 .dropdown-item:active {
  background-color: transparent;
}
.cid-vjU96LwxU7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjU96LwxU7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjU96LwxU7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjU96LwxU7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vjU96LwxU7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vjU96LwxU7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vjU96LwxU7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vjU96LwxU7 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vjU96LwxU7 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vjU96LwxU7 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vjU96LwxU7 .navbar-buttons {
    text-align: left;
  }
}
.cid-vjU96LwxU7 .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-vjU96LwxU7 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vjU96LwxU7 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-vjU96LwxU7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-vjU96LwxU7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vjU96LwxU7 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vjU96LwxU7 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vjU96LwxU7 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vjU96LwxU7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjU96LwxU7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjU96LwxU7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjU96LwxU7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjU96LwxU7 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vjU96LwxU7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjU96LwxU7 .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-vjU96LwxU7 .navbar {
    height: 70px;
  }
  .cid-vjU96LwxU7 .navbar.opened {
    height: auto;
  }
  .cid-vjU96LwxU7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjU96LwxU7 .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vjU96LwxU7 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vjU96LwxU7 .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-vjU96LwxU7 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vjU96LwxU7 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-vjU96LwxU7 .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vjU96LwxU7 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vjU96LwxU7 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vjU96LwxU7 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vjU96LwxU7 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vjU96LwxU7 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vjU96LwxU7 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vjU96LwxU7 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vjU96LwxU7 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vjU96LwxU7 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vjU96LwxU7 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vjU96LwxU7 .content-wrap {
  min-height: 110px;
}
.cid-vjU96MitEe {
  padding-top: 9rem;
  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-vjU96MitEe {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-vjU96MitEe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjU96MitEe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjU96MitEe .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vjU96MitEe .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vjU96MitEe .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vjU96MitEe .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vjU96MitEe .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vjU96MitEe .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vjU96MitEe .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vjU96MitEe .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vjU96MitEe .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vjU96MitEe .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-vjU96MitEe .image-wrapper {
    padding-left: 0;
  }
}
.cid-vjU96MitEe .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vjU96MitEe .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-vjU96MitEe .image-wrapper img {
    height: 350px;
  }
}
.cid-vjU96MitEe .mbr-label {
  color: #a6adbf;
}
.cid-vjU96MitEe .mbr-section-title {
  color: #111111;
}
.cid-vjU96MitEe .mbr-section-subtitle {
  color: #36fdd3;
}
.cid-vjU96MitEe .mbr-text,
.cid-vjU96MitEe .text-wrapper {
  color: #666666;
}
.cid-vjU96MvDH2 {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #f4f6fa;
}
@media (max-width: 767px) {
  .cid-vjU96MvDH2 {
    padding-top: 0px;
    padding-bottom: 40px;
  }
}
.cid-vjU96MvDH2 .mbr-text {
  margin-top: 2rem;
  color: #465052;
  text-align: left;
}
.cid-vjU96MvDH2 .container-fluid {
  max-width: 1200px;
}
.cid-vjU96MvDH2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjU96MvDH2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjU96MvDH2 .row > div,
.cid-vjU96MvDH2 .mbr-section-title {
  text-align: left;
}
.cid-vjU96MvDH2 .row > div,
.cid-vjU96MvDH2 .mbr-section-subtitle {
  color: #ff427b;
}
.cid-vjU96MDWL5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vjU96MDWL5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjU96MDWL5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjU96MDWL5 .content-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vjU96MDWL5 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vjU96MDWL5 .content-wrapper .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vjU96MDWL5 .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vjU96MDWL5 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vjU96MDWL5 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vjU96MDWL5 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vjU96MDWL5 .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vjU96MDWL5 .nav-wrapper {
  margin-bottom: 100px;
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .cid-vjU96MDWL5 .nav-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-vjU96MDWL5 .nav-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.cid-vjU96MDWL5 .nav-wrapper .mbr-nav-title {
  padding: 0 12px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vjU96MDWL5 .nav-wrapper .mbr-nav-title {
    margin-bottom: 24px;
  }
}
.cid-vjU96MDWL5 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-vjU96MDWL5 .nav-wrapper .list .item-wrap {
  position: relative;
  padding: 4px 32px 4px 12px;
  margin-bottom: 8px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vjU96MDWL5 .nav-wrapper .list .item-wrap::before {
  content: '→';
  position: absolute;
  top: 4px;
  right: 12px;
  font-size: 22px;
  color: #36fdd3;
  transition: all .3s ease;
}
.cid-vjU96MDWL5 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vjU96MDWL5 .nav-wrapper .list .item-wrap:hover,
.cid-vjU96MDWL5 .nav-wrapper .list .item-wrap:focus {
  background-color: #f4f6fa;
  color: #7b86a1;
}
.cid-vjU96MDWL5 .nav-wrapper .list .item-wrap:hover::before,
.cid-vjU96MDWL5 .nav-wrapper .list .item-wrap:focus::before {
  color: #7b86a1;
}
@media (max-width: 992px) {
  .cid-vjU96MDWL5 .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vjU96MDWL5 .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vjU96MDWL5 .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-vjU96MDWL5 .social-wrapper .social-wrap .soc-item {
    margin-right: 12px;
  }
}
.cid-vjU96MDWL5 .social-wrapper .social-wrap .soc-item:last-child {
  margin-right: 0;
}
.cid-vjU96MDWL5 .social-wrapper .social-wrap .soc-item:hover,
.cid-vjU96MDWL5 .social-wrapper .social-wrap .soc-item:hover {
  background-color: #a6adbf;
  border: 3px solid #afb5c5;
  box-shadow: 0 18px 32px -8px #a6adbf;
}
.cid-vjU96MDWL5 .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont,
.cid-vjU96MDWL5 .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont {
  color: #ffffff !important;
}
.cid-vjU96MDWL5 .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-vjU96MDWL5 .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-vjU96MDWL5 .mbr-copy {
  padding-left: 240px;
  margin-bottom: 0;
  padding: 0 !important;
  color: #666666;
}
@media (max-width: 1440px) {
  .cid-vjU96MDWL5 .mbr-copy {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-vjU96MDWL5 .mbr-copy {
    padding-left: 0;
  }
}
.cid-vjU96MDWL5 .card {
  justify-content: center;
}
.cid-vjU96MDWL5 .mbr-section-title {
  color: #111111;
}
.cid-vjU96MDWL5 .mbr-section-subtitle {
  color: #36fdd3;
}
.cid-vjU96MDWL5 .mbr-text,
.cid-vjU96MDWL5 .text-wrapper {
  color: #666666;
}
.cid-vjU96MDWL5 .mbr-nav-title {
  color: #556488;
}
.cid-vjU96MDWL5 .list {
  color: #ff6d99;
}
.cid-vjU93DYNj9 .navbar-dropdown {
  position: relative !important;
}
.cid-vjU93DYNj9 .navbar-dropdown {
  position: absolute !important;
}
.cid-vjU93DYNj9 .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-vjU93DYNj9 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vjU93DYNj9 .dropdown-item {
  border: none !important;
  background: #111111 !important;
  font-weight: 600;
}
.cid-vjU93DYNj9 .dropdown-item:hover,
.cid-vjU93DYNj9 .dropdown-item:focus {
  background: #111111 !important;
  color: #ff6d99 !important;
}
.cid-vjU93DYNj9 .dropdown-item:hover span {
  color: white;
}
.cid-vjU93DYNj9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vjU93DYNj9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vjU93DYNj9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vjU93DYNj9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vjU93DYNj9 .nav-link {
  position: relative;
}
.cid-vjU93DYNj9 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vjU93DYNj9 .container {
    flex-wrap: nowrap;
  }
}
.cid-vjU93DYNj9 .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-vjU93DYNj9 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vjU93DYNj9 .dropdown-menu,
.cid-vjU93DYNj9 .navbar.opened {
  background: #111111 !important;
}
.cid-vjU93DYNj9 .nav-item:focus,
.cid-vjU93DYNj9 .nav-link:focus {
  outline: none;
}
.cid-vjU93DYNj9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjU93DYNj9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vjU93DYNj9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjU93DYNj9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjU93DYNj9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjU93DYNj9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjU93DYNj9 .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-vjU93DYNj9 .navbar.opened {
  transition: all 0.3s;
}
.cid-vjU93DYNj9 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vjU93DYNj9 .navbar .navbar-logo img {
  width: auto;
}
.cid-vjU93DYNj9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vjU93DYNj9 .navbar.collapsed {
  justify-content: center;
}
.cid-vjU93DYNj9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjU93DYNj9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjU93DYNj9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-vjU93DYNj9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjU93DYNj9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjU93DYNj9 .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-vjU93DYNj9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjU93DYNj9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vjU93DYNj9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vjU93DYNj9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjU93DYNj9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjU93DYNj9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjU93DYNj9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vjU93DYNj9 .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-vjU93DYNj9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vjU93DYNj9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vjU93DYNj9 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vjU93DYNj9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vjU93DYNj9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjU93DYNj9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vjU93DYNj9 .navbar.navbar-short {
  min-height: 96px;
}
.cid-vjU93DYNj9 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vjU93DYNj9 .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-vjU93DYNj9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-vjU93DYNj9 .navbar-brand .navbar-caption:hover,
.cid-vjU93DYNj9 .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-vjU93DYNj9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjU93DYNj9 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vjU93DYNj9 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-vjU93DYNj9 .dropdown-item.active,
.cid-vjU93DYNj9 .dropdown-item:active {
  background-color: transparent;
}
.cid-vjU93DYNj9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjU93DYNj9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjU93DYNj9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjU93DYNj9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vjU93DYNj9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vjU93DYNj9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vjU93DYNj9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vjU93DYNj9 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vjU93DYNj9 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vjU93DYNj9 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vjU93DYNj9 .navbar-buttons {
    text-align: left;
  }
}
.cid-vjU93DYNj9 .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-vjU93DYNj9 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vjU93DYNj9 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-vjU93DYNj9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-vjU93DYNj9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vjU93DYNj9 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vjU93DYNj9 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vjU93DYNj9 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vjU93DYNj9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjU93DYNj9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjU93DYNj9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjU93DYNj9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjU93DYNj9 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vjU93DYNj9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjU93DYNj9 .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-vjU93DYNj9 .navbar {
    height: 70px;
  }
  .cid-vjU93DYNj9 .navbar.opened {
    height: auto;
  }
  .cid-vjU93DYNj9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjU93DYNj9 .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vjU93DYNj9 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vjU93DYNj9 .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-vjU93DYNj9 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vjU93DYNj9 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-vjU93DYNj9 .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vjU93DYNj9 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vjU93DYNj9 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vjU93DYNj9 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vjU93DYNj9 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vjU93DYNj9 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vjU93DYNj9 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vjU93DYNj9 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vjU93DYNj9 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vjU93DYNj9 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vjU93DYNj9 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vjU93DYNj9 .content-wrap {
  min-height: 110px;
}
.cid-vjU93ECeIu {
  padding-top: 9rem;
  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-vjU93ECeIu {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-vjU93ECeIu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjU93ECeIu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjU93ECeIu .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vjU93ECeIu .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vjU93ECeIu .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vjU93ECeIu .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vjU93ECeIu .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vjU93ECeIu .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vjU93ECeIu .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vjU93ECeIu .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vjU93ECeIu .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vjU93ECeIu .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-vjU93ECeIu .image-wrapper {
    padding-left: 0;
  }
}
.cid-vjU93ECeIu .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vjU93ECeIu .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-vjU93ECeIu .image-wrapper img {
    height: 350px;
  }
}
.cid-vjU93ECeIu .mbr-label {
  color: #a6adbf;
}
.cid-vjU93ECeIu .mbr-section-title {
  color: #111111;
}
.cid-vjU93ECeIu .mbr-section-subtitle {
  color: #36fdd3;
}
.cid-vjU93ECeIu .mbr-text,
.cid-vjU93ECeIu .text-wrapper {
  color: #666666;
}
.cid-vjU93EQbQs {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #f4f6fa;
}
@media (max-width: 767px) {
  .cid-vjU93EQbQs {
    padding-top: 0px;
    padding-bottom: 40px;
  }
}
.cid-vjU93EQbQs .mbr-text {
  margin-top: 2rem;
  color: #465052;
  text-align: left;
}
.cid-vjU93EQbQs .container-fluid {
  max-width: 1200px;
}
.cid-vjU93EQbQs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjU93EQbQs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjU93EQbQs .row > div,
.cid-vjU93EQbQs .mbr-section-title {
  text-align: left;
}
.cid-vjU93EQbQs .row > div,
.cid-vjU93EQbQs .mbr-section-subtitle {
  color: #ff427b;
}
.cid-vjU93EYUCH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vjU93EYUCH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjU93EYUCH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjU93EYUCH .content-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vjU93EYUCH .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vjU93EYUCH .content-wrapper .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vjU93EYUCH .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vjU93EYUCH .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vjU93EYUCH .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vjU93EYUCH .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vjU93EYUCH .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vjU93EYUCH .nav-wrapper {
  margin-bottom: 100px;
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .cid-vjU93EYUCH .nav-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-vjU93EYUCH .nav-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.cid-vjU93EYUCH .nav-wrapper .mbr-nav-title {
  padding: 0 12px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vjU93EYUCH .nav-wrapper .mbr-nav-title {
    margin-bottom: 24px;
  }
}
.cid-vjU93EYUCH .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-vjU93EYUCH .nav-wrapper .list .item-wrap {
  position: relative;
  padding: 4px 32px 4px 12px;
  margin-bottom: 8px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vjU93EYUCH .nav-wrapper .list .item-wrap::before {
  content: '→';
  position: absolute;
  top: 4px;
  right: 12px;
  font-size: 22px;
  color: #36fdd3;
  transition: all .3s ease;
}
.cid-vjU93EYUCH .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vjU93EYUCH .nav-wrapper .list .item-wrap:hover,
.cid-vjU93EYUCH .nav-wrapper .list .item-wrap:focus {
  background-color: #f4f6fa;
  color: #7b86a1;
}
.cid-vjU93EYUCH .nav-wrapper .list .item-wrap:hover::before,
.cid-vjU93EYUCH .nav-wrapper .list .item-wrap:focus::before {
  color: #7b86a1;
}
@media (max-width: 992px) {
  .cid-vjU93EYUCH .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vjU93EYUCH .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vjU93EYUCH .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-vjU93EYUCH .social-wrapper .social-wrap .soc-item {
    margin-right: 12px;
  }
}
.cid-vjU93EYUCH .social-wrapper .social-wrap .soc-item:last-child {
  margin-right: 0;
}
.cid-vjU93EYUCH .social-wrapper .social-wrap .soc-item:hover,
.cid-vjU93EYUCH .social-wrapper .social-wrap .soc-item:hover {
  background-color: #a6adbf;
  border: 3px solid #afb5c5;
  box-shadow: 0 18px 32px -8px #a6adbf;
}
.cid-vjU93EYUCH .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont,
.cid-vjU93EYUCH .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont {
  color: #ffffff !important;
}
.cid-vjU93EYUCH .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-vjU93EYUCH .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-vjU93EYUCH .mbr-copy {
  padding-left: 240px;
  margin-bottom: 0;
  padding: 0 !important;
  color: #666666;
}
@media (max-width: 1440px) {
  .cid-vjU93EYUCH .mbr-copy {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-vjU93EYUCH .mbr-copy {
    padding-left: 0;
  }
}
.cid-vjU93EYUCH .card {
  justify-content: center;
}
.cid-vjU93EYUCH .mbr-section-title {
  color: #111111;
}
.cid-vjU93EYUCH .mbr-section-subtitle {
  color: #36fdd3;
}
.cid-vjU93EYUCH .mbr-text,
.cid-vjU93EYUCH .text-wrapper {
  color: #666666;
}
.cid-vjU93EYUCH .mbr-nav-title {
  color: #556488;
}
.cid-vjU93EYUCH .list {
  color: #ff6d99;
}
.cid-vjU9055QaU .navbar-dropdown {
  position: relative !important;
}
.cid-vjU9055QaU .navbar-dropdown {
  position: absolute !important;
}
.cid-vjU9055QaU .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-vjU9055QaU .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vjU9055QaU .dropdown-item {
  border: none !important;
  background: #111111 !important;
  font-weight: 600;
}
.cid-vjU9055QaU .dropdown-item:hover,
.cid-vjU9055QaU .dropdown-item:focus {
  background: #111111 !important;
  color: #ff6d99 !important;
}
.cid-vjU9055QaU .dropdown-item:hover span {
  color: white;
}
.cid-vjU9055QaU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vjU9055QaU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vjU9055QaU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vjU9055QaU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vjU9055QaU .nav-link {
  position: relative;
}
.cid-vjU9055QaU .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vjU9055QaU .container {
    flex-wrap: nowrap;
  }
}
.cid-vjU9055QaU .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-vjU9055QaU .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vjU9055QaU .dropdown-menu,
.cid-vjU9055QaU .navbar.opened {
  background: #111111 !important;
}
.cid-vjU9055QaU .nav-item:focus,
.cid-vjU9055QaU .nav-link:focus {
  outline: none;
}
.cid-vjU9055QaU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjU9055QaU .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vjU9055QaU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjU9055QaU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjU9055QaU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjU9055QaU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjU9055QaU .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-vjU9055QaU .navbar.opened {
  transition: all 0.3s;
}
.cid-vjU9055QaU .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vjU9055QaU .navbar .navbar-logo img {
  width: auto;
}
.cid-vjU9055QaU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vjU9055QaU .navbar.collapsed {
  justify-content: center;
}
.cid-vjU9055QaU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjU9055QaU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjU9055QaU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-vjU9055QaU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjU9055QaU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjU9055QaU .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-vjU9055QaU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjU9055QaU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vjU9055QaU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vjU9055QaU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjU9055QaU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjU9055QaU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjU9055QaU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vjU9055QaU .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-vjU9055QaU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vjU9055QaU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vjU9055QaU .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vjU9055QaU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vjU9055QaU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjU9055QaU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vjU9055QaU .navbar.navbar-short {
  min-height: 96px;
}
.cid-vjU9055QaU .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vjU9055QaU .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-vjU9055QaU .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-vjU9055QaU .navbar-brand .navbar-caption:hover,
.cid-vjU9055QaU .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-vjU9055QaU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjU9055QaU .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vjU9055QaU .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-vjU9055QaU .dropdown-item.active,
.cid-vjU9055QaU .dropdown-item:active {
  background-color: transparent;
}
.cid-vjU9055QaU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjU9055QaU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjU9055QaU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjU9055QaU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vjU9055QaU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vjU9055QaU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vjU9055QaU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vjU9055QaU ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vjU9055QaU ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vjU9055QaU .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vjU9055QaU .navbar-buttons {
    text-align: left;
  }
}
.cid-vjU9055QaU .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-vjU9055QaU .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vjU9055QaU 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-vjU9055QaU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-vjU9055QaU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vjU9055QaU button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vjU9055QaU button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vjU9055QaU button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vjU9055QaU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjU9055QaU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjU9055QaU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjU9055QaU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjU9055QaU .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vjU9055QaU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjU9055QaU .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-vjU9055QaU .navbar {
    height: 70px;
  }
  .cid-vjU9055QaU .navbar.opened {
    height: auto;
  }
  .cid-vjU9055QaU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjU9055QaU .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vjU9055QaU .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vjU9055QaU .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-vjU9055QaU .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vjU9055QaU .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-vjU9055QaU .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vjU9055QaU .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vjU9055QaU .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vjU9055QaU .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vjU9055QaU .navbar {
    justify-content: flex-start !important;
  }
  .cid-vjU9055QaU .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vjU9055QaU .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vjU9055QaU .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vjU9055QaU .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vjU9055QaU .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vjU9055QaU .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vjU9055QaU .content-wrap {
  min-height: 110px;
}
.cid-vjU905NQKN {
  padding-top: 9rem;
  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-vjU905NQKN {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-vjU905NQKN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjU905NQKN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjU905NQKN .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vjU905NQKN .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vjU905NQKN .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vjU905NQKN .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vjU905NQKN .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vjU905NQKN .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vjU905NQKN .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vjU905NQKN .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vjU905NQKN .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vjU905NQKN .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-vjU905NQKN .image-wrapper {
    padding-left: 0;
  }
}
.cid-vjU905NQKN .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vjU905NQKN .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-vjU905NQKN .image-wrapper img {
    height: 350px;
  }
}
.cid-vjU905NQKN .mbr-label {
  color: #a6adbf;
}
.cid-vjU905NQKN .mbr-section-title {
  color: #111111;
}
.cid-vjU905NQKN .mbr-section-subtitle {
  color: #36fdd3;
}
.cid-vjU905NQKN .mbr-text,
.cid-vjU905NQKN .text-wrapper {
  color: #666666;
}
.cid-vjU9061PIe {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #f4f6fa;
}
@media (max-width: 767px) {
  .cid-vjU9061PIe {
    padding-top: 0px;
    padding-bottom: 40px;
  }
}
.cid-vjU9061PIe .mbr-text {
  margin-top: 2rem;
  color: #465052;
  text-align: left;
}
.cid-vjU9061PIe .container-fluid {
  max-width: 1200px;
}
.cid-vjU9061PIe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjU9061PIe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjU9061PIe .row > div,
.cid-vjU9061PIe .mbr-section-title {
  text-align: left;
}
.cid-vjU9061PIe .row > div,
.cid-vjU9061PIe .mbr-section-subtitle {
  color: #ff427b;
}
.cid-vjU906bU5i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vjU906bU5i .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjU906bU5i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjU906bU5i .content-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vjU906bU5i .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vjU906bU5i .content-wrapper .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vjU906bU5i .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vjU906bU5i .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vjU906bU5i .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vjU906bU5i .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vjU906bU5i .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vjU906bU5i .nav-wrapper {
  margin-bottom: 100px;
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .cid-vjU906bU5i .nav-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-vjU906bU5i .nav-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.cid-vjU906bU5i .nav-wrapper .mbr-nav-title {
  padding: 0 12px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vjU906bU5i .nav-wrapper .mbr-nav-title {
    margin-bottom: 24px;
  }
}
.cid-vjU906bU5i .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-vjU906bU5i .nav-wrapper .list .item-wrap {
  position: relative;
  padding: 4px 32px 4px 12px;
  margin-bottom: 8px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vjU906bU5i .nav-wrapper .list .item-wrap::before {
  content: '→';
  position: absolute;
  top: 4px;
  right: 12px;
  font-size: 22px;
  color: #36fdd3;
  transition: all .3s ease;
}
.cid-vjU906bU5i .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vjU906bU5i .nav-wrapper .list .item-wrap:hover,
.cid-vjU906bU5i .nav-wrapper .list .item-wrap:focus {
  background-color: #f4f6fa;
  color: #7b86a1;
}
.cid-vjU906bU5i .nav-wrapper .list .item-wrap:hover::before,
.cid-vjU906bU5i .nav-wrapper .list .item-wrap:focus::before {
  color: #7b86a1;
}
@media (max-width: 992px) {
  .cid-vjU906bU5i .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vjU906bU5i .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vjU906bU5i .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-vjU906bU5i .social-wrapper .social-wrap .soc-item {
    margin-right: 12px;
  }
}
.cid-vjU906bU5i .social-wrapper .social-wrap .soc-item:last-child {
  margin-right: 0;
}
.cid-vjU906bU5i .social-wrapper .social-wrap .soc-item:hover,
.cid-vjU906bU5i .social-wrapper .social-wrap .soc-item:hover {
  background-color: #a6adbf;
  border: 3px solid #afb5c5;
  box-shadow: 0 18px 32px -8px #a6adbf;
}
.cid-vjU906bU5i .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont,
.cid-vjU906bU5i .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont {
  color: #ffffff !important;
}
.cid-vjU906bU5i .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-vjU906bU5i .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-vjU906bU5i .mbr-copy {
  padding-left: 240px;
  margin-bottom: 0;
  padding: 0 !important;
  color: #666666;
}
@media (max-width: 1440px) {
  .cid-vjU906bU5i .mbr-copy {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-vjU906bU5i .mbr-copy {
    padding-left: 0;
  }
}
.cid-vjU906bU5i .card {
  justify-content: center;
}
.cid-vjU906bU5i .mbr-section-title {
  color: #111111;
}
.cid-vjU906bU5i .mbr-section-subtitle {
  color: #36fdd3;
}
.cid-vjU906bU5i .mbr-text,
.cid-vjU906bU5i .text-wrapper {
  color: #666666;
}
.cid-vjU906bU5i .mbr-nav-title {
  color: #556488;
}
.cid-vjU906bU5i .list {
  color: #ff6d99;
}
.cid-vjU8Ti6xC3 .navbar-dropdown {
  position: relative !important;
}
.cid-vjU8Ti6xC3 .navbar-dropdown {
  position: absolute !important;
}
.cid-vjU8Ti6xC3 .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-vjU8Ti6xC3 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vjU8Ti6xC3 .dropdown-item {
  border: none !important;
  background: #111111 !important;
  font-weight: 600;
}
.cid-vjU8Ti6xC3 .dropdown-item:hover,
.cid-vjU8Ti6xC3 .dropdown-item:focus {
  background: #111111 !important;
  color: #ff6d99 !important;
}
.cid-vjU8Ti6xC3 .dropdown-item:hover span {
  color: white;
}
.cid-vjU8Ti6xC3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vjU8Ti6xC3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vjU8Ti6xC3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vjU8Ti6xC3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vjU8Ti6xC3 .nav-link {
  position: relative;
}
.cid-vjU8Ti6xC3 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vjU8Ti6xC3 .container {
    flex-wrap: nowrap;
  }
}
.cid-vjU8Ti6xC3 .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-vjU8Ti6xC3 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vjU8Ti6xC3 .dropdown-menu,
.cid-vjU8Ti6xC3 .navbar.opened {
  background: #111111 !important;
}
.cid-vjU8Ti6xC3 .nav-item:focus,
.cid-vjU8Ti6xC3 .nav-link:focus {
  outline: none;
}
.cid-vjU8Ti6xC3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjU8Ti6xC3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vjU8Ti6xC3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjU8Ti6xC3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjU8Ti6xC3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjU8Ti6xC3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjU8Ti6xC3 .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-vjU8Ti6xC3 .navbar.opened {
  transition: all 0.3s;
}
.cid-vjU8Ti6xC3 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vjU8Ti6xC3 .navbar .navbar-logo img {
  width: auto;
}
.cid-vjU8Ti6xC3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vjU8Ti6xC3 .navbar.collapsed {
  justify-content: center;
}
.cid-vjU8Ti6xC3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjU8Ti6xC3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjU8Ti6xC3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-vjU8Ti6xC3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjU8Ti6xC3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjU8Ti6xC3 .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-vjU8Ti6xC3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjU8Ti6xC3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vjU8Ti6xC3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vjU8Ti6xC3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjU8Ti6xC3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjU8Ti6xC3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjU8Ti6xC3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vjU8Ti6xC3 .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-vjU8Ti6xC3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vjU8Ti6xC3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vjU8Ti6xC3 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vjU8Ti6xC3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vjU8Ti6xC3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjU8Ti6xC3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vjU8Ti6xC3 .navbar.navbar-short {
  min-height: 96px;
}
.cid-vjU8Ti6xC3 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vjU8Ti6xC3 .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-vjU8Ti6xC3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-vjU8Ti6xC3 .navbar-brand .navbar-caption:hover,
.cid-vjU8Ti6xC3 .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-vjU8Ti6xC3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjU8Ti6xC3 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vjU8Ti6xC3 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-vjU8Ti6xC3 .dropdown-item.active,
.cid-vjU8Ti6xC3 .dropdown-item:active {
  background-color: transparent;
}
.cid-vjU8Ti6xC3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjU8Ti6xC3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjU8Ti6xC3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjU8Ti6xC3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vjU8Ti6xC3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vjU8Ti6xC3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vjU8Ti6xC3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vjU8Ti6xC3 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vjU8Ti6xC3 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vjU8Ti6xC3 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vjU8Ti6xC3 .navbar-buttons {
    text-align: left;
  }
}
.cid-vjU8Ti6xC3 .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-vjU8Ti6xC3 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vjU8Ti6xC3 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-vjU8Ti6xC3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-vjU8Ti6xC3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vjU8Ti6xC3 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vjU8Ti6xC3 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vjU8Ti6xC3 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vjU8Ti6xC3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjU8Ti6xC3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjU8Ti6xC3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjU8Ti6xC3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjU8Ti6xC3 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vjU8Ti6xC3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjU8Ti6xC3 .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-vjU8Ti6xC3 .navbar {
    height: 70px;
  }
  .cid-vjU8Ti6xC3 .navbar.opened {
    height: auto;
  }
  .cid-vjU8Ti6xC3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjU8Ti6xC3 .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vjU8Ti6xC3 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vjU8Ti6xC3 .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-vjU8Ti6xC3 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vjU8Ti6xC3 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-vjU8Ti6xC3 .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vjU8Ti6xC3 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vjU8Ti6xC3 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vjU8Ti6xC3 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vjU8Ti6xC3 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vjU8Ti6xC3 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vjU8Ti6xC3 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vjU8Ti6xC3 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vjU8Ti6xC3 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vjU8Ti6xC3 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vjU8Ti6xC3 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vjU8Ti6xC3 .content-wrap {
  min-height: 110px;
}
.cid-vjU8TiQMSP {
  padding-top: 9rem;
  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-vjU8TiQMSP {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-vjU8TiQMSP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjU8TiQMSP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjU8TiQMSP .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vjU8TiQMSP .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vjU8TiQMSP .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vjU8TiQMSP .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vjU8TiQMSP .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vjU8TiQMSP .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vjU8TiQMSP .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vjU8TiQMSP .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vjU8TiQMSP .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vjU8TiQMSP .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-vjU8TiQMSP .image-wrapper {
    padding-left: 0;
  }
}
.cid-vjU8TiQMSP .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vjU8TiQMSP .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-vjU8TiQMSP .image-wrapper img {
    height: 350px;
  }
}
.cid-vjU8TiQMSP .mbr-label {
  color: #a6adbf;
}
.cid-vjU8TiQMSP .mbr-section-title {
  color: #111111;
}
.cid-vjU8TiQMSP .mbr-section-subtitle {
  color: #36fdd3;
}
.cid-vjU8TiQMSP .mbr-text,
.cid-vjU8TiQMSP .text-wrapper {
  color: #666666;
}
.cid-vjU8Tj4RZM {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #f4f6fa;
}
@media (max-width: 767px) {
  .cid-vjU8Tj4RZM {
    padding-top: 0px;
    padding-bottom: 40px;
  }
}
.cid-vjU8Tj4RZM .mbr-text {
  margin-top: 2rem;
  color: #465052;
  text-align: left;
}
.cid-vjU8Tj4RZM .container-fluid {
  max-width: 1200px;
}
.cid-vjU8Tj4RZM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjU8Tj4RZM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjU8Tj4RZM .row > div,
.cid-vjU8Tj4RZM .mbr-section-title {
  text-align: left;
}
.cid-vjU8Tj4RZM .row > div,
.cid-vjU8Tj4RZM .mbr-section-subtitle {
  color: #ff427b;
}
.cid-vjU8TjcUSE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vjU8TjcUSE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjU8TjcUSE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjU8TjcUSE .content-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vjU8TjcUSE .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vjU8TjcUSE .content-wrapper .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vjU8TjcUSE .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vjU8TjcUSE .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vjU8TjcUSE .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vjU8TjcUSE .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vjU8TjcUSE .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vjU8TjcUSE .nav-wrapper {
  margin-bottom: 100px;
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .cid-vjU8TjcUSE .nav-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-vjU8TjcUSE .nav-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.cid-vjU8TjcUSE .nav-wrapper .mbr-nav-title {
  padding: 0 12px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vjU8TjcUSE .nav-wrapper .mbr-nav-title {
    margin-bottom: 24px;
  }
}
.cid-vjU8TjcUSE .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-vjU8TjcUSE .nav-wrapper .list .item-wrap {
  position: relative;
  padding: 4px 32px 4px 12px;
  margin-bottom: 8px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vjU8TjcUSE .nav-wrapper .list .item-wrap::before {
  content: '→';
  position: absolute;
  top: 4px;
  right: 12px;
  font-size: 22px;
  color: #36fdd3;
  transition: all .3s ease;
}
.cid-vjU8TjcUSE .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vjU8TjcUSE .nav-wrapper .list .item-wrap:hover,
.cid-vjU8TjcUSE .nav-wrapper .list .item-wrap:focus {
  background-color: #f4f6fa;
  color: #7b86a1;
}
.cid-vjU8TjcUSE .nav-wrapper .list .item-wrap:hover::before,
.cid-vjU8TjcUSE .nav-wrapper .list .item-wrap:focus::before {
  color: #7b86a1;
}
@media (max-width: 992px) {
  .cid-vjU8TjcUSE .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vjU8TjcUSE .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vjU8TjcUSE .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-vjU8TjcUSE .social-wrapper .social-wrap .soc-item {
    margin-right: 12px;
  }
}
.cid-vjU8TjcUSE .social-wrapper .social-wrap .soc-item:last-child {
  margin-right: 0;
}
.cid-vjU8TjcUSE .social-wrapper .social-wrap .soc-item:hover,
.cid-vjU8TjcUSE .social-wrapper .social-wrap .soc-item:hover {
  background-color: #a6adbf;
  border: 3px solid #afb5c5;
  box-shadow: 0 18px 32px -8px #a6adbf;
}
.cid-vjU8TjcUSE .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont,
.cid-vjU8TjcUSE .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont {
  color: #ffffff !important;
}
.cid-vjU8TjcUSE .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-vjU8TjcUSE .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-vjU8TjcUSE .mbr-copy {
  padding-left: 240px;
  margin-bottom: 0;
  padding: 0 !important;
  color: #666666;
}
@media (max-width: 1440px) {
  .cid-vjU8TjcUSE .mbr-copy {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-vjU8TjcUSE .mbr-copy {
    padding-left: 0;
  }
}
.cid-vjU8TjcUSE .card {
  justify-content: center;
}
.cid-vjU8TjcUSE .mbr-section-title {
  color: #111111;
}
.cid-vjU8TjcUSE .mbr-section-subtitle {
  color: #36fdd3;
}
.cid-vjU8TjcUSE .mbr-text,
.cid-vjU8TjcUSE .text-wrapper {
  color: #666666;
}
.cid-vjU8TjcUSE .mbr-nav-title {
  color: #556488;
}
.cid-vjU8TjcUSE .list {
  color: #ff6d99;
}
.cid-vjU8O2UDPT .navbar-dropdown {
  position: relative !important;
}
.cid-vjU8O2UDPT .navbar-dropdown {
  position: absolute !important;
}
.cid-vjU8O2UDPT .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-vjU8O2UDPT .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vjU8O2UDPT .dropdown-item {
  border: none !important;
  background: #111111 !important;
  font-weight: 600;
}
.cid-vjU8O2UDPT .dropdown-item:hover,
.cid-vjU8O2UDPT .dropdown-item:focus {
  background: #111111 !important;
  color: #ff6d99 !important;
}
.cid-vjU8O2UDPT .dropdown-item:hover span {
  color: white;
}
.cid-vjU8O2UDPT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vjU8O2UDPT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vjU8O2UDPT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vjU8O2UDPT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vjU8O2UDPT .nav-link {
  position: relative;
}
.cid-vjU8O2UDPT .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vjU8O2UDPT .container {
    flex-wrap: nowrap;
  }
}
.cid-vjU8O2UDPT .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-vjU8O2UDPT .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vjU8O2UDPT .dropdown-menu,
.cid-vjU8O2UDPT .navbar.opened {
  background: #111111 !important;
}
.cid-vjU8O2UDPT .nav-item:focus,
.cid-vjU8O2UDPT .nav-link:focus {
  outline: none;
}
.cid-vjU8O2UDPT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjU8O2UDPT .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vjU8O2UDPT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjU8O2UDPT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjU8O2UDPT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjU8O2UDPT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjU8O2UDPT .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-vjU8O2UDPT .navbar.opened {
  transition: all 0.3s;
}
.cid-vjU8O2UDPT .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vjU8O2UDPT .navbar .navbar-logo img {
  width: auto;
}
.cid-vjU8O2UDPT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vjU8O2UDPT .navbar.collapsed {
  justify-content: center;
}
.cid-vjU8O2UDPT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjU8O2UDPT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjU8O2UDPT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-vjU8O2UDPT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjU8O2UDPT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjU8O2UDPT .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-vjU8O2UDPT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjU8O2UDPT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vjU8O2UDPT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vjU8O2UDPT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjU8O2UDPT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjU8O2UDPT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjU8O2UDPT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vjU8O2UDPT .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-vjU8O2UDPT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vjU8O2UDPT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vjU8O2UDPT .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vjU8O2UDPT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vjU8O2UDPT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjU8O2UDPT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vjU8O2UDPT .navbar.navbar-short {
  min-height: 96px;
}
.cid-vjU8O2UDPT .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vjU8O2UDPT .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-vjU8O2UDPT .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-vjU8O2UDPT .navbar-brand .navbar-caption:hover,
.cid-vjU8O2UDPT .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-vjU8O2UDPT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjU8O2UDPT .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vjU8O2UDPT .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-vjU8O2UDPT .dropdown-item.active,
.cid-vjU8O2UDPT .dropdown-item:active {
  background-color: transparent;
}
.cid-vjU8O2UDPT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjU8O2UDPT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjU8O2UDPT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjU8O2UDPT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vjU8O2UDPT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vjU8O2UDPT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vjU8O2UDPT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vjU8O2UDPT ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vjU8O2UDPT ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vjU8O2UDPT .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vjU8O2UDPT .navbar-buttons {
    text-align: left;
  }
}
.cid-vjU8O2UDPT .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-vjU8O2UDPT .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vjU8O2UDPT 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-vjU8O2UDPT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-vjU8O2UDPT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vjU8O2UDPT button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vjU8O2UDPT button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vjU8O2UDPT button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vjU8O2UDPT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjU8O2UDPT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjU8O2UDPT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjU8O2UDPT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjU8O2UDPT .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vjU8O2UDPT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjU8O2UDPT .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-vjU8O2UDPT .navbar {
    height: 70px;
  }
  .cid-vjU8O2UDPT .navbar.opened {
    height: auto;
  }
  .cid-vjU8O2UDPT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjU8O2UDPT .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vjU8O2UDPT .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vjU8O2UDPT .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-vjU8O2UDPT .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vjU8O2UDPT .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-vjU8O2UDPT .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vjU8O2UDPT .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vjU8O2UDPT .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vjU8O2UDPT .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vjU8O2UDPT .navbar {
    justify-content: flex-start !important;
  }
  .cid-vjU8O2UDPT .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vjU8O2UDPT .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vjU8O2UDPT .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vjU8O2UDPT .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vjU8O2UDPT .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vjU8O2UDPT .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vjU8O2UDPT .content-wrap {
  min-height: 110px;
}
.cid-vjU8O3Lzp4 {
  padding-top: 9rem;
  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-vjU8O3Lzp4 {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-vjU8O3Lzp4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjU8O3Lzp4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjU8O3Lzp4 .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vjU8O3Lzp4 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vjU8O3Lzp4 .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vjU8O3Lzp4 .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vjU8O3Lzp4 .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vjU8O3Lzp4 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vjU8O3Lzp4 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vjU8O3Lzp4 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vjU8O3Lzp4 .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vjU8O3Lzp4 .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-vjU8O3Lzp4 .image-wrapper {
    padding-left: 0;
  }
}
.cid-vjU8O3Lzp4 .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vjU8O3Lzp4 .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-vjU8O3Lzp4 .image-wrapper img {
    height: 350px;
  }
}
.cid-vjU8O3Lzp4 .mbr-label {
  color: #a6adbf;
}
.cid-vjU8O3Lzp4 .mbr-section-title {
  color: #111111;
}
.cid-vjU8O3Lzp4 .mbr-section-subtitle {
  color: #36fdd3;
}
.cid-vjU8O3Lzp4 .mbr-text,
.cid-vjU8O3Lzp4 .text-wrapper {
  color: #666666;
}
.cid-vjU8O43JQo {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #f4f6fa;
}
@media (max-width: 767px) {
  .cid-vjU8O43JQo {
    padding-top: 0px;
    padding-bottom: 40px;
  }
}
.cid-vjU8O43JQo .mbr-text {
  margin-top: 2rem;
  color: #465052;
  text-align: left;
}
.cid-vjU8O43JQo .container-fluid {
  max-width: 1200px;
}
.cid-vjU8O43JQo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjU8O43JQo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjU8O43JQo .row > div,
.cid-vjU8O43JQo .mbr-section-title {
  text-align: left;
}
.cid-vjU8O43JQo .row > div,
.cid-vjU8O43JQo .mbr-section-subtitle {
  color: #ff427b;
}
.cid-vjU8O4dU1t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vjU8O4dU1t .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjU8O4dU1t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjU8O4dU1t .content-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vjU8O4dU1t .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vjU8O4dU1t .content-wrapper .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vjU8O4dU1t .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vjU8O4dU1t .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vjU8O4dU1t .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vjU8O4dU1t .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vjU8O4dU1t .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vjU8O4dU1t .nav-wrapper {
  margin-bottom: 100px;
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .cid-vjU8O4dU1t .nav-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-vjU8O4dU1t .nav-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.cid-vjU8O4dU1t .nav-wrapper .mbr-nav-title {
  padding: 0 12px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vjU8O4dU1t .nav-wrapper .mbr-nav-title {
    margin-bottom: 24px;
  }
}
.cid-vjU8O4dU1t .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-vjU8O4dU1t .nav-wrapper .list .item-wrap {
  position: relative;
  padding: 4px 32px 4px 12px;
  margin-bottom: 8px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vjU8O4dU1t .nav-wrapper .list .item-wrap::before {
  content: '→';
  position: absolute;
  top: 4px;
  right: 12px;
  font-size: 22px;
  color: #36fdd3;
  transition: all .3s ease;
}
.cid-vjU8O4dU1t .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vjU8O4dU1t .nav-wrapper .list .item-wrap:hover,
.cid-vjU8O4dU1t .nav-wrapper .list .item-wrap:focus {
  background-color: #f4f6fa;
  color: #7b86a1;
}
.cid-vjU8O4dU1t .nav-wrapper .list .item-wrap:hover::before,
.cid-vjU8O4dU1t .nav-wrapper .list .item-wrap:focus::before {
  color: #7b86a1;
}
@media (max-width: 992px) {
  .cid-vjU8O4dU1t .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vjU8O4dU1t .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vjU8O4dU1t .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-vjU8O4dU1t .social-wrapper .social-wrap .soc-item {
    margin-right: 12px;
  }
}
.cid-vjU8O4dU1t .social-wrapper .social-wrap .soc-item:last-child {
  margin-right: 0;
}
.cid-vjU8O4dU1t .social-wrapper .social-wrap .soc-item:hover,
.cid-vjU8O4dU1t .social-wrapper .social-wrap .soc-item:hover {
  background-color: #a6adbf;
  border: 3px solid #afb5c5;
  box-shadow: 0 18px 32px -8px #a6adbf;
}
.cid-vjU8O4dU1t .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont,
.cid-vjU8O4dU1t .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont {
  color: #ffffff !important;
}
.cid-vjU8O4dU1t .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-vjU8O4dU1t .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-vjU8O4dU1t .mbr-copy {
  padding-left: 240px;
  margin-bottom: 0;
  padding: 0 !important;
  color: #666666;
}
@media (max-width: 1440px) {
  .cid-vjU8O4dU1t .mbr-copy {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-vjU8O4dU1t .mbr-copy {
    padding-left: 0;
  }
}
.cid-vjU8O4dU1t .card {
  justify-content: center;
}
.cid-vjU8O4dU1t .mbr-section-title {
  color: #111111;
}
.cid-vjU8O4dU1t .mbr-section-subtitle {
  color: #36fdd3;
}
.cid-vjU8O4dU1t .mbr-text,
.cid-vjU8O4dU1t .text-wrapper {
  color: #666666;
}
.cid-vjU8O4dU1t .mbr-nav-title {
  color: #556488;
}
.cid-vjU8O4dU1t .list {
  color: #ff6d99;
}
.cid-vjU8WNRmDx .navbar-dropdown {
  position: relative !important;
}
.cid-vjU8WNRmDx .navbar-dropdown {
  position: absolute !important;
}
.cid-vjU8WNRmDx .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-vjU8WNRmDx .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vjU8WNRmDx .dropdown-item {
  border: none !important;
  background: #111111 !important;
  font-weight: 600;
}
.cid-vjU8WNRmDx .dropdown-item:hover,
.cid-vjU8WNRmDx .dropdown-item:focus {
  background: #111111 !important;
  color: #ff6d99 !important;
}
.cid-vjU8WNRmDx .dropdown-item:hover span {
  color: white;
}
.cid-vjU8WNRmDx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vjU8WNRmDx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vjU8WNRmDx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vjU8WNRmDx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vjU8WNRmDx .nav-link {
  position: relative;
}
.cid-vjU8WNRmDx .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vjU8WNRmDx .container {
    flex-wrap: nowrap;
  }
}
.cid-vjU8WNRmDx .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-vjU8WNRmDx .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vjU8WNRmDx .dropdown-menu,
.cid-vjU8WNRmDx .navbar.opened {
  background: #111111 !important;
}
.cid-vjU8WNRmDx .nav-item:focus,
.cid-vjU8WNRmDx .nav-link:focus {
  outline: none;
}
.cid-vjU8WNRmDx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjU8WNRmDx .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vjU8WNRmDx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjU8WNRmDx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjU8WNRmDx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjU8WNRmDx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjU8WNRmDx .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-vjU8WNRmDx .navbar.opened {
  transition: all 0.3s;
}
.cid-vjU8WNRmDx .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vjU8WNRmDx .navbar .navbar-logo img {
  width: auto;
}
.cid-vjU8WNRmDx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vjU8WNRmDx .navbar.collapsed {
  justify-content: center;
}
.cid-vjU8WNRmDx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjU8WNRmDx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjU8WNRmDx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-vjU8WNRmDx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjU8WNRmDx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjU8WNRmDx .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-vjU8WNRmDx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjU8WNRmDx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vjU8WNRmDx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vjU8WNRmDx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjU8WNRmDx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjU8WNRmDx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjU8WNRmDx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vjU8WNRmDx .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-vjU8WNRmDx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vjU8WNRmDx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vjU8WNRmDx .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vjU8WNRmDx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vjU8WNRmDx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjU8WNRmDx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vjU8WNRmDx .navbar.navbar-short {
  min-height: 96px;
}
.cid-vjU8WNRmDx .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vjU8WNRmDx .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-vjU8WNRmDx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-vjU8WNRmDx .navbar-brand .navbar-caption:hover,
.cid-vjU8WNRmDx .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-vjU8WNRmDx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjU8WNRmDx .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vjU8WNRmDx .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-vjU8WNRmDx .dropdown-item.active,
.cid-vjU8WNRmDx .dropdown-item:active {
  background-color: transparent;
}
.cid-vjU8WNRmDx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjU8WNRmDx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjU8WNRmDx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjU8WNRmDx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vjU8WNRmDx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vjU8WNRmDx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vjU8WNRmDx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vjU8WNRmDx ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vjU8WNRmDx ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vjU8WNRmDx .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vjU8WNRmDx .navbar-buttons {
    text-align: left;
  }
}
.cid-vjU8WNRmDx .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-vjU8WNRmDx .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vjU8WNRmDx 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-vjU8WNRmDx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-vjU8WNRmDx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vjU8WNRmDx button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vjU8WNRmDx button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vjU8WNRmDx button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vjU8WNRmDx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjU8WNRmDx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjU8WNRmDx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjU8WNRmDx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjU8WNRmDx .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vjU8WNRmDx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjU8WNRmDx .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-vjU8WNRmDx .navbar {
    height: 70px;
  }
  .cid-vjU8WNRmDx .navbar.opened {
    height: auto;
  }
  .cid-vjU8WNRmDx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjU8WNRmDx .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vjU8WNRmDx .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vjU8WNRmDx .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-vjU8WNRmDx .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vjU8WNRmDx .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-vjU8WNRmDx .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vjU8WNRmDx .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vjU8WNRmDx .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vjU8WNRmDx .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vjU8WNRmDx .navbar {
    justify-content: flex-start !important;
  }
  .cid-vjU8WNRmDx .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vjU8WNRmDx .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vjU8WNRmDx .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vjU8WNRmDx .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vjU8WNRmDx .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vjU8WNRmDx .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vjU8WNRmDx .content-wrap {
  min-height: 110px;
}
.cid-vjU8WOD21o {
  padding-top: 9rem;
  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-vjU8WOD21o {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-vjU8WOD21o .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjU8WOD21o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjU8WOD21o .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vjU8WOD21o .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vjU8WOD21o .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vjU8WOD21o .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vjU8WOD21o .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vjU8WOD21o .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vjU8WOD21o .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vjU8WOD21o .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vjU8WOD21o .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vjU8WOD21o .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-vjU8WOD21o .image-wrapper {
    padding-left: 0;
  }
}
.cid-vjU8WOD21o .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vjU8WOD21o .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-vjU8WOD21o .image-wrapper img {
    height: 350px;
  }
}
.cid-vjU8WOD21o .mbr-label {
  color: #a6adbf;
}
.cid-vjU8WOD21o .mbr-section-title {
  color: #111111;
}
.cid-vjU8WOD21o .mbr-section-subtitle {
  color: #36fdd3;
}
.cid-vjU8WOD21o .mbr-text,
.cid-vjU8WOD21o .text-wrapper {
  color: #666666;
}
.cid-vjU8WOSSyJ {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #f4f6fa;
}
@media (max-width: 767px) {
  .cid-vjU8WOSSyJ {
    padding-top: 0px;
    padding-bottom: 40px;
  }
}
.cid-vjU8WOSSyJ .mbr-text {
  margin-top: 2rem;
  color: #465052;
  text-align: left;
}
.cid-vjU8WOSSyJ .container-fluid {
  max-width: 1200px;
}
.cid-vjU8WOSSyJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjU8WOSSyJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjU8WOSSyJ .row > div,
.cid-vjU8WOSSyJ .mbr-section-title {
  text-align: left;
}
.cid-vjU8WOSSyJ .row > div,
.cid-vjU8WOSSyJ .mbr-section-subtitle {
  color: #ff427b;
}
.cid-vjU8WP1bti {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vjU8WP1bti .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjU8WP1bti .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjU8WP1bti .content-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vjU8WP1bti .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vjU8WP1bti .content-wrapper .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vjU8WP1bti .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vjU8WP1bti .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vjU8WP1bti .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vjU8WP1bti .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vjU8WP1bti .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vjU8WP1bti .nav-wrapper {
  margin-bottom: 100px;
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .cid-vjU8WP1bti .nav-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-vjU8WP1bti .nav-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.cid-vjU8WP1bti .nav-wrapper .mbr-nav-title {
  padding: 0 12px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vjU8WP1bti .nav-wrapper .mbr-nav-title {
    margin-bottom: 24px;
  }
}
.cid-vjU8WP1bti .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-vjU8WP1bti .nav-wrapper .list .item-wrap {
  position: relative;
  padding: 4px 32px 4px 12px;
  margin-bottom: 8px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vjU8WP1bti .nav-wrapper .list .item-wrap::before {
  content: '→';
  position: absolute;
  top: 4px;
  right: 12px;
  font-size: 22px;
  color: #36fdd3;
  transition: all .3s ease;
}
.cid-vjU8WP1bti .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vjU8WP1bti .nav-wrapper .list .item-wrap:hover,
.cid-vjU8WP1bti .nav-wrapper .list .item-wrap:focus {
  background-color: #f4f6fa;
  color: #7b86a1;
}
.cid-vjU8WP1bti .nav-wrapper .list .item-wrap:hover::before,
.cid-vjU8WP1bti .nav-wrapper .list .item-wrap:focus::before {
  color: #7b86a1;
}
@media (max-width: 992px) {
  .cid-vjU8WP1bti .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vjU8WP1bti .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vjU8WP1bti .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-vjU8WP1bti .social-wrapper .social-wrap .soc-item {
    margin-right: 12px;
  }
}
.cid-vjU8WP1bti .social-wrapper .social-wrap .soc-item:last-child {
  margin-right: 0;
}
.cid-vjU8WP1bti .social-wrapper .social-wrap .soc-item:hover,
.cid-vjU8WP1bti .social-wrapper .social-wrap .soc-item:hover {
  background-color: #a6adbf;
  border: 3px solid #afb5c5;
  box-shadow: 0 18px 32px -8px #a6adbf;
}
.cid-vjU8WP1bti .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont,
.cid-vjU8WP1bti .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont {
  color: #ffffff !important;
}
.cid-vjU8WP1bti .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-vjU8WP1bti .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-vjU8WP1bti .mbr-copy {
  padding-left: 240px;
  margin-bottom: 0;
  padding: 0 !important;
  color: #666666;
}
@media (max-width: 1440px) {
  .cid-vjU8WP1bti .mbr-copy {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-vjU8WP1bti .mbr-copy {
    padding-left: 0;
  }
}
.cid-vjU8WP1bti .card {
  justify-content: center;
}
.cid-vjU8WP1bti .mbr-section-title {
  color: #111111;
}
.cid-vjU8WP1bti .mbr-section-subtitle {
  color: #36fdd3;
}
.cid-vjU8WP1bti .mbr-text,
.cid-vjU8WP1bti .text-wrapper {
  color: #666666;
}
.cid-vjU8WP1bti .mbr-nav-title {
  color: #556488;
}
.cid-vjU8WP1bti .list {
  color: #ff6d99;
}
