.btn {
  border-width: 4px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Manrope;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 4.4rem;
  line-height: .95;
}
.display-1 > .mbr-iconfont {
  font-size: 5.5rem;
}
.display-2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 3.6rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.5rem;
}
.display-4 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.2rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.8rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.2rem;
  line-height: 1.65;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 3.52rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.08rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( .95 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.65 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.65 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.08rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( .95 * (2.19rem + (4.4 - 2.19) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1 * (1.91rem + (3.6 - 1.91) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.65 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.2 * (1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.65 * (1.07rem + (1.2 - 1.07) * ((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: #4169e2 !important;
}
.bg-success {
  background-color: #f061ca !important;
}
.bg-info {
  background-color: #f4f6fa !important;
}
.bg-warning {
  background-color: #9a5df5 !important;
}
.bg-danger {
  background-color: #fe135a !important;
}
.btn-primary {
  box-shadow: 0px 32px 32px -10px #839dec !important;
}
.btn-primary .mbr-iconfont {
  color: #4169e2 !important;
}
.btn-primary .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #4169e2 !important;
  border-color: #4e73e4 !important;
  color: #ffffff !important;
  box-shadow: 0px 32px 32px -10px #839dec important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #4169e2 !important;
  border-color: #4e73e4 !important;
  box-shadow: 0px 32px 32px -10px #99aff0 important;
}
.btn-primary:hover .mbr-iconfont,
.btn-primary:focus .mbr-iconfont,
.btn-primary.focus .mbr-iconfont,
.btn-primary.active .mbr-iconfont {
  color: #4169e2 !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: #6d8ce9 !important;
  border-color: #6d8ce9 !important;
}
.btn-secondary {
  box-shadow: 0px 32px 32px -10px #d3d6df !important;
}
.btn-secondary .mbr-iconfont {
  color: #a6adbf !important;
}
.btn-secondary .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #a6adbf !important;
  border-color: #afb5c5 !important;
  color: #ffffff !important;
  box-shadow: 0px 32px 32px -10px #d3d6df important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #a6adbf !important;
  border-color: #afb5c5 !important;
  box-shadow: 0px 32px 32px -10px #e1e4ea important;
}
.btn-secondary:hover .mbr-iconfont,
.btn-secondary:focus .mbr-iconfont,
.btn-secondary.focus .mbr-iconfont,
.btn-secondary.active .mbr-iconfont {
  color: #a6adbf !important;
}
.btn-secondary:hover .mbr-iconfont::after,
.btn-secondary:focus .mbr-iconfont::after,
.btn-secondary.focus .mbr-iconfont::after,
.btn-secondary.active .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #c4c8d4 !important;
  border-color: #c4c8d4 !important;
}
.btn-info {
  box-shadow: 0px 32px 32px -10px #ffffff !important;
}
.btn-info .mbr-iconfont {
  color: #f4f6fa !important;
}
.btn-info .mbr-iconfont::after {
  background-color: #3b5281 !important;
}
.btn-info,
.btn-info:active {
  background-color: #f4f6fa !important;
  border-color: #ffffff !important;
  color: #3b5281 !important;
  box-shadow: 0px 32px 32px -10px #ffffff important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #f4f6fa !important;
  border-color: #ffffff !important;
  box-shadow: 0px 32px 32px -10px #ffffff important;
}
.btn-info:hover .mbr-iconfont,
.btn-info:focus .mbr-iconfont,
.btn-info.focus .mbr-iconfont,
.btn-info.active .mbr-iconfont {
  color: #f4f6fa !important;
}
.btn-info:hover .mbr-iconfont::after,
.btn-info:focus .mbr-iconfont::after,
.btn-info.focus .mbr-iconfont::after,
.btn-info.active .mbr-iconfont::after {
  background-color: #3b5281 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #3b5281 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success {
  box-shadow: 0px 32px 32px -10px #f7a7e1 !important;
}
.btn-success .mbr-iconfont {
  color: #f061ca !important;
}
.btn-success .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #f061ca !important;
  border-color: #f16fcf !important;
  color: #ffffff !important;
  box-shadow: 0px 32px 32px -10px #f7a7e1 important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #f061ca !important;
  border-color: #f16fcf !important;
  box-shadow: 0px 32px 32px -10px #f9bee9 important;
}
.btn-success:hover .mbr-iconfont,
.btn-success:focus .mbr-iconfont,
.btn-success.focus .mbr-iconfont,
.btn-success.active .mbr-iconfont {
  color: #f061ca !important;
}
.btn-success:hover .mbr-iconfont::after,
.btn-success:focus .mbr-iconfont::after,
.btn-success.focus .mbr-iconfont::after,
.btn-success.active .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #f490da !important;
  border-color: #f490da !important;
}
.btn-warning {
  box-shadow: 0px 32px 32px -10px #c7a5f9 !important;
}
.btn-warning .mbr-iconfont {
  color: #9a5df5 !important;
}
.btn-warning .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #9a5df5 !important;
  border-color: #a36bf6 !important;
  color: #ffffff !important;
  box-shadow: 0px 32px 32px -10px #c7a5f9 important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #9a5df5 !important;
  border-color: #a36bf6 !important;
  box-shadow: 0px 32px 32px -10px #d6bdfb important;
}
.btn-warning:hover .mbr-iconfont,
.btn-warning:focus .mbr-iconfont,
.btn-warning.focus .mbr-iconfont,
.btn-warning.active .mbr-iconfont {
  color: #9a5df5 !important;
}
.btn-warning:hover .mbr-iconfont::after,
.btn-warning:focus .mbr-iconfont::after,
.btn-warning.focus .mbr-iconfont::after,
.btn-warning.active .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #b88df8 !important;
  border-color: #b88df8 !important;
}
.btn-danger {
  box-shadow: 0px 32px 32px -10px #fe5f8f !important;
}
.btn-danger .mbr-iconfont {
  color: #fe135a !important;
}
.btn-danger .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fe135a !important;
  border-color: #fe2265 !important;
  color: #ffffff !important;
  box-shadow: 0px 32px 32px -10px #fe5f8f important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fe135a !important;
  border-color: #fe2265 !important;
  box-shadow: 0px 32px 32px -10px #fe79a1 important;
}
.btn-danger:hover .mbr-iconfont,
.btn-danger:focus .mbr-iconfont,
.btn-danger.focus .mbr-iconfont,
.btn-danger.active .mbr-iconfont {
  color: #fe135a !important;
}
.btn-danger:hover .mbr-iconfont::after,
.btn-danger:focus .mbr-iconfont::after,
.btn-danger.focus .mbr-iconfont::after,
.btn-danger.active .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #fe467e !important;
  border-color: #fe467e !important;
}
.btn-white {
  box-shadow: 0px 32px 32px -10px #ffffff !important;
}
.btn-white .mbr-iconfont {
  color: #ffffff !important;
}
.btn-white .mbr-iconfont::after {
  background-color: #666666 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #666666 !important;
  box-shadow: 0px 32px 32px -10px #ffffff important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: 0px 32px 32px -10px #ffffff important;
}
.btn-white:hover .mbr-iconfont,
.btn-white:focus .mbr-iconfont,
.btn-white.focus .mbr-iconfont,
.btn-white.active .mbr-iconfont {
  color: #ffffff !important;
}
.btn-white:hover .mbr-iconfont::after,
.btn-white:focus .mbr-iconfont::after,
.btn-white.focus .mbr-iconfont::after,
.btn-white.active .mbr-iconfont::after {
  background-color: #666666 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #666666 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black {
  box-shadow: 0px 32px 32px -10px #373737 !important;
}
.btn-black .mbr-iconfont {
  color: #111111 !important;
}
.btn-black .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #111111 !important;
  border-color: #191919 !important;
  color: #ffffff !important;
  box-shadow: 0px 32px 32px -10px #373737 important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #111111 !important;
  border-color: #191919 !important;
  box-shadow: 0px 32px 32px -10px #444444 important;
}
.btn-black:hover .mbr-iconfont,
.btn-black:focus .mbr-iconfont,
.btn-black.focus .mbr-iconfont,
.btn-black.active .mbr-iconfont {
  color: #111111 !important;
}
.btn-black:hover .mbr-iconfont::after,
.btn-black:focus .mbr-iconfont::after,
.btn-black.focus .mbr-iconfont::after,
.btn-black.active .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #2b2b2b !important;
  border-color: #2b2b2b !important;
}
.btn-primary-outline .mbr-iconfont {
  color: #4169e2 !important;
}
.btn-primary-outline .mbr-iconfont::after {
  border: 2px solid #4169e2 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #4169e2;
  color: #4169e2;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #1b40b1 !important;
  background-color: transparent !important;
  border-color: #1b40b1 !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: #1b40b1 !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 #1b40b1 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4169e2 !important;
  border-color: #4169e2 !important;
}
.btn-secondary-outline .mbr-iconfont {
  color: #a6adbf !important;
}
.btn-secondary-outline .mbr-iconfont::after {
  border: 2px solid #a6adbf !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #a6adbf;
  color: #a6adbf;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #747f9b !important;
  background-color: transparent !important;
  border-color: #747f9b !important;
  box-shadow: none !important;
}
.btn-secondary-outline:hover .mbr-iconfont,
.btn-secondary-outline:focus .mbr-iconfont,
.btn-secondary-outline.focus .mbr-iconfont,
.btn-secondary-outline.active .mbr-iconfont {
  color: #747f9b !important;
}
.btn-secondary-outline:hover .mbr-iconfont::after,
.btn-secondary-outline:focus .mbr-iconfont::after,
.btn-secondary-outline.focus .mbr-iconfont::after,
.btn-secondary-outline.active .mbr-iconfont::after {
  border: 2px solid #747f9b !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #a6adbf !important;
  border-color: #a6adbf !important;
}
.btn-info-outline .mbr-iconfont {
  color: #f4f6fa !important;
}
.btn-info-outline .mbr-iconfont::after {
  border: 2px solid #f4f6fa !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f4f6fa;
  color: #f4f6fa;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #b8c5df !important;
  background-color: transparent !important;
  border-color: #b8c5df !important;
  box-shadow: none !important;
}
.btn-info-outline:hover .mbr-iconfont,
.btn-info-outline:focus .mbr-iconfont,
.btn-info-outline.focus .mbr-iconfont,
.btn-info-outline.active .mbr-iconfont {
  color: #b8c5df !important;
}
.btn-info-outline:hover .mbr-iconfont::after,
.btn-info-outline:focus .mbr-iconfont::after,
.btn-info-outline.focus .mbr-iconfont::after,
.btn-info-outline.active .mbr-iconfont::after {
  border: 2px solid #b8c5df !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #4b69a4 !important;
  background-color: #f4f6fa !important;
  border-color: #f4f6fa !important;
}
.btn-success-outline .mbr-iconfont {
  color: #f061ca !important;
}
.btn-success-outline .mbr-iconfont::after {
  border: 2px solid #f061ca !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #f061ca;
  color: #f061ca;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #e516ae !important;
  background-color: transparent !important;
  border-color: #e516ae !important;
  box-shadow: none !important;
}
.btn-success-outline:hover .mbr-iconfont,
.btn-success-outline:focus .mbr-iconfont,
.btn-success-outline.focus .mbr-iconfont,
.btn-success-outline.active .mbr-iconfont {
  color: #e516ae !important;
}
.btn-success-outline:hover .mbr-iconfont::after,
.btn-success-outline:focus .mbr-iconfont::after,
.btn-success-outline.focus .mbr-iconfont::after,
.btn-success-outline.active .mbr-iconfont::after {
  border: 2px solid #e516ae !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #f061ca !important;
  border-color: #f061ca !important;
}
.btn-warning-outline .mbr-iconfont {
  color: #9a5df5 !important;
}
.btn-warning-outline .mbr-iconfont::after {
  border: 2px solid #9a5df5 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #9a5df5;
  color: #9a5df5;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #680fed !important;
  background-color: transparent !important;
  border-color: #680fed !important;
  box-shadow: none !important;
}
.btn-warning-outline:hover .mbr-iconfont,
.btn-warning-outline:focus .mbr-iconfont,
.btn-warning-outline.focus .mbr-iconfont,
.btn-warning-outline.active .mbr-iconfont {
  color: #680fed !important;
}
.btn-warning-outline:hover .mbr-iconfont::after,
.btn-warning-outline:focus .mbr-iconfont::after,
.btn-warning-outline.focus .mbr-iconfont::after,
.btn-warning-outline.active .mbr-iconfont::after {
  border: 2px solid #680fed !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #9a5df5 !important;
  border-color: #9a5df5 !important;
}
.btn-danger-outline .mbr-iconfont {
  color: #fe135a !important;
}
.btn-danger-outline .mbr-iconfont::after {
  border: 2px solid #fe135a !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #fe135a;
  color: #fe135a;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ba0139 !important;
  background-color: transparent !important;
  border-color: #ba0139 !important;
  box-shadow: none !important;
}
.btn-danger-outline:hover .mbr-iconfont,
.btn-danger-outline:focus .mbr-iconfont,
.btn-danger-outline.focus .mbr-iconfont,
.btn-danger-outline.active .mbr-iconfont {
  color: #ba0139 !important;
}
.btn-danger-outline:hover .mbr-iconfont::after,
.btn-danger-outline:focus .mbr-iconfont::after,
.btn-danger-outline.focus .mbr-iconfont::after,
.btn-danger-outline.active .mbr-iconfont::after {
  border: 2px solid #ba0139 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #fe135a !important;
  border-color: #fe135a !important;
}
.btn-black-outline .mbr-iconfont {
  color: #111111 !important;
}
.btn-black-outline .mbr-iconfont::after {
  border: 2px solid #111111 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #111111;
  color: #111111;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline:hover .mbr-iconfont,
.btn-black-outline:focus .mbr-iconfont,
.btn-black-outline.focus .mbr-iconfont,
.btn-black-outline.active .mbr-iconfont {
  color: #000000 !important;
}
.btn-black-outline:hover .mbr-iconfont::after,
.btn-black-outline:focus .mbr-iconfont::after,
.btn-black-outline.focus .mbr-iconfont::after,
.btn-black-outline.active .mbr-iconfont::after {
  border: 2px solid #000000 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #111111 !important;
  border-color: #111111 !important;
}
.btn-white-outline .mbr-iconfont {
  color: #ffffff !important;
}
.btn-white-outline .mbr-iconfont::after {
  border: 2px solid #ffffff !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-white-outline:hover .mbr-iconfont,
.btn-white-outline:focus .mbr-iconfont,
.btn-white-outline.focus .mbr-iconfont,
.btn-white-outline.active .mbr-iconfont {
  color: #d4d4d4 !important;
}
.btn-white-outline:hover .mbr-iconfont::after,
.btn-white-outline:focus .mbr-iconfont::after,
.btn-white-outline.focus .mbr-iconfont::after,
.btn-white-outline.active .mbr-iconfont::after {
  border: 2px solid #d4d4d4 !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #4169e2 !important;
}
.text-secondary {
  color: #a6adbf !important;
}
.text-success {
  color: #f061ca !important;
}
.text-info {
  color: #f4f6fa !important;
}
.text-warning {
  color: #9a5df5 !important;
}
.text-danger {
  color: #fe135a !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #111111 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #193ca4 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #6b7694 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #d714a3 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #aebdda !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #610ede !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #aa0134 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #4169e2;
}
.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: #4169e2;
  border-color: #4169e2;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #4169e2;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f2f5fd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffdee8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.2rem;
  line-height: 1.65;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #4169e2 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.2rem;
  line-height: 1.65;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #4169e2;
}
/* 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: #4169e2;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #4169e2;
}
.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: #4169e2;
  border-bottom-color: #4169e2;
}
.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: #4169e2 !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='%234169e2' %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: #000000;
}
.mbr-section-btn .btn-white .mbr-iconfont::after {
  background-color: #4169e2 !important;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn .btn-white:focus {
  color: #111111 !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.little-radius {
  border-radius: 24px !important;
}
.nav-wrapper .list .item-wrap {
  border-radius: 8px;
}
.navbar .dropdown-item {
  border-radius: 8px !important;
}
.navbar-logo img {
  border-radius: 8px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-uVaoPx0eej .navbar-dropdown {
  position: relative !important;
}
.cid-uVaoPx0eej .navbar-dropdown {
  position: absolute !important;
}
.cid-uVaoPx0eej .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVaoPx0eej .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uVaoPx0eej .dropdown-item {
  border: none !important;
  background: #4169e2 !important;
  font-weight: 600;
}
.cid-uVaoPx0eej .dropdown-item:hover,
.cid-uVaoPx0eej .dropdown-item:focus {
  background: #4169e2 !important;
  color: #ff6d99 !important;
}
.cid-uVaoPx0eej .dropdown-item:hover span {
  color: white;
}
.cid-uVaoPx0eej .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVaoPx0eej .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVaoPx0eej .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVaoPx0eej .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVaoPx0eej .nav-link {
  position: relative;
}
.cid-uVaoPx0eej .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uVaoPx0eej .container {
    flex-wrap: nowrap;
  }
}
.cid-uVaoPx0eej .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uVaoPx0eej .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uVaoPx0eej .dropdown-menu,
.cid-uVaoPx0eej .navbar.opened {
  background: #4169e2 !important;
}
.cid-uVaoPx0eej .nav-item:focus,
.cid-uVaoPx0eej .nav-link:focus {
  outline: none;
}
.cid-uVaoPx0eej .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVaoPx0eej .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uVaoPx0eej .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVaoPx0eej .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVaoPx0eej .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVaoPx0eej .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVaoPx0eej .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(65, 105, 226, 0.9);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uVaoPx0eej .navbar.opened {
  transition: all 0.3s;
}
.cid-uVaoPx0eej .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uVaoPx0eej .navbar .navbar-logo img {
  width: auto;
}
.cid-uVaoPx0eej .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVaoPx0eej .navbar.collapsed {
  justify-content: center;
}
.cid-uVaoPx0eej .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVaoPx0eej .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVaoPx0eej .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-uVaoPx0eej .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVaoPx0eej .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVaoPx0eej .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVaoPx0eej .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVaoPx0eej .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVaoPx0eej .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVaoPx0eej .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVaoPx0eej .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVaoPx0eej .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVaoPx0eej .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVaoPx0eej .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVaoPx0eej .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVaoPx0eej .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVaoPx0eej .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uVaoPx0eej .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uVaoPx0eej .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVaoPx0eej .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVaoPx0eej .navbar.navbar-short {
  min-height: 96px;
}
.cid-uVaoPx0eej .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uVaoPx0eej .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uVaoPx0eej .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uVaoPx0eej .navbar-brand .navbar-caption:hover,
.cid-uVaoPx0eej .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uVaoPx0eej .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVaoPx0eej .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uVaoPx0eej .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uVaoPx0eej .dropdown-item.active,
.cid-uVaoPx0eej .dropdown-item:active {
  background-color: transparent;
}
.cid-uVaoPx0eej .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVaoPx0eej .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVaoPx0eej .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVaoPx0eej .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4169e2;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uVaoPx0eej .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uVaoPx0eej .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uVaoPx0eej .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVaoPx0eej ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uVaoPx0eej ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uVaoPx0eej .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uVaoPx0eej .navbar-buttons {
    text-align: left;
  }
}
.cid-uVaoPx0eej .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-uVaoPx0eej .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uVaoPx0eej button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #4169e2 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uVaoPx0eej button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-uVaoPx0eej button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uVaoPx0eej button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uVaoPx0eej button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uVaoPx0eej button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uVaoPx0eej nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVaoPx0eej nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVaoPx0eej nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVaoPx0eej nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVaoPx0eej .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uVaoPx0eej a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVaoPx0eej .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVaoPx0eej .navbar {
    height: 70px;
  }
  .cid-uVaoPx0eej .navbar.opened {
    height: auto;
  }
  .cid-uVaoPx0eej .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVaoPx0eej .navbar-nav {
  margin: 0 auto;
}
.cid-uVaoPx0eej .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uVaoPx0eej .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-uVaoPx0eej .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uVaoPx0eej .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-uVaoPx0eej .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uVaoPx0eej .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uVaoPx0eej .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uVaoPx0eej .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uVaoPx0eej .navbar {
    justify-content: flex-start !important;
  }
  .cid-uVaoPx0eej .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uVaoPx0eej .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uVaoPx0eej .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uVaoPx0eej .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uVaoPx0eej .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uVaoPx0eej .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uVaoPx0eej .content-wrap {
  min-height: 110px;
}
.cid-uWik9Vj6Jg {
  background-image: url("../../../assets/images/woman-in-lavendar-shirt-showing-off-her-new-hearing-aid.jpg-1000x557.jpg");
}
.cid-uWik9Vj6Jg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWik9Vj6Jg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWik9Vj6Jg .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uWik9Vj6Jg .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-uWik9Vj6Jg .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uWik9Vj6Jg .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uWik9Vj6Jg .content-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-uWik9Vj6Jg .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-uWik9Vj6Jg .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #ffffff 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uWik9Vj6Jg .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #ffffff 40%);
  }
}
.cid-uWik9Vj6Jg .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWik9Vj6Jg .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWik9Vj6Jg .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uWik9Vj6Jg .mbr-label,
.cid-uWik9Vj6Jg .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWik9Vj6Jg .mbr-section-title {
  color: #000000;
}
.cid-uWik9Vj6Jg .mbr-text,
.cid-uWik9Vj6Jg .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uWik9Vj6Jg .mbr-section-title,
.cid-uWik9Vj6Jg .title-wrapper,
.cid-uWik9Vj6Jg .mbr-section-btn,
.cid-uWik9Vj6Jg .logo-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uWijWft6dl {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uWijWft6dl .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-uWijWft6dl .container {
    max-width: 1040px;
  }
}
.cid-uWijWft6dl .row {
  justify-content: center;
}
.cid-uWijWft6dl .item:focus,
.cid-uWijWft6dl span:focus {
  outline: none;
}
.cid-uWijWft6dl .col-items {
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-uWijWft6dl .col-items {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .cid-uWijWft6dl .item {
    width: 100%;
  }
  .cid-uWijWft6dl .item:first-child {
    padding-bottom: 0.5rem;
  }
  .cid-uWijWft6dl .item:last-child {
    padding-top: 0.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uWijWft6dl .item:first-child {
    padding-right: 0.5rem;
  }
  .cid-uWijWft6dl .item:last-child {
    padding-left: 0.5rem;
  }
}
.cid-uWijWft6dl .item-wrap {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  padding: 24px;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .cid-uWijWft6dl .item-wrap {
    padding: 27px;
  }
}
@media (min-width: 992px) {
  .cid-uWijWft6dl .item-wrap {
    padding: 50px;
  }
}
.cid-uWijWft6dl .item-content {
  width: 100%;
}
.cid-uWijWft6dl .label-text {
  color: #ffffff;
  opacity: 0.8;
  width: 100%;
  margin-bottom: 16px;
}
.cid-uWijWft6dl .mbr-text {
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 0;
  opacity: 0.8;
}
.cid-uWijWft6dl .item-title {
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-uWijWft6dl .list-container {
  display: flex;
  flex-direction: column;
  margin-top: 18px;
}
.cid-uWijWft6dl .list-item {
  display: flex;
  align-items: center;
}
.cid-uWijWft6dl .list-item:not(:last-child) {
  margin-bottom: 16px;
}
.cid-uWijWft6dl .icon-box {
  padding-right: 14px;
}
.cid-uWijWft6dl .list-text {
  flex-grow: 1;
  color: #000000;
  margin-bottom: 0;
}
.cid-uWijWft6dl .link-container {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
@media (min-width: 992px) {
  .cid-uWijWft6dl .link-container {
    margin-top: 72px;
  }
}
.cid-uWijWft6dl .link-container .link:first-child {
  margin-bottom: 16px;
}
.cid-uWijWft6dl .link-container .link span {
  padding-right: 10px;
}
.cid-uWh6Br6Lzx {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uWh6Br6Lzx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWh6Br6Lzx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWh6Br6Lzx .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uWh6Br6Lzx .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uWh6Br6Lzx .container {
    padding: 0 12px;
  }
}
.cid-uWh6Br6Lzx .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uWh6Br6Lzx .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uWh6Br6Lzx .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #ffffff;
  box-shadow: 4px 4px #ffffff;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uWh6Br6Lzx .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uWh6Br6Lzx .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uWh6Br6Lzx .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uWh6Br6Lzx .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uWh6Br6Lzx .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uWh6Br6Lzx .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uWh6Br6Lzx .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uWh6Br6Lzx .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uWh6Br6Lzx .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uWh6Br6Lzx .mbr-section-subtitle {
  color: #222222;
}
.cid-uWh6Br6Lzx .mbr-text {
  color: #000000;
}
.cid-uWh6Br6Lzx .list {
  color: #222222;
}
.cid-uWin0x0nx6 {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uWin0x0nx6 .mbr-section-title {
  border-bottom: 2px solid currentColor;
  padding-bottom: 2rem;
  color: #ffffff;
}
.cid-uWin0x0nx6 .row-bg {
  align-items: center;
  background: #4169e2;
  padding: 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uWin0x0nx6 .row-bg {
    padding: 1rem 0;
    padding-top: 2rem;
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-uWin0x0nx6 .image-wrapper {
    padding: 1rem;
  }
}
.cid-uWin0x0nx6 img {
  border-radius: 1rem;
  transition: all 0.3s;
}
.cid-uWin0x0nx6 img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-uWin0x0nx6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWin0x0nx6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWin0x0nx6 .mbr-text,
.cid-uWin0x0nx6 .mbr-section-btn {
  color: #ffffff;
}
.cid-uWh55k7rL7 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uWh55k7rL7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWh55k7rL7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWh55k7rL7 .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uWh55k7rL7 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWh55k7rL7 .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uWh55k7rL7 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWh55k7rL7 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uWh55k7rL7 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWh55k7rL7 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWh55k7rL7 .items-wrapper {
  margin: 0 -8px;
  align-items: center;
}
.cid-uWh55k7rL7 .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uWh55k7rL7 .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uWh55k7rL7 .items-wrapper .item .item-wrapper .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
  opacity: .3;
}
.cid-uWh55k7rL7 .items-wrapper .item .item-wrapper .circle-wrap {
  position: absolute;
  top: -90%;
  left: -40%;
  width: 640px;
  height: 640px;
  border-radius: 100%;
  background-image: linear-gradient(0deg, transparent, #ffffff);
  opacity: .3;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uWh55k7rL7 .items-wrapper .item .item-wrapper .circle-wrap {
    left: -70%;
  }
}
@media (max-width: 768px) {
  .cid-uWh55k7rL7 .items-wrapper .item .item-wrapper .circle-wrap {
    left: -120%;
  }
}
@media (max-width: 425px) {
  .cid-uWh55k7rL7 .items-wrapper .item .item-wrapper .circle-wrap {
    left: -160%;
  }
}
.cid-uWh55k7rL7 .items-wrapper .item .item-wrapper .circle-wrap.reverse {
  top: auto;
  left: auto;
  bottom: -90%;
  right: -40%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
}
@media (max-width: 1200px) {
  .cid-uWh55k7rL7 .items-wrapper .item .item-wrapper .circle-wrap.reverse {
    left: auto;
    right: -70%;
  }
}
@media (max-width: 768px) {
  .cid-uWh55k7rL7 .items-wrapper .item .item-wrapper .circle-wrap.reverse {
    left: auto;
    right: -120%;
  }
}
@media (max-width: 425px) {
  .cid-uWh55k7rL7 .items-wrapper .item .item-wrapper .circle-wrap.reverse {
    left: auto;
    right: -160%;
  }
}
.cid-uWh55k7rL7 .items-wrapper .item .item-wrapper .iconfont-wrapper {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 20px;
  height: 20px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uWh55k7rL7 .items-wrapper .item .item-wrapper .iconfont-wrapper {
    top: 16px;
    right: 16px;
  }
}
.cid-uWh55k7rL7 .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
}
.cid-uWh55k7rL7 .items-wrapper .item .item-wrapper .item-content {
  display: flex;
  justify-content: space-between;
  padding: 32px;
  min-height: 330px;
  border: 8px solid;
}
@media (max-width: 992px) {
  .cid-uWh55k7rL7 .items-wrapper .item .item-wrapper .item-content {
    display: block;
    padding: 24px;
    min-height: auto;
    border: 4px solid;
  }
}
.cid-uWh55k7rL7 .items-wrapper .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uWh55k7rL7 .items-wrapper .item .item-wrapper .item-content .card-box {
    margin-bottom: 24px;
  }
}
.cid-uWh55k7rL7 .items-wrapper .item .item-wrapper .item-content .card-box .card-title_1,
.cid-uWh55k7rL7 .items-wrapper .item .item-wrapper .item-content .card-box .card-title_2,
.cid-uWh55k7rL7 .items-wrapper .item .item-wrapper .item-content .card-box .card-title_3,
.cid-uWh55k7rL7 .items-wrapper .item .item-wrapper .item-content .card-box .card-title_4 {
  margin-bottom: 16px;
}
.cid-uWh55k7rL7 .items-wrapper .item .item-wrapper .item-content .card-box .card-text_1,
.cid-uWh55k7rL7 .items-wrapper .item .item-wrapper .item-content .card-box .card-text_2,
.cid-uWh55k7rL7 .items-wrapper .item .item-wrapper .item-content .card-box .card-text_3,
.cid-uWh55k7rL7 .items-wrapper .item .item-wrapper .item-content .card-box .card-text_4 {
  margin-bottom: 0;
}
.cid-uWh55k7rL7 .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  margin-top: 24px;
}
.cid-uWh55k7rL7 .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uWh55k7rL7 .items-wrapper .item .item-wrapper .item-content .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uWh55k7rL7 .items-wrapper .item .item-wrapper .item-content .item-img {
    display: block;
    margin-right: 0;
  }
}
.cid-uWh55k7rL7 .items-wrapper .item .item-wrapper .item-content .item-img img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-uWh55k7rL7 .items-wrapper .item .item-wrapper .item-content .item-img img {
    margin: 0 auto;
  }
}
.cid-uWh55k7rL7 .items-wrapper .item .item-wrapper .card_1 .card-box,
.cid-uWh55k7rL7 .items-wrapper .item .item-wrapper .card_4 .card-box {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uWh55k7rL7 .items-wrapper .item .item-wrapper .card_1 .card-box,
  .cid-uWh55k7rL7 .items-wrapper .item .item-wrapper .card_4 .card-box {
    width: 100%;
  }
}
.cid-uWh55k7rL7 .items-wrapper .item .item-wrapper .card_1 {
  background-color: #ffffff;
  border-color: #4169e2;
}
.cid-uWh55k7rL7 .items-wrapper .item .item-wrapper .card_2 {
  background-color: #4169e2;
  border-color: #454545;
}
.cid-uWh55k7rL7 .items-wrapper .item .item-wrapper .card_3 {
  background-color: #b1a1e3;
  border-color: #b7a8e5;
}
.cid-uWh55k7rL7 .items-wrapper .item .item-wrapper .card_4 {
  background-color: #98b1fa;
  border-color: #a0b7fa;
}
.cid-uWh55k7rL7 .btn-wrapper {
  margin-right: 9%;
}
.cid-uWh55k7rL7 .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uWh55k7rL7 .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uWh55k7rL7 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uWh55k7rL7 .mbr-text,
.cid-uWh55k7rL7 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWh55k7rL7 .card-title_1 {
  color: #ffffff;
}
.cid-uWh55k7rL7 .card-title_2 {
  color: #ffffff;
}
.cid-uWh55k7rL7 .card-title_3 {
  color: #ffffff;
}
.cid-uWh55k7rL7 .card-title_4 {
  color: #ffffff;
}
.cid-uWh55k7rL7 .card-text_1 {
  color: #000000;
  text-align: left;
}
.cid-uWh55k7rL7 .card-text_2 {
  color: #ffffff;
}
.cid-uWh55k7rL7 .card-text_3 {
  color: #ffffff;
}
.cid-uWh55k7rL7 .card-text_4 {
  color: #ffffff;
}
.cid-uWh55k7rL7 .card-title_1,
.cid-uWh55k7rL7 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uWimcWfbyi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWimcWfbyi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWimcWfbyi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWimcWfbyi .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uWimcWfbyi .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uWimcWfbyi .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWimcWfbyi .image-wrapper {
  padding: 0 30px;
}
@media (max-width: 1200px) {
  .cid-uWimcWfbyi .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uWimcWfbyi .image-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uWimcWfbyi .image-wrapper img {
  height: 405px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uWimcWfbyi .image-wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uWimcWfbyi .text-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uWimcWfbyi .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uWimcWfbyi .text-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uWimcWfbyi .mbr-section-title {
  color: #000000;
}
.cid-uWimcWfbyi .mbr-desc {
  color: #000000;
}
.cid-uWimcWfbyi .mbr-text {
  color: #000000;
}
.cid-uWheIRxNIi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWheIRxNIi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWheIRxNIi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWheIRxNIi .card-wrapper {
  background: #454545;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uWheIRxNIi .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uWheIRxNIi .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uWheIRxNIi .card-wrapper {
    padding: 4rem;
  }
}
.cid-uWheIRxNIi .mbr-text,
.cid-uWheIRxNIi .mbr-section-btn {
  color: #ffffff;
}
.cid-uWheIRxNIi .card-title,
.cid-uWheIRxNIi .card-box {
  text-align: left;
  color: #ffffff;
}
.cid-uVap17maUK {
  padding-top: 7rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uVap17maUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVap17maUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVap17maUK .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uVap17maUK .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVap17maUK .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVap17maUK .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uVap17maUK .items-wrapper {
  margin: 0 -8px;
}
.cid-uVap17maUK .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uVap17maUK .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.cid-uVap17maUK .items-wrapper .item .item-wrapper .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
  opacity: .3;
}
.cid-uVap17maUK .items-wrapper .item .item-wrapper .circle-wrap {
  position: absolute;
  top: -30%;
  left: -40%;
  width: 540px;
  height: 540px;
  border-radius: 100%;
  background-image: linear-gradient(0deg, transparent, #ffffff);
  opacity: .3;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uVap17maUK .items-wrapper .item .item-wrapper .circle-wrap {
    left: -50%;
  }
}
@media (max-width: 425px) {
  .cid-uVap17maUK .items-wrapper .item .item-wrapper .circle-wrap {
    left: -95%;
  }
}
.cid-uVap17maUK .items-wrapper .item .item-wrapper .item-content {
  padding: 32px;
  min-height: 330px;
  border: 8px solid;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uVap17maUK .items-wrapper .item .item-wrapper .item-content {
    display: block;
    padding: 24px;
    min-height: auto;
    border: 4px solid;
  }
}
.cid-uVap17maUK .items-wrapper .item .item-wrapper .item-content .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uVap17maUK .items-wrapper .item .item-wrapper .item-content .item-img {
    display: block;
    margin-right: 0;
  }
}
.cid-uVap17maUK .items-wrapper .item .item-wrapper .item-content .item-img img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uVap17maUK .items-wrapper .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
.cid-uVap17maUK .items-wrapper .item .item-wrapper .item-content .card-box .card-title_1,
.cid-uVap17maUK .items-wrapper .item .item-wrapper .item-content .card-box .card-title_2,
.cid-uVap17maUK .items-wrapper .item .item-wrapper .item-content .card-box .card-title_3,
.cid-uVap17maUK .items-wrapper .item .item-wrapper .item-content .card-box .card-title_4 {
  margin-bottom: 16px;
}
.cid-uVap17maUK .items-wrapper .item .item-wrapper .item-content .card-box .card-price_1,
.cid-uVap17maUK .items-wrapper .item .item-wrapper .item-content .card-box .card-price_2,
.cid-uVap17maUK .items-wrapper .item .item-wrapper .item-content .card-box .card-price_3,
.cid-uVap17maUK .items-wrapper .item .item-wrapper .item-content .card-box .card-price_4 {
  margin-bottom: 16px;
}
.cid-uVap17maUK .items-wrapper .item .item-wrapper .item-content .card-box .card-text_1,
.cid-uVap17maUK .items-wrapper .item .item-wrapper .item-content .card-box .card-text_2,
.cid-uVap17maUK .items-wrapper .item .item-wrapper .item-content .card-box .card-text_3,
.cid-uVap17maUK .items-wrapper .item .item-wrapper .item-content .card-box .card-text_4 {
  margin-bottom: 0;
}
.cid-uVap17maUK .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
.cid-uVap17maUK .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uVap17maUK .items-wrapper .item .item-wrapper .card_1 {
  background-color: #ffffff;
  border-color: #454545;
}
.cid-uVap17maUK .items-wrapper .item .item-wrapper .card_2 {
  background-color: #ffffff;
  border-color: #454545;
}
.cid-uVap17maUK .items-wrapper .item .item-wrapper .card_3 {
  background-color: #ffffff;
  border-color: #454545;
}
.cid-uVap17maUK .btn-wrapper {
  margin-right: 9%;
}
.cid-uVap17maUK .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uVap17maUK .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uVap17maUK .card-title_1 {
  color: #ffffff;
}
.cid-uVap17maUK .card-title_2 {
  color: #000000;
  text-align: center;
}
.cid-uVap17maUK .card-title_3 {
  color: #000000;
  text-align: center;
}
.cid-uVap17maUK .card-price_1 {
  color: #ffffff;
}
.cid-uVap17maUK .card-price_2 {
  color: #ffffff;
}
.cid-uVap17maUK .card-price_3 {
  color: #ffffff;
}
.cid-uVap17maUK .card-text_1 {
  color: #ffffff;
}
.cid-uVap17maUK .card-text_2 {
  color: #ffffff;
}
.cid-uVap17maUK .card-text_3 {
  color: #ffffff;
}
.cid-uVap17maUK .card-title_1,
.cid-uVap17maUK .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uWh6z4WcWl {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-color: #4169e2;
}
.cid-uWh6z4WcWl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWh6z4WcWl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWh6z4WcWl .container {
    padding: 0 20px;
  }
}
.cid-uWh6z4WcWl .row {
  margin: 0;
}
.cid-uWh6z4WcWl .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uWh6z4WcWl .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uWh6z4WcWl .video-block .video-wrapper .app-video-wrapper::before {
  color: #ffffff;
  text-shadow: none;
}
.cid-uWh6z4WcWl .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uWh6z4WcWl .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uWh6z4WcWl .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uWh6z4WcWl .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uWitlciDhX {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-uWitlciDhX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWitlciDhX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWitlciDhX .container {
    padding: 0 16px;
  }
}
.cid-uWitlciDhX .card {
  justify-content: center;
}
.cid-uWitlciDhX .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #4169e2;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uWitlciDhX .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uWitlciDhX .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uWitlciDhX .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uWitlciDhX .mbr-section-title {
  color: #000000;
}
.cid-uWitlciDhX .mbr-text {
  color: #000000;
}
.cid-uWitlciDhX .mbr-desc {
  color: #000000;
}
.cid-uWitlciDhX .mbr-section-title,
.cid-uWitlciDhX .title-wrapper {
  color: #ffffff;
}
.cid-uWiEXoMwNT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWiEXoMwNT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWiEXoMwNT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWiEXoMwNT .row {
  margin: 0 !important;
}
.cid-uWiEXoMwNT .mbr-section-head {
  width: 40%;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-uWiEXoMwNT .mbr-section-head {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uWiEXoMwNT .mbr-section-head {
    margin-bottom: 40px;
  }
}
.cid-uWiEXoMwNT .mbr-section-title {
  color: #131313;
  margin-bottom: 0;
}
.cid-uWiEXoMwNT .mbr-section-subtitle {
  color: #131313;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uWiEXoMwNT .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-uWiEXoMwNT .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uWiEXoMwNT .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-uWiEXoMwNT .col-list {
  width: 1px;
  flex-grow: 1;
  padding: 0 0 0 100px !important;
}
@media (max-width: 1024px) {
  .cid-uWiEXoMwNT .col-list {
    padding: 0 0 0 20px !important;
  }
}
@media (max-width: 991px) {
  .cid-uWiEXoMwNT .col-list {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uWiEXoMwNT .mbr-iconfont {
  position: relative;
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  font-weight: 900;
  color: #4169e2;
  margin-left: 0.5rem;
}
.cid-uWiEXoMwNT .sign-open {
  display: none;
  font-size: 16px !important;
  margin-left: 0.5rem;
  color: #4169e2;
  font-weight: 900;
}
.cid-uWiEXoMwNT .panel-group {
  border: none;
}
.cid-uWiEXoMwNT .card {
  padding: 10px 10px 10px 0;
  border-radius: 0;
  border-top: 2px solid #131313;
}
.cid-uWiEXoMwNT .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uWiEXoMwNT .card-header:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uWiEXoMwNT .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  color: #131313;
  transition: .2s all;
}
.cid-uWiEXoMwNT .panel-title[aria-expanded="true"] .mbr-iconfont {
  display: none;
}
.cid-uWiEXoMwNT .panel-title[aria-expanded="true"] .sign-open {
  display: block;
}
.cid-uWiEXoMwNT .panel-title-edit {
  color: #131313;
}
.cid-uWiEXoMwNT .panel-body {
  padding: 0 0 20px;
}
.cid-uWiEXoMwNT .panel-text {
  color: #131313;
  margin: 0;
}
.cid-uVaoW3aZj8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVaoW3aZj8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVaoW3aZj8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVaoW3aZj8 .items-wrapper {
  margin: 0 -32px;
}
.cid-uVaoW3aZj8 .items-wrapper .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVaoW3aZj8 .items-wrapper .item {
    margin-bottom: 32px;
  }
  .cid-uVaoW3aZj8 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uVaoW3aZj8 .items-wrapper .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uVaoW3aZj8 .items-wrapper .item .item-wrapper .iconfont-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uVaoW3aZj8 .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  font-size: 28px;
  border: 4px solid;
}
.cid-uVaoW3aZj8 .items-wrapper .item .item-wrapper .icon_1 .mbr-iconfont {
  background-color: #4169e2;
  border-color: #454545;
  box-shadow: 0 18px 32px -8px #4169e2;
}
.cid-uVaoW3aZj8 .items-wrapper .item .item-wrapper .icon_2 .mbr-iconfont {
  background-color: #4169e2;
  border-color: #454545;
  box-shadow: 0 18px 32px -8px #4169e2;
}
.cid-uVaoW3aZj8 .items-wrapper .item .item-wrapper .icon_3 .mbr-iconfont {
  background-color: #4169e2;
  border-color: #454545;
  box-shadow: 0 18px 32px -8px #4169e2;
}
.cid-uVaoW3aZj8 .items-wrapper .item .item-wrapper .card-title {
  margin-bottom: 16px;
}
.cid-uVaoW3aZj8 .items-wrapper .item .item-wrapper .card-text {
  margin-bottom: 0;
}
.cid-uVaoW3aZj8 .card-title {
  color: #111111;
}
.cid-uVaoW3aZj8 .card-text {
  color: #666666;
  text-align: center;
}
.cid-uVaoW3aZj8 .card-title,
.cid-uVaoW3aZj8 .iconfont-wrapper {
  text-align: center;
}
.cid-uWhdyVNlAL {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWhdyVNlAL .mbr-section-subtitle {
  color: #000000;
}
.cid-uWhdyVNlAL .mbr-text {
  color: #000000;
}
.cid-uWirXIZQrW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #4169e2;
}
.cid-uWirXIZQrW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWirXIZQrW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWirXIZQrW .google-map {
  height: 40rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uWirXIZQrW .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uWirXIZQrW .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uWirXIZQrW .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uWirXIZQrW .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uWirXIZQrW .content-head {
  max-width: 800px;
}
.cid-uWirXIZQrW .mbr-section-title {
  color: #ffffff;
}
.cid-uWh7izd1EE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #454545;
}
.cid-uWh7izd1EE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWh7izd1EE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWh7izd1EE .container {
    padding: 0 16px;
  }
}
.cid-uWh7izd1EE .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uWh7izd1EE .card {
    margin-bottom: 40px;
  }
}
.cid-uWh7izd1EE .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uWh7izd1EE .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uWh7izd1EE .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uWh7izd1EE .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWh7izd1EE .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uWh7izd1EE .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uWh7izd1EE .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uWh7izd1EE .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uWh7izd1EE .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uWh7izd1EE .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uWh7izd1EE .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uWh7izd1EE .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uWh7izd1EE .mbr-section-title {
  color: #ffffff;
}
.cid-uWh7izd1EE .copyright {
  color: #ffffff;
  text-align: right;
}
.cid-uWh7izd1EE .mbr-card-title {
  color: #ffffff;
}
.cid-uWh7izd1EE .list {
  color: #ffffff;
}
.cid-uWhk3km4bH .navbar-dropdown {
  position: relative !important;
}
.cid-uWhk3km4bH .navbar-dropdown {
  position: absolute !important;
}
.cid-uWhk3km4bH .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWhk3km4bH .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uWhk3km4bH .dropdown-item {
  border: none !important;
  background: #4169e2 !important;
  font-weight: 600;
}
.cid-uWhk3km4bH .dropdown-item:hover,
.cid-uWhk3km4bH .dropdown-item:focus {
  background: #4169e2 !important;
  color: #ff6d99 !important;
}
.cid-uWhk3km4bH .dropdown-item:hover span {
  color: white;
}
.cid-uWhk3km4bH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWhk3km4bH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWhk3km4bH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uWhk3km4bH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWhk3km4bH .nav-link {
  position: relative;
}
.cid-uWhk3km4bH .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uWhk3km4bH .container {
    flex-wrap: nowrap;
  }
}
.cid-uWhk3km4bH .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uWhk3km4bH .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uWhk3km4bH .dropdown-menu,
.cid-uWhk3km4bH .navbar.opened {
  background: #4169e2 !important;
}
.cid-uWhk3km4bH .nav-item:focus,
.cid-uWhk3km4bH .nav-link:focus {
  outline: none;
}
.cid-uWhk3km4bH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWhk3km4bH .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uWhk3km4bH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWhk3km4bH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWhk3km4bH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWhk3km4bH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWhk3km4bH .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(65, 105, 226, 0.9);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uWhk3km4bH .navbar.opened {
  transition: all 0.3s;
}
.cid-uWhk3km4bH .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uWhk3km4bH .navbar .navbar-logo img {
  width: auto;
}
.cid-uWhk3km4bH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWhk3km4bH .navbar.collapsed {
  justify-content: center;
}
.cid-uWhk3km4bH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWhk3km4bH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWhk3km4bH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-uWhk3km4bH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWhk3km4bH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWhk3km4bH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uWhk3km4bH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWhk3km4bH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWhk3km4bH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWhk3km4bH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWhk3km4bH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWhk3km4bH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWhk3km4bH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWhk3km4bH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uWhk3km4bH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWhk3km4bH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWhk3km4bH .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uWhk3km4bH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uWhk3km4bH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWhk3km4bH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWhk3km4bH .navbar.navbar-short {
  min-height: 96px;
}
.cid-uWhk3km4bH .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uWhk3km4bH .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uWhk3km4bH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uWhk3km4bH .navbar-brand .navbar-caption:hover,
.cid-uWhk3km4bH .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uWhk3km4bH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWhk3km4bH .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uWhk3km4bH .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uWhk3km4bH .dropdown-item.active,
.cid-uWhk3km4bH .dropdown-item:active {
  background-color: transparent;
}
.cid-uWhk3km4bH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWhk3km4bH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWhk3km4bH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWhk3km4bH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4169e2;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uWhk3km4bH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uWhk3km4bH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uWhk3km4bH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWhk3km4bH ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uWhk3km4bH ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uWhk3km4bH .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uWhk3km4bH .navbar-buttons {
    text-align: left;
  }
}
.cid-uWhk3km4bH .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-uWhk3km4bH .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uWhk3km4bH button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #4169e2 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uWhk3km4bH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-uWhk3km4bH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uWhk3km4bH button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uWhk3km4bH button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uWhk3km4bH button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uWhk3km4bH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWhk3km4bH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWhk3km4bH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWhk3km4bH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWhk3km4bH .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWhk3km4bH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWhk3km4bH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uWhk3km4bH .navbar {
    height: 70px;
  }
  .cid-uWhk3km4bH .navbar.opened {
    height: auto;
  }
  .cid-uWhk3km4bH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWhk3km4bH .navbar-nav {
  margin: 0 auto;
}
.cid-uWhk3km4bH .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uWhk3km4bH .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-uWhk3km4bH .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uWhk3km4bH .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-uWhk3km4bH .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uWhk3km4bH .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uWhk3km4bH .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uWhk3km4bH .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uWhk3km4bH .navbar {
    justify-content: flex-start !important;
  }
  .cid-uWhk3km4bH .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uWhk3km4bH .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uWhk3km4bH .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uWhk3km4bH .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uWhk3km4bH .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uWhk3km4bH .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uWhk3km4bH .content-wrap {
  min-height: 110px;
}
.cid-uWivrYCGY7 {
  background-image: url("../../../assets/images/bluetooth-hearing-aids.jpg-600x455.jpg");
}
.cid-uWivrYCGY7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWivrYCGY7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWivrYCGY7 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uWivrYCGY7 .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-uWivrYCGY7 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uWivrYCGY7 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uWivrYCGY7 .content-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-uWivrYCGY7 .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-uWivrYCGY7 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #ffffff 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uWivrYCGY7 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #ffffff 40%);
  }
}
.cid-uWivrYCGY7 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWivrYCGY7 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWivrYCGY7 .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uWivrYCGY7 .mbr-label,
.cid-uWivrYCGY7 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWivrYCGY7 .mbr-section-title {
  color: #000000;
}
.cid-uWivrYCGY7 .mbr-text,
.cid-uWivrYCGY7 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uWivrYCGY7 .mbr-section-title,
.cid-uWivrYCGY7 .title-wrapper,
.cid-uWivrYCGY7 .mbr-section-btn,
.cid-uWivrYCGY7 .logo-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uWhk3nGEXL {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uWhk3nGEXL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWhk3nGEXL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWhk3nGEXL .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uWhk3nGEXL .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uWhk3nGEXL .container {
    padding: 0 12px;
  }
}
.cid-uWhk3nGEXL .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uWhk3nGEXL .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uWhk3nGEXL .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #ffffff;
  box-shadow: 4px 4px #ffffff;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uWhk3nGEXL .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uWhk3nGEXL .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uWhk3nGEXL .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uWhk3nGEXL .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uWhk3nGEXL .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uWhk3nGEXL .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uWhk3nGEXL .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uWhk3nGEXL .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uWhk3nGEXL .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uWhk3nGEXL .mbr-section-subtitle {
  color: #222222;
}
.cid-uWhk3nGEXL .mbr-text {
  color: #000000;
}
.cid-uWhk3nGEXL .list {
  color: #222222;
}
.cid-uWiwJrff8v {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #4169e2;
}
.cid-uWiwJrff8v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWiwJrff8v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWiwJrff8v .google-map {
  height: 40rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uWiwJrff8v .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uWiwJrff8v .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uWiwJrff8v .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uWiwJrff8v .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uWiwJrff8v .content-head {
  max-width: 800px;
}
.cid-uWiwJrff8v .mbr-section-title {
  color: #ffffff;
}
.cid-uWhk3ytcLq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #454545;
}
.cid-uWhk3ytcLq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWhk3ytcLq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWhk3ytcLq .container {
    padding: 0 16px;
  }
}
.cid-uWhk3ytcLq .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uWhk3ytcLq .card {
    margin-bottom: 40px;
  }
}
.cid-uWhk3ytcLq .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uWhk3ytcLq .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uWhk3ytcLq .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uWhk3ytcLq .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWhk3ytcLq .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uWhk3ytcLq .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uWhk3ytcLq .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uWhk3ytcLq .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uWhk3ytcLq .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uWhk3ytcLq .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uWhk3ytcLq .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uWhk3ytcLq .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uWhk3ytcLq .mbr-section-title {
  color: #ffffff;
}
.cid-uWhk3ytcLq .copyright {
  color: #ffffff;
  text-align: right;
}
.cid-uWhk3ytcLq .mbr-card-title {
  color: #ffffff;
}
.cid-uWhk3ytcLq .list {
  color: #ffffff;
}
.cid-uWhkKgNuok .navbar-dropdown {
  position: relative !important;
}
.cid-uWhkKgNuok .navbar-dropdown {
  position: absolute !important;
}
.cid-uWhkKgNuok .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWhkKgNuok .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uWhkKgNuok .dropdown-item {
  border: none !important;
  background: #4169e2 !important;
  font-weight: 600;
}
.cid-uWhkKgNuok .dropdown-item:hover,
.cid-uWhkKgNuok .dropdown-item:focus {
  background: #4169e2 !important;
  color: #ff6d99 !important;
}
.cid-uWhkKgNuok .dropdown-item:hover span {
  color: white;
}
.cid-uWhkKgNuok .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWhkKgNuok .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWhkKgNuok .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uWhkKgNuok .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWhkKgNuok .nav-link {
  position: relative;
}
.cid-uWhkKgNuok .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uWhkKgNuok .container {
    flex-wrap: nowrap;
  }
}
.cid-uWhkKgNuok .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uWhkKgNuok .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uWhkKgNuok .dropdown-menu,
.cid-uWhkKgNuok .navbar.opened {
  background: #4169e2 !important;
}
.cid-uWhkKgNuok .nav-item:focus,
.cid-uWhkKgNuok .nav-link:focus {
  outline: none;
}
.cid-uWhkKgNuok .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWhkKgNuok .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uWhkKgNuok .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWhkKgNuok .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWhkKgNuok .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWhkKgNuok .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWhkKgNuok .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(65, 105, 226, 0.9);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uWhkKgNuok .navbar.opened {
  transition: all 0.3s;
}
.cid-uWhkKgNuok .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uWhkKgNuok .navbar .navbar-logo img {
  width: auto;
}
.cid-uWhkKgNuok .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWhkKgNuok .navbar.collapsed {
  justify-content: center;
}
.cid-uWhkKgNuok .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWhkKgNuok .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWhkKgNuok .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-uWhkKgNuok .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWhkKgNuok .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWhkKgNuok .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uWhkKgNuok .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWhkKgNuok .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWhkKgNuok .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWhkKgNuok .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWhkKgNuok .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWhkKgNuok .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWhkKgNuok .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWhkKgNuok .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uWhkKgNuok .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWhkKgNuok .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWhkKgNuok .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uWhkKgNuok .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uWhkKgNuok .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWhkKgNuok .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWhkKgNuok .navbar.navbar-short {
  min-height: 96px;
}
.cid-uWhkKgNuok .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uWhkKgNuok .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uWhkKgNuok .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uWhkKgNuok .navbar-brand .navbar-caption:hover,
.cid-uWhkKgNuok .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uWhkKgNuok .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWhkKgNuok .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uWhkKgNuok .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uWhkKgNuok .dropdown-item.active,
.cid-uWhkKgNuok .dropdown-item:active {
  background-color: transparent;
}
.cid-uWhkKgNuok .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWhkKgNuok .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWhkKgNuok .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWhkKgNuok .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4169e2;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uWhkKgNuok .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uWhkKgNuok .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uWhkKgNuok .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWhkKgNuok ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uWhkKgNuok ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uWhkKgNuok .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uWhkKgNuok .navbar-buttons {
    text-align: left;
  }
}
.cid-uWhkKgNuok .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-uWhkKgNuok .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uWhkKgNuok button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #4169e2 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uWhkKgNuok button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-uWhkKgNuok button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uWhkKgNuok button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uWhkKgNuok button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uWhkKgNuok button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uWhkKgNuok nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWhkKgNuok nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWhkKgNuok nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWhkKgNuok nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWhkKgNuok .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWhkKgNuok a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWhkKgNuok .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uWhkKgNuok .navbar {
    height: 70px;
  }
  .cid-uWhkKgNuok .navbar.opened {
    height: auto;
  }
  .cid-uWhkKgNuok .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWhkKgNuok .navbar-nav {
  margin: 0 auto;
}
.cid-uWhkKgNuok .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uWhkKgNuok .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-uWhkKgNuok .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uWhkKgNuok .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-uWhkKgNuok .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uWhkKgNuok .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uWhkKgNuok .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uWhkKgNuok .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uWhkKgNuok .navbar {
    justify-content: flex-start !important;
  }
  .cid-uWhkKgNuok .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uWhkKgNuok .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uWhkKgNuok .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uWhkKgNuok .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uWhkKgNuok .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uWhkKgNuok .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uWhkKgNuok .content-wrap {
  min-height: 110px;
}
.cid-uWiwmaetLv {
  background-image: url("../../../assets/images/hearing-aid-1.jpg-1200x630.jpg");
}
.cid-uWiwmaetLv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWiwmaetLv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWiwmaetLv .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uWiwmaetLv .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-uWiwmaetLv .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uWiwmaetLv .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uWiwmaetLv .content-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-uWiwmaetLv .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-uWiwmaetLv .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #ffffff 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uWiwmaetLv .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #ffffff 40%);
  }
}
.cid-uWiwmaetLv .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWiwmaetLv .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWiwmaetLv .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uWiwmaetLv .mbr-label,
.cid-uWiwmaetLv .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWiwmaetLv .mbr-section-title {
  color: #000000;
}
.cid-uWiwmaetLv .mbr-text,
.cid-uWiwmaetLv .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uWiwmaetLv .mbr-section-title,
.cid-uWiwmaetLv .title-wrapper,
.cid-uWiwmaetLv .mbr-section-btn,
.cid-uWiwmaetLv .logo-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uWhkKjOSGB {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uWhkKjOSGB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWhkKjOSGB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWhkKjOSGB .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uWhkKjOSGB .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uWhkKjOSGB .container {
    padding: 0 12px;
  }
}
.cid-uWhkKjOSGB .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uWhkKjOSGB .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uWhkKjOSGB .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #ffffff;
  box-shadow: 4px 4px #ffffff;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uWhkKjOSGB .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uWhkKjOSGB .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uWhkKjOSGB .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uWhkKjOSGB .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uWhkKjOSGB .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uWhkKjOSGB .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uWhkKjOSGB .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uWhkKjOSGB .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uWhkKjOSGB .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uWhkKjOSGB .mbr-section-subtitle {
  color: #222222;
}
.cid-uWhkKjOSGB .mbr-text {
  color: #000000;
}
.cid-uWhkKjOSGB .list {
  color: #222222;
}
.cid-uWiwRNgvy3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #4169e2;
}
.cid-uWiwRNgvy3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWiwRNgvy3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWiwRNgvy3 .google-map {
  height: 40rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uWiwRNgvy3 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uWiwRNgvy3 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uWiwRNgvy3 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uWiwRNgvy3 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uWiwRNgvy3 .content-head {
  max-width: 800px;
}
.cid-uWiwRNgvy3 .mbr-section-title {
  color: #ffffff;
}
.cid-uWhkKlxUlo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #454545;
}
.cid-uWhkKlxUlo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWhkKlxUlo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWhkKlxUlo .container {
    padding: 0 16px;
  }
}
.cid-uWhkKlxUlo .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uWhkKlxUlo .card {
    margin-bottom: 40px;
  }
}
.cid-uWhkKlxUlo .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uWhkKlxUlo .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uWhkKlxUlo .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uWhkKlxUlo .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWhkKlxUlo .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uWhkKlxUlo .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uWhkKlxUlo .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uWhkKlxUlo .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uWhkKlxUlo .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uWhkKlxUlo .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uWhkKlxUlo .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uWhkKlxUlo .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uWhkKlxUlo .mbr-section-title {
  color: #ffffff;
}
.cid-uWhkKlxUlo .copyright {
  color: #ffffff;
  text-align: right;
}
.cid-uWhkKlxUlo .mbr-card-title {
  color: #ffffff;
}
.cid-uWhkKlxUlo .list {
  color: #ffffff;
}
.cid-uWiAJrKAD5 .navbar-dropdown {
  position: relative !important;
}
.cid-uWiAJrKAD5 .navbar-dropdown {
  position: absolute !important;
}
.cid-uWiAJrKAD5 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWiAJrKAD5 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uWiAJrKAD5 .dropdown-item {
  border: none !important;
  background: #4169e2 !important;
  font-weight: 600;
}
.cid-uWiAJrKAD5 .dropdown-item:hover,
.cid-uWiAJrKAD5 .dropdown-item:focus {
  background: #4169e2 !important;
  color: #ff6d99 !important;
}
.cid-uWiAJrKAD5 .dropdown-item:hover span {
  color: white;
}
.cid-uWiAJrKAD5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWiAJrKAD5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWiAJrKAD5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uWiAJrKAD5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWiAJrKAD5 .nav-link {
  position: relative;
}
.cid-uWiAJrKAD5 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uWiAJrKAD5 .container {
    flex-wrap: nowrap;
  }
}
.cid-uWiAJrKAD5 .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uWiAJrKAD5 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uWiAJrKAD5 .dropdown-menu,
.cid-uWiAJrKAD5 .navbar.opened {
  background: #4169e2 !important;
}
.cid-uWiAJrKAD5 .nav-item:focus,
.cid-uWiAJrKAD5 .nav-link:focus {
  outline: none;
}
.cid-uWiAJrKAD5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWiAJrKAD5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uWiAJrKAD5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWiAJrKAD5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWiAJrKAD5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWiAJrKAD5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWiAJrKAD5 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(65, 105, 226, 0.9);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uWiAJrKAD5 .navbar.opened {
  transition: all 0.3s;
}
.cid-uWiAJrKAD5 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uWiAJrKAD5 .navbar .navbar-logo img {
  width: auto;
}
.cid-uWiAJrKAD5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWiAJrKAD5 .navbar.collapsed {
  justify-content: center;
}
.cid-uWiAJrKAD5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWiAJrKAD5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWiAJrKAD5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-uWiAJrKAD5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWiAJrKAD5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWiAJrKAD5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uWiAJrKAD5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWiAJrKAD5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWiAJrKAD5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWiAJrKAD5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWiAJrKAD5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWiAJrKAD5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWiAJrKAD5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWiAJrKAD5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uWiAJrKAD5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWiAJrKAD5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWiAJrKAD5 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uWiAJrKAD5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uWiAJrKAD5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWiAJrKAD5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWiAJrKAD5 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uWiAJrKAD5 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uWiAJrKAD5 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uWiAJrKAD5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uWiAJrKAD5 .navbar-brand .navbar-caption:hover,
.cid-uWiAJrKAD5 .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uWiAJrKAD5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWiAJrKAD5 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uWiAJrKAD5 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uWiAJrKAD5 .dropdown-item.active,
.cid-uWiAJrKAD5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uWiAJrKAD5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWiAJrKAD5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWiAJrKAD5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWiAJrKAD5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4169e2;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uWiAJrKAD5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uWiAJrKAD5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uWiAJrKAD5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWiAJrKAD5 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uWiAJrKAD5 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uWiAJrKAD5 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uWiAJrKAD5 .navbar-buttons {
    text-align: left;
  }
}
.cid-uWiAJrKAD5 .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-uWiAJrKAD5 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uWiAJrKAD5 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #4169e2 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uWiAJrKAD5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-uWiAJrKAD5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uWiAJrKAD5 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uWiAJrKAD5 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uWiAJrKAD5 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uWiAJrKAD5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWiAJrKAD5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWiAJrKAD5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWiAJrKAD5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWiAJrKAD5 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWiAJrKAD5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWiAJrKAD5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uWiAJrKAD5 .navbar {
    height: 70px;
  }
  .cid-uWiAJrKAD5 .navbar.opened {
    height: auto;
  }
  .cid-uWiAJrKAD5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWiAJrKAD5 .navbar-nav {
  margin: 0 auto;
}
.cid-uWiAJrKAD5 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uWiAJrKAD5 .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-uWiAJrKAD5 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uWiAJrKAD5 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-uWiAJrKAD5 .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uWiAJrKAD5 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uWiAJrKAD5 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uWiAJrKAD5 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uWiAJrKAD5 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uWiAJrKAD5 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uWiAJrKAD5 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uWiAJrKAD5 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uWiAJrKAD5 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uWiAJrKAD5 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uWiAJrKAD5 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uWiAJrKAD5 .content-wrap {
  min-height: 110px;
}
.cid-uWiAJtyE4n {
  background-image: url("../../../assets/images/1140-hearing-sound-waves.jpg-1140x655.jpg");
}
.cid-uWiAJtyE4n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWiAJtyE4n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWiAJtyE4n .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uWiAJtyE4n .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-uWiAJtyE4n .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uWiAJtyE4n .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uWiAJtyE4n .content-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-uWiAJtyE4n .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-uWiAJtyE4n .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #ffffff 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uWiAJtyE4n .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #ffffff 40%);
  }
}
.cid-uWiAJtyE4n .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWiAJtyE4n .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWiAJtyE4n .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uWiAJtyE4n .mbr-label,
.cid-uWiAJtyE4n .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWiAJtyE4n .mbr-section-title {
  color: #000000;
}
.cid-uWiAJtyE4n .mbr-text,
.cid-uWiAJtyE4n .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uWiAJtyE4n .mbr-section-title,
.cid-uWiAJtyE4n .title-wrapper,
.cid-uWiAJtyE4n .mbr-section-btn,
.cid-uWiAJtyE4n .logo-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uWiAJvsHhH {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uWiAJvsHhH .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-uWiAJvsHhH .container {
    max-width: 1040px;
  }
}
.cid-uWiAJvsHhH .row {
  justify-content: center;
}
.cid-uWiAJvsHhH .item:focus,
.cid-uWiAJvsHhH span:focus {
  outline: none;
}
.cid-uWiAJvsHhH .col-items {
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-uWiAJvsHhH .col-items {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .cid-uWiAJvsHhH .item {
    width: 100%;
  }
  .cid-uWiAJvsHhH .item:first-child {
    padding-bottom: 0.5rem;
  }
  .cid-uWiAJvsHhH .item:last-child {
    padding-top: 0.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uWiAJvsHhH .item:first-child {
    padding-right: 0.5rem;
  }
  .cid-uWiAJvsHhH .item:last-child {
    padding-left: 0.5rem;
  }
}
.cid-uWiAJvsHhH .item-wrap {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  padding: 24px;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .cid-uWiAJvsHhH .item-wrap {
    padding: 27px;
  }
}
@media (min-width: 992px) {
  .cid-uWiAJvsHhH .item-wrap {
    padding: 50px;
  }
}
.cid-uWiAJvsHhH .item-content {
  width: 100%;
}
.cid-uWiAJvsHhH .label-text {
  color: #ffffff;
  opacity: 0.8;
  width: 100%;
  margin-bottom: 16px;
}
.cid-uWiAJvsHhH .mbr-text {
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 0;
  opacity: 0.8;
}
.cid-uWiAJvsHhH .item-title {
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-uWiAJvsHhH .list-container {
  display: flex;
  flex-direction: column;
  margin-top: 18px;
}
.cid-uWiAJvsHhH .list-item {
  display: flex;
  align-items: center;
}
.cid-uWiAJvsHhH .list-item:not(:last-child) {
  margin-bottom: 16px;
}
.cid-uWiAJvsHhH .icon-box {
  padding-right: 14px;
}
.cid-uWiAJvsHhH .list-text {
  flex-grow: 1;
  color: #000000;
  margin-bottom: 0;
}
.cid-uWiAJvsHhH .link-container {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
@media (min-width: 992px) {
  .cid-uWiAJvsHhH .link-container {
    margin-top: 72px;
  }
}
.cid-uWiAJvsHhH .link-container .link:first-child {
  margin-bottom: 16px;
}
.cid-uWiAJvsHhH .link-container .link span {
  padding-right: 10px;
}
.cid-uWiAJxsP0J {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uWiAJxsP0J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWiAJxsP0J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWiAJxsP0J .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uWiAJxsP0J .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uWiAJxsP0J .container {
    padding: 0 12px;
  }
}
.cid-uWiAJxsP0J .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uWiAJxsP0J .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uWiAJxsP0J .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #ffffff;
  box-shadow: 4px 4px #ffffff;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uWiAJxsP0J .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uWiAJxsP0J .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uWiAJxsP0J .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uWiAJxsP0J .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uWiAJxsP0J .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uWiAJxsP0J .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uWiAJxsP0J .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uWiAJxsP0J .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uWiAJxsP0J .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uWiAJxsP0J .mbr-section-subtitle {
  color: #222222;
}
.cid-uWiAJxsP0J .mbr-text {
  color: #000000;
}
.cid-uWiAJxsP0J .list {
  color: #222222;
}
.cid-uWiAJyQe0T {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uWiAJyQe0T .mbr-section-title {
  border-bottom: 2px solid currentColor;
  padding-bottom: 2rem;
  color: #ffffff;
}
.cid-uWiAJyQe0T .row-bg {
  align-items: center;
  background: #4169e2;
  padding: 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uWiAJyQe0T .row-bg {
    padding: 1rem 0;
    padding-top: 2rem;
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-uWiAJyQe0T .image-wrapper {
    padding: 1rem;
  }
}
.cid-uWiAJyQe0T img {
  border-radius: 1rem;
  transition: all 0.3s;
}
.cid-uWiAJyQe0T img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-uWiAJyQe0T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWiAJyQe0T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWiAJyQe0T .mbr-text,
.cid-uWiAJyQe0T .mbr-section-btn {
  color: #ffffff;
}
.cid-uWiAJA2MVj {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uWiAJA2MVj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWiAJA2MVj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWiAJA2MVj .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uWiAJA2MVj .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWiAJA2MVj .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uWiAJA2MVj .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWiAJA2MVj .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uWiAJA2MVj .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWiAJA2MVj .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWiAJA2MVj .items-wrapper {
  margin: 0 -8px;
  align-items: center;
}
.cid-uWiAJA2MVj .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uWiAJA2MVj .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uWiAJA2MVj .items-wrapper .item .item-wrapper .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
  opacity: .3;
}
.cid-uWiAJA2MVj .items-wrapper .item .item-wrapper .circle-wrap {
  position: absolute;
  top: -90%;
  left: -40%;
  width: 640px;
  height: 640px;
  border-radius: 100%;
  background-image: linear-gradient(0deg, transparent, #ffffff);
  opacity: .3;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uWiAJA2MVj .items-wrapper .item .item-wrapper .circle-wrap {
    left: -70%;
  }
}
@media (max-width: 768px) {
  .cid-uWiAJA2MVj .items-wrapper .item .item-wrapper .circle-wrap {
    left: -120%;
  }
}
@media (max-width: 425px) {
  .cid-uWiAJA2MVj .items-wrapper .item .item-wrapper .circle-wrap {
    left: -160%;
  }
}
.cid-uWiAJA2MVj .items-wrapper .item .item-wrapper .circle-wrap.reverse {
  top: auto;
  left: auto;
  bottom: -90%;
  right: -40%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
}
@media (max-width: 1200px) {
  .cid-uWiAJA2MVj .items-wrapper .item .item-wrapper .circle-wrap.reverse {
    left: auto;
    right: -70%;
  }
}
@media (max-width: 768px) {
  .cid-uWiAJA2MVj .items-wrapper .item .item-wrapper .circle-wrap.reverse {
    left: auto;
    right: -120%;
  }
}
@media (max-width: 425px) {
  .cid-uWiAJA2MVj .items-wrapper .item .item-wrapper .circle-wrap.reverse {
    left: auto;
    right: -160%;
  }
}
.cid-uWiAJA2MVj .items-wrapper .item .item-wrapper .iconfont-wrapper {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 20px;
  height: 20px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uWiAJA2MVj .items-wrapper .item .item-wrapper .iconfont-wrapper {
    top: 16px;
    right: 16px;
  }
}
.cid-uWiAJA2MVj .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
}
.cid-uWiAJA2MVj .items-wrapper .item .item-wrapper .item-content {
  display: flex;
  justify-content: space-between;
  padding: 32px;
  min-height: 330px;
  border: 8px solid;
}
@media (max-width: 992px) {
  .cid-uWiAJA2MVj .items-wrapper .item .item-wrapper .item-content {
    display: block;
    padding: 24px;
    min-height: auto;
    border: 4px solid;
  }
}
.cid-uWiAJA2MVj .items-wrapper .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uWiAJA2MVj .items-wrapper .item .item-wrapper .item-content .card-box {
    margin-bottom: 24px;
  }
}
.cid-uWiAJA2MVj .items-wrapper .item .item-wrapper .item-content .card-box .card-title_1,
.cid-uWiAJA2MVj .items-wrapper .item .item-wrapper .item-content .card-box .card-title_2,
.cid-uWiAJA2MVj .items-wrapper .item .item-wrapper .item-content .card-box .card-title_3,
.cid-uWiAJA2MVj .items-wrapper .item .item-wrapper .item-content .card-box .card-title_4 {
  margin-bottom: 16px;
}
.cid-uWiAJA2MVj .items-wrapper .item .item-wrapper .item-content .card-box .card-text_1,
.cid-uWiAJA2MVj .items-wrapper .item .item-wrapper .item-content .card-box .card-text_2,
.cid-uWiAJA2MVj .items-wrapper .item .item-wrapper .item-content .card-box .card-text_3,
.cid-uWiAJA2MVj .items-wrapper .item .item-wrapper .item-content .card-box .card-text_4 {
  margin-bottom: 0;
}
.cid-uWiAJA2MVj .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  margin-top: 24px;
}
.cid-uWiAJA2MVj .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uWiAJA2MVj .items-wrapper .item .item-wrapper .item-content .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uWiAJA2MVj .items-wrapper .item .item-wrapper .item-content .item-img {
    display: block;
    margin-right: 0;
  }
}
.cid-uWiAJA2MVj .items-wrapper .item .item-wrapper .item-content .item-img img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-uWiAJA2MVj .items-wrapper .item .item-wrapper .item-content .item-img img {
    margin: 0 auto;
  }
}
.cid-uWiAJA2MVj .items-wrapper .item .item-wrapper .card_1 .card-box,
.cid-uWiAJA2MVj .items-wrapper .item .item-wrapper .card_4 .card-box {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uWiAJA2MVj .items-wrapper .item .item-wrapper .card_1 .card-box,
  .cid-uWiAJA2MVj .items-wrapper .item .item-wrapper .card_4 .card-box {
    width: 100%;
  }
}
.cid-uWiAJA2MVj .items-wrapper .item .item-wrapper .card_1 {
  background-color: #ffffff;
  border-color: #4169e2;
}
.cid-uWiAJA2MVj .items-wrapper .item .item-wrapper .card_2 {
  background-color: #4169e2;
  border-color: #454545;
}
.cid-uWiAJA2MVj .items-wrapper .item .item-wrapper .card_3 {
  background-color: #b1a1e3;
  border-color: #b7a8e5;
}
.cid-uWiAJA2MVj .items-wrapper .item .item-wrapper .card_4 {
  background-color: #98b1fa;
  border-color: #a0b7fa;
}
.cid-uWiAJA2MVj .btn-wrapper {
  margin-right: 9%;
}
.cid-uWiAJA2MVj .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uWiAJA2MVj .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uWiAJA2MVj .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uWiAJA2MVj .mbr-text,
.cid-uWiAJA2MVj .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWiAJA2MVj .card-title_1 {
  color: #ffffff;
}
.cid-uWiAJA2MVj .card-title_2 {
  color: #ffffff;
}
.cid-uWiAJA2MVj .card-title_3 {
  color: #ffffff;
}
.cid-uWiAJA2MVj .card-title_4 {
  color: #ffffff;
}
.cid-uWiAJA2MVj .card-text_1 {
  color: #000000;
  text-align: left;
}
.cid-uWiAJA2MVj .card-text_2 {
  color: #ffffff;
}
.cid-uWiAJA2MVj .card-text_3 {
  color: #ffffff;
}
.cid-uWiAJA2MVj .card-text_4 {
  color: #ffffff;
}
.cid-uWiAJA2MVj .card-title_1,
.cid-uWiAJA2MVj .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uWiAJBnPUB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWiAJBnPUB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWiAJBnPUB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWiAJBnPUB .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uWiAJBnPUB .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uWiAJBnPUB .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWiAJBnPUB .image-wrapper {
  padding: 0 30px;
}
@media (max-width: 1200px) {
  .cid-uWiAJBnPUB .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uWiAJBnPUB .image-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uWiAJBnPUB .image-wrapper img {
  height: 405px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uWiAJBnPUB .image-wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uWiAJBnPUB .text-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uWiAJBnPUB .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uWiAJBnPUB .text-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uWiAJBnPUB .mbr-section-title {
  color: #000000;
}
.cid-uWiAJBnPUB .mbr-desc {
  color: #000000;
}
.cid-uWiAJBnPUB .mbr-text {
  color: #000000;
}
.cid-uWiAJDa2WK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWiAJDa2WK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWiAJDa2WK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWiAJDa2WK .card-wrapper {
  background: #454545;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uWiAJDa2WK .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uWiAJDa2WK .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uWiAJDa2WK .card-wrapper {
    padding: 4rem;
  }
}
.cid-uWiAJDa2WK .mbr-text,
.cid-uWiAJDa2WK .mbr-section-btn {
  color: #ffffff;
}
.cid-uWiAJDa2WK .card-title,
.cid-uWiAJDa2WK .card-box {
  text-align: left;
  color: #ffffff;
}
.cid-uWiAJEurrd {
  padding-top: 7rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uWiAJEurrd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWiAJEurrd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWiAJEurrd .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uWiAJEurrd .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWiAJEurrd .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWiAJEurrd .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uWiAJEurrd .items-wrapper {
  margin: 0 -8px;
}
.cid-uWiAJEurrd .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uWiAJEurrd .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.cid-uWiAJEurrd .items-wrapper .item .item-wrapper .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
  opacity: .3;
}
.cid-uWiAJEurrd .items-wrapper .item .item-wrapper .circle-wrap {
  position: absolute;
  top: -30%;
  left: -40%;
  width: 540px;
  height: 540px;
  border-radius: 100%;
  background-image: linear-gradient(0deg, transparent, #ffffff);
  opacity: .3;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uWiAJEurrd .items-wrapper .item .item-wrapper .circle-wrap {
    left: -50%;
  }
}
@media (max-width: 425px) {
  .cid-uWiAJEurrd .items-wrapper .item .item-wrapper .circle-wrap {
    left: -95%;
  }
}
.cid-uWiAJEurrd .items-wrapper .item .item-wrapper .item-content {
  padding: 32px;
  min-height: 330px;
  border: 8px solid;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uWiAJEurrd .items-wrapper .item .item-wrapper .item-content {
    display: block;
    padding: 24px;
    min-height: auto;
    border: 4px solid;
  }
}
.cid-uWiAJEurrd .items-wrapper .item .item-wrapper .item-content .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uWiAJEurrd .items-wrapper .item .item-wrapper .item-content .item-img {
    display: block;
    margin-right: 0;
  }
}
.cid-uWiAJEurrd .items-wrapper .item .item-wrapper .item-content .item-img img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uWiAJEurrd .items-wrapper .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
.cid-uWiAJEurrd .items-wrapper .item .item-wrapper .item-content .card-box .card-title_1,
.cid-uWiAJEurrd .items-wrapper .item .item-wrapper .item-content .card-box .card-title_2,
.cid-uWiAJEurrd .items-wrapper .item .item-wrapper .item-content .card-box .card-title_3,
.cid-uWiAJEurrd .items-wrapper .item .item-wrapper .item-content .card-box .card-title_4 {
  margin-bottom: 16px;
}
.cid-uWiAJEurrd .items-wrapper .item .item-wrapper .item-content .card-box .card-price_1,
.cid-uWiAJEurrd .items-wrapper .item .item-wrapper .item-content .card-box .card-price_2,
.cid-uWiAJEurrd .items-wrapper .item .item-wrapper .item-content .card-box .card-price_3,
.cid-uWiAJEurrd .items-wrapper .item .item-wrapper .item-content .card-box .card-price_4 {
  margin-bottom: 16px;
}
.cid-uWiAJEurrd .items-wrapper .item .item-wrapper .item-content .card-box .card-text_1,
.cid-uWiAJEurrd .items-wrapper .item .item-wrapper .item-content .card-box .card-text_2,
.cid-uWiAJEurrd .items-wrapper .item .item-wrapper .item-content .card-box .card-text_3,
.cid-uWiAJEurrd .items-wrapper .item .item-wrapper .item-content .card-box .card-text_4 {
  margin-bottom: 0;
}
.cid-uWiAJEurrd .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
.cid-uWiAJEurrd .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uWiAJEurrd .items-wrapper .item .item-wrapper .card_1 {
  background-color: #ffffff;
  border-color: #454545;
}
.cid-uWiAJEurrd .items-wrapper .item .item-wrapper .card_2 {
  background-color: #ffffff;
  border-color: #454545;
}
.cid-uWiAJEurrd .items-wrapper .item .item-wrapper .card_3 {
  background-color: #ffffff;
  border-color: #454545;
}
.cid-uWiAJEurrd .btn-wrapper {
  margin-right: 9%;
}
.cid-uWiAJEurrd .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uWiAJEurrd .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uWiAJEurrd .card-title_1 {
  color: #ffffff;
}
.cid-uWiAJEurrd .card-title_2 {
  color: #000000;
  text-align: center;
}
.cid-uWiAJEurrd .card-title_3 {
  color: #000000;
  text-align: center;
}
.cid-uWiAJEurrd .card-price_1 {
  color: #ffffff;
}
.cid-uWiAJEurrd .card-price_2 {
  color: #ffffff;
}
.cid-uWiAJEurrd .card-price_3 {
  color: #ffffff;
}
.cid-uWiAJEurrd .card-text_1 {
  color: #ffffff;
}
.cid-uWiAJEurrd .card-text_2 {
  color: #ffffff;
}
.cid-uWiAJEurrd .card-text_3 {
  color: #ffffff;
}
.cid-uWiAJEurrd .card-title_1,
.cid-uWiAJEurrd .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uWiAJGmZ5r {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-color: #4169e2;
}
.cid-uWiAJGmZ5r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWiAJGmZ5r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWiAJGmZ5r .container {
    padding: 0 20px;
  }
}
.cid-uWiAJGmZ5r .row {
  margin: 0;
}
.cid-uWiAJGmZ5r .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uWiAJGmZ5r .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uWiAJGmZ5r .video-block .video-wrapper .app-video-wrapper::before {
  color: #ffffff;
  text-shadow: none;
}
.cid-uWiAJGmZ5r .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uWiAJGmZ5r .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uWiAJGmZ5r .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uWiAJGmZ5r .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uWiAJHHnca {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-uWiAJHHnca .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWiAJHHnca .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWiAJHHnca .container {
    padding: 0 16px;
  }
}
.cid-uWiAJHHnca .card {
  justify-content: center;
}
.cid-uWiAJHHnca .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #4169e2;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uWiAJHHnca .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uWiAJHHnca .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uWiAJHHnca .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uWiAJHHnca .mbr-section-title {
  color: #000000;
}
.cid-uWiAJHHnca .mbr-text {
  color: #000000;
}
.cid-uWiAJHHnca .mbr-desc {
  color: #000000;
}
.cid-uWiAJHHnca .mbr-section-title,
.cid-uWiAJHHnca .title-wrapper {
  color: #ffffff;
}
.cid-uWiDRwkAZs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWiDRwkAZs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWiDRwkAZs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWiDRwkAZs .row {
  margin: 0 !important;
}
.cid-uWiDRwkAZs .mbr-section-head {
  width: 40%;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-uWiDRwkAZs .mbr-section-head {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uWiDRwkAZs .mbr-section-head {
    margin-bottom: 40px;
  }
}
.cid-uWiDRwkAZs .mbr-section-title {
  color: #131313;
  margin-bottom: 0;
}
.cid-uWiDRwkAZs .mbr-section-subtitle {
  color: #131313;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uWiDRwkAZs .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-uWiDRwkAZs .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uWiDRwkAZs .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-uWiDRwkAZs .col-list {
  width: 1px;
  flex-grow: 1;
  padding: 0 0 0 100px !important;
}
@media (max-width: 1024px) {
  .cid-uWiDRwkAZs .col-list {
    padding: 0 0 0 20px !important;
  }
}
@media (max-width: 991px) {
  .cid-uWiDRwkAZs .col-list {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uWiDRwkAZs .mbr-iconfont {
  position: relative;
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  font-weight: 900;
  color: #4169e2;
  margin-left: 0.5rem;
}
.cid-uWiDRwkAZs .sign-open {
  display: none;
  font-size: 16px !important;
  margin-left: 0.5rem;
  color: #4169e2;
  font-weight: 900;
}
.cid-uWiDRwkAZs .panel-group {
  border: none;
}
.cid-uWiDRwkAZs .card {
  padding: 10px 10px 10px 0;
  border-radius: 0;
  border-top: 2px solid #131313;
}
.cid-uWiDRwkAZs .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uWiDRwkAZs .card-header:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uWiDRwkAZs .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  color: #131313;
  transition: .2s all;
}
.cid-uWiDRwkAZs .panel-title[aria-expanded="true"] .mbr-iconfont {
  display: none;
}
.cid-uWiDRwkAZs .panel-title[aria-expanded="true"] .sign-open {
  display: block;
}
.cid-uWiDRwkAZs .panel-title-edit {
  color: #131313;
}
.cid-uWiDRwkAZs .panel-body {
  padding: 0 0 20px;
}
.cid-uWiDRwkAZs .panel-text {
  color: #131313;
  margin: 0;
}
.cid-uWiAJJgXqB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWiAJJgXqB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWiAJJgXqB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWiAJJgXqB .items-wrapper {
  margin: 0 -32px;
}
.cid-uWiAJJgXqB .items-wrapper .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uWiAJJgXqB .items-wrapper .item {
    margin-bottom: 32px;
  }
  .cid-uWiAJJgXqB .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uWiAJJgXqB .items-wrapper .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWiAJJgXqB .items-wrapper .item .item-wrapper .iconfont-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uWiAJJgXqB .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  font-size: 28px;
  border: 4px solid;
}
.cid-uWiAJJgXqB .items-wrapper .item .item-wrapper .icon_1 .mbr-iconfont {
  background-color: #4169e2;
  border-color: #454545;
  box-shadow: 0 18px 32px -8px #4169e2;
}
.cid-uWiAJJgXqB .items-wrapper .item .item-wrapper .icon_2 .mbr-iconfont {
  background-color: #4169e2;
  border-color: #454545;
  box-shadow: 0 18px 32px -8px #4169e2;
}
.cid-uWiAJJgXqB .items-wrapper .item .item-wrapper .icon_3 .mbr-iconfont {
  background-color: #4169e2;
  border-color: #454545;
  box-shadow: 0 18px 32px -8px #4169e2;
}
.cid-uWiAJJgXqB .items-wrapper .item .item-wrapper .card-title {
  margin-bottom: 16px;
}
.cid-uWiAJJgXqB .items-wrapper .item .item-wrapper .card-text {
  margin-bottom: 0;
}
.cid-uWiAJJgXqB .card-title {
  color: #111111;
}
.cid-uWiAJJgXqB .card-text {
  color: #666666;
  text-align: center;
}
.cid-uWiAJJgXqB .card-title,
.cid-uWiAJJgXqB .iconfont-wrapper {
  text-align: center;
}
.cid-uWiAJLTkcQ {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWiAJLTkcQ .mbr-section-subtitle {
  color: #000000;
}
.cid-uWiAJLTkcQ .mbr-text {
  color: #000000;
}
.cid-uWiDBvYjoW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uWiDBvYjoW .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uWiDBvYjoW .panel-group {
  border: none;
}
.cid-uWiDBvYjoW .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uWiDBvYjoW .card-header {
    padding: 0rem;
  }
}
.cid-uWiDBvYjoW .card {
  border: solid 1px #4169e2;
  background: #ffffff;
  padding: 1.5rem;
  border-radius: 2rem;
  margin-bottom: -1px;
}
.cid-uWiDBvYjoW .card:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uWiDBvYjoW .card {
    padding: 1rem;
  }
}
.cid-uWiDBvYjoW .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uWiDBvYjoW .img-col {
  padding: 0;
}
.cid-uWiDBvYjoW .img-item {
  height: 100%;
}
.cid-uWiDBvYjoW img {
  height: 100%;
  object-fit: cover;
}
.cid-uWiDBvYjoW .collapsed span {
  transform: rotate(0deg);
}
.cid-uWiDBvYjoW .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uWiDBvYjoW p {
  margin-bottom: 0.3rem;
}
.cid-uWiDBvYjoW .panel-title-edit {
  color: #000000;
  line0height: 1.1;
}
.cid-uWiDBvYjoW .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uWiDBvYjoW .panel-text {
  color: #000000;
}
.cid-uWiDBvYjoW .mbr-section-title {
  text-align: center;
  color: #000000;
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uWiDBvYjoW .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  line-height: 1.3 !important;
}
.cid-uWiDBvYjoW .mbr-section-subtitle span {
  padding-right: 2rem;
}
.cid-uWiDBvYjoW .panel-title-edit,
.cid-uWiDBvYjoW .mbr-iconfont {
  color: #000000;
  text-align: left;
}
.cid-uWiDBvYjoW .mbr-section-title,
.cid-uWiDBvYjoW .mbr-section-subtitle {
  background: #4169e2;
  display: inline;
}
.cid-uWiDBvYjoW .mbr-section-subtitle,
.cid-uWiDBvYjoW .align {
  color: #ffffff;
}
.cid-uWiDBvYjoW .mbr-section-title,
.cid-uWiDBvYjoW .align {
  color: #ffffff;
}
.cid-uWiDBvYjoW .panel-number-edit {
  flex-shrink: 0;
  margin-right: 20px;
  border: solid 1px #4169e2;
  border-radius: 20px;
  padding: 2px 10px;
  line-height: 1;
}
.cid-uWiDBvYjoW .title-wrapper {
  display: flex;
  align-items: center;
}
.cid-uWiAJNbN7y {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #4169e2;
}
.cid-uWiAJNbN7y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWiAJNbN7y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWiAJNbN7y .google-map {
  height: 40rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uWiAJNbN7y .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uWiAJNbN7y .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uWiAJNbN7y .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uWiAJNbN7y .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uWiAJNbN7y .content-head {
  max-width: 800px;
}
.cid-uWiAJNbN7y .mbr-section-title {
  color: #ffffff;
}
.cid-uWiAJOIeWK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #454545;
}
.cid-uWiAJOIeWK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWiAJOIeWK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWiAJOIeWK .container {
    padding: 0 16px;
  }
}
.cid-uWiAJOIeWK .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uWiAJOIeWK .card {
    margin-bottom: 40px;
  }
}
.cid-uWiAJOIeWK .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uWiAJOIeWK .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uWiAJOIeWK .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uWiAJOIeWK .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWiAJOIeWK .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uWiAJOIeWK .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uWiAJOIeWK .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uWiAJOIeWK .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uWiAJOIeWK .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uWiAJOIeWK .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uWiAJOIeWK .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uWiAJOIeWK .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uWiAJOIeWK .mbr-section-title {
  color: #ffffff;
}
.cid-uWiAJOIeWK .copyright {
  color: #ffffff;
  text-align: right;
}
.cid-uWiAJOIeWK .mbr-card-title {
  color: #ffffff;
}
.cid-uWiAJOIeWK .list {
  color: #ffffff;
}
.cid-uWiFfgUdL3 .navbar-dropdown {
  position: relative !important;
}
.cid-uWiFfgUdL3 .navbar-dropdown {
  position: absolute !important;
}
.cid-uWiFfgUdL3 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWiFfgUdL3 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uWiFfgUdL3 .dropdown-item {
  border: none !important;
  background: #4169e2 !important;
  font-weight: 600;
}
.cid-uWiFfgUdL3 .dropdown-item:hover,
.cid-uWiFfgUdL3 .dropdown-item:focus {
  background: #4169e2 !important;
  color: #ff6d99 !important;
}
.cid-uWiFfgUdL3 .dropdown-item:hover span {
  color: white;
}
.cid-uWiFfgUdL3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWiFfgUdL3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWiFfgUdL3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uWiFfgUdL3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWiFfgUdL3 .nav-link {
  position: relative;
}
.cid-uWiFfgUdL3 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uWiFfgUdL3 .container {
    flex-wrap: nowrap;
  }
}
.cid-uWiFfgUdL3 .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uWiFfgUdL3 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uWiFfgUdL3 .dropdown-menu,
.cid-uWiFfgUdL3 .navbar.opened {
  background: #4169e2 !important;
}
.cid-uWiFfgUdL3 .nav-item:focus,
.cid-uWiFfgUdL3 .nav-link:focus {
  outline: none;
}
.cid-uWiFfgUdL3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWiFfgUdL3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uWiFfgUdL3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWiFfgUdL3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWiFfgUdL3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWiFfgUdL3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWiFfgUdL3 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(65, 105, 226, 0.9);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uWiFfgUdL3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uWiFfgUdL3 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uWiFfgUdL3 .navbar .navbar-logo img {
  width: auto;
}
.cid-uWiFfgUdL3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWiFfgUdL3 .navbar.collapsed {
  justify-content: center;
}
.cid-uWiFfgUdL3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWiFfgUdL3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWiFfgUdL3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-uWiFfgUdL3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWiFfgUdL3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWiFfgUdL3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uWiFfgUdL3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWiFfgUdL3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWiFfgUdL3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWiFfgUdL3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWiFfgUdL3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWiFfgUdL3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWiFfgUdL3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWiFfgUdL3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uWiFfgUdL3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWiFfgUdL3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWiFfgUdL3 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uWiFfgUdL3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uWiFfgUdL3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWiFfgUdL3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWiFfgUdL3 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uWiFfgUdL3 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uWiFfgUdL3 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uWiFfgUdL3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uWiFfgUdL3 .navbar-brand .navbar-caption:hover,
.cid-uWiFfgUdL3 .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uWiFfgUdL3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWiFfgUdL3 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uWiFfgUdL3 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uWiFfgUdL3 .dropdown-item.active,
.cid-uWiFfgUdL3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uWiFfgUdL3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWiFfgUdL3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWiFfgUdL3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWiFfgUdL3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4169e2;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uWiFfgUdL3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uWiFfgUdL3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uWiFfgUdL3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWiFfgUdL3 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uWiFfgUdL3 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uWiFfgUdL3 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uWiFfgUdL3 .navbar-buttons {
    text-align: left;
  }
}
.cid-uWiFfgUdL3 .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-uWiFfgUdL3 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uWiFfgUdL3 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #4169e2 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uWiFfgUdL3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-uWiFfgUdL3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uWiFfgUdL3 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uWiFfgUdL3 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uWiFfgUdL3 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uWiFfgUdL3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWiFfgUdL3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWiFfgUdL3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWiFfgUdL3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWiFfgUdL3 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWiFfgUdL3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWiFfgUdL3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uWiFfgUdL3 .navbar {
    height: 70px;
  }
  .cid-uWiFfgUdL3 .navbar.opened {
    height: auto;
  }
  .cid-uWiFfgUdL3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWiFfgUdL3 .navbar-nav {
  margin: 0 auto;
}
.cid-uWiFfgUdL3 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uWiFfgUdL3 .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-uWiFfgUdL3 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uWiFfgUdL3 .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-uWiFfgUdL3 .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uWiFfgUdL3 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uWiFfgUdL3 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uWiFfgUdL3 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uWiFfgUdL3 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uWiFfgUdL3 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uWiFfgUdL3 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uWiFfgUdL3 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uWiFfgUdL3 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uWiFfgUdL3 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uWiFfgUdL3 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uWiFfgUdL3 .content-wrap {
  min-height: 110px;
}
.cid-uWiFfidgS5 {
  background-image: url("../../../assets/images/bluetooth-hearing-aids-with-phone-3-1682490527641.jpg-1920x1080.jpg");
}
.cid-uWiFfidgS5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWiFfidgS5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWiFfidgS5 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uWiFfidgS5 .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-uWiFfidgS5 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uWiFfidgS5 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uWiFfidgS5 .content-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-uWiFfidgS5 .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-uWiFfidgS5 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #ffffff 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uWiFfidgS5 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #ffffff 40%);
  }
}
.cid-uWiFfidgS5 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWiFfidgS5 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWiFfidgS5 .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uWiFfidgS5 .mbr-label,
.cid-uWiFfidgS5 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWiFfidgS5 .mbr-section-title {
  color: #000000;
}
.cid-uWiFfidgS5 .mbr-text,
.cid-uWiFfidgS5 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uWiFfidgS5 .mbr-section-title,
.cid-uWiFfidgS5 .title-wrapper,
.cid-uWiFfidgS5 .mbr-section-btn,
.cid-uWiFfidgS5 .logo-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uWiFfjsePS {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uWiFfjsePS .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-uWiFfjsePS .container {
    max-width: 1040px;
  }
}
.cid-uWiFfjsePS .row {
  justify-content: center;
}
.cid-uWiFfjsePS .item:focus,
.cid-uWiFfjsePS span:focus {
  outline: none;
}
.cid-uWiFfjsePS .col-items {
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-uWiFfjsePS .col-items {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .cid-uWiFfjsePS .item {
    width: 100%;
  }
  .cid-uWiFfjsePS .item:first-child {
    padding-bottom: 0.5rem;
  }
  .cid-uWiFfjsePS .item:last-child {
    padding-top: 0.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uWiFfjsePS .item:first-child {
    padding-right: 0.5rem;
  }
  .cid-uWiFfjsePS .item:last-child {
    padding-left: 0.5rem;
  }
}
.cid-uWiFfjsePS .item-wrap {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  padding: 24px;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .cid-uWiFfjsePS .item-wrap {
    padding: 27px;
  }
}
@media (min-width: 992px) {
  .cid-uWiFfjsePS .item-wrap {
    padding: 50px;
  }
}
.cid-uWiFfjsePS .item-content {
  width: 100%;
}
.cid-uWiFfjsePS .label-text {
  color: #ffffff;
  opacity: 0.8;
  width: 100%;
  margin-bottom: 16px;
}
.cid-uWiFfjsePS .mbr-text {
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 0;
  opacity: 0.8;
}
.cid-uWiFfjsePS .item-title {
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-uWiFfjsePS .list-container {
  display: flex;
  flex-direction: column;
  margin-top: 18px;
}
.cid-uWiFfjsePS .list-item {
  display: flex;
  align-items: center;
}
.cid-uWiFfjsePS .list-item:not(:last-child) {
  margin-bottom: 16px;
}
.cid-uWiFfjsePS .icon-box {
  padding-right: 14px;
}
.cid-uWiFfjsePS .list-text {
  flex-grow: 1;
  color: #000000;
  margin-bottom: 0;
}
.cid-uWiFfjsePS .link-container {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
@media (min-width: 992px) {
  .cid-uWiFfjsePS .link-container {
    margin-top: 72px;
  }
}
.cid-uWiFfjsePS .link-container .link:first-child {
  margin-bottom: 16px;
}
.cid-uWiFfjsePS .link-container .link span {
  padding-right: 10px;
}
.cid-uWiFfkNQMn {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uWiFfkNQMn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWiFfkNQMn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWiFfkNQMn .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uWiFfkNQMn .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uWiFfkNQMn .container {
    padding: 0 12px;
  }
}
.cid-uWiFfkNQMn .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uWiFfkNQMn .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uWiFfkNQMn .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #ffffff;
  box-shadow: 4px 4px #ffffff;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uWiFfkNQMn .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uWiFfkNQMn .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uWiFfkNQMn .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uWiFfkNQMn .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uWiFfkNQMn .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uWiFfkNQMn .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uWiFfkNQMn .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uWiFfkNQMn .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uWiFfkNQMn .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uWiFfkNQMn .mbr-section-subtitle {
  color: #222222;
}
.cid-uWiFfkNQMn .mbr-text {
  color: #000000;
}
.cid-uWiFfkNQMn .list {
  color: #222222;
}
.cid-uWiFfma1mv {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uWiFfma1mv .mbr-section-title {
  border-bottom: 2px solid currentColor;
  padding-bottom: 2rem;
  color: #ffffff;
}
.cid-uWiFfma1mv .row-bg {
  align-items: center;
  background: #4169e2;
  padding: 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uWiFfma1mv .row-bg {
    padding: 1rem 0;
    padding-top: 2rem;
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-uWiFfma1mv .image-wrapper {
    padding: 1rem;
  }
}
.cid-uWiFfma1mv img {
  border-radius: 1rem;
  transition: all 0.3s;
}
.cid-uWiFfma1mv img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-uWiFfma1mv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWiFfma1mv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWiFfma1mv .mbr-text,
.cid-uWiFfma1mv .mbr-section-btn {
  color: #ffffff;
}
.cid-uWiFfnrQab {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uWiFfnrQab .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWiFfnrQab .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWiFfnrQab .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uWiFfnrQab .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWiFfnrQab .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uWiFfnrQab .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWiFfnrQab .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uWiFfnrQab .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWiFfnrQab .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWiFfnrQab .items-wrapper {
  margin: 0 -8px;
  align-items: center;
}
.cid-uWiFfnrQab .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uWiFfnrQab .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uWiFfnrQab .items-wrapper .item .item-wrapper .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
  opacity: .3;
}
.cid-uWiFfnrQab .items-wrapper .item .item-wrapper .circle-wrap {
  position: absolute;
  top: -90%;
  left: -40%;
  width: 640px;
  height: 640px;
  border-radius: 100%;
  background-image: linear-gradient(0deg, transparent, #ffffff);
  opacity: .3;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uWiFfnrQab .items-wrapper .item .item-wrapper .circle-wrap {
    left: -70%;
  }
}
@media (max-width: 768px) {
  .cid-uWiFfnrQab .items-wrapper .item .item-wrapper .circle-wrap {
    left: -120%;
  }
}
@media (max-width: 425px) {
  .cid-uWiFfnrQab .items-wrapper .item .item-wrapper .circle-wrap {
    left: -160%;
  }
}
.cid-uWiFfnrQab .items-wrapper .item .item-wrapper .circle-wrap.reverse {
  top: auto;
  left: auto;
  bottom: -90%;
  right: -40%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
}
@media (max-width: 1200px) {
  .cid-uWiFfnrQab .items-wrapper .item .item-wrapper .circle-wrap.reverse {
    left: auto;
    right: -70%;
  }
}
@media (max-width: 768px) {
  .cid-uWiFfnrQab .items-wrapper .item .item-wrapper .circle-wrap.reverse {
    left: auto;
    right: -120%;
  }
}
@media (max-width: 425px) {
  .cid-uWiFfnrQab .items-wrapper .item .item-wrapper .circle-wrap.reverse {
    left: auto;
    right: -160%;
  }
}
.cid-uWiFfnrQab .items-wrapper .item .item-wrapper .iconfont-wrapper {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 20px;
  height: 20px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uWiFfnrQab .items-wrapper .item .item-wrapper .iconfont-wrapper {
    top: 16px;
    right: 16px;
  }
}
.cid-uWiFfnrQab .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
}
.cid-uWiFfnrQab .items-wrapper .item .item-wrapper .item-content {
  display: flex;
  justify-content: space-between;
  padding: 32px;
  min-height: 330px;
  border: 8px solid;
}
@media (max-width: 992px) {
  .cid-uWiFfnrQab .items-wrapper .item .item-wrapper .item-content {
    display: block;
    padding: 24px;
    min-height: auto;
    border: 4px solid;
  }
}
.cid-uWiFfnrQab .items-wrapper .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uWiFfnrQab .items-wrapper .item .item-wrapper .item-content .card-box {
    margin-bottom: 24px;
  }
}
.cid-uWiFfnrQab .items-wrapper .item .item-wrapper .item-content .card-box .card-title_1,
.cid-uWiFfnrQab .items-wrapper .item .item-wrapper .item-content .card-box .card-title_2,
.cid-uWiFfnrQab .items-wrapper .item .item-wrapper .item-content .card-box .card-title_3,
.cid-uWiFfnrQab .items-wrapper .item .item-wrapper .item-content .card-box .card-title_4 {
  margin-bottom: 16px;
}
.cid-uWiFfnrQab .items-wrapper .item .item-wrapper .item-content .card-box .card-text_1,
.cid-uWiFfnrQab .items-wrapper .item .item-wrapper .item-content .card-box .card-text_2,
.cid-uWiFfnrQab .items-wrapper .item .item-wrapper .item-content .card-box .card-text_3,
.cid-uWiFfnrQab .items-wrapper .item .item-wrapper .item-content .card-box .card-text_4 {
  margin-bottom: 0;
}
.cid-uWiFfnrQab .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  margin-top: 24px;
}
.cid-uWiFfnrQab .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uWiFfnrQab .items-wrapper .item .item-wrapper .item-content .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uWiFfnrQab .items-wrapper .item .item-wrapper .item-content .item-img {
    display: block;
    margin-right: 0;
  }
}
.cid-uWiFfnrQab .items-wrapper .item .item-wrapper .item-content .item-img img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-uWiFfnrQab .items-wrapper .item .item-wrapper .item-content .item-img img {
    margin: 0 auto;
  }
}
.cid-uWiFfnrQab .items-wrapper .item .item-wrapper .card_1 .card-box,
.cid-uWiFfnrQab .items-wrapper .item .item-wrapper .card_4 .card-box {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uWiFfnrQab .items-wrapper .item .item-wrapper .card_1 .card-box,
  .cid-uWiFfnrQab .items-wrapper .item .item-wrapper .card_4 .card-box {
    width: 100%;
  }
}
.cid-uWiFfnrQab .items-wrapper .item .item-wrapper .card_1 {
  background-color: #ffffff;
  border-color: #4169e2;
}
.cid-uWiFfnrQab .items-wrapper .item .item-wrapper .card_2 {
  background-color: #4169e2;
  border-color: #454545;
}
.cid-uWiFfnrQab .items-wrapper .item .item-wrapper .card_3 {
  background-color: #b1a1e3;
  border-color: #b7a8e5;
}
.cid-uWiFfnrQab .items-wrapper .item .item-wrapper .card_4 {
  background-color: #98b1fa;
  border-color: #a0b7fa;
}
.cid-uWiFfnrQab .btn-wrapper {
  margin-right: 9%;
}
.cid-uWiFfnrQab .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uWiFfnrQab .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uWiFfnrQab .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uWiFfnrQab .mbr-text,
.cid-uWiFfnrQab .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWiFfnrQab .card-title_1 {
  color: #ffffff;
}
.cid-uWiFfnrQab .card-title_2 {
  color: #ffffff;
}
.cid-uWiFfnrQab .card-title_3 {
  color: #ffffff;
}
.cid-uWiFfnrQab .card-title_4 {
  color: #ffffff;
}
.cid-uWiFfnrQab .card-text_1 {
  color: #000000;
  text-align: left;
}
.cid-uWiFfnrQab .card-text_2 {
  color: #ffffff;
}
.cid-uWiFfnrQab .card-text_3 {
  color: #ffffff;
}
.cid-uWiFfnrQab .card-text_4 {
  color: #ffffff;
}
.cid-uWiFfnrQab .card-title_1,
.cid-uWiFfnrQab .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uWiFfoVhYl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWiFfoVhYl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWiFfoVhYl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWiFfoVhYl .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uWiFfoVhYl .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uWiFfoVhYl .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWiFfoVhYl .image-wrapper {
  padding: 0 30px;
}
@media (max-width: 1200px) {
  .cid-uWiFfoVhYl .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uWiFfoVhYl .image-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uWiFfoVhYl .image-wrapper img {
  height: 405px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uWiFfoVhYl .image-wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uWiFfoVhYl .text-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uWiFfoVhYl .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uWiFfoVhYl .text-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uWiFfoVhYl .mbr-section-title {
  color: #000000;
}
.cid-uWiFfoVhYl .mbr-desc {
  color: #000000;
}
.cid-uWiFfoVhYl .mbr-text {
  color: #000000;
}
.cid-uWiFfqql4z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWiFfqql4z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWiFfqql4z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWiFfqql4z .card-wrapper {
  background: #454545;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uWiFfqql4z .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uWiFfqql4z .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uWiFfqql4z .card-wrapper {
    padding: 4rem;
  }
}
.cid-uWiFfqql4z .mbr-text,
.cid-uWiFfqql4z .mbr-section-btn {
  color: #ffffff;
}
.cid-uWiFfqql4z .card-title,
.cid-uWiFfqql4z .card-box {
  text-align: left;
  color: #ffffff;
}
.cid-uWiFfrKnF5 {
  padding-top: 7rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uWiFfrKnF5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWiFfrKnF5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWiFfrKnF5 .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uWiFfrKnF5 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWiFfrKnF5 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWiFfrKnF5 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uWiFfrKnF5 .items-wrapper {
  margin: 0 -8px;
}
.cid-uWiFfrKnF5 .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uWiFfrKnF5 .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.cid-uWiFfrKnF5 .items-wrapper .item .item-wrapper .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
  opacity: .3;
}
.cid-uWiFfrKnF5 .items-wrapper .item .item-wrapper .circle-wrap {
  position: absolute;
  top: -30%;
  left: -40%;
  width: 540px;
  height: 540px;
  border-radius: 100%;
  background-image: linear-gradient(0deg, transparent, #ffffff);
  opacity: .3;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uWiFfrKnF5 .items-wrapper .item .item-wrapper .circle-wrap {
    left: -50%;
  }
}
@media (max-width: 425px) {
  .cid-uWiFfrKnF5 .items-wrapper .item .item-wrapper .circle-wrap {
    left: -95%;
  }
}
.cid-uWiFfrKnF5 .items-wrapper .item .item-wrapper .item-content {
  padding: 32px;
  min-height: 330px;
  border: 8px solid;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uWiFfrKnF5 .items-wrapper .item .item-wrapper .item-content {
    display: block;
    padding: 24px;
    min-height: auto;
    border: 4px solid;
  }
}
.cid-uWiFfrKnF5 .items-wrapper .item .item-wrapper .item-content .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uWiFfrKnF5 .items-wrapper .item .item-wrapper .item-content .item-img {
    display: block;
    margin-right: 0;
  }
}
.cid-uWiFfrKnF5 .items-wrapper .item .item-wrapper .item-content .item-img img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uWiFfrKnF5 .items-wrapper .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
.cid-uWiFfrKnF5 .items-wrapper .item .item-wrapper .item-content .card-box .card-title_1,
.cid-uWiFfrKnF5 .items-wrapper .item .item-wrapper .item-content .card-box .card-title_2,
.cid-uWiFfrKnF5 .items-wrapper .item .item-wrapper .item-content .card-box .card-title_3,
.cid-uWiFfrKnF5 .items-wrapper .item .item-wrapper .item-content .card-box .card-title_4 {
  margin-bottom: 16px;
}
.cid-uWiFfrKnF5 .items-wrapper .item .item-wrapper .item-content .card-box .card-price_1,
.cid-uWiFfrKnF5 .items-wrapper .item .item-wrapper .item-content .card-box .card-price_2,
.cid-uWiFfrKnF5 .items-wrapper .item .item-wrapper .item-content .card-box .card-price_3,
.cid-uWiFfrKnF5 .items-wrapper .item .item-wrapper .item-content .card-box .card-price_4 {
  margin-bottom: 16px;
}
.cid-uWiFfrKnF5 .items-wrapper .item .item-wrapper .item-content .card-box .card-text_1,
.cid-uWiFfrKnF5 .items-wrapper .item .item-wrapper .item-content .card-box .card-text_2,
.cid-uWiFfrKnF5 .items-wrapper .item .item-wrapper .item-content .card-box .card-text_3,
.cid-uWiFfrKnF5 .items-wrapper .item .item-wrapper .item-content .card-box .card-text_4 {
  margin-bottom: 0;
}
.cid-uWiFfrKnF5 .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
.cid-uWiFfrKnF5 .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uWiFfrKnF5 .items-wrapper .item .item-wrapper .card_1 {
  background-color: #ffffff;
  border-color: #454545;
}
.cid-uWiFfrKnF5 .items-wrapper .item .item-wrapper .card_2 {
  background-color: #ffffff;
  border-color: #454545;
}
.cid-uWiFfrKnF5 .items-wrapper .item .item-wrapper .card_3 {
  background-color: #ffffff;
  border-color: #454545;
}
.cid-uWiFfrKnF5 .btn-wrapper {
  margin-right: 9%;
}
.cid-uWiFfrKnF5 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uWiFfrKnF5 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uWiFfrKnF5 .card-title_1 {
  color: #ffffff;
}
.cid-uWiFfrKnF5 .card-title_2 {
  color: #000000;
  text-align: center;
}
.cid-uWiFfrKnF5 .card-title_3 {
  color: #000000;
  text-align: center;
}
.cid-uWiFfrKnF5 .card-price_1 {
  color: #ffffff;
}
.cid-uWiFfrKnF5 .card-price_2 {
  color: #ffffff;
}
.cid-uWiFfrKnF5 .card-price_3 {
  color: #ffffff;
}
.cid-uWiFfrKnF5 .card-text_1 {
  color: #ffffff;
}
.cid-uWiFfrKnF5 .card-text_2 {
  color: #ffffff;
}
.cid-uWiFfrKnF5 .card-text_3 {
  color: #ffffff;
}
.cid-uWiFfrKnF5 .card-title_1,
.cid-uWiFfrKnF5 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uWiFftFqqt {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-color: #4169e2;
}
.cid-uWiFftFqqt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWiFftFqqt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWiFftFqqt .container {
    padding: 0 20px;
  }
}
.cid-uWiFftFqqt .row {
  margin: 0;
}
.cid-uWiFftFqqt .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uWiFftFqqt .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uWiFftFqqt .video-block .video-wrapper .app-video-wrapper::before {
  color: #ffffff;
  text-shadow: none;
}
.cid-uWiFftFqqt .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uWiFftFqqt .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uWiFftFqqt .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uWiFftFqqt .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uWiFfv18jC {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-uWiFfv18jC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWiFfv18jC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWiFfv18jC .container {
    padding: 0 16px;
  }
}
.cid-uWiFfv18jC .card {
  justify-content: center;
}
.cid-uWiFfv18jC .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #4169e2;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uWiFfv18jC .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uWiFfv18jC .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uWiFfv18jC .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uWiFfv18jC .mbr-section-title {
  color: #000000;
}
.cid-uWiFfv18jC .mbr-text {
  color: #000000;
}
.cid-uWiFfv18jC .mbr-desc {
  color: #000000;
}
.cid-uWiFfv18jC .mbr-section-title,
.cid-uWiFfv18jC .title-wrapper {
  color: #ffffff;
}
.cid-uWiFfyMpcB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWiFfyMpcB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWiFfyMpcB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWiFfyMpcB .row {
  margin: 0 !important;
}
.cid-uWiFfyMpcB .mbr-section-head {
  width: 40%;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-uWiFfyMpcB .mbr-section-head {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uWiFfyMpcB .mbr-section-head {
    margin-bottom: 40px;
  }
}
.cid-uWiFfyMpcB .mbr-section-title {
  color: #131313;
  margin-bottom: 0;
}
.cid-uWiFfyMpcB .mbr-section-subtitle {
  color: #131313;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uWiFfyMpcB .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-uWiFfyMpcB .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uWiFfyMpcB .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-uWiFfyMpcB .col-list {
  width: 1px;
  flex-grow: 1;
  padding: 0 0 0 100px !important;
}
@media (max-width: 1024px) {
  .cid-uWiFfyMpcB .col-list {
    padding: 0 0 0 20px !important;
  }
}
@media (max-width: 991px) {
  .cid-uWiFfyMpcB .col-list {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uWiFfyMpcB .mbr-iconfont {
  position: relative;
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  font-weight: 900;
  color: #4169e2;
  margin-left: 0.5rem;
}
.cid-uWiFfyMpcB .sign-open {
  display: none;
  font-size: 16px !important;
  margin-left: 0.5rem;
  color: #4169e2;
  font-weight: 900;
}
.cid-uWiFfyMpcB .panel-group {
  border: none;
}
.cid-uWiFfyMpcB .card {
  padding: 10px 10px 10px 0;
  border-radius: 0;
  border-top: 2px solid #131313;
}
.cid-uWiFfyMpcB .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uWiFfyMpcB .card-header:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uWiFfyMpcB .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  color: #131313;
  transition: .2s all;
}
.cid-uWiFfyMpcB .panel-title[aria-expanded="true"] .mbr-iconfont {
  display: none;
}
.cid-uWiFfyMpcB .panel-title[aria-expanded="true"] .sign-open {
  display: block;
}
.cid-uWiFfyMpcB .panel-title-edit {
  color: #131313;
}
.cid-uWiFfyMpcB .panel-body {
  padding: 0 0 20px;
}
.cid-uWiFfyMpcB .panel-text {
  color: #131313;
  margin: 0;
}
.cid-uWiFfEyBrp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWiFfEyBrp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWiFfEyBrp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWiFfEyBrp .items-wrapper {
  margin: 0 -32px;
}
.cid-uWiFfEyBrp .items-wrapper .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uWiFfEyBrp .items-wrapper .item {
    margin-bottom: 32px;
  }
  .cid-uWiFfEyBrp .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uWiFfEyBrp .items-wrapper .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWiFfEyBrp .items-wrapper .item .item-wrapper .iconfont-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uWiFfEyBrp .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  font-size: 28px;
  border: 4px solid;
}
.cid-uWiFfEyBrp .items-wrapper .item .item-wrapper .icon_1 .mbr-iconfont {
  background-color: #4169e2;
  border-color: #454545;
  box-shadow: 0 18px 32px -8px #4169e2;
}
.cid-uWiFfEyBrp .items-wrapper .item .item-wrapper .icon_2 .mbr-iconfont {
  background-color: #4169e2;
  border-color: #454545;
  box-shadow: 0 18px 32px -8px #4169e2;
}
.cid-uWiFfEyBrp .items-wrapper .item .item-wrapper .icon_3 .mbr-iconfont {
  background-color: #4169e2;
  border-color: #454545;
  box-shadow: 0 18px 32px -8px #4169e2;
}
.cid-uWiFfEyBrp .items-wrapper .item .item-wrapper .card-title {
  margin-bottom: 16px;
}
.cid-uWiFfEyBrp .items-wrapper .item .item-wrapper .card-text {
  margin-bottom: 0;
}
.cid-uWiFfEyBrp .card-title {
  color: #111111;
}
.cid-uWiFfEyBrp .card-text {
  color: #666666;
  text-align: center;
}
.cid-uWiFfEyBrp .card-title,
.cid-uWiFfEyBrp .iconfont-wrapper {
  text-align: center;
}
.cid-uWiFfIxa2O {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWiFfIxa2O .mbr-section-subtitle {
  color: #000000;
}
.cid-uWiFfIxa2O .mbr-text {
  color: #000000;
}
.cid-uWiFfK4oLw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uWiFfK4oLw .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uWiFfK4oLw .panel-group {
  border: none;
}
.cid-uWiFfK4oLw .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uWiFfK4oLw .card-header {
    padding: 0rem;
  }
}
.cid-uWiFfK4oLw .card {
  border: solid 1px #4169e2;
  background: #ffffff;
  padding: 1.5rem;
  border-radius: 2rem;
  margin-bottom: -1px;
}
.cid-uWiFfK4oLw .card:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uWiFfK4oLw .card {
    padding: 1rem;
  }
}
.cid-uWiFfK4oLw .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uWiFfK4oLw .img-col {
  padding: 0;
}
.cid-uWiFfK4oLw .img-item {
  height: 100%;
}
.cid-uWiFfK4oLw img {
  height: 100%;
  object-fit: cover;
}
.cid-uWiFfK4oLw .collapsed span {
  transform: rotate(0deg);
}
.cid-uWiFfK4oLw .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uWiFfK4oLw p {
  margin-bottom: 0.3rem;
}
.cid-uWiFfK4oLw .panel-title-edit {
  color: #000000;
  line0height: 1.1;
}
.cid-uWiFfK4oLw .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uWiFfK4oLw .panel-text {
  color: #000000;
}
.cid-uWiFfK4oLw .mbr-section-title {
  text-align: center;
  color: #000000;
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uWiFfK4oLw .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  line-height: 1.3 !important;
}
.cid-uWiFfK4oLw .mbr-section-subtitle span {
  padding-right: 2rem;
}
.cid-uWiFfK4oLw .panel-title-edit,
.cid-uWiFfK4oLw .mbr-iconfont {
  color: #000000;
  text-align: left;
}
.cid-uWiFfK4oLw .mbr-section-title,
.cid-uWiFfK4oLw .mbr-section-subtitle {
  background: #4169e2;
  display: inline;
}
.cid-uWiFfK4oLw .mbr-section-subtitle,
.cid-uWiFfK4oLw .align {
  color: #ffffff;
}
.cid-uWiFfK4oLw .mbr-section-title,
.cid-uWiFfK4oLw .align {
  color: #ffffff;
}
.cid-uWiFfK4oLw .panel-number-edit {
  flex-shrink: 0;
  margin-right: 20px;
  border: solid 1px #4169e2;
  border-radius: 20px;
  padding: 2px 10px;
  line-height: 1;
}
.cid-uWiFfK4oLw .title-wrapper {
  display: flex;
  align-items: center;
}
.cid-uWiFfMtP1A {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #4169e2;
}
.cid-uWiFfMtP1A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWiFfMtP1A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWiFfMtP1A .google-map {
  height: 40rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uWiFfMtP1A .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uWiFfMtP1A .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uWiFfMtP1A .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uWiFfMtP1A .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uWiFfMtP1A .content-head {
  max-width: 800px;
}
.cid-uWiFfMtP1A .mbr-section-title {
  color: #ffffff;
}
.cid-uWiFfPniyB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #454545;
}
.cid-uWiFfPniyB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWiFfPniyB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWiFfPniyB .container {
    padding: 0 16px;
  }
}
.cid-uWiFfPniyB .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uWiFfPniyB .card {
    margin-bottom: 40px;
  }
}
.cid-uWiFfPniyB .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uWiFfPniyB .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uWiFfPniyB .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uWiFfPniyB .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWiFfPniyB .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uWiFfPniyB .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uWiFfPniyB .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uWiFfPniyB .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uWiFfPniyB .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uWiFfPniyB .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uWiFfPniyB .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uWiFfPniyB .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uWiFfPniyB .mbr-section-title {
  color: #ffffff;
}
.cid-uWiFfPniyB .copyright {
  color: #ffffff;
  text-align: right;
}
.cid-uWiFfPniyB .mbr-card-title {
  color: #ffffff;
}
.cid-uWiFfPniyB .list {
  color: #ffffff;
}
.cid-uWiGSS0OpH .navbar-dropdown {
  position: relative !important;
}
.cid-uWiGSS0OpH .navbar-dropdown {
  position: absolute !important;
}
.cid-uWiGSS0OpH .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWiGSS0OpH .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uWiGSS0OpH .dropdown-item {
  border: none !important;
  background: #4169e2 !important;
  font-weight: 600;
}
.cid-uWiGSS0OpH .dropdown-item:hover,
.cid-uWiGSS0OpH .dropdown-item:focus {
  background: #4169e2 !important;
  color: #ff6d99 !important;
}
.cid-uWiGSS0OpH .dropdown-item:hover span {
  color: white;
}
.cid-uWiGSS0OpH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWiGSS0OpH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWiGSS0OpH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uWiGSS0OpH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWiGSS0OpH .nav-link {
  position: relative;
}
.cid-uWiGSS0OpH .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uWiGSS0OpH .container {
    flex-wrap: nowrap;
  }
}
.cid-uWiGSS0OpH .iconfont-wrapper {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uWiGSS0OpH .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uWiGSS0OpH .dropdown-menu,
.cid-uWiGSS0OpH .navbar.opened {
  background: #4169e2 !important;
}
.cid-uWiGSS0OpH .nav-item:focus,
.cid-uWiGSS0OpH .nav-link:focus {
  outline: none;
}
.cid-uWiGSS0OpH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWiGSS0OpH .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uWiGSS0OpH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWiGSS0OpH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWiGSS0OpH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWiGSS0OpH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWiGSS0OpH .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(65, 105, 226, 0.9);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uWiGSS0OpH .navbar.opened {
  transition: all 0.3s;
}
.cid-uWiGSS0OpH .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uWiGSS0OpH .navbar .navbar-logo img {
  width: auto;
}
.cid-uWiGSS0OpH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWiGSS0OpH .navbar.collapsed {
  justify-content: center;
}
.cid-uWiGSS0OpH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWiGSS0OpH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWiGSS0OpH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-uWiGSS0OpH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWiGSS0OpH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWiGSS0OpH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uWiGSS0OpH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWiGSS0OpH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWiGSS0OpH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWiGSS0OpH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWiGSS0OpH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWiGSS0OpH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWiGSS0OpH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWiGSS0OpH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uWiGSS0OpH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWiGSS0OpH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWiGSS0OpH .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uWiGSS0OpH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uWiGSS0OpH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWiGSS0OpH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWiGSS0OpH .navbar.navbar-short {
  min-height: 96px;
}
.cid-uWiGSS0OpH .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uWiGSS0OpH .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uWiGSS0OpH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uWiGSS0OpH .navbar-brand .navbar-caption:hover,
.cid-uWiGSS0OpH .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uWiGSS0OpH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWiGSS0OpH .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uWiGSS0OpH .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ff6d99 !important;
}
.cid-uWiGSS0OpH .dropdown-item.active,
.cid-uWiGSS0OpH .dropdown-item:active {
  background-color: transparent;
}
.cid-uWiGSS0OpH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWiGSS0OpH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWiGSS0OpH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWiGSS0OpH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4169e2;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uWiGSS0OpH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uWiGSS0OpH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uWiGSS0OpH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWiGSS0OpH ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uWiGSS0OpH ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uWiGSS0OpH .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uWiGSS0OpH .navbar-buttons {
    text-align: left;
  }
}
.cid-uWiGSS0OpH .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-uWiGSS0OpH .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uWiGSS0OpH button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #4169e2 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uWiGSS0OpH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6d99;
}
.cid-uWiGSS0OpH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uWiGSS0OpH button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uWiGSS0OpH button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uWiGSS0OpH button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uWiGSS0OpH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWiGSS0OpH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWiGSS0OpH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWiGSS0OpH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWiGSS0OpH .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWiGSS0OpH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWiGSS0OpH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uWiGSS0OpH .navbar {
    height: 70px;
  }
  .cid-uWiGSS0OpH .navbar.opened {
    height: auto;
  }
  .cid-uWiGSS0OpH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWiGSS0OpH .navbar-nav {
  margin: 0 auto;
}
.cid-uWiGSS0OpH .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uWiGSS0OpH .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-uWiGSS0OpH .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uWiGSS0OpH .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ff6d99 !important;
}
.cid-uWiGSS0OpH .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uWiGSS0OpH .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uWiGSS0OpH .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uWiGSS0OpH .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uWiGSS0OpH .navbar {
    justify-content: flex-start !important;
  }
  .cid-uWiGSS0OpH .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uWiGSS0OpH .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uWiGSS0OpH .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uWiGSS0OpH .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uWiGSS0OpH .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uWiGSS0OpH .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uWiGSS0OpH .content-wrap {
  min-height: 110px;
}
.cid-uWiGSTnCOF {
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uWiGSTnCOF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWiGSTnCOF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWiGSTnCOF .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uWiGSTnCOF .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-uWiGSTnCOF .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uWiGSTnCOF .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uWiGSTnCOF .content-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-uWiGSTnCOF .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-uWiGSTnCOF .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #ffffff 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uWiGSTnCOF .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #ffffff 40%);
  }
}
.cid-uWiGSTnCOF .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWiGSTnCOF .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWiGSTnCOF .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uWiGSTnCOF .mbr-label,
.cid-uWiGSTnCOF .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWiGSTnCOF .mbr-section-title {
  color: #000000;
}
.cid-uWiGSTnCOF .mbr-text,
.cid-uWiGSTnCOF .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uWiGSTnCOF .mbr-section-title,
.cid-uWiGSTnCOF .title-wrapper,
.cid-uWiGSTnCOF .mbr-section-btn,
.cid-uWiGSTnCOF .logo-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uWiGSUJq4j {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uWiGSUJq4j .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-uWiGSUJq4j .container {
    max-width: 1040px;
  }
}
.cid-uWiGSUJq4j .row {
  justify-content: center;
}
.cid-uWiGSUJq4j .item:focus,
.cid-uWiGSUJq4j span:focus {
  outline: none;
}
.cid-uWiGSUJq4j .col-items {
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-uWiGSUJq4j .col-items {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .cid-uWiGSUJq4j .item {
    width: 100%;
  }
  .cid-uWiGSUJq4j .item:first-child {
    padding-bottom: 0.5rem;
  }
  .cid-uWiGSUJq4j .item:last-child {
    padding-top: 0.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uWiGSUJq4j .item:first-child {
    padding-right: 0.5rem;
  }
  .cid-uWiGSUJq4j .item:last-child {
    padding-left: 0.5rem;
  }
}
.cid-uWiGSUJq4j .item-wrap {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  padding: 24px;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .cid-uWiGSUJq4j .item-wrap {
    padding: 27px;
  }
}
@media (min-width: 992px) {
  .cid-uWiGSUJq4j .item-wrap {
    padding: 50px;
  }
}
.cid-uWiGSUJq4j .item-content {
  width: 100%;
}
.cid-uWiGSUJq4j .label-text {
  color: #ffffff;
  opacity: 0.8;
  width: 100%;
  margin-bottom: 16px;
}
.cid-uWiGSUJq4j .mbr-text {
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 0;
  opacity: 0.8;
}
.cid-uWiGSUJq4j .item-title {
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-uWiGSUJq4j .list-container {
  display: flex;
  flex-direction: column;
  margin-top: 18px;
}
.cid-uWiGSUJq4j .list-item {
  display: flex;
  align-items: center;
}
.cid-uWiGSUJq4j .list-item:not(:last-child) {
  margin-bottom: 16px;
}
.cid-uWiGSUJq4j .icon-box {
  padding-right: 14px;
}
.cid-uWiGSUJq4j .list-text {
  flex-grow: 1;
  color: #000000;
  margin-bottom: 0;
}
.cid-uWiGSUJq4j .link-container {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
@media (min-width: 992px) {
  .cid-uWiGSUJq4j .link-container {
    margin-top: 72px;
  }
}
.cid-uWiGSUJq4j .link-container .link:first-child {
  margin-bottom: 16px;
}
.cid-uWiGSUJq4j .link-container .link span {
  padding-right: 10px;
}
.cid-uWiGSW6vdb {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uWiGSW6vdb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWiGSW6vdb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWiGSW6vdb .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uWiGSW6vdb .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uWiGSW6vdb .container {
    padding: 0 12px;
  }
}
.cid-uWiGSW6vdb .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uWiGSW6vdb .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uWiGSW6vdb .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #ffffff;
  box-shadow: 4px 4px #ffffff;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uWiGSW6vdb .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uWiGSW6vdb .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uWiGSW6vdb .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uWiGSW6vdb .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uWiGSW6vdb .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uWiGSW6vdb .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uWiGSW6vdb .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uWiGSW6vdb .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uWiGSW6vdb .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uWiGSW6vdb .mbr-section-subtitle {
  color: #222222;
}
.cid-uWiGSW6vdb .mbr-text {
  color: #000000;
}
.cid-uWiGSW6vdb .list {
  color: #222222;
}
.cid-uWiGSX7Cvi {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uWiGSX7Cvi .mbr-section-title {
  border-bottom: 2px solid currentColor;
  padding-bottom: 2rem;
  color: #ffffff;
}
.cid-uWiGSX7Cvi .row-bg {
  align-items: center;
  background: #4169e2;
  padding: 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uWiGSX7Cvi .row-bg {
    padding: 1rem 0;
    padding-top: 2rem;
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-uWiGSX7Cvi .image-wrapper {
    padding: 1rem;
  }
}
.cid-uWiGSX7Cvi img {
  border-radius: 1rem;
  transition: all 0.3s;
}
.cid-uWiGSX7Cvi img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-uWiGSX7Cvi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWiGSX7Cvi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWiGSX7Cvi .mbr-text,
.cid-uWiGSX7Cvi .mbr-section-btn {
  color: #ffffff;
}
.cid-uWiGSYkSV2 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uWiGSYkSV2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWiGSYkSV2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWiGSYkSV2 .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uWiGSYkSV2 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWiGSYkSV2 .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uWiGSYkSV2 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWiGSYkSV2 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uWiGSYkSV2 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWiGSYkSV2 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWiGSYkSV2 .items-wrapper {
  margin: 0 -8px;
  align-items: center;
}
.cid-uWiGSYkSV2 .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uWiGSYkSV2 .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uWiGSYkSV2 .items-wrapper .item .item-wrapper .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
  opacity: .3;
}
.cid-uWiGSYkSV2 .items-wrapper .item .item-wrapper .circle-wrap {
  position: absolute;
  top: -90%;
  left: -40%;
  width: 640px;
  height: 640px;
  border-radius: 100%;
  background-image: linear-gradient(0deg, transparent, #ffffff);
  opacity: .3;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uWiGSYkSV2 .items-wrapper .item .item-wrapper .circle-wrap {
    left: -70%;
  }
}
@media (max-width: 768px) {
  .cid-uWiGSYkSV2 .items-wrapper .item .item-wrapper .circle-wrap {
    left: -120%;
  }
}
@media (max-width: 425px) {
  .cid-uWiGSYkSV2 .items-wrapper .item .item-wrapper .circle-wrap {
    left: -160%;
  }
}
.cid-uWiGSYkSV2 .items-wrapper .item .item-wrapper .circle-wrap.reverse {
  top: auto;
  left: auto;
  bottom: -90%;
  right: -40%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
}
@media (max-width: 1200px) {
  .cid-uWiGSYkSV2 .items-wrapper .item .item-wrapper .circle-wrap.reverse {
    left: auto;
    right: -70%;
  }
}
@media (max-width: 768px) {
  .cid-uWiGSYkSV2 .items-wrapper .item .item-wrapper .circle-wrap.reverse {
    left: auto;
    right: -120%;
  }
}
@media (max-width: 425px) {
  .cid-uWiGSYkSV2 .items-wrapper .item .item-wrapper .circle-wrap.reverse {
    left: auto;
    right: -160%;
  }
}
.cid-uWiGSYkSV2 .items-wrapper .item .item-wrapper .iconfont-wrapper {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 20px;
  height: 20px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uWiGSYkSV2 .items-wrapper .item .item-wrapper .iconfont-wrapper {
    top: 16px;
    right: 16px;
  }
}
.cid-uWiGSYkSV2 .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
}
.cid-uWiGSYkSV2 .items-wrapper .item .item-wrapper .item-content {
  display: flex;
  justify-content: space-between;
  padding: 32px;
  min-height: 330px;
  border: 8px solid;
}
@media (max-width: 992px) {
  .cid-uWiGSYkSV2 .items-wrapper .item .item-wrapper .item-content {
    display: block;
    padding: 24px;
    min-height: auto;
    border: 4px solid;
  }
}
.cid-uWiGSYkSV2 .items-wrapper .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uWiGSYkSV2 .items-wrapper .item .item-wrapper .item-content .card-box {
    margin-bottom: 24px;
  }
}
.cid-uWiGSYkSV2 .items-wrapper .item .item-wrapper .item-content .card-box .card-title_1,
.cid-uWiGSYkSV2 .items-wrapper .item .item-wrapper .item-content .card-box .card-title_2,
.cid-uWiGSYkSV2 .items-wrapper .item .item-wrapper .item-content .card-box .card-title_3,
.cid-uWiGSYkSV2 .items-wrapper .item .item-wrapper .item-content .card-box .card-title_4 {
  margin-bottom: 16px;
}
.cid-uWiGSYkSV2 .items-wrapper .item .item-wrapper .item-content .card-box .card-text_1,
.cid-uWiGSYkSV2 .items-wrapper .item .item-wrapper .item-content .card-box .card-text_2,
.cid-uWiGSYkSV2 .items-wrapper .item .item-wrapper .item-content .card-box .card-text_3,
.cid-uWiGSYkSV2 .items-wrapper .item .item-wrapper .item-content .card-box .card-text_4 {
  margin-bottom: 0;
}
.cid-uWiGSYkSV2 .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  margin-top: 24px;
}
.cid-uWiGSYkSV2 .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uWiGSYkSV2 .items-wrapper .item .item-wrapper .item-content .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uWiGSYkSV2 .items-wrapper .item .item-wrapper .item-content .item-img {
    display: block;
    margin-right: 0;
  }
}
.cid-uWiGSYkSV2 .items-wrapper .item .item-wrapper .item-content .item-img img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-uWiGSYkSV2 .items-wrapper .item .item-wrapper .item-content .item-img img {
    margin: 0 auto;
  }
}
.cid-uWiGSYkSV2 .items-wrapper .item .item-wrapper .card_1 .card-box,
.cid-uWiGSYkSV2 .items-wrapper .item .item-wrapper .card_4 .card-box {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uWiGSYkSV2 .items-wrapper .item .item-wrapper .card_1 .card-box,
  .cid-uWiGSYkSV2 .items-wrapper .item .item-wrapper .card_4 .card-box {
    width: 100%;
  }
}
.cid-uWiGSYkSV2 .items-wrapper .item .item-wrapper .card_1 {
  background-color: #ffffff;
  border-color: #4169e2;
}
.cid-uWiGSYkSV2 .items-wrapper .item .item-wrapper .card_2 {
  background-color: #4169e2;
  border-color: #454545;
}
.cid-uWiGSYkSV2 .items-wrapper .item .item-wrapper .card_3 {
  background-color: #b1a1e3;
  border-color: #b7a8e5;
}
.cid-uWiGSYkSV2 .items-wrapper .item .item-wrapper .card_4 {
  background-color: #98b1fa;
  border-color: #a0b7fa;
}
.cid-uWiGSYkSV2 .btn-wrapper {
  margin-right: 9%;
}
.cid-uWiGSYkSV2 .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uWiGSYkSV2 .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uWiGSYkSV2 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uWiGSYkSV2 .mbr-text,
.cid-uWiGSYkSV2 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWiGSYkSV2 .card-title_1 {
  color: #ffffff;
}
.cid-uWiGSYkSV2 .card-title_2 {
  color: #ffffff;
}
.cid-uWiGSYkSV2 .card-title_3 {
  color: #ffffff;
}
.cid-uWiGSYkSV2 .card-title_4 {
  color: #ffffff;
}
.cid-uWiGSYkSV2 .card-text_1 {
  color: #000000;
  text-align: left;
}
.cid-uWiGSYkSV2 .card-text_2 {
  color: #ffffff;
}
.cid-uWiGSYkSV2 .card-text_3 {
  color: #ffffff;
}
.cid-uWiGSYkSV2 .card-text_4 {
  color: #ffffff;
}
.cid-uWiGSYkSV2 .card-title_1,
.cid-uWiGSYkSV2 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uWiGSZvhAe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWiGSZvhAe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWiGSZvhAe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWiGSZvhAe .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uWiGSZvhAe .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uWiGSZvhAe .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWiGSZvhAe .image-wrapper {
  padding: 0 30px;
}
@media (max-width: 1200px) {
  .cid-uWiGSZvhAe .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uWiGSZvhAe .image-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uWiGSZvhAe .image-wrapper img {
  height: 405px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uWiGSZvhAe .image-wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uWiGSZvhAe .text-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uWiGSZvhAe .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uWiGSZvhAe .text-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uWiGSZvhAe .mbr-section-title {
  color: #000000;
}
.cid-uWiGSZvhAe .mbr-desc {
  color: #000000;
}
.cid-uWiGSZvhAe .mbr-text {
  color: #000000;
}
.cid-uWiGT1gfq4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWiGT1gfq4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWiGT1gfq4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWiGT1gfq4 .card-wrapper {
  background: #454545;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uWiGT1gfq4 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uWiGT1gfq4 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uWiGT1gfq4 .card-wrapper {
    padding: 4rem;
  }
}
.cid-uWiGT1gfq4 .mbr-text,
.cid-uWiGT1gfq4 .mbr-section-btn {
  color: #ffffff;
}
.cid-uWiGT1gfq4 .card-title,
.cid-uWiGT1gfq4 .card-box {
  text-align: left;
  color: #ffffff;
}
.cid-uWiGT2ypHu {
  padding-top: 7rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uWiGT2ypHu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWiGT2ypHu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWiGT2ypHu .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uWiGT2ypHu .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWiGT2ypHu .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWiGT2ypHu .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uWiGT2ypHu .items-wrapper {
  margin: 0 -8px;
}
.cid-uWiGT2ypHu .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uWiGT2ypHu .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.cid-uWiGT2ypHu .items-wrapper .item .item-wrapper .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
  opacity: .3;
}
.cid-uWiGT2ypHu .items-wrapper .item .item-wrapper .circle-wrap {
  position: absolute;
  top: -30%;
  left: -40%;
  width: 540px;
  height: 540px;
  border-radius: 100%;
  background-image: linear-gradient(0deg, transparent, #ffffff);
  opacity: .3;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uWiGT2ypHu .items-wrapper .item .item-wrapper .circle-wrap {
    left: -50%;
  }
}
@media (max-width: 425px) {
  .cid-uWiGT2ypHu .items-wrapper .item .item-wrapper .circle-wrap {
    left: -95%;
  }
}
.cid-uWiGT2ypHu .items-wrapper .item .item-wrapper .item-content {
  padding: 32px;
  min-height: 330px;
  border: 8px solid;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uWiGT2ypHu .items-wrapper .item .item-wrapper .item-content {
    display: block;
    padding: 24px;
    min-height: auto;
    border: 4px solid;
  }
}
.cid-uWiGT2ypHu .items-wrapper .item .item-wrapper .item-content .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uWiGT2ypHu .items-wrapper .item .item-wrapper .item-content .item-img {
    display: block;
    margin-right: 0;
  }
}
.cid-uWiGT2ypHu .items-wrapper .item .item-wrapper .item-content .item-img img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uWiGT2ypHu .items-wrapper .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
.cid-uWiGT2ypHu .items-wrapper .item .item-wrapper .item-content .card-box .card-title_1,
.cid-uWiGT2ypHu .items-wrapper .item .item-wrapper .item-content .card-box .card-title_2,
.cid-uWiGT2ypHu .items-wrapper .item .item-wrapper .item-content .card-box .card-title_3,
.cid-uWiGT2ypHu .items-wrapper .item .item-wrapper .item-content .card-box .card-title_4 {
  margin-bottom: 16px;
}
.cid-uWiGT2ypHu .items-wrapper .item .item-wrapper .item-content .card-box .card-price_1,
.cid-uWiGT2ypHu .items-wrapper .item .item-wrapper .item-content .card-box .card-price_2,
.cid-uWiGT2ypHu .items-wrapper .item .item-wrapper .item-content .card-box .card-price_3,
.cid-uWiGT2ypHu .items-wrapper .item .item-wrapper .item-content .card-box .card-price_4 {
  margin-bottom: 16px;
}
.cid-uWiGT2ypHu .items-wrapper .item .item-wrapper .item-content .card-box .card-text_1,
.cid-uWiGT2ypHu .items-wrapper .item .item-wrapper .item-content .card-box .card-text_2,
.cid-uWiGT2ypHu .items-wrapper .item .item-wrapper .item-content .card-box .card-text_3,
.cid-uWiGT2ypHu .items-wrapper .item .item-wrapper .item-content .card-box .card-text_4 {
  margin-bottom: 0;
}
.cid-uWiGT2ypHu .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
.cid-uWiGT2ypHu .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uWiGT2ypHu .items-wrapper .item .item-wrapper .card_1 {
  background-color: #ffffff;
  border-color: #454545;
}
.cid-uWiGT2ypHu .items-wrapper .item .item-wrapper .card_2 {
  background-color: #ffffff;
  border-color: #454545;
}
.cid-uWiGT2ypHu .items-wrapper .item .item-wrapper .card_3 {
  background-color: #ffffff;
  border-color: #454545;
}
.cid-uWiGT2ypHu .btn-wrapper {
  margin-right: 9%;
}
.cid-uWiGT2ypHu .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uWiGT2ypHu .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uWiGT2ypHu .card-title_1 {
  color: #ffffff;
}
.cid-uWiGT2ypHu .card-title_2 {
  color: #000000;
  text-align: center;
}
.cid-uWiGT2ypHu .card-title_3 {
  color: #000000;
  text-align: center;
}
.cid-uWiGT2ypHu .card-price_1 {
  color: #ffffff;
}
.cid-uWiGT2ypHu .card-price_2 {
  color: #ffffff;
}
.cid-uWiGT2ypHu .card-price_3 {
  color: #ffffff;
}
.cid-uWiGT2ypHu .card-text_1 {
  color: #ffffff;
}
.cid-uWiGT2ypHu .card-text_2 {
  color: #ffffff;
}
.cid-uWiGT2ypHu .card-text_3 {
  color: #ffffff;
}
.cid-uWiGT2ypHu .card-title_1,
.cid-uWiGT2ypHu .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uWiGT4V9ji {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-color: #4169e2;
}
.cid-uWiGT4V9ji .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWiGT4V9ji .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWiGT4V9ji .container {
    padding: 0 20px;
  }
}
.cid-uWiGT4V9ji .row {
  margin: 0;
}
.cid-uWiGT4V9ji .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uWiGT4V9ji .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uWiGT4V9ji .video-block .video-wrapper .app-video-wrapper::before {
  color: #ffffff;
  text-shadow: none;
}
.cid-uWiGT4V9ji .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uWiGT4V9ji .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uWiGT4V9ji .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uWiGT4V9ji .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uWiGT6q4tW {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-uWiGT6q4tW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWiGT6q4tW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWiGT6q4tW .container {
    padding: 0 16px;
  }
}
.cid-uWiGT6q4tW .card {
  justify-content: center;
}
.cid-uWiGT6q4tW .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #4169e2;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uWiGT6q4tW .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uWiGT6q4tW .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uWiGT6q4tW .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uWiGT6q4tW .mbr-section-title {
  color: #000000;
}
.cid-uWiGT6q4tW .mbr-text {
  color: #000000;
}
.cid-uWiGT6q4tW .mbr-desc {
  color: #000000;
}
.cid-uWiGT6q4tW .mbr-section-title,
.cid-uWiGT6q4tW .title-wrapper {
  color: #ffffff;
}
.cid-uWiGT8chCD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWiGT8chCD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWiGT8chCD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWiGT8chCD .row {
  margin: 0 !important;
}
.cid-uWiGT8chCD .mbr-section-head {
  width: 40%;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-uWiGT8chCD .mbr-section-head {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uWiGT8chCD .mbr-section-head {
    margin-bottom: 40px;
  }
}
.cid-uWiGT8chCD .mbr-section-title {
  color: #131313;
  margin-bottom: 0;
}
.cid-uWiGT8chCD .mbr-section-subtitle {
  color: #131313;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uWiGT8chCD .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-uWiGT8chCD .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uWiGT8chCD .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-uWiGT8chCD .col-list {
  width: 1px;
  flex-grow: 1;
  padding: 0 0 0 100px !important;
}
@media (max-width: 1024px) {
  .cid-uWiGT8chCD .col-list {
    padding: 0 0 0 20px !important;
  }
}
@media (max-width: 991px) {
  .cid-uWiGT8chCD .col-list {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uWiGT8chCD .mbr-iconfont {
  position: relative;
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  font-weight: 900;
  color: #4169e2;
  margin-left: 0.5rem;
}
.cid-uWiGT8chCD .sign-open {
  display: none;
  font-size: 16px !important;
  margin-left: 0.5rem;
  color: #4169e2;
  font-weight: 900;
}
.cid-uWiGT8chCD .panel-group {
  border: none;
}
.cid-uWiGT8chCD .card {
  padding: 10px 10px 10px 0;
  border-radius: 0;
  border-top: 2px solid #131313;
}
.cid-uWiGT8chCD .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uWiGT8chCD .card-header:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uWiGT8chCD .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  color: #131313;
  transition: .2s all;
}
.cid-uWiGT8chCD .panel-title[aria-expanded="true"] .mbr-iconfont {
  display: none;
}
.cid-uWiGT8chCD .panel-title[aria-expanded="true"] .sign-open {
  display: block;
}
.cid-uWiGT8chCD .panel-title-edit {
  color: #131313;
}
.cid-uWiGT8chCD .panel-body {
  padding: 0 0 20px;
}
.cid-uWiGT8chCD .panel-text {
  color: #131313;
  margin: 0;
}
.cid-uWiGTbGQmO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWiGTbGQmO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWiGTbGQmO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWiGTbGQmO .items-wrapper {
  margin: 0 -32px;
}
.cid-uWiGTbGQmO .items-wrapper .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uWiGTbGQmO .items-wrapper .item {
    margin-bottom: 32px;
  }
  .cid-uWiGTbGQmO .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uWiGTbGQmO .items-wrapper .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWiGTbGQmO .items-wrapper .item .item-wrapper .iconfont-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uWiGTbGQmO .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  font-size: 28px;
  border: 4px solid;
}
.cid-uWiGTbGQmO .items-wrapper .item .item-wrapper .icon_1 .mbr-iconfont {
  background-color: #4169e2;
  border-color: #454545;
  box-shadow: 0 18px 32px -8px #4169e2;
}
.cid-uWiGTbGQmO .items-wrapper .item .item-wrapper .icon_2 .mbr-iconfont {
  background-color: #4169e2;
  border-color: #454545;
  box-shadow: 0 18px 32px -8px #4169e2;
}
.cid-uWiGTbGQmO .items-wrapper .item .item-wrapper .icon_3 .mbr-iconfont {
  background-color: #4169e2;
  border-color: #454545;
  box-shadow: 0 18px 32px -8px #4169e2;
}
.cid-uWiGTbGQmO .items-wrapper .item .item-wrapper .card-title {
  margin-bottom: 16px;
}
.cid-uWiGTbGQmO .items-wrapper .item .item-wrapper .card-text {
  margin-bottom: 0;
}
.cid-uWiGTbGQmO .card-title {
  color: #111111;
}
.cid-uWiGTbGQmO .card-text {
  color: #666666;
  text-align: center;
}
.cid-uWiGTbGQmO .card-title,
.cid-uWiGTbGQmO .iconfont-wrapper {
  text-align: center;
}
.cid-uWiGThjco5 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWiGThjco5 .mbr-section-subtitle {
  color: #000000;
}
.cid-uWiGThjco5 .mbr-text {
  color: #000000;
}
.cid-uWiGTm0lAR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uWiGTm0lAR .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uWiGTm0lAR .panel-group {
  border: none;
}
.cid-uWiGTm0lAR .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uWiGTm0lAR .card-header {
    padding: 0rem;
  }
}
.cid-uWiGTm0lAR .card {
  border: solid 1px #4169e2;
  background: #ffffff;
  padding: 1.5rem;
  border-radius: 2rem;
  margin-bottom: -1px;
}
.cid-uWiGTm0lAR .card:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uWiGTm0lAR .card {
    padding: 1rem;
  }
}
.cid-uWiGTm0lAR .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uWiGTm0lAR .img-col {
  padding: 0;
}
.cid-uWiGTm0lAR .img-item {
  height: 100%;
}
.cid-uWiGTm0lAR img {
  height: 100%;
  object-fit: cover;
}
.cid-uWiGTm0lAR .collapsed span {
  transform: rotate(0deg);
}
.cid-uWiGTm0lAR .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uWiGTm0lAR p {
  margin-bottom: 0.3rem;
}
.cid-uWiGTm0lAR .panel-title-edit {
  color: #000000;
  line0height: 1.1;
}
.cid-uWiGTm0lAR .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uWiGTm0lAR .panel-text {
  color: #000000;
}
.cid-uWiGTm0lAR .mbr-section-title {
  text-align: center;
  color: #000000;
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uWiGTm0lAR .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  line-height: 1.3 !important;
}
.cid-uWiGTm0lAR .mbr-section-subtitle span {
  padding-right: 2rem;
}
.cid-uWiGTm0lAR .panel-title-edit,
.cid-uWiGTm0lAR .mbr-iconfont {
  color: #000000;
  text-align: left;
}
.cid-uWiGTm0lAR .mbr-section-title,
.cid-uWiGTm0lAR .mbr-section-subtitle {
  background: #4169e2;
  display: inline;
}
.cid-uWiGTm0lAR .mbr-section-subtitle,
.cid-uWiGTm0lAR .align {
  color: #ffffff;
}
.cid-uWiGTm0lAR .mbr-section-title,
.cid-uWiGTm0lAR .align {
  color: #ffffff;
}
.cid-uWiGTm0lAR .panel-number-edit {
  flex-shrink: 0;
  margin-right: 20px;
  border: solid 1px #4169e2;
  border-radius: 20px;
  padding: 2px 10px;
  line-height: 1;
}
.cid-uWiGTm0lAR .title-wrapper {
  display: flex;
  align-items: center;
}
.cid-uWiGTu5sQ3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #4169e2;
}
.cid-uWiGTu5sQ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWiGTu5sQ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWiGTu5sQ3 .google-map {
  height: 40rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uWiGTu5sQ3 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uWiGTu5sQ3 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uWiGTu5sQ3 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uWiGTu5sQ3 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uWiGTu5sQ3 .content-head {
  max-width: 800px;
}
.cid-uWiGTu5sQ3 .mbr-section-title {
  color: #ffffff;
}
.cid-uWiGTx1j9Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #454545;
}
.cid-uWiGTx1j9Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWiGTx1j9Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWiGTx1j9Y .container {
    padding: 0 16px;
  }
}
.cid-uWiGTx1j9Y .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uWiGTx1j9Y .card {
    margin-bottom: 40px;
  }
}
.cid-uWiGTx1j9Y .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uWiGTx1j9Y .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uWiGTx1j9Y .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uWiGTx1j9Y .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uWiGTx1j9Y .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uWiGTx1j9Y .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uWiGTx1j9Y .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uWiGTx1j9Y .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uWiGTx1j9Y .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uWiGTx1j9Y .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uWiGTx1j9Y .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uWiGTx1j9Y .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uWiGTx1j9Y .mbr-section-title {
  color: #ffffff;
}
.cid-uWiGTx1j9Y .copyright {
  color: #ffffff;
  text-align: right;
}
.cid-uWiGTx1j9Y .mbr-card-title {
  color: #ffffff;
}
.cid-uWiGTx1j9Y .list {
  color: #ffffff;
}
