.btn {
  border-width: 4px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Manrope;
}
.display-1 {
  font-family: 'Manrope', sans-serif;
  font-size: 6.6rem;
  line-height: .95;
}
.display-1 > .mbr-iconfont {
  font-size: 8.25rem;
}
.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.28rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.62rem;
    font-size: calc( 2.96rem + (6.6 - 2.96) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( .95 * (2.96rem + (6.6 - 2.96) * ((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.62rem;
    font-size: calc( 2.96rem + (6.6 - 2.96) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( .95 * (2.96rem + (6.6 - 2.96) * ((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: #4e74e6 !important;
}
.bg-success {
  background-color: #ff7000 !important;
}
.bg-info {
  background-color: #f4f6fa !important;
}
.bg-warning {
  background-color: #9a5df5 !important;
}
.bg-danger {
  background-color: #fe135a !important;
}
.btn-primary {
  box-shadow: 0px 32px 32px -10px #91a9ef !important;
}
.btn-primary .mbr-iconfont {
  color: #4e74e6 !important;
}
.btn-primary .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #4e74e6 !important;
  border-color: #5b7fe8 !important;
  color: #ffffff !important;
  box-shadow: 0px 32px 32px -10px #91a9ef important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #4e74e6 !important;
  border-color: #5b7fe8 !important;
  box-shadow: 0px 32px 32px -10px #a7baf3 important;
}
.btn-primary:hover .mbr-iconfont,
.btn-primary:focus .mbr-iconfont,
.btn-primary.focus .mbr-iconfont,
.btn-primary.active .mbr-iconfont {
  color: #4e74e6 !important;
}
.btn-primary:hover .mbr-iconfont::after,
.btn-primary:focus .mbr-iconfont::after,
.btn-primary.focus .mbr-iconfont::after,
.btn-primary.active .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #7b97ec !important;
  border-color: #7b97ec !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 #ff9b4d !important;
}
.btn-success .mbr-iconfont {
  color: #ff7000 !important;
}
.btn-success .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #ff7000 !important;
  border-color: #ff790f !important;
  color: #ffffff !important;
  box-shadow: 0px 32px 32px -10px #ff9b4d important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ff7000 !important;
  border-color: #ff790f !important;
  box-shadow: 0px 32px 32px -10px #ffa966 important;
}
.btn-success:hover .mbr-iconfont,
.btn-success:focus .mbr-iconfont,
.btn-success.focus .mbr-iconfont,
.btn-success.active .mbr-iconfont {
  color: #ff7000 !important;
}
.btn-success:hover .mbr-iconfont::after,
.btn-success:focus .mbr-iconfont::after,
.btn-success.focus .mbr-iconfont::after,
.btn-success.active .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ff8d33 !important;
  border-color: #ff8d33 !important;
}
.btn-warning {
  box-shadow: 0px 32px 32px -10px #c7a5f9 !important;
}
.btn-warning .mbr-iconfont {
  color: #9a5df5 !important;
}
.btn-warning .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #9a5df5 !important;
  border-color: #a36bf6 !important;
  color: #ffffff !important;
  box-shadow: 0px 32px 32px -10px #c7a5f9 important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #9a5df5 !important;
  border-color: #a36bf6 !important;
  box-shadow: 0px 32px 32px -10px #d6bdfb important;
}
.btn-warning:hover .mbr-iconfont,
.btn-warning:focus .mbr-iconfont,
.btn-warning.focus .mbr-iconfont,
.btn-warning.active .mbr-iconfont {
  color: #9a5df5 !important;
}
.btn-warning:hover .mbr-iconfont::after,
.btn-warning:focus .mbr-iconfont::after,
.btn-warning.focus .mbr-iconfont::after,
.btn-warning.active .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #b88df8 !important;
  border-color: #b88df8 !important;
}
.btn-danger {
  box-shadow: 0px 32px 32px -10px #fe5f8f !important;
}
.btn-danger .mbr-iconfont {
  color: #fe135a !important;
}
.btn-danger .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fe135a !important;
  border-color: #fe2265 !important;
  color: #ffffff !important;
  box-shadow: 0px 32px 32px -10px #fe5f8f important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fe135a !important;
  border-color: #fe2265 !important;
  box-shadow: 0px 32px 32px -10px #fe79a1 important;
}
.btn-danger:hover .mbr-iconfont,
.btn-danger:focus .mbr-iconfont,
.btn-danger.focus .mbr-iconfont,
.btn-danger.active .mbr-iconfont {
  color: #fe135a !important;
}
.btn-danger:hover .mbr-iconfont::after,
.btn-danger:focus .mbr-iconfont::after,
.btn-danger.focus .mbr-iconfont::after,
.btn-danger.active .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #fe467e !important;
  border-color: #fe467e !important;
}
.btn-white {
  box-shadow: 0px 32px 32px -10px #ffffff !important;
}
.btn-white .mbr-iconfont {
  color: #ffffff !important;
}
.btn-white .mbr-iconfont::after {
  background-color: #666666 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #666666 !important;
  box-shadow: 0px 32px 32px -10px #ffffff important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: 0px 32px 32px -10px #ffffff important;
}
.btn-white:hover .mbr-iconfont,
.btn-white:focus .mbr-iconfont,
.btn-white.focus .mbr-iconfont,
.btn-white.active .mbr-iconfont {
  color: #ffffff !important;
}
.btn-white:hover .mbr-iconfont::after,
.btn-white:focus .mbr-iconfont::after,
.btn-white.focus .mbr-iconfont::after,
.btn-white.active .mbr-iconfont::after {
  background-color: #666666 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #666666 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black {
  box-shadow: 0px 32px 32px -10px #373737 !important;
}
.btn-black .mbr-iconfont {
  color: #111111 !important;
}
.btn-black .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #111111 !important;
  border-color: #191919 !important;
  color: #ffffff !important;
  box-shadow: 0px 32px 32px -10px #373737 important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #111111 !important;
  border-color: #191919 !important;
  box-shadow: 0px 32px 32px -10px #444444 important;
}
.btn-black:hover .mbr-iconfont,
.btn-black:focus .mbr-iconfont,
.btn-black.focus .mbr-iconfont,
.btn-black.active .mbr-iconfont {
  color: #111111 !important;
}
.btn-black:hover .mbr-iconfont::after,
.btn-black:focus .mbr-iconfont::after,
.btn-black.focus .mbr-iconfont::after,
.btn-black.active .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #2b2b2b !important;
  border-color: #2b2b2b !important;
}
.btn-primary-outline .mbr-iconfont {
  color: #4e74e6 !important;
}
.btn-primary-outline .mbr-iconfont::after {
  border: 2px solid #4e74e6 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #4e74e6;
  color: #4e74e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #1b45c2 !important;
  background-color: transparent !important;
  border-color: #1b45c2 !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: #1b45c2 !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 #1b45c2 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4e74e6 !important;
  border-color: #4e74e6 !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: #ff7000 !important;
}
.btn-success-outline .mbr-iconfont::after {
  border: 2px solid #ff7000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ff7000;
  color: #ff7000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #a84a00 !important;
  background-color: transparent !important;
  border-color: #a84a00 !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: #a84a00 !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 #a84a00 !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ff7000 !important;
  border-color: #ff7000 !important;
}
.btn-warning-outline .mbr-iconfont {
  color: #9a5df5 !important;
}
.btn-warning-outline .mbr-iconfont::after {
  border: 2px solid #9a5df5 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #9a5df5;
  color: #9a5df5;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #680fed !important;
  background-color: transparent !important;
  border-color: #680fed !important;
  box-shadow: none !important;
}
.btn-warning-outline:hover .mbr-iconfont,
.btn-warning-outline:focus .mbr-iconfont,
.btn-warning-outline.focus .mbr-iconfont,
.btn-warning-outline.active .mbr-iconfont {
  color: #680fed !important;
}
.btn-warning-outline:hover .mbr-iconfont::after,
.btn-warning-outline:focus .mbr-iconfont::after,
.btn-warning-outline.focus .mbr-iconfont::after,
.btn-warning-outline.active .mbr-iconfont::after {
  border: 2px solid #680fed !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #9a5df5 !important;
  border-color: #9a5df5 !important;
}
.btn-danger-outline .mbr-iconfont {
  color: #fe135a !important;
}
.btn-danger-outline .mbr-iconfont::after {
  border: 2px solid #fe135a !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #fe135a;
  color: #fe135a;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ba0139 !important;
  background-color: transparent !important;
  border-color: #ba0139 !important;
  box-shadow: none !important;
}
.btn-danger-outline:hover .mbr-iconfont,
.btn-danger-outline:focus .mbr-iconfont,
.btn-danger-outline.focus .mbr-iconfont,
.btn-danger-outline.active .mbr-iconfont {
  color: #ba0139 !important;
}
.btn-danger-outline:hover .mbr-iconfont::after,
.btn-danger-outline:focus .mbr-iconfont::after,
.btn-danger-outline.focus .mbr-iconfont::after,
.btn-danger-outline.active .mbr-iconfont::after {
  border: 2px solid #ba0139 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #fe135a !important;
  border-color: #fe135a !important;
}
.btn-black-outline .mbr-iconfont {
  color: #111111 !important;
}
.btn-black-outline .mbr-iconfont::after {
  border: 2px solid #111111 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #111111;
  color: #111111;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline:hover .mbr-iconfont,
.btn-black-outline:focus .mbr-iconfont,
.btn-black-outline.focus .mbr-iconfont,
.btn-black-outline.active .mbr-iconfont {
  color: #000000 !important;
}
.btn-black-outline:hover .mbr-iconfont::after,
.btn-black-outline:focus .mbr-iconfont::after,
.btn-black-outline.focus .mbr-iconfont::after,
.btn-black-outline.active .mbr-iconfont::after {
  border: 2px solid #000000 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #111111 !important;
  border-color: #111111 !important;
}
.btn-white-outline .mbr-iconfont {
  color: #ffffff !important;
}
.btn-white-outline .mbr-iconfont::after {
  border: 2px solid #ffffff !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-white-outline:hover .mbr-iconfont,
.btn-white-outline:focus .mbr-iconfont,
.btn-white-outline.focus .mbr-iconfont,
.btn-white-outline.active .mbr-iconfont {
  color: #d4d4d4 !important;
}
.btn-white-outline:hover .mbr-iconfont::after,
.btn-white-outline:focus .mbr-iconfont::after,
.btn-white-outline.focus .mbr-iconfont::after,
.btn-white-outline.active .mbr-iconfont::after {
  border: 2px solid #d4d4d4 !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #4e74e6 !important;
}
.text-secondary {
  color: #a6adbf !important;
}
.text-success {
  color: #ff7000 !important;
}
.text-info {
  color: #f4f6fa !important;
}
.text-warning {
  color: #9a5df5 !important;
}
.text-danger {
  color: #fe135a !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #111111 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #1940b5 !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: #994300 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #aebdda !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #610ede !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #aa0134 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #4e74e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f4f6fa;
}
.alert-warning {
  background-color: #9a5df5;
}
.alert-danger {
  background-color: #fe135a;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4e74e6;
  border-color: #4e74e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #4e74e6;
}
.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: #ffe2cc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffdee8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Manrope', sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #4e74e6 !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: #4e74e6;
}
/* 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: #4e74e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #4e74e6;
}
.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: #4e74e6;
  border-bottom-color: #4e74e6;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #4e74e6 !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='%234e74e6' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.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: #000102;
}
.mbr-section-btn .btn-white .mbr-iconfont::after {
  background-color: #4e74e6 !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-vfyyjEFJb3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfyyjEFJb3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-vfyyjEFJb3 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vfyyjEFJb3 .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vfyyjEFJb3 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vfyyjEFJb3 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vfyyjEFJb3 .content-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-vfyyjEFJb3 .content-wrapper .logo-wrapper img {
  width: 116px;
  height: 116px;
  object-fit: cover;
  display: inline-flex;
  border-radius: 100% !important;
  box-shadow: 0 20px 20px -5px #9c9c9c;
}
.cid-vfyyjEFJb3 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vfyyjEFJb3 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #000000 40%);
  }
}
.cid-vfyyjEFJb3 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfyyjEFJb3 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vfyyjEFJb3 .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-vfyyjEFJb3 .mbr-label,
.cid-vfyyjEFJb3 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vfyyjEFJb3 .mbr-section-title {
  color: #000000;
}
.cid-vfyyjEFJb3 .mbr-text,
.cid-vfyyjEFJb3 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vfyyjEFJb3 .mbr-section-title,
.cid-vfyyjEFJb3 .title-wrapper,
.cid-vfyyjEFJb3 .mbr-section-btn,
.cid-vfyyjEFJb3 .logo-wrapper {
  text-align: center;
}
.cid-vfChFPsDTL {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vfChFPsDTL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfChFPsDTL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfChFPsDTL .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vfChFPsDTL .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vfChFPsDTL .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vfChFPsDTL .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfChFPsDTL .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vfChFPsDTL .items-wrapper {
  align-items: center;
}
.cid-vfChFPsDTL .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vfChFPsDTL .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-vfChFPsDTL .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-vfChFPsDTL .items-wrapper .item .item-wrapper {
    min-height: 520px;
    padding: 24px;
  }
}
.cid-vfChFPsDTL .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #000000 100%);
  opacity: 1;
  pointer-events: none;
  transition: all .3s ease;
  z-index: 1;
}
.cid-vfChFPsDTL .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vfChFPsDTL .items-wrapper .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-vfChFPsDTL .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-vfChFPsDTL .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-vfChFPsDTL .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-vfChFPsDTL .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-vfChFPsDTL .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-vfChFPsDTL .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-vfChFPsDTL .mbr-section-subtitle {
  color: #ff7000;
  text-align: center;
}
.cid-vfChFPsDTL .mbr-text,
.cid-vfChFPsDTL .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-vfChFPsDTL .card-title {
  color: #ffffff;
}
.cid-vfChFPsDTL .card-text {
  color: #ffffff;
}
.cid-vfClFOM5Zo {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfClFOM5Zo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfClFOM5Zo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfClFOM5Zo .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vfClFOM5Zo .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vfClFOM5Zo .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vfClFOM5Zo .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfClFOM5Zo .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vfClFOM5Zo .items-wrapper {
  align-items: center;
}
.cid-vfClFOM5Zo .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vfClFOM5Zo .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-vfClFOM5Zo .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-vfClFOM5Zo .items-wrapper .item .item-wrapper {
    min-height: 520px;
    padding: 24px;
  }
}
.cid-vfClFOM5Zo .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: 1;
  pointer-events: none;
  transition: all .3s ease;
  z-index: 1;
}
.cid-vfClFOM5Zo .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vfClFOM5Zo .items-wrapper .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-vfClFOM5Zo .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-vfClFOM5Zo .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-vfClFOM5Zo .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-vfClFOM5Zo .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-vfClFOM5Zo .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-vfClFOM5Zo .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-vfClFOM5Zo .mbr-section-subtitle {
  color: #ff7000;
  text-align: center;
}
.cid-vfClFOM5Zo .mbr-text,
.cid-vfClFOM5Zo .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-vfClFOM5Zo .card-title {
  color: #ffffff;
}
.cid-vfClFOM5Zo .card-text {
  color: #ffffff;
}
.cid-vfJIe9KWdd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vfJIe9KWdd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfJIe9KWdd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfJIe9KWdd .content-wrap {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vfJIe9KWdd .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vfJIe9KWdd .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vfJIe9KWdd .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #ff7000;
}
.cid-vfJIe9KWdd .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vfJIe9KWdd .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfJIe9KWdd .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vfJIe9KWdd .item {
  margin-bottom: 32px;
  transform: rotate(4deg);
}
@media (max-width: 992px) {
  .cid-vfJIe9KWdd .item {
    transform: none;
    margin-bottom: 20px;
  }
}
.cid-vfJIe9KWdd .item:nth-child(2n) {
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-vfJIe9KWdd .item:nth-child(2n) {
    transform: none;
  }
}
.cid-vfJIe9KWdd .item .item-wrapper {
  height: 100%;
  background-color: #f7f7f7;
  padding: 8px;
}
.cid-vfJIe9KWdd .item .item-wrapper .card-box {
  height: 100%;
  padding: 24px;
  background-color: #ffffff;
}
.cid-vfJIe9KWdd .item .item-wrapper .card-box .item-img {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vfJIe9KWdd .item .item-wrapper .card-box .item-img {
    margin-bottom: 24px;
  }
}
.cid-vfJIe9KWdd .item .item-wrapper .card-box .item-img img {
  display: inline-flex;
  width: 118px;
  height: 118px;
  object-fit: cover;
}
.cid-vfJIe9KWdd .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vfJIe9KWdd .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vfJIe9KWdd .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
}
.cid-vfJIe9KWdd .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfJIe9KWdd .mbr-label,
.cid-vfJIe9KWdd .label-wrapper {
  color: #f5f5f5;
  text-align: center;
}
.cid-vfJIe9KWdd .mbr-section-title {
  color: #000000;
}
.cid-vfJIe9KWdd .mbr-text,
.cid-vfJIe9KWdd .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vfJIe9KWdd .item-title {
  color: #000000;
}
.cid-vfJIe9KWdd .item-text {
  color: #000000;
  text-align: center;
}
.cid-vfJIe9KWdd .mbr-section-title,
.cid-vfJIe9KWdd .main-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vfJIe9KWdd .item-title,
.cid-vfJIe9KWdd .item-img,
.cid-vfJIe9KWdd .btn-item {
  text-align: center;
}
.cid-uVamQ0xmRR {
  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-uVamQ0xmRR {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-uVamQ0xmRR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVamQ0xmRR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVamQ0xmRR .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uVamQ0xmRR .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVamQ0xmRR .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uVamQ0xmRR .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uVamQ0xmRR .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uVamQ0xmRR .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVamQ0xmRR .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uVamQ0xmRR .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVamQ0xmRR .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uVamQ0xmRR .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-uVamQ0xmRR .image-wrapper {
    padding-left: 0;
  }
}
.cid-uVamQ0xmRR .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uVamQ0xmRR .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-uVamQ0xmRR .image-wrapper img {
    height: 350px;
  }
}
.cid-uVamQ0xmRR .mbr-label {
  color: #a6adbf;
}
.cid-uVamQ0xmRR .mbr-section-title {
  color: #111111;
}
.cid-uVamQ0xmRR .mbr-section-subtitle {
  color: #ff7000;
}
.cid-uVamQ0xmRR .mbr-text,
.cid-uVamQ0xmRR .text-wrapper {
  color: #666666;
}
.cid-uVamONnKcz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff7000;
}
.cid-uVamONnKcz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVamONnKcz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVamONnKcz .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-uVamONnKcz .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uVamONnKcz .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVamONnKcz .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uVamONnKcz .mbr-label {
  color: #111111;
  text-align: center;
}
.cid-uVamONnKcz .mbr-section-title {
  color: #ff6d99;
}
.cid-uVamONnKcz .mbr-text,
.cid-uVamONnKcz .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uVamONnKcz .mbr-section-title,
.cid-uVamONnKcz .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vfEvQej7eZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #111111;
}
.cid-vfEvQej7eZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfEvQej7eZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfEvQej7eZ .content-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vfEvQej7eZ .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vfEvQej7eZ .content-wrapper .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vfEvQej7eZ .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vfEvQej7eZ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfEvQej7eZ .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vfEvQej7eZ .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vfEvQej7eZ .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vfEvQej7eZ .nav-wrapper {
  margin-bottom: 100px;
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .cid-vfEvQej7eZ .nav-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-vfEvQej7eZ .nav-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.cid-vfEvQej7eZ .nav-wrapper .mbr-nav-title {
  padding: 0 12px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vfEvQej7eZ .nav-wrapper .mbr-nav-title {
    margin-bottom: 24px;
  }
}
.cid-vfEvQej7eZ .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-vfEvQej7eZ .nav-wrapper .list .item-wrap {
  position: relative;
  padding: 4px 32px 4px 12px;
  margin-bottom: 8px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vfEvQej7eZ .nav-wrapper .list .item-wrap::before {
  content: '→';
  position: absolute;
  top: 4px;
  right: 12px;
  font-size: 22px;
  color: #ff7000;
  transition: all .3s ease;
}
.cid-vfEvQej7eZ .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vfEvQej7eZ .nav-wrapper .list .item-wrap:hover,
.cid-vfEvQej7eZ .nav-wrapper .list .item-wrap:focus {
  background-color: #ffffff;
  color: #7b86a1;
}
.cid-vfEvQej7eZ .nav-wrapper .list .item-wrap:hover::before,
.cid-vfEvQej7eZ .nav-wrapper .list .item-wrap:focus::before {
  color: #7b86a1;
}
@media (max-width: 992px) {
  .cid-vfEvQej7eZ .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vfEvQej7eZ .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vfEvQej7eZ .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-vfEvQej7eZ .social-wrapper .social-wrap .soc-item {
    margin-right: 12px;
  }
}
.cid-vfEvQej7eZ .social-wrapper .social-wrap .soc-item:last-child {
  margin-right: 0;
}
.cid-vfEvQej7eZ .social-wrapper .social-wrap .soc-item:hover,
.cid-vfEvQej7eZ .social-wrapper .social-wrap .soc-item:hover {
  background-color: #a6adbf;
  border: 3px solid #afb5c5;
  box-shadow: 0 18px 32px -8px #a6adbf;
}
.cid-vfEvQej7eZ .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont,
.cid-vfEvQej7eZ .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont {
  color: #ffffff !important;
}
.cid-vfEvQej7eZ .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-vfEvQej7eZ .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-vfEvQej7eZ .mbr-copy {
  padding-left: 240px;
  margin-bottom: 0;
  padding: 0 !important;
  color: #666666;
  text-align: center;
}
@media (max-width: 1440px) {
  .cid-vfEvQej7eZ .mbr-copy {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-vfEvQej7eZ .mbr-copy {
    padding-left: 0;
  }
}
.cid-vfEvQej7eZ .card {
  justify-content: center;
}
.cid-vfEvQej7eZ .mbr-section-title {
  color: #111111;
}
.cid-vfEvQej7eZ .mbr-section-subtitle {
  color: #ff7000;
}
.cid-vfEvQej7eZ .mbr-text,
.cid-vfEvQej7eZ .text-wrapper {
  color: #666666;
}
.cid-vfEvQej7eZ .mbr-nav-title {
  color: #a6adbf;
}
.cid-vfEvQej7eZ .list {
  color: #ff6d99;
}
.cid-vfEvQej7eZ .mbr-text,
.cid-vfEvQej7eZ .text-wrapper,
.cid-vfEvQej7eZ .mbr-section-btn {
  color: #ffffff;
}
.cid-vfEvQej7eZ .list,
.cid-vfEvQej7eZ .item-wrap,
.cid-vfEvQej7eZ .nav-wrapper {
  color: #ffffff;
}
.cid-vfJWi9sMjq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfJWi9sMjq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-vfJWi9sMjq .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vfJWi9sMjq .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vfJWi9sMjq .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vfJWi9sMjq .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vfJWi9sMjq .content-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-vfJWi9sMjq .content-wrapper .logo-wrapper img {
  width: 116px;
  height: 116px;
  object-fit: cover;
  display: inline-flex;
  border-radius: 100% !important;
  box-shadow: 0 20px 20px -5px #9c9c9c;
}
.cid-vfJWi9sMjq .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vfJWi9sMjq .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #000000 40%);
  }
}
.cid-vfJWi9sMjq .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfJWi9sMjq .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vfJWi9sMjq .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-vfJWi9sMjq .mbr-label,
.cid-vfJWi9sMjq .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vfJWi9sMjq .mbr-section-title {
  color: #000000;
}
.cid-vfJWi9sMjq .mbr-text,
.cid-vfJWi9sMjq .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vfJWi9sMjq .mbr-section-title,
.cid-vfJWi9sMjq .title-wrapper,
.cid-vfJWi9sMjq .mbr-section-btn,
.cid-vfJWi9sMjq .logo-wrapper {
  text-align: center;
}
.cid-vfK0jeJNWh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vfK0jeJNWh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfK0jeJNWh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfK0jeJNWh .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vfK0jeJNWh .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vfK0jeJNWh .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vfK0jeJNWh .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vfK0jeJNWh .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vfK0jeJNWh .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfK0jeJNWh .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vfK0jeJNWh .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vfK0jeJNWh .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vfK0jeJNWh .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-vfK0jeJNWh .image-wrapper {
    padding-left: 0;
  }
}
.cid-vfK0jeJNWh .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vfK0jeJNWh .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-vfK0jeJNWh .image-wrapper img {
    height: 350px;
  }
}
.cid-vfK0jeJNWh .mbr-label {
  color: #ffffff;
}
.cid-vfK0jeJNWh .mbr-section-title {
  color: #ffffff;
}
.cid-vfK0jeJNWh .mbr-section-subtitle {
  color: #ff7000;
}
.cid-vfK0jeJNWh .mbr-text,
.cid-vfK0jeJNWh .text-wrapper {
  color: #666666;
}
.cid-vfK0jeJNWh .mbr-text,
.cid-vfK0jeJNWh .text-wrapper,
.cid-vfK0jeJNWh .mbr-section-btn {
  color: #ffffff;
}
.cid-vfK3ufX53T {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vfK3ufX53T .item:focus,
.cid-vfK3ufX53T span:focus {
  outline: none;
}
.cid-vfK3ufX53T .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vfK3ufX53T .item {
    margin-bottom: 1rem;
  }
}
.cid-vfK3ufX53T .mbr-card-title {
  background: #ff7000;
  width: fit-content;
  border-radius: 1rem;
  padding: 6px 10px;
}
.cid-vfK3ufX53T .item-content {
  margin-top: 2rem;
  padding: 0 2rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vfK3ufX53T .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vfK3ufX53T .item-content {
    padding: 1rem 1rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vfK3ufX53T .item-wrapper {
  position: relative;
  background: #f4f6fa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vfK3ufX53T .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vfK3ufX53T .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vfK3ufX53T .mbr-text,
.cid-vfK3ufX53T .item .mbr-section-btn {
  text-align: center;
}
.cid-vfK3ufX53T .content-head {
  max-width: 800px;
}
.cid-vfK3ufX53T .mbr-number {
  color: #ffffff;
}
.cid-vfK3ufX53T .mbr-section-subtitle,
.cid-vfK3ufX53T .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-vfK3ufX53T .mbr-text {
  text-align: left;
}
.cid-vfK3ufX53T .mbr-text,
.cid-vfK3ufX53T .mbr-card-btn {
  text-align: left;
}
.cid-vfK3ufX53T .mbr-text,
.cid-vfK3ufX53T .mbr-section-btn {
  text-align: left;
}
.cid-vfK3ufX53T .mbr-text,
.cid-vfK3ufX53T .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-vfK3ufX53T .card-text,
.cid-vfK3ufX53T .item .mbr-section-btn {
  text-align: left;
}
.cid-vfK3ufX53T .card-title {
  text-align: left;
}
.cid-vfJWidbxyw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff7000;
}
.cid-vfJWidbxyw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfJWidbxyw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfJWidbxyw .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-vfJWidbxyw .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vfJWidbxyw .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vfJWidbxyw .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vfJWidbxyw .mbr-label {
  color: #111111;
  text-align: center;
}
.cid-vfJWidbxyw .mbr-section-title {
  color: #ff6d99;
}
.cid-vfJWidbxyw .mbr-text,
.cid-vfJWidbxyw .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vfJWidbxyw .mbr-section-title,
.cid-vfJWidbxyw .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vfJWidKxU6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #111111;
}
.cid-vfJWidKxU6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfJWidKxU6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfJWidKxU6 .content-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vfJWidKxU6 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vfJWidKxU6 .content-wrapper .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vfJWidKxU6 .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vfJWidKxU6 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfJWidKxU6 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vfJWidKxU6 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vfJWidKxU6 .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vfJWidKxU6 .nav-wrapper {
  margin-bottom: 100px;
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .cid-vfJWidKxU6 .nav-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-vfJWidKxU6 .nav-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.cid-vfJWidKxU6 .nav-wrapper .mbr-nav-title {
  padding: 0 12px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vfJWidKxU6 .nav-wrapper .mbr-nav-title {
    margin-bottom: 24px;
  }
}
.cid-vfJWidKxU6 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-vfJWidKxU6 .nav-wrapper .list .item-wrap {
  position: relative;
  padding: 4px 32px 4px 12px;
  margin-bottom: 8px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vfJWidKxU6 .nav-wrapper .list .item-wrap::before {
  content: '→';
  position: absolute;
  top: 4px;
  right: 12px;
  font-size: 22px;
  color: #ff7000;
  transition: all .3s ease;
}
.cid-vfJWidKxU6 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vfJWidKxU6 .nav-wrapper .list .item-wrap:hover,
.cid-vfJWidKxU6 .nav-wrapper .list .item-wrap:focus {
  background-color: #ffffff;
  color: #7b86a1;
}
.cid-vfJWidKxU6 .nav-wrapper .list .item-wrap:hover::before,
.cid-vfJWidKxU6 .nav-wrapper .list .item-wrap:focus::before {
  color: #7b86a1;
}
@media (max-width: 992px) {
  .cid-vfJWidKxU6 .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vfJWidKxU6 .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vfJWidKxU6 .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-vfJWidKxU6 .social-wrapper .social-wrap .soc-item {
    margin-right: 12px;
  }
}
.cid-vfJWidKxU6 .social-wrapper .social-wrap .soc-item:last-child {
  margin-right: 0;
}
.cid-vfJWidKxU6 .social-wrapper .social-wrap .soc-item:hover,
.cid-vfJWidKxU6 .social-wrapper .social-wrap .soc-item:hover {
  background-color: #a6adbf;
  border: 3px solid #afb5c5;
  box-shadow: 0 18px 32px -8px #a6adbf;
}
.cid-vfJWidKxU6 .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont,
.cid-vfJWidKxU6 .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont {
  color: #ffffff !important;
}
.cid-vfJWidKxU6 .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-vfJWidKxU6 .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-vfJWidKxU6 .mbr-copy {
  padding-left: 240px;
  margin-bottom: 0;
  padding: 0 !important;
  color: #666666;
  text-align: center;
}
@media (max-width: 1440px) {
  .cid-vfJWidKxU6 .mbr-copy {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-vfJWidKxU6 .mbr-copy {
    padding-left: 0;
  }
}
.cid-vfJWidKxU6 .card {
  justify-content: center;
}
.cid-vfJWidKxU6 .mbr-section-title {
  color: #111111;
}
.cid-vfJWidKxU6 .mbr-section-subtitle {
  color: #ff7000;
}
.cid-vfJWidKxU6 .mbr-text,
.cid-vfJWidKxU6 .text-wrapper {
  color: #666666;
}
.cid-vfJWidKxU6 .mbr-nav-title {
  color: #a6adbf;
}
.cid-vfJWidKxU6 .list {
  color: #ff6d99;
}
.cid-vfJWidKxU6 .mbr-text,
.cid-vfJWidKxU6 .text-wrapper,
.cid-vfJWidKxU6 .mbr-section-btn {
  color: #ffffff;
}
.cid-vfJWidKxU6 .list,
.cid-vfJWidKxU6 .item-wrap,
.cid-vfJWidKxU6 .nav-wrapper {
  color: #ffffff;
}
.cid-vfKuT2YQy1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfKuT2YQy1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-vfKuT2YQy1 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vfKuT2YQy1 .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vfKuT2YQy1 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vfKuT2YQy1 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vfKuT2YQy1 .content-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-vfKuT2YQy1 .content-wrapper .logo-wrapper img {
  width: 116px;
  height: 116px;
  object-fit: cover;
  display: inline-flex;
  border-radius: 100% !important;
  box-shadow: 0 20px 20px -5px #9c9c9c;
}
.cid-vfKuT2YQy1 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vfKuT2YQy1 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #000000 40%);
  }
}
.cid-vfKuT2YQy1 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfKuT2YQy1 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vfKuT2YQy1 .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-vfKuT2YQy1 .mbr-label,
.cid-vfKuT2YQy1 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vfKuT2YQy1 .mbr-section-title {
  color: #000000;
}
.cid-vfKuT2YQy1 .mbr-text,
.cid-vfKuT2YQy1 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vfKuT2YQy1 .mbr-section-title,
.cid-vfKuT2YQy1 .title-wrapper,
.cid-vfKuT2YQy1 .mbr-section-btn,
.cid-vfKuT2YQy1 .logo-wrapper {
  text-align: center;
}
.cid-vfKwtEQCND {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vfKwtEQCND .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfKwtEQCND .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfKwtEQCND .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vfKwtEQCND .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vfKwtEQCND .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-vfKwtEQCND .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfKwtEQCND .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vfKwtEQCND .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfKwtEQCND .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vfKwtEQCND .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-vfKwtEQCND .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-vfKwtEQCND .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 #ff7000;
  color: #ff7000;
  font-size: 11px;
}
.cid-vfKwtEQCND .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vfKwtEQCND .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-vfKwtEQCND .list_2 {
    padding-left: 0;
  }
}
.cid-vfKwtEQCND .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-vfKwtEQCND .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-vfKwtEQCND .mbr-text,
.cid-vfKwtEQCND .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vfKwtEQCND .list {
  color: #666666;
}
.cid-vfKwtEQCND .list,
.cid-vfKwtEQCND .item-wrap,
.cid-vfKwtEQCND .list-wrapper {
  color: #ffffff;
}
.cid-vfKuT5Exj3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vfKuT5Exj3 .item:focus,
.cid-vfKuT5Exj3 span:focus {
  outline: none;
}
.cid-vfKuT5Exj3 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vfKuT5Exj3 .item {
    margin-bottom: 1rem;
  }
}
.cid-vfKuT5Exj3 .mbr-card-title {
  background: #ff7000;
  width: fit-content;
  border-radius: 1rem;
  padding: 6px 10px;
}
.cid-vfKuT5Exj3 .item-content {
  margin-top: 2rem;
  padding: 0 2rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vfKuT5Exj3 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vfKuT5Exj3 .item-content {
    padding: 1rem 1rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vfKuT5Exj3 .item-wrapper {
  position: relative;
  background: #f4f6fa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vfKuT5Exj3 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vfKuT5Exj3 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vfKuT5Exj3 .mbr-text,
.cid-vfKuT5Exj3 .item .mbr-section-btn {
  text-align: center;
}
.cid-vfKuT5Exj3 .content-head {
  max-width: 800px;
}
.cid-vfKuT5Exj3 .mbr-number {
  color: #ffffff;
}
.cid-vfKuT5Exj3 .mbr-section-subtitle,
.cid-vfKuT5Exj3 .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-vfKuT5Exj3 .mbr-text {
  text-align: left;
}
.cid-vfKuT5Exj3 .mbr-text,
.cid-vfKuT5Exj3 .mbr-card-btn {
  text-align: left;
}
.cid-vfKuT5Exj3 .mbr-text,
.cid-vfKuT5Exj3 .mbr-section-btn {
  text-align: left;
}
.cid-vfKuT5Exj3 .mbr-text,
.cid-vfKuT5Exj3 .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-vfKuT5Exj3 .card-text,
.cid-vfKuT5Exj3 .item .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-vfKuT5Exj3 .card-title {
  text-align: left;
}
.cid-vfKy8DWkj7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-vfKy8DWkj7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfKy8DWkj7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfKy8DWkj7 .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vfKy8DWkj7 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vfKy8DWkj7 .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #ff7000 0%, #ff7000 50%, #ff7000 100%);
}
.cid-vfKy8DWkj7 .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vfKy8DWkj7 .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vfKy8DWkj7 .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vfKy8DWkj7 .content-wrap {
  margin: 0 -10px;
}
.cid-vfKy8DWkj7 .content-wrap .card {
  padding: 0 10px;
}
.cid-vfKy8DWkj7 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 992px) {
  .cid-vfKy8DWkj7 .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vfKy8DWkj7 .items-wrapper .item:hover .item-wrapper .item-title,
.cid-vfKy8DWkj7 .items-wrapper .item:focus .item-wrapper .item-title {
  color: #ff7000;
}
.cid-vfKy8DWkj7 .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 30px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  box-shadow: 0 10px 20px -8px #e9e9e9;
}
@media (max-width: 992px) {
  .cid-vfKy8DWkj7 .items-wrapper .item .item-wrapper {
    padding: 30px 20px;
  }
}
.cid-vfKy8DWkj7 .items-wrapper .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 24px;
}
.cid-vfKy8DWkj7 .items-wrapper .item .item-wrapper .iconfont-wrapper .iconfont-wrap {
  display: inline-flex;
  background-color: #e9e9e9;
  padding: 3px;
  background-image: linear-gradient(90deg, #ff7000 0%, #ff7000 50%, #ff7000 100%);
}
.cid-vfKy8DWkj7 .items-wrapper .item .item-wrapper .iconfont-wrapper .iconfont-wrap .icon-wrap {
  padding: 14px;
  background-color: #ffffff;
  border-radius: 8px;
}
.cid-vfKy8DWkj7 .items-wrapper .item .item-wrapper .iconfont-wrapper .iconfont-wrap .icon-wrap .mbr-iconfont {
  font-size: 30px;
  color: transparent !important;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #ff7000 0%, #ff7000 50%, #ff7000 100%) !important;
}
.cid-vfKy8DWkj7 .items-wrapper .item .item-wrapper .item-title {
  transition: all .3s ease;
  margin-bottom: 16px;
}
.cid-vfKy8DWkj7 .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vfKy8DWkj7 .items-wrapper .item .item-wrapper .item-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vfKy8DWkj7 .card-wrapper {
  padding: 30px;
  background-color: #171719;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vfKy8DWkj7 .card-wrapper {
    padding: 30px 20px;
    margin-top: 20px;
  }
}
.cid-vfKy8DWkj7 .card-wrapper .desc-wrapper {
  margin-bottom: 20px;
}
.cid-vfKy8DWkj7 .card-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-vfKy8DWkj7 .card-wrapper .desc-wrapper .main-btn {
  margin-top: 20px;
}
.cid-vfKy8DWkj7 .card-wrapper .image-wrapper {
  min-height: 290px;
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vfKy8DWkj7 .card-wrapper .image-wrapper {
    min-height: auto;
    height: 300px;
  }
}
.cid-vfKy8DWkj7 .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-vfKy8DWkj7 .mbr-section-btn .btn-primary,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-secondary,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-success,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-info,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-warning,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-danger,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-black,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-white {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 12px 26px;
  border: none !important;
}
.cid-vfKy8DWkj7 .mbr-section-btn .btn-primary::before,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-secondary::before,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-success::before,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-info::before,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-warning::before,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-danger::before,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-black::before,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-white::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #ff7000 0%, #ff7000 50%, #ff7000 100%);
  opacity: 0;
  transition: all .5s ease;
  z-index: -1;
}
.cid-vfKy8DWkj7 .mbr-section-btn .btn-primary:hover,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-secondary:hover,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-success:hover,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-info:hover,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-warning:hover,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-danger:hover,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-black:hover,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-white:hover,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-primary:focus,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-secondary:focus,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-success:focus,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-info:focus,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-warning:focus,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-danger:focus,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-black:focus,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-white:focus,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-primary.focus,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-secondary.focus,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-success.focus,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-info.focus,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-warning.focus,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-danger.focus,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-black.focus,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-white.focus,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-primary.active,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-secondary.active,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-success.active,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-info.active,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-warning.active,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-danger.active,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-black.active,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-white.active {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-vfKy8DWkj7 .mbr-section-btn .btn-primary:hover::before,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-secondary:hover::before,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-success:hover::before,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-info:hover::before,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-warning:hover::before,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-danger:hover::before,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-black:hover::before,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-white:hover::before,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-primary:focus::before,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-secondary:focus::before,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-success:focus::before,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-info:focus::before,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-warning:focus::before,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-danger:focus::before,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-black:focus::before,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-white:focus::before,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-primary.focus::before,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-secondary.focus::before,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-success.focus::before,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-info.focus::before,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-warning.focus::before,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-danger.focus::before,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-black.focus::before,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-white.focus::before,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-primary.active::before,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-secondary.active::before,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-success.active::before,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-info.active::before,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-warning.active::before,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-danger.active::before,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-black.active::before,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-white.active::before {
  opacity: 1;
}
.cid-vfKy8DWkj7 .mbr-section-btn .btn-primary-outline,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-secondary-outline,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-success-outline,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-info-outline,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-warning-outline,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-danger-outline,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-black-outline,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-vfKy8DWkj7 .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(-45deg);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #ff7000 0%, #ff7000 50%, #ff7000 100%) !important;
}
.cid-vfKy8DWkj7 .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-primary-outline.focus .mbr-iconfont,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-secondary-outline.focus .mbr-iconfont,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-success-outline.focus .mbr-iconfont,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-info-outline.focus .mbr-iconfont,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-warning-outline.focus .mbr-iconfont,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-danger-outline.focus .mbr-iconfont,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-black-outline.focus .mbr-iconfont,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-white-outline.focus .mbr-iconfont,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-primary-outline.active .mbr-iconfont,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-secondary-outline.active .mbr-iconfont,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-success-outline.active .mbr-iconfont,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-info-outline.active .mbr-iconfont,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-warning-outline.active .mbr-iconfont,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-danger-outline.active .mbr-iconfont,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-black-outline.active .mbr-iconfont,
.cid-vfKy8DWkj7 .mbr-section-btn .btn-white-outline.active .mbr-iconfont {
  transform: rotate(0);
}
.cid-vfKy8DWkj7 .mbr-label,
.cid-vfKy8DWkj7 .label-wrapper {
  color: #171719;
  text-align: center;
}
.cid-vfKy8DWkj7 .mbr-section-title,
.cid-vfKy8DWkj7 .title-wrap {
  color: #171719;
  text-align: center;
}
.cid-vfKy8DWkj7 .mbr-desc {
  color: #ffffff;
}
.cid-vfKy8DWkj7 .item-title {
  color: #171719;
}
.cid-vfKy8DWkj7 .item-text {
  color: #565661;
}
.cid-vfKAy8Wvir {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfKAy8Wvir .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfKAy8Wvir .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfKAy8Wvir .card-wrapper {
  padding: 64px;
  background-color: #f4f6fa;
  display: flex;
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-vfKAy8Wvir .card-wrapper {
    display: block;
    padding: 24px;
    margin-top: 0;
  }
}
.cid-vfKAy8Wvir .image-wrapper {
  width: 50%;
  padding-right: 56px;
}
@media (max-width: 992px) {
  .cid-vfKAy8Wvir .image-wrapper {
    padding-right: 0;
    width: 100%;
  }
}
.cid-vfKAy8Wvir .image-wrapper img {
  height: 800px;
  width: 100%;
  object-fit: cover;
  position: sticky;
  top: 132px;
  margin-top: -128px;
}
@media (max-width: 1400px) {
  .cid-vfKAy8Wvir .image-wrapper img {
    height: 600px;
  }
}
@media (max-width: 992px) {
  .cid-vfKAy8Wvir .image-wrapper img {
    height: 350px;
    margin: 0 0 32px 0;
    position: static;
  }
}
.cid-vfKAy8Wvir .content-wrapper {
  width: 50%;
  padding-right: 56px;
}
@media (max-width: 1400px) {
  .cid-vfKAy8Wvir .content-wrapper {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-vfKAy8Wvir .content-wrapper {
    width: 100%;
  }
}
.cid-vfKAy8Wvir .content-wrapper .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vfKAy8Wvir .content-wrapper .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vfKAy8Wvir .content-wrapper .content-wrap .title-wrapper {
  margin-bottom: 16px;
}
.cid-vfKAy8Wvir .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfKAy8Wvir .content-wrapper .content-wrap .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vfKAy8Wvir .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfKAy8Wvir .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vfKAy8Wvir .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px 24px 24px 32px;
  background-color: #ffffff;
  border: none;
  transition: all 0.3s ease-in-out;
  margin-top: 16px;
}
@media (max-width: 992px) {
  .cid-vfKAy8Wvir .content-wrapper .panel-group .card {
    padding: 16px;
  }
}
.cid-vfKAy8Wvir .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-vfKAy8Wvir .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vfKAy8Wvir .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-vfKAy8Wvir .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vfKAy8Wvir .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #a6adbf;
}
.cid-vfKAy8Wvir .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  margin-top: 4px;
  font-size: 12px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-vfKAy8Wvir .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper:hover {
  background-color: #7b86a1;
}
.cid-vfKAy8Wvir .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-vfKAy8Wvir .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(180deg);
}
.cid-vfKAy8Wvir .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 24px;
}
.cid-vfKAy8Wvir .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vfKAy8Wvir .mbr-section-title {
  color: #111111;
}
.cid-vfKAy8Wvir .mbr-section-subtitle {
  color: #ff7000;
}
.cid-vfKAy8Wvir .mbr-text,
.cid-vfKAy8Wvir .text-wrapper {
  color: #111111;
}
.cid-vfKAy8Wvir .panel-title-edit {
  color: #111111;
}
.cid-vfKAy8Wvir .panel-text {
  color: #666666;
}
.cid-vfKuT6BlZI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff7000;
}
.cid-vfKuT6BlZI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfKuT6BlZI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfKuT6BlZI .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-vfKuT6BlZI .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vfKuT6BlZI .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vfKuT6BlZI .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vfKuT6BlZI .mbr-label {
  color: #111111;
  text-align: center;
}
.cid-vfKuT6BlZI .mbr-section-title {
  color: #ff6d99;
}
.cid-vfKuT6BlZI .mbr-text,
.cid-vfKuT6BlZI .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vfKuT6BlZI .mbr-section-title,
.cid-vfKuT6BlZI .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vfKuT7keHj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #111111;
}
.cid-vfKuT7keHj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfKuT7keHj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfKuT7keHj .content-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vfKuT7keHj .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vfKuT7keHj .content-wrapper .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vfKuT7keHj .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vfKuT7keHj .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfKuT7keHj .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vfKuT7keHj .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vfKuT7keHj .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vfKuT7keHj .nav-wrapper {
  margin-bottom: 100px;
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .cid-vfKuT7keHj .nav-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-vfKuT7keHj .nav-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.cid-vfKuT7keHj .nav-wrapper .mbr-nav-title {
  padding: 0 12px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vfKuT7keHj .nav-wrapper .mbr-nav-title {
    margin-bottom: 24px;
  }
}
.cid-vfKuT7keHj .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-vfKuT7keHj .nav-wrapper .list .item-wrap {
  position: relative;
  padding: 4px 32px 4px 12px;
  margin-bottom: 8px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vfKuT7keHj .nav-wrapper .list .item-wrap::before {
  content: '→';
  position: absolute;
  top: 4px;
  right: 12px;
  font-size: 22px;
  color: #ff7000;
  transition: all .3s ease;
}
.cid-vfKuT7keHj .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vfKuT7keHj .nav-wrapper .list .item-wrap:hover,
.cid-vfKuT7keHj .nav-wrapper .list .item-wrap:focus {
  background-color: #ffffff;
  color: #7b86a1;
}
.cid-vfKuT7keHj .nav-wrapper .list .item-wrap:hover::before,
.cid-vfKuT7keHj .nav-wrapper .list .item-wrap:focus::before {
  color: #7b86a1;
}
@media (max-width: 992px) {
  .cid-vfKuT7keHj .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vfKuT7keHj .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vfKuT7keHj .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-vfKuT7keHj .social-wrapper .social-wrap .soc-item {
    margin-right: 12px;
  }
}
.cid-vfKuT7keHj .social-wrapper .social-wrap .soc-item:last-child {
  margin-right: 0;
}
.cid-vfKuT7keHj .social-wrapper .social-wrap .soc-item:hover,
.cid-vfKuT7keHj .social-wrapper .social-wrap .soc-item:hover {
  background-color: #a6adbf;
  border: 3px solid #afb5c5;
  box-shadow: 0 18px 32px -8px #a6adbf;
}
.cid-vfKuT7keHj .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont,
.cid-vfKuT7keHj .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont {
  color: #ffffff !important;
}
.cid-vfKuT7keHj .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-vfKuT7keHj .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-vfKuT7keHj .mbr-copy {
  padding-left: 240px;
  margin-bottom: 0;
  padding: 0 !important;
  color: #666666;
  text-align: center;
}
@media (max-width: 1440px) {
  .cid-vfKuT7keHj .mbr-copy {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-vfKuT7keHj .mbr-copy {
    padding-left: 0;
  }
}
.cid-vfKuT7keHj .card {
  justify-content: center;
}
.cid-vfKuT7keHj .mbr-section-title {
  color: #111111;
}
.cid-vfKuT7keHj .mbr-section-subtitle {
  color: #ff7000;
}
.cid-vfKuT7keHj .mbr-text,
.cid-vfKuT7keHj .text-wrapper {
  color: #666666;
}
.cid-vfKuT7keHj .mbr-nav-title {
  color: #a6adbf;
}
.cid-vfKuT7keHj .list {
  color: #ff6d99;
}
.cid-vfKuT7keHj .mbr-text,
.cid-vfKuT7keHj .text-wrapper,
.cid-vfKuT7keHj .mbr-section-btn {
  color: #ffffff;
}
.cid-vfKuT7keHj .list,
.cid-vfKuT7keHj .item-wrap,
.cid-vfKuT7keHj .nav-wrapper {
  color: #ffffff;
}
.cid-vfKNtvCocP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfKNtvCocP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-vfKNtvCocP .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vfKNtvCocP .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vfKNtvCocP .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vfKNtvCocP .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vfKNtvCocP .content-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-vfKNtvCocP .content-wrapper .logo-wrapper img {
  width: 116px;
  height: 116px;
  object-fit: cover;
  display: inline-flex;
  border-radius: 100% !important;
  box-shadow: 0 20px 20px -5px #9c9c9c;
}
.cid-vfKNtvCocP .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vfKNtvCocP .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #000000 40%);
  }
}
.cid-vfKNtvCocP .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfKNtvCocP .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vfKNtvCocP .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-vfKNtvCocP .mbr-label,
.cid-vfKNtvCocP .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vfKNtvCocP .mbr-section-title {
  color: #000000;
}
.cid-vfKNtvCocP .mbr-text,
.cid-vfKNtvCocP .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vfKNtvCocP .mbr-section-title,
.cid-vfKNtvCocP .title-wrapper,
.cid-vfKNtvCocP .mbr-section-btn,
.cid-vfKNtvCocP .logo-wrapper {
  text-align: center;
}
.cid-vfKNtwjgTg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vfKNtwjgTg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfKNtwjgTg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfKNtwjgTg .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vfKNtwjgTg .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vfKNtwjgTg .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-vfKNtwjgTg .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfKNtwjgTg .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vfKNtwjgTg .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfKNtwjgTg .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vfKNtwjgTg .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-vfKNtwjgTg .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-vfKNtwjgTg .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 #ff7000;
  color: #ff7000;
  font-size: 11px;
}
.cid-vfKNtwjgTg .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vfKNtwjgTg .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-vfKNtwjgTg .list_2 {
    padding-left: 0;
  }
}
.cid-vfKNtwjgTg .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-vfKNtwjgTg .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-vfKNtwjgTg .mbr-text,
.cid-vfKNtwjgTg .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vfKNtwjgTg .list {
  color: #666666;
}
.cid-vfKNtwjgTg .list,
.cid-vfKNtwjgTg .item-wrap,
.cid-vfKNtwjgTg .list-wrapper {
  color: #ffffff;
}
.cid-vfKNtwL5We {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vfKNtwL5We .item:focus,
.cid-vfKNtwL5We span:focus {
  outline: none;
}
.cid-vfKNtwL5We .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vfKNtwL5We .item {
    margin-bottom: 1rem;
  }
}
.cid-vfKNtwL5We .mbr-card-title {
  background: #ff7000;
  width: fit-content;
  border-radius: 1rem;
  padding: 6px 10px;
}
.cid-vfKNtwL5We .item-content {
  margin-top: 2rem;
  padding: 0 2rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vfKNtwL5We .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vfKNtwL5We .item-content {
    padding: 1rem 1rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vfKNtwL5We .item-wrapper {
  position: relative;
  background: #f4f6fa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vfKNtwL5We .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vfKNtwL5We .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vfKNtwL5We .mbr-text,
.cid-vfKNtwL5We .item .mbr-section-btn {
  text-align: center;
}
.cid-vfKNtwL5We .content-head {
  max-width: 800px;
}
.cid-vfKNtwL5We .mbr-number {
  color: #ffffff;
}
.cid-vfKNtwL5We .mbr-section-subtitle,
.cid-vfKNtwL5We .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-vfKNtwL5We .mbr-text {
  text-align: left;
}
.cid-vfKNtwL5We .mbr-text,
.cid-vfKNtwL5We .mbr-card-btn {
  text-align: left;
}
.cid-vfKNtwL5We .mbr-text,
.cid-vfKNtwL5We .mbr-section-btn {
  text-align: left;
}
.cid-vfKNtwL5We .mbr-text,
.cid-vfKNtwL5We .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-vfKNtwL5We .card-text,
.cid-vfKNtwL5We .item .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-vfKNtwL5We .card-title {
  text-align: left;
}
.cid-vfKNtxOpKO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-vfKNtxOpKO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfKNtxOpKO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfKNtxOpKO .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vfKNtxOpKO .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vfKNtxOpKO .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #ff7000 0%, #ff7000 50%, #ff7000 100%);
}
.cid-vfKNtxOpKO .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vfKNtxOpKO .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vfKNtxOpKO .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vfKNtxOpKO .content-wrap {
  margin: 0 -10px;
}
.cid-vfKNtxOpKO .content-wrap .card {
  padding: 0 10px;
}
.cid-vfKNtxOpKO .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 992px) {
  .cid-vfKNtxOpKO .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vfKNtxOpKO .items-wrapper .item:hover .item-wrapper .item-title,
.cid-vfKNtxOpKO .items-wrapper .item:focus .item-wrapper .item-title {
  color: #ff7000;
}
.cid-vfKNtxOpKO .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 30px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  box-shadow: 0 10px 20px -8px #e9e9e9;
}
@media (max-width: 992px) {
  .cid-vfKNtxOpKO .items-wrapper .item .item-wrapper {
    padding: 30px 20px;
  }
}
.cid-vfKNtxOpKO .items-wrapper .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 24px;
}
.cid-vfKNtxOpKO .items-wrapper .item .item-wrapper .iconfont-wrapper .iconfont-wrap {
  display: inline-flex;
  background-color: #e9e9e9;
  padding: 3px;
  background-image: linear-gradient(90deg, #ff7000 0%, #ff7000 50%, #ff7000 100%);
}
.cid-vfKNtxOpKO .items-wrapper .item .item-wrapper .iconfont-wrapper .iconfont-wrap .icon-wrap {
  padding: 14px;
  background-color: #ffffff;
  border-radius: 8px;
}
.cid-vfKNtxOpKO .items-wrapper .item .item-wrapper .iconfont-wrapper .iconfont-wrap .icon-wrap .mbr-iconfont {
  font-size: 30px;
  color: transparent !important;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #ff7000 0%, #ff7000 50%, #ff7000 100%) !important;
}
.cid-vfKNtxOpKO .items-wrapper .item .item-wrapper .item-title {
  transition: all .3s ease;
  margin-bottom: 16px;
}
.cid-vfKNtxOpKO .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vfKNtxOpKO .items-wrapper .item .item-wrapper .item-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vfKNtxOpKO .card-wrapper {
  padding: 30px;
  background-color: #171719;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vfKNtxOpKO .card-wrapper {
    padding: 30px 20px;
    margin-top: 20px;
  }
}
.cid-vfKNtxOpKO .card-wrapper .desc-wrapper {
  margin-bottom: 20px;
}
.cid-vfKNtxOpKO .card-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-vfKNtxOpKO .card-wrapper .desc-wrapper .main-btn {
  margin-top: 20px;
}
.cid-vfKNtxOpKO .card-wrapper .image-wrapper {
  min-height: 290px;
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vfKNtxOpKO .card-wrapper .image-wrapper {
    min-height: auto;
    height: 300px;
  }
}
.cid-vfKNtxOpKO .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-vfKNtxOpKO .mbr-section-btn .btn-primary,
.cid-vfKNtxOpKO .mbr-section-btn .btn-secondary,
.cid-vfKNtxOpKO .mbr-section-btn .btn-success,
.cid-vfKNtxOpKO .mbr-section-btn .btn-info,
.cid-vfKNtxOpKO .mbr-section-btn .btn-warning,
.cid-vfKNtxOpKO .mbr-section-btn .btn-danger,
.cid-vfKNtxOpKO .mbr-section-btn .btn-black,
.cid-vfKNtxOpKO .mbr-section-btn .btn-white {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 12px 26px;
  border: none !important;
}
.cid-vfKNtxOpKO .mbr-section-btn .btn-primary::before,
.cid-vfKNtxOpKO .mbr-section-btn .btn-secondary::before,
.cid-vfKNtxOpKO .mbr-section-btn .btn-success::before,
.cid-vfKNtxOpKO .mbr-section-btn .btn-info::before,
.cid-vfKNtxOpKO .mbr-section-btn .btn-warning::before,
.cid-vfKNtxOpKO .mbr-section-btn .btn-danger::before,
.cid-vfKNtxOpKO .mbr-section-btn .btn-black::before,
.cid-vfKNtxOpKO .mbr-section-btn .btn-white::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #ff7000 0%, #ff7000 50%, #ff7000 100%);
  opacity: 0;
  transition: all .5s ease;
  z-index: -1;
}
.cid-vfKNtxOpKO .mbr-section-btn .btn-primary:hover,
.cid-vfKNtxOpKO .mbr-section-btn .btn-secondary:hover,
.cid-vfKNtxOpKO .mbr-section-btn .btn-success:hover,
.cid-vfKNtxOpKO .mbr-section-btn .btn-info:hover,
.cid-vfKNtxOpKO .mbr-section-btn .btn-warning:hover,
.cid-vfKNtxOpKO .mbr-section-btn .btn-danger:hover,
.cid-vfKNtxOpKO .mbr-section-btn .btn-black:hover,
.cid-vfKNtxOpKO .mbr-section-btn .btn-white:hover,
.cid-vfKNtxOpKO .mbr-section-btn .btn-primary:focus,
.cid-vfKNtxOpKO .mbr-section-btn .btn-secondary:focus,
.cid-vfKNtxOpKO .mbr-section-btn .btn-success:focus,
.cid-vfKNtxOpKO .mbr-section-btn .btn-info:focus,
.cid-vfKNtxOpKO .mbr-section-btn .btn-warning:focus,
.cid-vfKNtxOpKO .mbr-section-btn .btn-danger:focus,
.cid-vfKNtxOpKO .mbr-section-btn .btn-black:focus,
.cid-vfKNtxOpKO .mbr-section-btn .btn-white:focus,
.cid-vfKNtxOpKO .mbr-section-btn .btn-primary.focus,
.cid-vfKNtxOpKO .mbr-section-btn .btn-secondary.focus,
.cid-vfKNtxOpKO .mbr-section-btn .btn-success.focus,
.cid-vfKNtxOpKO .mbr-section-btn .btn-info.focus,
.cid-vfKNtxOpKO .mbr-section-btn .btn-warning.focus,
.cid-vfKNtxOpKO .mbr-section-btn .btn-danger.focus,
.cid-vfKNtxOpKO .mbr-section-btn .btn-black.focus,
.cid-vfKNtxOpKO .mbr-section-btn .btn-white.focus,
.cid-vfKNtxOpKO .mbr-section-btn .btn-primary.active,
.cid-vfKNtxOpKO .mbr-section-btn .btn-secondary.active,
.cid-vfKNtxOpKO .mbr-section-btn .btn-success.active,
.cid-vfKNtxOpKO .mbr-section-btn .btn-info.active,
.cid-vfKNtxOpKO .mbr-section-btn .btn-warning.active,
.cid-vfKNtxOpKO .mbr-section-btn .btn-danger.active,
.cid-vfKNtxOpKO .mbr-section-btn .btn-black.active,
.cid-vfKNtxOpKO .mbr-section-btn .btn-white.active {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-vfKNtxOpKO .mbr-section-btn .btn-primary:hover::before,
.cid-vfKNtxOpKO .mbr-section-btn .btn-secondary:hover::before,
.cid-vfKNtxOpKO .mbr-section-btn .btn-success:hover::before,
.cid-vfKNtxOpKO .mbr-section-btn .btn-info:hover::before,
.cid-vfKNtxOpKO .mbr-section-btn .btn-warning:hover::before,
.cid-vfKNtxOpKO .mbr-section-btn .btn-danger:hover::before,
.cid-vfKNtxOpKO .mbr-section-btn .btn-black:hover::before,
.cid-vfKNtxOpKO .mbr-section-btn .btn-white:hover::before,
.cid-vfKNtxOpKO .mbr-section-btn .btn-primary:focus::before,
.cid-vfKNtxOpKO .mbr-section-btn .btn-secondary:focus::before,
.cid-vfKNtxOpKO .mbr-section-btn .btn-success:focus::before,
.cid-vfKNtxOpKO .mbr-section-btn .btn-info:focus::before,
.cid-vfKNtxOpKO .mbr-section-btn .btn-warning:focus::before,
.cid-vfKNtxOpKO .mbr-section-btn .btn-danger:focus::before,
.cid-vfKNtxOpKO .mbr-section-btn .btn-black:focus::before,
.cid-vfKNtxOpKO .mbr-section-btn .btn-white:focus::before,
.cid-vfKNtxOpKO .mbr-section-btn .btn-primary.focus::before,
.cid-vfKNtxOpKO .mbr-section-btn .btn-secondary.focus::before,
.cid-vfKNtxOpKO .mbr-section-btn .btn-success.focus::before,
.cid-vfKNtxOpKO .mbr-section-btn .btn-info.focus::before,
.cid-vfKNtxOpKO .mbr-section-btn .btn-warning.focus::before,
.cid-vfKNtxOpKO .mbr-section-btn .btn-danger.focus::before,
.cid-vfKNtxOpKO .mbr-section-btn .btn-black.focus::before,
.cid-vfKNtxOpKO .mbr-section-btn .btn-white.focus::before,
.cid-vfKNtxOpKO .mbr-section-btn .btn-primary.active::before,
.cid-vfKNtxOpKO .mbr-section-btn .btn-secondary.active::before,
.cid-vfKNtxOpKO .mbr-section-btn .btn-success.active::before,
.cid-vfKNtxOpKO .mbr-section-btn .btn-info.active::before,
.cid-vfKNtxOpKO .mbr-section-btn .btn-warning.active::before,
.cid-vfKNtxOpKO .mbr-section-btn .btn-danger.active::before,
.cid-vfKNtxOpKO .mbr-section-btn .btn-black.active::before,
.cid-vfKNtxOpKO .mbr-section-btn .btn-white.active::before {
  opacity: 1;
}
.cid-vfKNtxOpKO .mbr-section-btn .btn-primary-outline,
.cid-vfKNtxOpKO .mbr-section-btn .btn-secondary-outline,
.cid-vfKNtxOpKO .mbr-section-btn .btn-success-outline,
.cid-vfKNtxOpKO .mbr-section-btn .btn-info-outline,
.cid-vfKNtxOpKO .mbr-section-btn .btn-warning-outline,
.cid-vfKNtxOpKO .mbr-section-btn .btn-danger-outline,
.cid-vfKNtxOpKO .mbr-section-btn .btn-black-outline,
.cid-vfKNtxOpKO .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-vfKNtxOpKO .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-vfKNtxOpKO .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-vfKNtxOpKO .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-vfKNtxOpKO .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-vfKNtxOpKO .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-vfKNtxOpKO .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-vfKNtxOpKO .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-vfKNtxOpKO .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(-45deg);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #ff7000 0%, #ff7000 50%, #ff7000 100%) !important;
}
.cid-vfKNtxOpKO .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-vfKNtxOpKO .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-vfKNtxOpKO .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-vfKNtxOpKO .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-vfKNtxOpKO .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-vfKNtxOpKO .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-vfKNtxOpKO .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-vfKNtxOpKO .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-vfKNtxOpKO .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-vfKNtxOpKO .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-vfKNtxOpKO .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-vfKNtxOpKO .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-vfKNtxOpKO .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-vfKNtxOpKO .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-vfKNtxOpKO .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-vfKNtxOpKO .mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.cid-vfKNtxOpKO .mbr-section-btn .btn-primary-outline.focus .mbr-iconfont,
.cid-vfKNtxOpKO .mbr-section-btn .btn-secondary-outline.focus .mbr-iconfont,
.cid-vfKNtxOpKO .mbr-section-btn .btn-success-outline.focus .mbr-iconfont,
.cid-vfKNtxOpKO .mbr-section-btn .btn-info-outline.focus .mbr-iconfont,
.cid-vfKNtxOpKO .mbr-section-btn .btn-warning-outline.focus .mbr-iconfont,
.cid-vfKNtxOpKO .mbr-section-btn .btn-danger-outline.focus .mbr-iconfont,
.cid-vfKNtxOpKO .mbr-section-btn .btn-black-outline.focus .mbr-iconfont,
.cid-vfKNtxOpKO .mbr-section-btn .btn-white-outline.focus .mbr-iconfont,
.cid-vfKNtxOpKO .mbr-section-btn .btn-primary-outline.active .mbr-iconfont,
.cid-vfKNtxOpKO .mbr-section-btn .btn-secondary-outline.active .mbr-iconfont,
.cid-vfKNtxOpKO .mbr-section-btn .btn-success-outline.active .mbr-iconfont,
.cid-vfKNtxOpKO .mbr-section-btn .btn-info-outline.active .mbr-iconfont,
.cid-vfKNtxOpKO .mbr-section-btn .btn-warning-outline.active .mbr-iconfont,
.cid-vfKNtxOpKO .mbr-section-btn .btn-danger-outline.active .mbr-iconfont,
.cid-vfKNtxOpKO .mbr-section-btn .btn-black-outline.active .mbr-iconfont,
.cid-vfKNtxOpKO .mbr-section-btn .btn-white-outline.active .mbr-iconfont {
  transform: rotate(0);
}
.cid-vfKNtxOpKO .mbr-label,
.cid-vfKNtxOpKO .label-wrapper {
  color: #171719;
  text-align: center;
}
.cid-vfKNtxOpKO .mbr-section-title,
.cid-vfKNtxOpKO .title-wrap {
  color: #171719;
  text-align: center;
}
.cid-vfKNtxOpKO .mbr-desc {
  color: #ffffff;
}
.cid-vfKNtxOpKO .item-title {
  color: #171719;
}
.cid-vfKNtxOpKO .item-text {
  color: #565661;
}
.cid-vfKNtylD36 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vfKNtylD36 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfKNtylD36 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfKNtylD36 .card-wrapper {
  padding: 64px;
  background-color: #f4f6fa;
  display: flex;
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-vfKNtylD36 .card-wrapper {
    display: block;
    padding: 24px;
    margin-top: 0;
  }
}
.cid-vfKNtylD36 .image-wrapper {
  width: 50%;
  padding-right: 56px;
}
@media (max-width: 992px) {
  .cid-vfKNtylD36 .image-wrapper {
    padding-right: 0;
    width: 100%;
  }
}
.cid-vfKNtylD36 .image-wrapper img {
  height: 800px;
  width: 100%;
  object-fit: cover;
  position: sticky;
  top: 132px;
  margin-top: -128px;
}
@media (max-width: 1400px) {
  .cid-vfKNtylD36 .image-wrapper img {
    height: 600px;
  }
}
@media (max-width: 992px) {
  .cid-vfKNtylD36 .image-wrapper img {
    height: 350px;
    margin: 0 0 32px 0;
    position: static;
  }
}
.cid-vfKNtylD36 .content-wrapper {
  width: 50%;
  padding-right: 56px;
}
@media (max-width: 1400px) {
  .cid-vfKNtylD36 .content-wrapper {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-vfKNtylD36 .content-wrapper {
    width: 100%;
  }
}
.cid-vfKNtylD36 .content-wrapper .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vfKNtylD36 .content-wrapper .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vfKNtylD36 .content-wrapper .content-wrap .title-wrapper {
  margin-bottom: 16px;
}
.cid-vfKNtylD36 .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfKNtylD36 .content-wrapper .content-wrap .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vfKNtylD36 .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vfKNtylD36 .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vfKNtylD36 .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px 24px 24px 32px;
  background-color: #ffffff;
  border: none;
  transition: all 0.3s ease-in-out;
  margin-top: 16px;
}
@media (max-width: 992px) {
  .cid-vfKNtylD36 .content-wrapper .panel-group .card {
    padding: 16px;
  }
}
.cid-vfKNtylD36 .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-vfKNtylD36 .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vfKNtylD36 .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-vfKNtylD36 .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vfKNtylD36 .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #a6adbf;
}
.cid-vfKNtylD36 .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  margin-top: 4px;
  font-size: 12px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-vfKNtylD36 .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper:hover {
  background-color: #7b86a1;
}
.cid-vfKNtylD36 .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-vfKNtylD36 .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(180deg);
}
.cid-vfKNtylD36 .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 24px;
}
.cid-vfKNtylD36 .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vfKNtylD36 .mbr-section-title {
  color: #111111;
}
.cid-vfKNtylD36 .mbr-section-subtitle {
  color: #ff7000;
}
.cid-vfKNtylD36 .mbr-text,
.cid-vfKNtylD36 .text-wrapper {
  color: #111111;
}
.cid-vfKNtylD36 .panel-title-edit {
  color: #111111;
}
.cid-vfKNtylD36 .panel-text {
  color: #666666;
}
.cid-vfKNtz5ERP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff7000;
}
.cid-vfKNtz5ERP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfKNtz5ERP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfKNtz5ERP .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-vfKNtz5ERP .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vfKNtz5ERP .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vfKNtz5ERP .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vfKNtz5ERP .mbr-label {
  color: #111111;
  text-align: center;
}
.cid-vfKNtz5ERP .mbr-section-title {
  color: #ff6d99;
}
.cid-vfKNtz5ERP .mbr-text,
.cid-vfKNtz5ERP .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vfKNtz5ERP .mbr-section-title,
.cid-vfKNtz5ERP .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vfKNtzqRGi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #111111;
}
.cid-vfKNtzqRGi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfKNtzqRGi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfKNtzqRGi .content-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vfKNtzqRGi .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vfKNtzqRGi .content-wrapper .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vfKNtzqRGi .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vfKNtzqRGi .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfKNtzqRGi .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vfKNtzqRGi .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vfKNtzqRGi .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vfKNtzqRGi .nav-wrapper {
  margin-bottom: 100px;
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .cid-vfKNtzqRGi .nav-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-vfKNtzqRGi .nav-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.cid-vfKNtzqRGi .nav-wrapper .mbr-nav-title {
  padding: 0 12px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vfKNtzqRGi .nav-wrapper .mbr-nav-title {
    margin-bottom: 24px;
  }
}
.cid-vfKNtzqRGi .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-vfKNtzqRGi .nav-wrapper .list .item-wrap {
  position: relative;
  padding: 4px 32px 4px 12px;
  margin-bottom: 8px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vfKNtzqRGi .nav-wrapper .list .item-wrap::before {
  content: '→';
  position: absolute;
  top: 4px;
  right: 12px;
  font-size: 22px;
  color: #ff7000;
  transition: all .3s ease;
}
.cid-vfKNtzqRGi .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vfKNtzqRGi .nav-wrapper .list .item-wrap:hover,
.cid-vfKNtzqRGi .nav-wrapper .list .item-wrap:focus {
  background-color: #ffffff;
  color: #7b86a1;
}
.cid-vfKNtzqRGi .nav-wrapper .list .item-wrap:hover::before,
.cid-vfKNtzqRGi .nav-wrapper .list .item-wrap:focus::before {
  color: #7b86a1;
}
@media (max-width: 992px) {
  .cid-vfKNtzqRGi .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vfKNtzqRGi .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vfKNtzqRGi .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-vfKNtzqRGi .social-wrapper .social-wrap .soc-item {
    margin-right: 12px;
  }
}
.cid-vfKNtzqRGi .social-wrapper .social-wrap .soc-item:last-child {
  margin-right: 0;
}
.cid-vfKNtzqRGi .social-wrapper .social-wrap .soc-item:hover,
.cid-vfKNtzqRGi .social-wrapper .social-wrap .soc-item:hover {
  background-color: #a6adbf;
  border: 3px solid #afb5c5;
  box-shadow: 0 18px 32px -8px #a6adbf;
}
.cid-vfKNtzqRGi .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont,
.cid-vfKNtzqRGi .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont {
  color: #ffffff !important;
}
.cid-vfKNtzqRGi .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-vfKNtzqRGi .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-vfKNtzqRGi .mbr-copy {
  padding-left: 240px;
  margin-bottom: 0;
  padding: 0 !important;
  color: #666666;
  text-align: center;
}
@media (max-width: 1440px) {
  .cid-vfKNtzqRGi .mbr-copy {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-vfKNtzqRGi .mbr-copy {
    padding-left: 0;
  }
}
.cid-vfKNtzqRGi .card {
  justify-content: center;
}
.cid-vfKNtzqRGi .mbr-section-title {
  color: #111111;
}
.cid-vfKNtzqRGi .mbr-section-subtitle {
  color: #ff7000;
}
.cid-vfKNtzqRGi .mbr-text,
.cid-vfKNtzqRGi .text-wrapper {
  color: #666666;
}
.cid-vfKNtzqRGi .mbr-nav-title {
  color: #a6adbf;
}
.cid-vfKNtzqRGi .list {
  color: #ff6d99;
}
.cid-vfKNtzqRGi .mbr-text,
.cid-vfKNtzqRGi .text-wrapper,
.cid-vfKNtzqRGi .mbr-section-btn {
  color: #ffffff;
}
.cid-vfKNtzqRGi .list,
.cid-vfKNtzqRGi .item-wrap,
.cid-vfKNtzqRGi .nav-wrapper {
  color: #ffffff;
}
.cid-vghRNcfNGQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vghRNcfNGQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-vghRNcfNGQ .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vghRNcfNGQ .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vghRNcfNGQ .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vghRNcfNGQ .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vghRNcfNGQ .content-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-vghRNcfNGQ .content-wrapper .logo-wrapper img {
  width: 116px;
  height: 116px;
  object-fit: cover;
  display: inline-flex;
  border-radius: 100% !important;
  box-shadow: 0 20px 20px -5px #9c9c9c;
}
.cid-vghRNcfNGQ .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vghRNcfNGQ .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #000000 40%);
  }
}
.cid-vghRNcfNGQ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vghRNcfNGQ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vghRNcfNGQ .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-vghRNcfNGQ .mbr-label,
.cid-vghRNcfNGQ .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vghRNcfNGQ .mbr-section-title {
  color: #000000;
}
.cid-vghRNcfNGQ .mbr-text,
.cid-vghRNcfNGQ .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vghRNcfNGQ .mbr-section-title,
.cid-vghRNcfNGQ .title-wrapper,
.cid-vghRNcfNGQ .mbr-section-btn,
.cid-vghRNcfNGQ .logo-wrapper {
  text-align: center;
}
.cid-vghRNddzxn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vghRNddzxn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vghRNddzxn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vghRNddzxn .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vghRNddzxn .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vghRNddzxn .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-vghRNddzxn .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vghRNddzxn .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vghRNddzxn .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vghRNddzxn .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vghRNddzxn .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-vghRNddzxn .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-vghRNddzxn .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 #ff7000;
  color: #ff7000;
  font-size: 11px;
}
.cid-vghRNddzxn .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vghRNddzxn .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-vghRNddzxn .list_2 {
    padding-left: 0;
  }
}
.cid-vghRNddzxn .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-vghRNddzxn .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-vghRNddzxn .mbr-text,
.cid-vghRNddzxn .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vghRNddzxn .list {
  color: #666666;
}
.cid-vghRNddzxn .list,
.cid-vghRNddzxn .item-wrap,
.cid-vghRNddzxn .list-wrapper {
  color: #ffffff;
}
.cid-vghRNdCW3R {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vghRNdCW3R .item:focus,
.cid-vghRNdCW3R span:focus {
  outline: none;
}
.cid-vghRNdCW3R .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vghRNdCW3R .item {
    margin-bottom: 1rem;
  }
}
.cid-vghRNdCW3R .mbr-card-title {
  background: #ff7000;
  width: fit-content;
  border-radius: 1rem;
  padding: 6px 10px;
}
.cid-vghRNdCW3R .item-content {
  margin-top: 2rem;
  padding: 0 2rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vghRNdCW3R .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vghRNdCW3R .item-content {
    padding: 1rem 1rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vghRNdCW3R .item-wrapper {
  position: relative;
  background: #f4f6fa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vghRNdCW3R .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vghRNdCW3R .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vghRNdCW3R .mbr-text,
.cid-vghRNdCW3R .item .mbr-section-btn {
  text-align: center;
}
.cid-vghRNdCW3R .content-head {
  max-width: 800px;
}
.cid-vghRNdCW3R .mbr-number {
  color: #ffffff;
}
.cid-vghRNdCW3R .mbr-section-subtitle,
.cid-vghRNdCW3R .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-vghRNdCW3R .mbr-text {
  text-align: left;
}
.cid-vghRNdCW3R .mbr-text,
.cid-vghRNdCW3R .mbr-card-btn {
  text-align: left;
}
.cid-vghRNdCW3R .mbr-text,
.cid-vghRNdCW3R .mbr-section-btn {
  text-align: left;
}
.cid-vghRNdCW3R .mbr-text,
.cid-vghRNdCW3R .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-vghRNdCW3R .card-text,
.cid-vghRNdCW3R .item .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-vghRNdCW3R .card-title {
  text-align: left;
}
.cid-vghRNea445 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-vghRNea445 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vghRNea445 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vghRNea445 .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vghRNea445 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vghRNea445 .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #ff7000 0%, #ff7000 50%, #ff7000 100%);
}
.cid-vghRNea445 .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vghRNea445 .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vghRNea445 .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vghRNea445 .content-wrap {
  margin: 0 -10px;
}
.cid-vghRNea445 .content-wrap .card {
  padding: 0 10px;
}
.cid-vghRNea445 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 992px) {
  .cid-vghRNea445 .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vghRNea445 .items-wrapper .item:hover .item-wrapper .item-title,
.cid-vghRNea445 .items-wrapper .item:focus .item-wrapper .item-title {
  color: #ff7000;
}
.cid-vghRNea445 .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 30px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  box-shadow: 0 10px 20px -8px #e9e9e9;
}
@media (max-width: 992px) {
  .cid-vghRNea445 .items-wrapper .item .item-wrapper {
    padding: 30px 20px;
  }
}
.cid-vghRNea445 .items-wrapper .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 24px;
}
.cid-vghRNea445 .items-wrapper .item .item-wrapper .iconfont-wrapper .iconfont-wrap {
  display: inline-flex;
  background-color: #e9e9e9;
  padding: 3px;
  background-image: linear-gradient(90deg, #ff7000 0%, #ff7000 50%, #ff7000 100%);
}
.cid-vghRNea445 .items-wrapper .item .item-wrapper .iconfont-wrapper .iconfont-wrap .icon-wrap {
  padding: 14px;
  background-color: #ffffff;
  border-radius: 8px;
}
.cid-vghRNea445 .items-wrapper .item .item-wrapper .iconfont-wrapper .iconfont-wrap .icon-wrap .mbr-iconfont {
  font-size: 30px;
  color: transparent !important;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #ff7000 0%, #ff7000 50%, #ff7000 100%) !important;
}
.cid-vghRNea445 .items-wrapper .item .item-wrapper .item-title {
  transition: all .3s ease;
  margin-bottom: 16px;
}
.cid-vghRNea445 .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vghRNea445 .items-wrapper .item .item-wrapper .item-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vghRNea445 .card-wrapper {
  padding: 30px;
  background-color: #171719;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vghRNea445 .card-wrapper {
    padding: 30px 20px;
    margin-top: 20px;
  }
}
.cid-vghRNea445 .card-wrapper .desc-wrapper {
  margin-bottom: 20px;
}
.cid-vghRNea445 .card-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-vghRNea445 .card-wrapper .desc-wrapper .main-btn {
  margin-top: 20px;
}
.cid-vghRNea445 .card-wrapper .image-wrapper {
  min-height: 290px;
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vghRNea445 .card-wrapper .image-wrapper {
    min-height: auto;
    height: 300px;
  }
}
.cid-vghRNea445 .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-vghRNea445 .mbr-section-btn .btn-primary,
.cid-vghRNea445 .mbr-section-btn .btn-secondary,
.cid-vghRNea445 .mbr-section-btn .btn-success,
.cid-vghRNea445 .mbr-section-btn .btn-info,
.cid-vghRNea445 .mbr-section-btn .btn-warning,
.cid-vghRNea445 .mbr-section-btn .btn-danger,
.cid-vghRNea445 .mbr-section-btn .btn-black,
.cid-vghRNea445 .mbr-section-btn .btn-white {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 12px 26px;
  border: none !important;
}
.cid-vghRNea445 .mbr-section-btn .btn-primary::before,
.cid-vghRNea445 .mbr-section-btn .btn-secondary::before,
.cid-vghRNea445 .mbr-section-btn .btn-success::before,
.cid-vghRNea445 .mbr-section-btn .btn-info::before,
.cid-vghRNea445 .mbr-section-btn .btn-warning::before,
.cid-vghRNea445 .mbr-section-btn .btn-danger::before,
.cid-vghRNea445 .mbr-section-btn .btn-black::before,
.cid-vghRNea445 .mbr-section-btn .btn-white::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #ff7000 0%, #ff7000 50%, #ff7000 100%);
  opacity: 0;
  transition: all .5s ease;
  z-index: -1;
}
.cid-vghRNea445 .mbr-section-btn .btn-primary:hover,
.cid-vghRNea445 .mbr-section-btn .btn-secondary:hover,
.cid-vghRNea445 .mbr-section-btn .btn-success:hover,
.cid-vghRNea445 .mbr-section-btn .btn-info:hover,
.cid-vghRNea445 .mbr-section-btn .btn-warning:hover,
.cid-vghRNea445 .mbr-section-btn .btn-danger:hover,
.cid-vghRNea445 .mbr-section-btn .btn-black:hover,
.cid-vghRNea445 .mbr-section-btn .btn-white:hover,
.cid-vghRNea445 .mbr-section-btn .btn-primary:focus,
.cid-vghRNea445 .mbr-section-btn .btn-secondary:focus,
.cid-vghRNea445 .mbr-section-btn .btn-success:focus,
.cid-vghRNea445 .mbr-section-btn .btn-info:focus,
.cid-vghRNea445 .mbr-section-btn .btn-warning:focus,
.cid-vghRNea445 .mbr-section-btn .btn-danger:focus,
.cid-vghRNea445 .mbr-section-btn .btn-black:focus,
.cid-vghRNea445 .mbr-section-btn .btn-white:focus,
.cid-vghRNea445 .mbr-section-btn .btn-primary.focus,
.cid-vghRNea445 .mbr-section-btn .btn-secondary.focus,
.cid-vghRNea445 .mbr-section-btn .btn-success.focus,
.cid-vghRNea445 .mbr-section-btn .btn-info.focus,
.cid-vghRNea445 .mbr-section-btn .btn-warning.focus,
.cid-vghRNea445 .mbr-section-btn .btn-danger.focus,
.cid-vghRNea445 .mbr-section-btn .btn-black.focus,
.cid-vghRNea445 .mbr-section-btn .btn-white.focus,
.cid-vghRNea445 .mbr-section-btn .btn-primary.active,
.cid-vghRNea445 .mbr-section-btn .btn-secondary.active,
.cid-vghRNea445 .mbr-section-btn .btn-success.active,
.cid-vghRNea445 .mbr-section-btn .btn-info.active,
.cid-vghRNea445 .mbr-section-btn .btn-warning.active,
.cid-vghRNea445 .mbr-section-btn .btn-danger.active,
.cid-vghRNea445 .mbr-section-btn .btn-black.active,
.cid-vghRNea445 .mbr-section-btn .btn-white.active {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-vghRNea445 .mbr-section-btn .btn-primary:hover::before,
.cid-vghRNea445 .mbr-section-btn .btn-secondary:hover::before,
.cid-vghRNea445 .mbr-section-btn .btn-success:hover::before,
.cid-vghRNea445 .mbr-section-btn .btn-info:hover::before,
.cid-vghRNea445 .mbr-section-btn .btn-warning:hover::before,
.cid-vghRNea445 .mbr-section-btn .btn-danger:hover::before,
.cid-vghRNea445 .mbr-section-btn .btn-black:hover::before,
.cid-vghRNea445 .mbr-section-btn .btn-white:hover::before,
.cid-vghRNea445 .mbr-section-btn .btn-primary:focus::before,
.cid-vghRNea445 .mbr-section-btn .btn-secondary:focus::before,
.cid-vghRNea445 .mbr-section-btn .btn-success:focus::before,
.cid-vghRNea445 .mbr-section-btn .btn-info:focus::before,
.cid-vghRNea445 .mbr-section-btn .btn-warning:focus::before,
.cid-vghRNea445 .mbr-section-btn .btn-danger:focus::before,
.cid-vghRNea445 .mbr-section-btn .btn-black:focus::before,
.cid-vghRNea445 .mbr-section-btn .btn-white:focus::before,
.cid-vghRNea445 .mbr-section-btn .btn-primary.focus::before,
.cid-vghRNea445 .mbr-section-btn .btn-secondary.focus::before,
.cid-vghRNea445 .mbr-section-btn .btn-success.focus::before,
.cid-vghRNea445 .mbr-section-btn .btn-info.focus::before,
.cid-vghRNea445 .mbr-section-btn .btn-warning.focus::before,
.cid-vghRNea445 .mbr-section-btn .btn-danger.focus::before,
.cid-vghRNea445 .mbr-section-btn .btn-black.focus::before,
.cid-vghRNea445 .mbr-section-btn .btn-white.focus::before,
.cid-vghRNea445 .mbr-section-btn .btn-primary.active::before,
.cid-vghRNea445 .mbr-section-btn .btn-secondary.active::before,
.cid-vghRNea445 .mbr-section-btn .btn-success.active::before,
.cid-vghRNea445 .mbr-section-btn .btn-info.active::before,
.cid-vghRNea445 .mbr-section-btn .btn-warning.active::before,
.cid-vghRNea445 .mbr-section-btn .btn-danger.active::before,
.cid-vghRNea445 .mbr-section-btn .btn-black.active::before,
.cid-vghRNea445 .mbr-section-btn .btn-white.active::before {
  opacity: 1;
}
.cid-vghRNea445 .mbr-section-btn .btn-primary-outline,
.cid-vghRNea445 .mbr-section-btn .btn-secondary-outline,
.cid-vghRNea445 .mbr-section-btn .btn-success-outline,
.cid-vghRNea445 .mbr-section-btn .btn-info-outline,
.cid-vghRNea445 .mbr-section-btn .btn-warning-outline,
.cid-vghRNea445 .mbr-section-btn .btn-danger-outline,
.cid-vghRNea445 .mbr-section-btn .btn-black-outline,
.cid-vghRNea445 .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-vghRNea445 .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-vghRNea445 .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-vghRNea445 .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-vghRNea445 .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-vghRNea445 .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-vghRNea445 .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-vghRNea445 .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-vghRNea445 .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(-45deg);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #ff7000 0%, #ff7000 50%, #ff7000 100%) !important;
}
.cid-vghRNea445 .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-vghRNea445 .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-vghRNea445 .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-vghRNea445 .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-vghRNea445 .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-vghRNea445 .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-vghRNea445 .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-vghRNea445 .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-vghRNea445 .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-vghRNea445 .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-vghRNea445 .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-vghRNea445 .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-vghRNea445 .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-vghRNea445 .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-vghRNea445 .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-vghRNea445 .mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.cid-vghRNea445 .mbr-section-btn .btn-primary-outline.focus .mbr-iconfont,
.cid-vghRNea445 .mbr-section-btn .btn-secondary-outline.focus .mbr-iconfont,
.cid-vghRNea445 .mbr-section-btn .btn-success-outline.focus .mbr-iconfont,
.cid-vghRNea445 .mbr-section-btn .btn-info-outline.focus .mbr-iconfont,
.cid-vghRNea445 .mbr-section-btn .btn-warning-outline.focus .mbr-iconfont,
.cid-vghRNea445 .mbr-section-btn .btn-danger-outline.focus .mbr-iconfont,
.cid-vghRNea445 .mbr-section-btn .btn-black-outline.focus .mbr-iconfont,
.cid-vghRNea445 .mbr-section-btn .btn-white-outline.focus .mbr-iconfont,
.cid-vghRNea445 .mbr-section-btn .btn-primary-outline.active .mbr-iconfont,
.cid-vghRNea445 .mbr-section-btn .btn-secondary-outline.active .mbr-iconfont,
.cid-vghRNea445 .mbr-section-btn .btn-success-outline.active .mbr-iconfont,
.cid-vghRNea445 .mbr-section-btn .btn-info-outline.active .mbr-iconfont,
.cid-vghRNea445 .mbr-section-btn .btn-warning-outline.active .mbr-iconfont,
.cid-vghRNea445 .mbr-section-btn .btn-danger-outline.active .mbr-iconfont,
.cid-vghRNea445 .mbr-section-btn .btn-black-outline.active .mbr-iconfont,
.cid-vghRNea445 .mbr-section-btn .btn-white-outline.active .mbr-iconfont {
  transform: rotate(0);
}
.cid-vghRNea445 .mbr-label,
.cid-vghRNea445 .label-wrapper {
  color: #171719;
  text-align: center;
}
.cid-vghRNea445 .mbr-section-title,
.cid-vghRNea445 .title-wrap {
  color: #171719;
  text-align: center;
}
.cid-vghRNea445 .mbr-desc {
  color: #ffffff;
}
.cid-vghRNea445 .item-title {
  color: #171719;
}
.cid-vghRNea445 .item-text {
  color: #565661;
}
.cid-vghRNeZokM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vghRNeZokM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vghRNeZokM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vghRNeZokM .card-wrapper {
  padding: 64px;
  background-color: #f4f6fa;
  display: flex;
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-vghRNeZokM .card-wrapper {
    display: block;
    padding: 24px;
    margin-top: 0;
  }
}
.cid-vghRNeZokM .image-wrapper {
  width: 50%;
  padding-right: 56px;
}
@media (max-width: 992px) {
  .cid-vghRNeZokM .image-wrapper {
    padding-right: 0;
    width: 100%;
  }
}
.cid-vghRNeZokM .image-wrapper img {
  height: 800px;
  width: 100%;
  object-fit: cover;
  position: sticky;
  top: 132px;
  margin-top: -128px;
}
@media (max-width: 1400px) {
  .cid-vghRNeZokM .image-wrapper img {
    height: 600px;
  }
}
@media (max-width: 992px) {
  .cid-vghRNeZokM .image-wrapper img {
    height: 350px;
    margin: 0 0 32px 0;
    position: static;
  }
}
.cid-vghRNeZokM .content-wrapper {
  width: 50%;
  padding-right: 56px;
}
@media (max-width: 1400px) {
  .cid-vghRNeZokM .content-wrapper {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-vghRNeZokM .content-wrapper {
    width: 100%;
  }
}
.cid-vghRNeZokM .content-wrapper .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vghRNeZokM .content-wrapper .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vghRNeZokM .content-wrapper .content-wrap .title-wrapper {
  margin-bottom: 16px;
}
.cid-vghRNeZokM .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vghRNeZokM .content-wrapper .content-wrap .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vghRNeZokM .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vghRNeZokM .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vghRNeZokM .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px 24px 24px 32px;
  background-color: #ffffff;
  border: none;
  transition: all 0.3s ease-in-out;
  margin-top: 16px;
}
@media (max-width: 992px) {
  .cid-vghRNeZokM .content-wrapper .panel-group .card {
    padding: 16px;
  }
}
.cid-vghRNeZokM .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-vghRNeZokM .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vghRNeZokM .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-vghRNeZokM .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vghRNeZokM .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #a6adbf;
}
.cid-vghRNeZokM .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  margin-top: 4px;
  font-size: 12px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-vghRNeZokM .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper:hover {
  background-color: #7b86a1;
}
.cid-vghRNeZokM .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-vghRNeZokM .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(180deg);
}
.cid-vghRNeZokM .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 24px;
}
.cid-vghRNeZokM .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vghRNeZokM .mbr-section-title {
  color: #111111;
}
.cid-vghRNeZokM .mbr-section-subtitle {
  color: #ff7000;
}
.cid-vghRNeZokM .mbr-text,
.cid-vghRNeZokM .text-wrapper {
  color: #111111;
}
.cid-vghRNeZokM .panel-title-edit {
  color: #111111;
}
.cid-vghRNeZokM .panel-text {
  color: #666666;
}
.cid-vghRNfERZi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff7000;
}
.cid-vghRNfERZi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vghRNfERZi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vghRNfERZi .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-vghRNfERZi .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vghRNfERZi .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vghRNfERZi .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vghRNfERZi .mbr-label {
  color: #111111;
  text-align: center;
}
.cid-vghRNfERZi .mbr-section-title {
  color: #ff6d99;
}
.cid-vghRNfERZi .mbr-text,
.cid-vghRNfERZi .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vghRNfERZi .mbr-section-title,
.cid-vghRNfERZi .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vghRNgqKUF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #111111;
}
.cid-vghRNgqKUF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vghRNgqKUF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vghRNgqKUF .content-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vghRNgqKUF .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vghRNgqKUF .content-wrapper .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vghRNgqKUF .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vghRNgqKUF .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vghRNgqKUF .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vghRNgqKUF .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vghRNgqKUF .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vghRNgqKUF .nav-wrapper {
  margin-bottom: 100px;
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .cid-vghRNgqKUF .nav-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-vghRNgqKUF .nav-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.cid-vghRNgqKUF .nav-wrapper .mbr-nav-title {
  padding: 0 12px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vghRNgqKUF .nav-wrapper .mbr-nav-title {
    margin-bottom: 24px;
  }
}
.cid-vghRNgqKUF .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-vghRNgqKUF .nav-wrapper .list .item-wrap {
  position: relative;
  padding: 4px 32px 4px 12px;
  margin-bottom: 8px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vghRNgqKUF .nav-wrapper .list .item-wrap::before {
  content: '→';
  position: absolute;
  top: 4px;
  right: 12px;
  font-size: 22px;
  color: #ff7000;
  transition: all .3s ease;
}
.cid-vghRNgqKUF .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vghRNgqKUF .nav-wrapper .list .item-wrap:hover,
.cid-vghRNgqKUF .nav-wrapper .list .item-wrap:focus {
  background-color: #ffffff;
  color: #7b86a1;
}
.cid-vghRNgqKUF .nav-wrapper .list .item-wrap:hover::before,
.cid-vghRNgqKUF .nav-wrapper .list .item-wrap:focus::before {
  color: #7b86a1;
}
@media (max-width: 992px) {
  .cid-vghRNgqKUF .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vghRNgqKUF .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vghRNgqKUF .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-vghRNgqKUF .social-wrapper .social-wrap .soc-item {
    margin-right: 12px;
  }
}
.cid-vghRNgqKUF .social-wrapper .social-wrap .soc-item:last-child {
  margin-right: 0;
}
.cid-vghRNgqKUF .social-wrapper .social-wrap .soc-item:hover,
.cid-vghRNgqKUF .social-wrapper .social-wrap .soc-item:hover {
  background-color: #a6adbf;
  border: 3px solid #afb5c5;
  box-shadow: 0 18px 32px -8px #a6adbf;
}
.cid-vghRNgqKUF .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont,
.cid-vghRNgqKUF .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont {
  color: #ffffff !important;
}
.cid-vghRNgqKUF .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-vghRNgqKUF .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-vghRNgqKUF .mbr-copy {
  padding-left: 240px;
  margin-bottom: 0;
  padding: 0 !important;
  color: #666666;
  text-align: center;
}
@media (max-width: 1440px) {
  .cid-vghRNgqKUF .mbr-copy {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-vghRNgqKUF .mbr-copy {
    padding-left: 0;
  }
}
.cid-vghRNgqKUF .card {
  justify-content: center;
}
.cid-vghRNgqKUF .mbr-section-title {
  color: #111111;
}
.cid-vghRNgqKUF .mbr-section-subtitle {
  color: #ff7000;
}
.cid-vghRNgqKUF .mbr-text,
.cid-vghRNgqKUF .text-wrapper {
  color: #666666;
}
.cid-vghRNgqKUF .mbr-nav-title {
  color: #a6adbf;
}
.cid-vghRNgqKUF .list {
  color: #ff6d99;
}
.cid-vghRNgqKUF .mbr-text,
.cid-vghRNgqKUF .text-wrapper,
.cid-vghRNgqKUF .mbr-section-btn {
  color: #ffffff;
}
.cid-vghRNgqKUF .list,
.cid-vghRNgqKUF .item-wrap,
.cid-vghRNgqKUF .nav-wrapper {
  color: #ffffff;
}
.cid-vgikageYK7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgikageYK7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-vgikageYK7 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vgikageYK7 .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vgikageYK7 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vgikageYK7 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vgikageYK7 .content-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-vgikageYK7 .content-wrapper .logo-wrapper img {
  width: 116px;
  height: 116px;
  object-fit: cover;
  display: inline-flex;
  border-radius: 100% !important;
  box-shadow: 0 20px 20px -5px #9c9c9c;
}
.cid-vgikageYK7 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vgikageYK7 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #000000 40%);
  }
}
.cid-vgikageYK7 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgikageYK7 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgikageYK7 .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-vgikageYK7 .mbr-label,
.cid-vgikageYK7 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vgikageYK7 .mbr-section-title {
  color: #000000;
}
.cid-vgikageYK7 .mbr-text,
.cid-vgikageYK7 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vgikageYK7 .mbr-section-title,
.cid-vgikageYK7 .title-wrapper,
.cid-vgikageYK7 .mbr-section-btn,
.cid-vgikageYK7 .logo-wrapper {
  text-align: center;
}
.cid-vgikagKDYM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vgikagKDYM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgikagKDYM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgikagKDYM .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vgikagKDYM .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vgikagKDYM .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-vgikagKDYM .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vgikagKDYM .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vgikagKDYM .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgikagKDYM .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgikagKDYM .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-vgikagKDYM .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-vgikagKDYM .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 #ff7000;
  color: #ff7000;
  font-size: 11px;
}
.cid-vgikagKDYM .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vgikagKDYM .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-vgikagKDYM .list_2 {
    padding-left: 0;
  }
}
.cid-vgikagKDYM .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-vgikagKDYM .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-vgikagKDYM .mbr-text,
.cid-vgikagKDYM .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgikagKDYM .list {
  color: #666666;
}
.cid-vgikagKDYM .list,
.cid-vgikagKDYM .item-wrap,
.cid-vgikagKDYM .list-wrapper {
  color: #ffffff;
}
.cid-vgiqTgjpv8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgiqTgjpv8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgiqTgjpv8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgiqTgjpv8 .content-wrap {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vgiqTgjpv8 .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vgiqTgjpv8 .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vgiqTgjpv8 .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-vgiqTgjpv8 .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 35%;
  margin-bottom: 16px;
}
@media (max-width: 1440px) {
  .cid-vgiqTgjpv8 .content-wrap .title-wrapper .mbr-section-title {
    width: 40%;
  }
}
@media (max-width: 1200px) {
  .cid-vgiqTgjpv8 .content-wrap .title-wrapper .mbr-section-title {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vgiqTgjpv8 .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vgiqTgjpv8 .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vgiqTgjpv8 .content-wrap .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vgiqTgjpv8 .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgiqTgjpv8 .items-wrapper {
  margin: 0 -10px;
}
.cid-vgiqTgjpv8 .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vgiqTgjpv8 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vgiqTgjpv8 .item .item-wrapper {
  height: 100%;
  background-color: #f4f6fa;
  padding: 8px;
}
.cid-vgiqTgjpv8 .item .item-wrapper .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 32px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vgiqTgjpv8 .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-vgiqTgjpv8 .item .item-wrapper .card-box .title-wrap .label-wrap_1,
.cid-vgiqTgjpv8 .item .item-wrapper .card-box .title-wrap .label-wrap_2 {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgiqTgjpv8 .item .item-wrapper .card-box .title-wrap .label-wrap_1,
  .cid-vgiqTgjpv8 .item .item-wrapper .card-box .title-wrap .label-wrap_2 {
    margin-bottom: 16px;
  }
}
.cid-vgiqTgjpv8 .item .item-wrapper .card-box .title-wrap .label-wrap_1 .item-label_1,
.cid-vgiqTgjpv8 .item .item-wrapper .card-box .title-wrap .label-wrap_2 .item-label_1,
.cid-vgiqTgjpv8 .item .item-wrapper .card-box .title-wrap .label-wrap_1 .item-label_2,
.cid-vgiqTgjpv8 .item .item-wrapper .card-box .title-wrap .label-wrap_2 .item-label_2 {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
}
.cid-vgiqTgjpv8 .item .item-wrapper .card-box .title-wrap .label-wrap_1 .item-label_1,
.cid-vgiqTgjpv8 .item .item-wrapper .card-box .title-wrap .label-wrap_2 .item-label_1 {
  background-color: #ff7000;
}
.cid-vgiqTgjpv8 .item .item-wrapper .card-box .title-wrap .label-wrap_1 .item-label_2,
.cid-vgiqTgjpv8 .item .item-wrapper .card-box .title-wrap .label-wrap_2 .item-label_2 {
  background-color: #ff7000;
}
.cid-vgiqTgjpv8 .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 12px;
}
.cid-vgiqTgjpv8 .item .item-wrapper .card-box .title-wrap .text-wrap .item-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgiqTgjpv8 .item .item-wrapper .card-box .title-wrap .text-wrap .item-text {
    width: 100%;
  }
}
.cid-vgiqTgjpv8 .item .item-wrapper .card-box .item-content .item-price {
  margin-top: 56px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgiqTgjpv8 .item .item-wrapper .card-box .item-content .item-price {
    margin-top: 24px;
  }
}
.cid-vgiqTgjpv8 .item .item-wrapper .card-box .item-content .list {
  margin: 32px 0 0 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-vgiqTgjpv8 .item .item-wrapper .card-box .item-content .list {
    margin-top: 24px;
  }
}
.cid-vgiqTgjpv8 .item .item-wrapper .card-box .item-content .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  padding-left: 30px;
}
.cid-vgiqTgjpv8 .item .item-wrapper .card-box .item-content .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  min-width: 18px;
  border: 1px solid #000000;
  color: #000000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  border-radius: 100%;
}
.cid-vgiqTgjpv8 .item .item-wrapper .card-box .item-content .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vgiqTgjpv8 .item .item-wrapper .card-box .item-content .mbr-section-btn {
  margin-top: 46px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vgiqTgjpv8 .item .item-wrapper .card-box .item-content .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vgiqTgjpv8 .item .item-wrapper .card-box .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-vgiqTgjpv8 .btn-wrapper {
  margin-top: -4%;
}
.cid-vgiqTgjpv8 .mbr-label,
.cid-vgiqTgjpv8 .label-wrapper {
  color: #ff7000;
  text-align: center;
}
.cid-vgiqTgjpv8 .mbr-section-title {
  color: #000000;
}
.cid-vgiqTgjpv8 .mbr-text,
.cid-vgiqTgjpv8 .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vgiqTgjpv8 .item-label_1,
.cid-vgiqTgjpv8 .label-wrap_1 {
  color: #000000;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vgiqTgjpv8 .item-label_1,
  .cid-vgiqTgjpv8 .label-wrap_1 {
    text-align: left;
  }
}
.cid-vgiqTgjpv8 .item-label_2,
.cid-vgiqTgjpv8 .label-wrap_2 {
  color: #000000;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vgiqTgjpv8 .item-label_2,
  .cid-vgiqTgjpv8 .label-wrap_2 {
    text-align: left;
  }
}
.cid-vgiqTgjpv8 .item-title {
  color: #000000;
}
.cid-vgiqTgjpv8 .item-text {
  color: #4f4f4f;
}
.cid-vgiqTgjpv8 .item-price {
  color: #ff7000;
}
.cid-vgiqTgjpv8 .list {
  color: #4f4f4f;
}
.cid-vgiqTgjpv8 .mbr-section-title,
.cid-vgiqTgjpv8 .title-wrapper {
  text-align: center;
}
.cid-vgioUOe35P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vgioUOe35P .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgioUOe35P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgioUOe35P .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vgioUOe35P .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vgioUOe35P .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vgioUOe35P .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-vgioUOe35P .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vgioUOe35P .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vgioUOe35P .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgioUOe35P .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgioUOe35P .items-wrapper .item {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vgioUOe35P .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-vgioUOe35P .items-wrapper .item .item-wrapper {
  position: relative;
  padding: 64px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vgioUOe35P .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-vgioUOe35P .items-wrapper .item .item-wrapper .iconfont-wrapper {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 20px;
  height: 20px;
}
@media (max-width: 992px) {
  .cid-vgioUOe35P .items-wrapper .item .item-wrapper .iconfont-wrapper {
    top: 16px;
    right: 16px;
  }
}
.cid-vgioUOe35P .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
}
@media (max-width: 992px) {
  .cid-vgioUOe35P .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-vgioUOe35P .items-wrapper .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  right: -32px;
  bottom: 32px;
  width: 200px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vgioUOe35P .items-wrapper .item .item-wrapper .item-img::before {
    bottom: auto;
    top: -100px;
    right: auto;
    left: -100px;
  }
}
.cid-vgioUOe35P .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-vgioUOe35P .items-wrapper .item .item-wrapper .item-img img {
    position: static;
    margin: 0 auto;
  }
}
.cid-vgioUOe35P .items-wrapper .item .item-wrapper .image_1::before {
  background-image: radial-gradient(circle closest-side at 50% 50%, #ff7000 0%, transparent 100%);
}
.cid-vgioUOe35P .items-wrapper .item .item-wrapper .image_2 img {
  right: auto;
  left: 32px;
}
.cid-vgioUOe35P .items-wrapper .item .item-wrapper .image_2::before {
  right: auto;
  left: -32px;
  background-image: radial-gradient(circle closest-side at 50% 50%, #ff7000 0%, transparent 100%);
}
@media (max-width: 992px) {
  .cid-vgioUOe35P .items-wrapper .item .item-wrapper .image_2::before {
    bottom: auto;
    top: -100px;
    left: -100px;
  }
}
.cid-vgioUOe35P .items-wrapper .item .item-wrapper .image_3::before {
  background-image: radial-gradient(circle closest-side at 50% 50%, #ff7000 0%, transparent 100%);
}
.cid-vgioUOe35P .items-wrapper .item .item-wrapper .card-box {
  padding-right: 250px;
}
@media (max-width: 1440px) {
  .cid-vgioUOe35P .items-wrapper .item .item-wrapper .card-box {
    padding-right: 200px;
  }
}
@media (max-width: 992px) {
  .cid-vgioUOe35P .items-wrapper .item .item-wrapper .card-box {
    padding-right: 0;
  }
}
.cid-vgioUOe35P .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vgioUOe35P .items-wrapper .item .item-wrapper .card-box .card-title {
    margin-bottom: 24px;
  }
}
.cid-vgioUOe35P .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vgioUOe35P .items-wrapper .item .item-wrapper .card-box .card-text {
    margin-bottom: 24px;
  }
}
.cid-vgioUOe35P .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-vgioUOe35P .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-vgioUOe35P .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 #ff7000;
  color: #ff7000;
  font-size: 11px;
}
.cid-vgioUOe35P .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vgioUOe35P .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vgioUOe35P .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vgioUOe35P .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgioUOe35P .items-wrapper .item .card_2 .card-box {
  padding-right: 0;
  padding-left: 250px;
}
@media (max-width: 1440px) {
  .cid-vgioUOe35P .items-wrapper .item .card_2 .card-box {
    padding-right: 0;
    padding-left: 200px;
  }
}
@media (max-width: 992px) {
  .cid-vgioUOe35P .items-wrapper .item .card_2 .card-box {
    padding-left: 0;
  }
}
.cid-vgioUOe35P .mbr-label {
  color: #ffffff;
  text-align: center;
}
.cid-vgioUOe35P .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vgioUOe35P .mbr-section-subtitle {
  color: #ff7000;
  text-align: center;
}
.cid-vgioUOe35P .mbr-text,
.cid-vgioUOe35P .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgioUOe35P .card-title {
  color: #111111;
}
.cid-vgioUOe35P .card-text {
  color: #666666;
}
.cid-vgioUOe35P .list {
  color: #666666;
}
.cid-vgixTnHRE2 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vgixTnHRE2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgixTnHRE2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgixTnHRE2 .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vgixTnHRE2 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vgixTnHRE2 .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vgixTnHRE2 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vgixTnHRE2 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vgixTnHRE2 .items-wrapper {
  align-items: center;
}
.cid-vgixTnHRE2 .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vgixTnHRE2 .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-vgixTnHRE2 .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-vgixTnHRE2 .items-wrapper .item .item-wrapper {
    min-height: 520px;
    padding: 24px;
  }
}
.cid-vgixTnHRE2 .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: 1;
  pointer-events: none;
  transition: all .3s ease;
  z-index: 1;
}
.cid-vgixTnHRE2 .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgixTnHRE2 .items-wrapper .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-vgixTnHRE2 .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-vgixTnHRE2 .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-vgixTnHRE2 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-vgixTnHRE2 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-vgixTnHRE2 .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-vgixTnHRE2 .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-vgixTnHRE2 .mbr-section-subtitle {
  color: #ff7000;
  text-align: center;
}
.cid-vgixTnHRE2 .mbr-text,
.cid-vgixTnHRE2 .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-vgixTnHRE2 .card-title {
  color: #ffffff;
}
.cid-vgixTnHRE2 .card-text {
  color: #ffffff;
}
.cid-vgikahXIO3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgikahXIO3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgikahXIO3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgikahXIO3 .card-wrapper {
  padding: 64px;
  background-color: #f4f6fa;
  display: flex;
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-vgikahXIO3 .card-wrapper {
    display: block;
    padding: 24px;
    margin-top: 0;
  }
}
.cid-vgikahXIO3 .image-wrapper {
  width: 50%;
  padding-right: 56px;
}
@media (max-width: 992px) {
  .cid-vgikahXIO3 .image-wrapper {
    padding-right: 0;
    width: 100%;
  }
}
.cid-vgikahXIO3 .image-wrapper img {
  height: 800px;
  width: 100%;
  object-fit: cover;
  position: sticky;
  top: 132px;
  margin-top: -128px;
}
@media (max-width: 1400px) {
  .cid-vgikahXIO3 .image-wrapper img {
    height: 600px;
  }
}
@media (max-width: 992px) {
  .cid-vgikahXIO3 .image-wrapper img {
    height: 350px;
    margin: 0 0 32px 0;
    position: static;
  }
}
.cid-vgikahXIO3 .content-wrapper {
  width: 50%;
  padding-right: 56px;
}
@media (max-width: 1400px) {
  .cid-vgikahXIO3 .content-wrapper {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-vgikahXIO3 .content-wrapper {
    width: 100%;
  }
}
.cid-vgikahXIO3 .content-wrapper .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vgikahXIO3 .content-wrapper .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vgikahXIO3 .content-wrapper .content-wrap .title-wrapper {
  margin-bottom: 16px;
}
.cid-vgikahXIO3 .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vgikahXIO3 .content-wrapper .content-wrap .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vgikahXIO3 .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vgikahXIO3 .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vgikahXIO3 .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px 24px 24px 32px;
  background-color: #ffffff;
  border: none;
  transition: all 0.3s ease-in-out;
  margin-top: 16px;
}
@media (max-width: 992px) {
  .cid-vgikahXIO3 .content-wrapper .panel-group .card {
    padding: 16px;
  }
}
.cid-vgikahXIO3 .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-vgikahXIO3 .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vgikahXIO3 .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-vgikahXIO3 .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vgikahXIO3 .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #a6adbf;
}
.cid-vgikahXIO3 .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  margin-top: 4px;
  font-size: 12px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-vgikahXIO3 .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper:hover {
  background-color: #7b86a1;
}
.cid-vgikahXIO3 .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-vgikahXIO3 .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(180deg);
}
.cid-vgikahXIO3 .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 24px;
}
.cid-vgikahXIO3 .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vgikahXIO3 .mbr-section-title {
  color: #111111;
}
.cid-vgikahXIO3 .mbr-section-subtitle {
  color: #ff7000;
}
.cid-vgikahXIO3 .mbr-text,
.cid-vgikahXIO3 .text-wrapper {
  color: #111111;
}
.cid-vgikahXIO3 .panel-title-edit {
  color: #111111;
}
.cid-vgikahXIO3 .panel-text {
  color: #666666;
}
.cid-vgiwJKEGyS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f4f6fa;
}
.cid-vgiwJKEGyS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgiwJKEGyS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgiwJKEGyS .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vgiwJKEGyS .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgiwJKEGyS .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vgiwJKEGyS .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vgiwJKEGyS .mbr-label {
  color: #a8a8a8;
}
.cid-vgiwJKEGyS .mbr-text {
  color: #ffffff;
}
.cid-vgiwJKEGyS .mbr-text,
.cid-vgiwJKEGyS .mbr-section-btn {
  text-align: center;
  color: #454545;
}
.cid-vgikairwfG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff7000;
}
.cid-vgikairwfG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgikairwfG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgikairwfG .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-vgikairwfG .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vgikairwfG .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgikairwfG .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vgikairwfG .mbr-label {
  color: #111111;
  text-align: center;
}
.cid-vgikairwfG .mbr-section-title {
  color: #ff6d99;
}
.cid-vgikairwfG .mbr-text,
.cid-vgikairwfG .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vgikairwfG .mbr-section-title,
.cid-vgikairwfG .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vgikaiT4t3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #111111;
}
.cid-vgikaiT4t3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgikaiT4t3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgikaiT4t3 .content-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vgikaiT4t3 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vgikaiT4t3 .content-wrapper .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vgikaiT4t3 .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vgikaiT4t3 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vgikaiT4t3 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vgikaiT4t3 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgikaiT4t3 .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vgikaiT4t3 .nav-wrapper {
  margin-bottom: 100px;
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .cid-vgikaiT4t3 .nav-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-vgikaiT4t3 .nav-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.cid-vgikaiT4t3 .nav-wrapper .mbr-nav-title {
  padding: 0 12px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vgikaiT4t3 .nav-wrapper .mbr-nav-title {
    margin-bottom: 24px;
  }
}
.cid-vgikaiT4t3 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-vgikaiT4t3 .nav-wrapper .list .item-wrap {
  position: relative;
  padding: 4px 32px 4px 12px;
  margin-bottom: 8px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vgikaiT4t3 .nav-wrapper .list .item-wrap::before {
  content: '→';
  position: absolute;
  top: 4px;
  right: 12px;
  font-size: 22px;
  color: #ff7000;
  transition: all .3s ease;
}
.cid-vgikaiT4t3 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vgikaiT4t3 .nav-wrapper .list .item-wrap:hover,
.cid-vgikaiT4t3 .nav-wrapper .list .item-wrap:focus {
  background-color: #ffffff;
  color: #7b86a1;
}
.cid-vgikaiT4t3 .nav-wrapper .list .item-wrap:hover::before,
.cid-vgikaiT4t3 .nav-wrapper .list .item-wrap:focus::before {
  color: #7b86a1;
}
@media (max-width: 992px) {
  .cid-vgikaiT4t3 .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vgikaiT4t3 .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vgikaiT4t3 .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-vgikaiT4t3 .social-wrapper .social-wrap .soc-item {
    margin-right: 12px;
  }
}
.cid-vgikaiT4t3 .social-wrapper .social-wrap .soc-item:last-child {
  margin-right: 0;
}
.cid-vgikaiT4t3 .social-wrapper .social-wrap .soc-item:hover,
.cid-vgikaiT4t3 .social-wrapper .social-wrap .soc-item:hover {
  background-color: #a6adbf;
  border: 3px solid #afb5c5;
  box-shadow: 0 18px 32px -8px #a6adbf;
}
.cid-vgikaiT4t3 .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont,
.cid-vgikaiT4t3 .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont {
  color: #ffffff !important;
}
.cid-vgikaiT4t3 .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-vgikaiT4t3 .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-vgikaiT4t3 .mbr-copy {
  padding-left: 240px;
  margin-bottom: 0;
  padding: 0 !important;
  color: #666666;
  text-align: center;
}
@media (max-width: 1440px) {
  .cid-vgikaiT4t3 .mbr-copy {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-vgikaiT4t3 .mbr-copy {
    padding-left: 0;
  }
}
.cid-vgikaiT4t3 .card {
  justify-content: center;
}
.cid-vgikaiT4t3 .mbr-section-title {
  color: #111111;
}
.cid-vgikaiT4t3 .mbr-section-subtitle {
  color: #ff7000;
}
.cid-vgikaiT4t3 .mbr-text,
.cid-vgikaiT4t3 .text-wrapper {
  color: #666666;
}
.cid-vgikaiT4t3 .mbr-nav-title {
  color: #a6adbf;
}
.cid-vgikaiT4t3 .list {
  color: #ff6d99;
}
.cid-vgikaiT4t3 .mbr-text,
.cid-vgikaiT4t3 .text-wrapper,
.cid-vgikaiT4t3 .mbr-section-btn {
  color: #ffffff;
}
.cid-vgikaiT4t3 .list,
.cid-vgikaiT4t3 .item-wrap,
.cid-vgikaiT4t3 .nav-wrapper {
  color: #ffffff;
}
.cid-vhm1fL5muY {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-vhm1fL5muY::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-vhm1fL5muY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhm1fL5muY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhm1fL5muY .card {
  justify-content: flex-end;
}
.cid-vhm1fL5muY .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vhm1fL5muY .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vhm1fL5muY .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vhm1fL5muY .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-vhm1fL5muY .mbr-label {
  color: #ffffff;
}
.cid-vhm1fL5muY .mbr-section-title {
  color: #ffffff;
}
.cid-vhm1fL5muY .mbr-text {
  color: #ffffff;
}
.cid-vhmbPXuW0C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1e7f2;
  background-image: linear-gradient(0deg, #e1e7f2 -70%, #e1e7f2 100%);
}
.cid-vhmbPXuW0C .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhmbPXuW0C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhmbPXuW0C .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vhmbPXuW0C .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vhmbPXuW0C .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vhmbPXuW0C .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhmbPXuW0C .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhmbPXuW0C .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vhmbPXuW0C .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vhmbPXuW0C .content-wrap {
  padding-left: 68px;
  padding-left: 0;
  padding-right: 68px;
}
@media (max-width: 992px) {
  .cid-vhmbPXuW0C .content-wrap {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-vhmbPXuW0C .content-wrap {
    padding-right: 0;
  }
}
.cid-vhmbPXuW0C .mbr-label {
  color: #a6adbf;
}
.cid-vhmbPXuW0C .mbr-section-title {
  color: #111111;
}
.cid-vhmbPXuW0C .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-vhmbPXuW0C .mbr-text,
.cid-vhmbPXuW0C .text-wrapper {
  color: #666666;
}
.cid-vhm6RZxtXj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vhm6RZxtXj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhm6RZxtXj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhm6RZxtXj .items-wrapper {
  margin: 0 -17px;
}
.cid-vhm6RZxtXj .items-wrapper .item {
  padding: 0 17px;
}
.cid-vhm6RZxtXj .item {
  margin-bottom: 34px;
}
@media (max-width: 992px) {
  .cid-vhm6RZxtXj .item {
    margin-bottom: 20px;
  }
  .cid-vhm6RZxtXj .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vhm6RZxtXj .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vhm6RZxtXj .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vhm6RZxtXj .title-wrapper .label-wrapper .mbr-label {
  margin-bottom: 15px;
}
.cid-vhm6RZxtXj .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vhm6RZxtXj .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vhm6RZxtXj .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vhm6RZxtXj .item-wrapper {
  padding: 45px;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vhm6RZxtXj .item-wrapper {
    padding: 20px;
  }
}
.cid-vhm6RZxtXj .item-wrapper .card-box .title-wrap {
  margin-bottom: 10px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  display: block;
}
@media (max-width: 992px) {
  .cid-vhm6RZxtXj .item-wrapper .card-box .title-wrap {
    display: block;
  }
}
.cid-vhm6RZxtXj .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-vhm6RZxtXj .item-wrapper .card-box .title-wrap .item-number_1,
.cid-vhm6RZxtXj .item-wrapper .card-box .title-wrap .item-number_2,
.cid-vhm6RZxtXj .item-wrapper .card-box .title-wrap .item-number_3,
.cid-vhm6RZxtXj .item-wrapper .card-box .title-wrap .item-number_4 {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhm6RZxtXj .item-wrapper .card-box .title-wrap .item-number_1,
  .cid-vhm6RZxtXj .item-wrapper .card-box .title-wrap .item-number_2,
  .cid-vhm6RZxtXj .item-wrapper .card-box .title-wrap .item-number_3,
  .cid-vhm6RZxtXj .item-wrapper .card-box .title-wrap .item-number_4 {
    margin-bottom: 10px;
  }
}
.cid-vhm6RZxtXj .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vhm6RZxtXj .item-wrapper .card-box .item-btn {
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-vhm6RZxtXj .item-wrapper .card-box .item-btn {
    margin-top: 10px;
  }
}
.cid-vhm6RZxtXj .card_1 {
  background-color: #e1e7f2;
}
.cid-vhm6RZxtXj .card_2 {
  background-color: #f4f6fa;
}
.cid-vhm6RZxtXj .card_3 {
  background-color: #f4f6fa;
}
.cid-vhm6RZxtXj .card_4 {
  background-color: #f4f6fa;
}
.cid-vhm6RZxtXj .main-btn {
  width: 100%;
}
.cid-vhm6RZxtXj .main-btn .btn {
  padding: 60px 90px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhm6RZxtXj .main-btn .btn {
    padding: 30px;
  }
}
.cid-vhm6RZxtXj .main-btn .btn:hover,
.cid-vhm6RZxtXj .main-btn .btn:focus {
  transform: none !important;
}
.cid-vhm6RZxtXj .mbr-label {
  color: #ff7000;
}
.cid-vhm6RZxtXj .mbr-section-title {
  color: #000000;
}
.cid-vhm6RZxtXj .mbr-text {
  color: #4f4f4f;
}
.cid-vhm6RZxtXj .item-number_1 {
  color: #71b6aa;
}
.cid-vhm6RZxtXj .item-number_2 {
  color: #f27696;
}
.cid-vhm6RZxtXj .item-number_3 {
  color: #a48cc2;
}
.cid-vhm6RZxtXj .item-number_4 {
  color: #f3c471;
}
.cid-vhm6RZxtXj .item-title {
  color: #000000;
}
.cid-vhm6RZxtXj .item-text {
  color: #3a353e;
}
.cid-vhm6RZxtXj .item-text,
.cid-vhm6RZxtXj .item-btn {
  color: #666666;
}
.cid-vhmafZsi2U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vhmafZsi2U .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhmafZsi2U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhmafZsi2U .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vhmafZsi2U .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vhmafZsi2U .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #ff7000 0%, #ff7000 50%, #ff7000 100%);
}
.cid-vhmafZsi2U .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vhmafZsi2U .title-wrapper .title-wrap .mbr-section-title {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vhmafZsi2U .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vhmafZsi2U .content-wrap {
  margin: 0 -10px;
}
.cid-vhmafZsi2U .content-wrap .card {
  padding: 0 10px;
}
.cid-vhmafZsi2U .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 992px) {
  .cid-vhmafZsi2U .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vhmafZsi2U .items-wrapper .item:hover .item-wrapper .item-title,
.cid-vhmafZsi2U .items-wrapper .item:focus .item-wrapper .item-title {
  color: #ff7000;
}
.cid-vhmafZsi2U .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 30px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  box-shadow: 0 10px 20px -8px #e9e9e9;
}
@media (max-width: 992px) {
  .cid-vhmafZsi2U .items-wrapper .item .item-wrapper {
    padding: 30px 20px;
  }
}
.cid-vhmafZsi2U .items-wrapper .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 24px;
}
.cid-vhmafZsi2U .items-wrapper .item .item-wrapper .iconfont-wrapper .iconfont-wrap {
  display: inline-flex;
  background-color: #e9e9e9;
  padding: 3px;
  background-image: linear-gradient(90deg, #ff7000 0%, #ff7000 50%, #ff7000 100%);
}
.cid-vhmafZsi2U .items-wrapper .item .item-wrapper .iconfont-wrapper .iconfont-wrap .icon-wrap {
  padding: 14px;
  background-color: #ffffff;
  border-radius: 8px;
}
.cid-vhmafZsi2U .items-wrapper .item .item-wrapper .iconfont-wrapper .iconfont-wrap .icon-wrap .mbr-iconfont {
  font-size: 30px;
  color: transparent !important;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #ff7000 0%, #ff7000 50%, #ff7000 100%) !important;
}
.cid-vhmafZsi2U .items-wrapper .item .item-wrapper .item-title {
  transition: all .3s ease;
  margin-bottom: 16px;
}
.cid-vhmafZsi2U .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vhmafZsi2U .items-wrapper .item .item-wrapper .item-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vhmafZsi2U .card-wrapper {
  padding: 30px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vhmafZsi2U .card-wrapper {
    padding: 30px 20px;
    margin-top: 20px;
  }
}
.cid-vhmafZsi2U .card-wrapper .desc-wrapper {
  margin-bottom: 20px;
}
.cid-vhmafZsi2U .card-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-vhmafZsi2U .card-wrapper .desc-wrapper .main-btn {
  margin-top: 20px;
}
.cid-vhmafZsi2U .card-wrapper .image-wrapper {
  min-height: 290px;
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vhmafZsi2U .card-wrapper .image-wrapper {
    min-height: auto;
    height: 300px;
  }
}
.cid-vhmafZsi2U .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-vhmafZsi2U .mbr-section-btn .btn-primary,
.cid-vhmafZsi2U .mbr-section-btn .btn-secondary,
.cid-vhmafZsi2U .mbr-section-btn .btn-success,
.cid-vhmafZsi2U .mbr-section-btn .btn-info,
.cid-vhmafZsi2U .mbr-section-btn .btn-warning,
.cid-vhmafZsi2U .mbr-section-btn .btn-danger,
.cid-vhmafZsi2U .mbr-section-btn .btn-black,
.cid-vhmafZsi2U .mbr-section-btn .btn-white {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 12px 26px;
  border: none !important;
}
.cid-vhmafZsi2U .mbr-section-btn .btn-primary::before,
.cid-vhmafZsi2U .mbr-section-btn .btn-secondary::before,
.cid-vhmafZsi2U .mbr-section-btn .btn-success::before,
.cid-vhmafZsi2U .mbr-section-btn .btn-info::before,
.cid-vhmafZsi2U .mbr-section-btn .btn-warning::before,
.cid-vhmafZsi2U .mbr-section-btn .btn-danger::before,
.cid-vhmafZsi2U .mbr-section-btn .btn-black::before,
.cid-vhmafZsi2U .mbr-section-btn .btn-white::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #ff7000 0%, #ff7000 50%, #ff7000 100%);
  opacity: 0;
  transition: all .5s ease;
  z-index: -1;
}
.cid-vhmafZsi2U .mbr-section-btn .btn-primary:hover,
.cid-vhmafZsi2U .mbr-section-btn .btn-secondary:hover,
.cid-vhmafZsi2U .mbr-section-btn .btn-success:hover,
.cid-vhmafZsi2U .mbr-section-btn .btn-info:hover,
.cid-vhmafZsi2U .mbr-section-btn .btn-warning:hover,
.cid-vhmafZsi2U .mbr-section-btn .btn-danger:hover,
.cid-vhmafZsi2U .mbr-section-btn .btn-black:hover,
.cid-vhmafZsi2U .mbr-section-btn .btn-white:hover,
.cid-vhmafZsi2U .mbr-section-btn .btn-primary:focus,
.cid-vhmafZsi2U .mbr-section-btn .btn-secondary:focus,
.cid-vhmafZsi2U .mbr-section-btn .btn-success:focus,
.cid-vhmafZsi2U .mbr-section-btn .btn-info:focus,
.cid-vhmafZsi2U .mbr-section-btn .btn-warning:focus,
.cid-vhmafZsi2U .mbr-section-btn .btn-danger:focus,
.cid-vhmafZsi2U .mbr-section-btn .btn-black:focus,
.cid-vhmafZsi2U .mbr-section-btn .btn-white:focus,
.cid-vhmafZsi2U .mbr-section-btn .btn-primary.focus,
.cid-vhmafZsi2U .mbr-section-btn .btn-secondary.focus,
.cid-vhmafZsi2U .mbr-section-btn .btn-success.focus,
.cid-vhmafZsi2U .mbr-section-btn .btn-info.focus,
.cid-vhmafZsi2U .mbr-section-btn .btn-warning.focus,
.cid-vhmafZsi2U .mbr-section-btn .btn-danger.focus,
.cid-vhmafZsi2U .mbr-section-btn .btn-black.focus,
.cid-vhmafZsi2U .mbr-section-btn .btn-white.focus,
.cid-vhmafZsi2U .mbr-section-btn .btn-primary.active,
.cid-vhmafZsi2U .mbr-section-btn .btn-secondary.active,
.cid-vhmafZsi2U .mbr-section-btn .btn-success.active,
.cid-vhmafZsi2U .mbr-section-btn .btn-info.active,
.cid-vhmafZsi2U .mbr-section-btn .btn-warning.active,
.cid-vhmafZsi2U .mbr-section-btn .btn-danger.active,
.cid-vhmafZsi2U .mbr-section-btn .btn-black.active,
.cid-vhmafZsi2U .mbr-section-btn .btn-white.active {
  background-color: transparent !important;
  color: #ffffff !important;
}
.cid-vhmafZsi2U .mbr-section-btn .btn-primary:hover::before,
.cid-vhmafZsi2U .mbr-section-btn .btn-secondary:hover::before,
.cid-vhmafZsi2U .mbr-section-btn .btn-success:hover::before,
.cid-vhmafZsi2U .mbr-section-btn .btn-info:hover::before,
.cid-vhmafZsi2U .mbr-section-btn .btn-warning:hover::before,
.cid-vhmafZsi2U .mbr-section-btn .btn-danger:hover::before,
.cid-vhmafZsi2U .mbr-section-btn .btn-black:hover::before,
.cid-vhmafZsi2U .mbr-section-btn .btn-white:hover::before,
.cid-vhmafZsi2U .mbr-section-btn .btn-primary:focus::before,
.cid-vhmafZsi2U .mbr-section-btn .btn-secondary:focus::before,
.cid-vhmafZsi2U .mbr-section-btn .btn-success:focus::before,
.cid-vhmafZsi2U .mbr-section-btn .btn-info:focus::before,
.cid-vhmafZsi2U .mbr-section-btn .btn-warning:focus::before,
.cid-vhmafZsi2U .mbr-section-btn .btn-danger:focus::before,
.cid-vhmafZsi2U .mbr-section-btn .btn-black:focus::before,
.cid-vhmafZsi2U .mbr-section-btn .btn-white:focus::before,
.cid-vhmafZsi2U .mbr-section-btn .btn-primary.focus::before,
.cid-vhmafZsi2U .mbr-section-btn .btn-secondary.focus::before,
.cid-vhmafZsi2U .mbr-section-btn .btn-success.focus::before,
.cid-vhmafZsi2U .mbr-section-btn .btn-info.focus::before,
.cid-vhmafZsi2U .mbr-section-btn .btn-warning.focus::before,
.cid-vhmafZsi2U .mbr-section-btn .btn-danger.focus::before,
.cid-vhmafZsi2U .mbr-section-btn .btn-black.focus::before,
.cid-vhmafZsi2U .mbr-section-btn .btn-white.focus::before,
.cid-vhmafZsi2U .mbr-section-btn .btn-primary.active::before,
.cid-vhmafZsi2U .mbr-section-btn .btn-secondary.active::before,
.cid-vhmafZsi2U .mbr-section-btn .btn-success.active::before,
.cid-vhmafZsi2U .mbr-section-btn .btn-info.active::before,
.cid-vhmafZsi2U .mbr-section-btn .btn-warning.active::before,
.cid-vhmafZsi2U .mbr-section-btn .btn-danger.active::before,
.cid-vhmafZsi2U .mbr-section-btn .btn-black.active::before,
.cid-vhmafZsi2U .mbr-section-btn .btn-white.active::before {
  opacity: 1;
}
.cid-vhmafZsi2U .mbr-section-btn .btn-primary-outline,
.cid-vhmafZsi2U .mbr-section-btn .btn-secondary-outline,
.cid-vhmafZsi2U .mbr-section-btn .btn-success-outline,
.cid-vhmafZsi2U .mbr-section-btn .btn-info-outline,
.cid-vhmafZsi2U .mbr-section-btn .btn-warning-outline,
.cid-vhmafZsi2U .mbr-section-btn .btn-danger-outline,
.cid-vhmafZsi2U .mbr-section-btn .btn-black-outline,
.cid-vhmafZsi2U .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-vhmafZsi2U .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-vhmafZsi2U .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-vhmafZsi2U .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-vhmafZsi2U .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-vhmafZsi2U .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-vhmafZsi2U .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-vhmafZsi2U .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-vhmafZsi2U .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(-45deg);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #ff7000 0%, #ff7000 50%, #ff7000 100%) !important;
}
.cid-vhmafZsi2U .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-vhmafZsi2U .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-vhmafZsi2U .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-vhmafZsi2U .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-vhmafZsi2U .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-vhmafZsi2U .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-vhmafZsi2U .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-vhmafZsi2U .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-vhmafZsi2U .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-vhmafZsi2U .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-vhmafZsi2U .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-vhmafZsi2U .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-vhmafZsi2U .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-vhmafZsi2U .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-vhmafZsi2U .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-vhmafZsi2U .mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.cid-vhmafZsi2U .mbr-section-btn .btn-primary-outline.focus .mbr-iconfont,
.cid-vhmafZsi2U .mbr-section-btn .btn-secondary-outline.focus .mbr-iconfont,
.cid-vhmafZsi2U .mbr-section-btn .btn-success-outline.focus .mbr-iconfont,
.cid-vhmafZsi2U .mbr-section-btn .btn-info-outline.focus .mbr-iconfont,
.cid-vhmafZsi2U .mbr-section-btn .btn-warning-outline.focus .mbr-iconfont,
.cid-vhmafZsi2U .mbr-section-btn .btn-danger-outline.focus .mbr-iconfont,
.cid-vhmafZsi2U .mbr-section-btn .btn-black-outline.focus .mbr-iconfont,
.cid-vhmafZsi2U .mbr-section-btn .btn-white-outline.focus .mbr-iconfont,
.cid-vhmafZsi2U .mbr-section-btn .btn-primary-outline.active .mbr-iconfont,
.cid-vhmafZsi2U .mbr-section-btn .btn-secondary-outline.active .mbr-iconfont,
.cid-vhmafZsi2U .mbr-section-btn .btn-success-outline.active .mbr-iconfont,
.cid-vhmafZsi2U .mbr-section-btn .btn-info-outline.active .mbr-iconfont,
.cid-vhmafZsi2U .mbr-section-btn .btn-warning-outline.active .mbr-iconfont,
.cid-vhmafZsi2U .mbr-section-btn .btn-danger-outline.active .mbr-iconfont,
.cid-vhmafZsi2U .mbr-section-btn .btn-black-outline.active .mbr-iconfont,
.cid-vhmafZsi2U .mbr-section-btn .btn-white-outline.active .mbr-iconfont {
  transform: rotate(0);
}
.cid-vhmafZsi2U .mbr-label,
.cid-vhmafZsi2U .label-wrapper {
  color: #171719;
  text-align: center;
}
.cid-vhmafZsi2U .mbr-section-title,
.cid-vhmafZsi2U .title-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-vhmafZsi2U .mbr-desc {
  color: #ffffff;
}
.cid-vhmafZsi2U .item-title {
  color: #171719;
}
.cid-vhmafZsi2U .item-text {
  color: #565661;
}
.cid-vhmafZsi2U .mbr-desc,
.cid-vhmafZsi2U .main-btn {
  color: #000000;
}
.cid-vhm1aT3ekX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vhm1aT3ekX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhm1aT3ekX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhm1aT3ekX .card-wrapper {
  padding: 64px;
  background-color: #f4f6fa;
  display: flex;
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-vhm1aT3ekX .card-wrapper {
    display: block;
    padding: 24px;
    margin-top: 0;
  }
}
.cid-vhm1aT3ekX .image-wrapper {
  width: 50%;
  padding-right: 56px;
}
@media (max-width: 992px) {
  .cid-vhm1aT3ekX .image-wrapper {
    padding-right: 0;
    width: 100%;
  }
}
.cid-vhm1aT3ekX .image-wrapper img {
  height: 800px;
  width: 100%;
  object-fit: cover;
  position: sticky;
  top: 132px;
  margin-top: -128px;
}
@media (max-width: 1400px) {
  .cid-vhm1aT3ekX .image-wrapper img {
    height: 600px;
  }
}
@media (max-width: 992px) {
  .cid-vhm1aT3ekX .image-wrapper img {
    height: 350px;
    margin: 0 0 32px 0;
    position: static;
  }
}
.cid-vhm1aT3ekX .content-wrapper {
  width: 50%;
  padding-right: 56px;
}
@media (max-width: 1400px) {
  .cid-vhm1aT3ekX .content-wrapper {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-vhm1aT3ekX .content-wrapper {
    width: 100%;
  }
}
.cid-vhm1aT3ekX .content-wrapper .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vhm1aT3ekX .content-wrapper .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vhm1aT3ekX .content-wrapper .content-wrap .title-wrapper {
  margin-bottom: 16px;
}
.cid-vhm1aT3ekX .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhm1aT3ekX .content-wrapper .content-wrap .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vhm1aT3ekX .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhm1aT3ekX .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhm1aT3ekX .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px 24px 24px 32px;
  background-color: #ffffff;
  border: none;
  transition: all 0.3s ease-in-out;
  margin-top: 16px;
}
@media (max-width: 992px) {
  .cid-vhm1aT3ekX .content-wrapper .panel-group .card {
    padding: 16px;
  }
}
.cid-vhm1aT3ekX .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-vhm1aT3ekX .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vhm1aT3ekX .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-vhm1aT3ekX .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vhm1aT3ekX .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #a6adbf;
}
.cid-vhm1aT3ekX .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  margin-top: 4px;
  font-size: 12px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-vhm1aT3ekX .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper:hover {
  background-color: #7b86a1;
}
.cid-vhm1aT3ekX .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-vhm1aT3ekX .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(180deg);
}
.cid-vhm1aT3ekX .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 24px;
}
.cid-vhm1aT3ekX .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vhm1aT3ekX .mbr-section-title {
  color: #111111;
}
.cid-vhm1aT3ekX .mbr-section-subtitle {
  color: #ff7000;
}
.cid-vhm1aT3ekX .mbr-text,
.cid-vhm1aT3ekX .text-wrapper {
  color: #111111;
}
.cid-vhm1aT3ekX .panel-title-edit {
  color: #111111;
}
.cid-vhm1aT3ekX .panel-text {
  color: #666666;
}
.cid-vhm1aTxED7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f4f6fa;
}
.cid-vhm1aTxED7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhm1aTxED7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhm1aTxED7 .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vhm1aTxED7 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vhm1aTxED7 .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vhm1aTxED7 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vhm1aTxED7 .mbr-label {
  color: #a8a8a8;
}
.cid-vhm1aTxED7 .mbr-text {
  color: #ffffff;
}
.cid-vhm1aTxED7 .mbr-text,
.cid-vhm1aTxED7 .mbr-section-btn {
  text-align: center;
  color: #454545;
}
.cid-vhm1aTTzPT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff7000;
}
.cid-vhm1aTTzPT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhm1aTTzPT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhm1aTTzPT .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-vhm1aTTzPT .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vhm1aTTzPT .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vhm1aTTzPT .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vhm1aTTzPT .mbr-label {
  color: #111111;
  text-align: center;
}
.cid-vhm1aTTzPT .mbr-section-title {
  color: #ff6d99;
}
.cid-vhm1aTTzPT .mbr-text,
.cid-vhm1aTTzPT .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vhm1aTTzPT .mbr-section-title,
.cid-vhm1aTTzPT .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vhm1aUlwxY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #111111;
}
.cid-vhm1aUlwxY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhm1aUlwxY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhm1aUlwxY .content-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vhm1aUlwxY .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vhm1aUlwxY .content-wrapper .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vhm1aUlwxY .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vhm1aUlwxY .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhm1aUlwxY .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vhm1aUlwxY .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vhm1aUlwxY .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vhm1aUlwxY .nav-wrapper {
  margin-bottom: 100px;
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .cid-vhm1aUlwxY .nav-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-vhm1aUlwxY .nav-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.cid-vhm1aUlwxY .nav-wrapper .mbr-nav-title {
  padding: 0 12px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vhm1aUlwxY .nav-wrapper .mbr-nav-title {
    margin-bottom: 24px;
  }
}
.cid-vhm1aUlwxY .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-vhm1aUlwxY .nav-wrapper .list .item-wrap {
  position: relative;
  padding: 4px 32px 4px 12px;
  margin-bottom: 8px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vhm1aUlwxY .nav-wrapper .list .item-wrap::before {
  content: '→';
  position: absolute;
  top: 4px;
  right: 12px;
  font-size: 22px;
  color: #ff7000;
  transition: all .3s ease;
}
.cid-vhm1aUlwxY .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vhm1aUlwxY .nav-wrapper .list .item-wrap:hover,
.cid-vhm1aUlwxY .nav-wrapper .list .item-wrap:focus {
  background-color: #ffffff;
  color: #7b86a1;
}
.cid-vhm1aUlwxY .nav-wrapper .list .item-wrap:hover::before,
.cid-vhm1aUlwxY .nav-wrapper .list .item-wrap:focus::before {
  color: #7b86a1;
}
@media (max-width: 992px) {
  .cid-vhm1aUlwxY .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vhm1aUlwxY .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vhm1aUlwxY .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-vhm1aUlwxY .social-wrapper .social-wrap .soc-item {
    margin-right: 12px;
  }
}
.cid-vhm1aUlwxY .social-wrapper .social-wrap .soc-item:last-child {
  margin-right: 0;
}
.cid-vhm1aUlwxY .social-wrapper .social-wrap .soc-item:hover,
.cid-vhm1aUlwxY .social-wrapper .social-wrap .soc-item:hover {
  background-color: #a6adbf;
  border: 3px solid #afb5c5;
  box-shadow: 0 18px 32px -8px #a6adbf;
}
.cid-vhm1aUlwxY .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont,
.cid-vhm1aUlwxY .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont {
  color: #ffffff !important;
}
.cid-vhm1aUlwxY .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-vhm1aUlwxY .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-vhm1aUlwxY .mbr-copy {
  padding-left: 240px;
  margin-bottom: 0;
  padding: 0 !important;
  color: #666666;
  text-align: center;
}
@media (max-width: 1440px) {
  .cid-vhm1aUlwxY .mbr-copy {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-vhm1aUlwxY .mbr-copy {
    padding-left: 0;
  }
}
.cid-vhm1aUlwxY .card {
  justify-content: center;
}
.cid-vhm1aUlwxY .mbr-section-title {
  color: #111111;
}
.cid-vhm1aUlwxY .mbr-section-subtitle {
  color: #ff7000;
}
.cid-vhm1aUlwxY .mbr-text,
.cid-vhm1aUlwxY .text-wrapper {
  color: #666666;
}
.cid-vhm1aUlwxY .mbr-nav-title {
  color: #a6adbf;
}
.cid-vhm1aUlwxY .list {
  color: #ff6d99;
}
.cid-vhm1aUlwxY .mbr-text,
.cid-vhm1aUlwxY .text-wrapper,
.cid-vhm1aUlwxY .mbr-section-btn {
  color: #ffffff;
}
.cid-vhm1aUlwxY .list,
.cid-vhm1aUlwxY .item-wrap,
.cid-vhm1aUlwxY .nav-wrapper {
  color: #ffffff;
}
