.btn {
  border-width: 4px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #eeeef4;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 6.9rem;
  line-height: .95;
}
.display-1 > .mbr-iconfont {
  font-size: 8.625rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4.4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5.5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.125rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2.5rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.65;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 5.52rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.83rem;
    font-size: calc( 3.065rem + (6.9 - 3.065) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( .95 * (3.065rem + (6.9 - 3.065) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.52rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.65 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.65 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 4.83rem;
    font-size: calc( 3.065rem + (6.9 - 3.065) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( .95 * (3.065rem + (6.9 - 3.065) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.52rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1 * (2.19rem + (4.4 - 2.19) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.65 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.2 * (1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.65 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #20ac6b !important;
}
.bg-info {
  background-color: #0aa3c2 !important;
}
.bg-warning {
  background-color: #cc9900 !important;
}
.bg-danger {
  background-color: #ae1e2c !important;
}
.btn-primary {
  box-shadow: 0px 32px 32px -10px #262626 !important;
}
.btn-primary .mbr-iconfont {
  color: #000000 !important;
}
.btn-primary .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #080808 !important;
  color: #ffffff !important;
  box-shadow: 0px 32px 32px -10px #262626 important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #000000 !important;
  border-color: #080808 !important;
  box-shadow: 0px 32px 32px -10px #333333 important;
}
.btn-primary:hover .mbr-iconfont,
.btn-primary:focus .mbr-iconfont,
.btn-primary.focus .mbr-iconfont,
.btn-primary.active .mbr-iconfont {
  color: #000000 !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: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-secondary {
  box-shadow: 0px 32px 32px -10px #4e8a46 !important;
}
.btn-secondary .mbr-iconfont {
  color: #31572c !important;
}
.btn-secondary .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #31572c !important;
  border-color: #376131 !important;
  color: #ffffff !important;
  box-shadow: 0px 32px 32px -10px #4e8a46 important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #31572c !important;
  border-color: #376131 !important;
  box-shadow: 0px 32px 32px -10px #579b4e important;
}
.btn-secondary:hover .mbr-iconfont,
.btn-secondary:focus .mbr-iconfont,
.btn-secondary.focus .mbr-iconfont,
.btn-secondary.active .mbr-iconfont {
  color: #31572c !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: #44793d !important;
  border-color: #44793d !important;
}
.btn-info {
  box-shadow: 0px 32px 32px -10px #25d1f4 !important;
}
.btn-info .mbr-iconfont {
  color: #0aa3c2 !important;
}
.btn-info .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #0aa3c2 !important;
  border-color: #0bafd1 !important;
  color: #ffffff !important;
  box-shadow: 0px 32px 32px -10px #25d1f4 important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #0aa3c2 !important;
  border-color: #0bafd1 !important;
  box-shadow: 0px 32px 32px -10px #3dd6f5 important;
}
.btn-info:hover .mbr-iconfont,
.btn-info:focus .mbr-iconfont,
.btn-info.focus .mbr-iconfont,
.btn-info.active .mbr-iconfont {
  color: #0aa3c2 !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: #ffffff !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0dccf3 !important;
  border-color: #0dccf3 !important;
}
.btn-success {
  box-shadow: 0px 32px 32px -10px #3edb92 !important;
}
.btn-success .mbr-iconfont {
  color: #20ac6b !important;
}
.btn-success .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #20ac6b !important;
  border-color: #22b973 !important;
  color: #ffffff !important;
  box-shadow: 0px 32px 32px -10px #3edb92 important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #20ac6b !important;
  border-color: #22b973 !important;
  box-shadow: 0px 32px 32px -10px #53df9e important;
}
.btn-success:hover .mbr-iconfont,
.btn-success:focus .mbr-iconfont,
.btn-success.focus .mbr-iconfont,
.btn-success.active .mbr-iconfont {
  color: #20ac6b !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: #28d786 !important;
  border-color: #28d786 !important;
}
.btn-warning {
  box-shadow: 0px 32px 32px -10px #ffc61a !important;
}
.btn-warning .mbr-iconfont {
  color: #cc9900 !important;
}
.btn-warning .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #cc9900 !important;
  border-color: #dba400 !important;
  color: #ffffff !important;
  box-shadow: 0px 32px 32px -10px #ffc61a important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #cc9900 !important;
  border-color: #dba400 !important;
  box-shadow: 0px 32px 32px -10px #ffcc33 important;
}
.btn-warning:hover .mbr-iconfont,
.btn-warning:focus .mbr-iconfont,
.btn-warning.focus .mbr-iconfont,
.btn-warning.active .mbr-iconfont {
  color: #cc9900 !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: #ffbf00 !important;
  border-color: #ffbf00 !important;
}
.btn-danger {
  box-shadow: 0px 32px 32px -10px #dd3b4b !important;
}
.btn-danger .mbr-iconfont {
  color: #ae1e2c !important;
}
.btn-danger .mbr-iconfont::after {
  background-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ae1e2c !important;
  border-color: #bb202f !important;
  color: #ffffff !important;
  box-shadow: 0px 32px 32px -10px #dd3b4b important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ae1e2c !important;
  border-color: #bb202f !important;
  box-shadow: 0px 32px 32px -10px #e1515f important;
}
.btn-danger:hover .mbr-iconfont,
.btn-danger:focus .mbr-iconfont,
.btn-danger.focus .mbr-iconfont,
.btn-danger.active .mbr-iconfont {
  color: #ae1e2c !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: #da2637 !important;
  border-color: #da2637 !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: #000000 !important;
}
.btn-primary-outline .mbr-iconfont::after {
  border: 2px solid #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !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: #000000 !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 #000000 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline .mbr-iconfont {
  color: #31572c !important;
}
.btn-secondary-outline .mbr-iconfont::after {
  border: 2px solid #31572c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #31572c;
  color: #31572c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #111d0f !important;
  background-color: transparent !important;
  border-color: #111d0f !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: #111d0f !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 #111d0f !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #31572c !important;
  border-color: #31572c !important;
}
.btn-info-outline .mbr-iconfont {
  color: #0aa3c2 !important;
}
.btn-info-outline .mbr-iconfont::after {
  border: 2px solid #0aa3c2 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0aa3c2;
  color: #0aa3c2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #065e70 !important;
  background-color: transparent !important;
  border-color: #065e70 !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: #065e70 !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 #065e70 !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
}
.btn-success-outline .mbr-iconfont {
  color: #20ac6b !important;
}
.btn-success-outline .mbr-iconfont::after {
  border: 2px solid #20ac6b !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #20ac6b;
  color: #20ac6b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #12633e !important;
  background-color: transparent !important;
  border-color: #12633e !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: #12633e !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 #12633e !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
}
.btn-warning-outline .mbr-iconfont {
  color: #cc9900 !important;
}
.btn-warning-outline .mbr-iconfont::after {
  border: 2px solid #cc9900 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #cc9900;
  color: #cc9900;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #755800 !important;
  background-color: transparent !important;
  border-color: #755800 !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: #755800 !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 #755800 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
}
.btn-danger-outline .mbr-iconfont {
  color: #ae1e2c !important;
}
.btn-danger-outline .mbr-iconfont::after {
  border: 2px solid #ae1e2c !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ae1e2c;
  color: #ae1e2c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #641119 !important;
  background-color: transparent !important;
  border-color: #641119 !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: #641119 !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 #641119 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !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: #000000 !important;
}
.text-secondary {
  color: #31572c !important;
}
.text-success {
  color: #20ac6b !important;
}
.text-info {
  color: #0aa3c2 !important;
}
.text-warning {
  color: #cc9900 !important;
}
.text-danger {
  color: #ae1e2c !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #111111 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #0b130a !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #105636 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #055161 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #664d00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #570f16 !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: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0aa3c2;
}
.alert-warning {
  background-color: #cc9900;
}
.alert-danger {
  background-color: #ae1e2c;
}
.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: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #68e3aa;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #55dbf6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffe599;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e56773;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #000000;
}
/* 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: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.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: #000000;
  border-bottom-color: #000000;
}
.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: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #31572c !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='%23000000' %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: #000000 !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-v1iO9iZzLM .navbar-dropdown {
  position: relative !important;
}
.cid-v1iO9iZzLM .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-v1iO9iZzLM .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v1iO9iZzLM .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-v1iO9iZzLM .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v1iO9iZzLM .dropdown-item {
  border: none !important;
  background: #121212 !important;
}
.cid-v1iO9iZzLM .dropdown-item:hover,
.cid-v1iO9iZzLM .dropdown-item:focus {
  background: #31572c !important;
  color: #121212 !important;
}
.cid-v1iO9iZzLM .dropdown-item:hover span {
  color: white;
}
.cid-v1iO9iZzLM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1iO9iZzLM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1iO9iZzLM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v1iO9iZzLM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1iO9iZzLM .nav-link {
  position: relative;
}
.cid-v1iO9iZzLM .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v1iO9iZzLM .container {
    flex-wrap: nowrap;
  }
}
.cid-v1iO9iZzLM .iconfont-wrapper {
  color: #31572c !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v1iO9iZzLM .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v1iO9iZzLM .dropdown-menu,
.cid-v1iO9iZzLM .navbar.opened {
  background: #121212 !important;
}
.cid-v1iO9iZzLM .nav-item:focus,
.cid-v1iO9iZzLM .nav-link:focus {
  outline: none;
}
.cid-v1iO9iZzLM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1iO9iZzLM .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v1iO9iZzLM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1iO9iZzLM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1iO9iZzLM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1iO9iZzLM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1iO9iZzLM .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #121212;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1iO9iZzLM .navbar.opened {
  transition: all 0.3s;
}
.cid-v1iO9iZzLM .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v1iO9iZzLM .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v1iO9iZzLM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1iO9iZzLM .navbar.collapsed {
  justify-content: center;
}
.cid-v1iO9iZzLM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1iO9iZzLM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1iO9iZzLM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v1iO9iZzLM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1iO9iZzLM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1iO9iZzLM .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-v1iO9iZzLM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1iO9iZzLM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1iO9iZzLM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1iO9iZzLM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1iO9iZzLM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1iO9iZzLM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1iO9iZzLM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1iO9iZzLM .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-v1iO9iZzLM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1iO9iZzLM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1iO9iZzLM .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v1iO9iZzLM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v1iO9iZzLM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1iO9iZzLM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1iO9iZzLM .navbar.navbar-short {
  min-height: 96px;
}
.cid-v1iO9iZzLM .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v1iO9iZzLM .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-v1iO9iZzLM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v1iO9iZzLM .navbar-brand .navbar-caption:hover,
.cid-v1iO9iZzLM .navbar-brand .navbar-caption:focus {
  color: #31572c !important;
}
.cid-v1iO9iZzLM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1iO9iZzLM .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v1iO9iZzLM .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.cid-v1iO9iZzLM .dropdown-item.active,
.cid-v1iO9iZzLM .dropdown-item:active {
  background-color: transparent;
}
.cid-v1iO9iZzLM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1iO9iZzLM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1iO9iZzLM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1iO9iZzLM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #121212;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v1iO9iZzLM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v1iO9iZzLM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v1iO9iZzLM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1iO9iZzLM ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v1iO9iZzLM ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v1iO9iZzLM .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-v1iO9iZzLM .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-v1iO9iZzLM .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v1iO9iZzLM .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v1iO9iZzLM 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: #121212 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1iO9iZzLM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #31572c;
}
.cid-v1iO9iZzLM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v1iO9iZzLM button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1iO9iZzLM button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1iO9iZzLM button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v1iO9iZzLM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1iO9iZzLM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1iO9iZzLM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1iO9iZzLM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1iO9iZzLM .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v1iO9iZzLM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1iO9iZzLM .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-v1iO9iZzLM .navbar {
    height: 70px;
  }
  .cid-v1iO9iZzLM .navbar.opened {
    height: auto;
  }
  .cid-v1iO9iZzLM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1iO9iZzLM .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-v1iO9iZzLM .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v1iO9iZzLM .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v1iO9iZzLM .nav-item .nav-link::after {
  color: #31572c !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v1iO9iZzLM .nav-item .nav-link:hover {
  background-color: #31572c;
  color: #121212 !important;
}
.cid-v1iO9iZzLM .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.cid-v1iO9iZzLM .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v1iO9iZzLM .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v1iO9iZzLM .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v1iO9iZzLM .navbar {
    justify-content: flex-start !important;
  }
  .cid-v1iO9iZzLM .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v1iO9iZzLM .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v1iO9iZzLM .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v1iO9iZzLM .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v1iO9iZzLM .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v1iO9iZzLM .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v1iO9iZzLM .content-wrap {
  min-height: 110px;
}
.cid-v1iO9iZzLM .mbr-section-btn .btn::after,
.cid-v1iO9iZzLM .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-v1iO9iZzLM .mbr-section-btn .btn:hover,
.cid-v1iO9iZzLM .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-v1iO9iZzLM .mbr-section-btn .btn:hover::after,
.cid-v1iO9iZzLM .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-v1hFQTmFtY {
  padding-top: 15rem;
  padding-bottom: 5rem;
  align-items: flex-end;
  position: relative;
  justify-content: flex-end;
  background-image: url("https://r.mobirisesite.com/1977828/assets/images/image13-h_mhg2aqok.jpg");
}
.cid-v1hFQTmFtY::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  -webkit-mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  pointer-events: none;
}
.cid-v1hFQTmFtY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1hFQTmFtY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1hFQTmFtY .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v1hFQTmFtY .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v1hFQTmFtY .title-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-v1hFQTmFtY .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1hFQTmFtY .text-wrapper {
  padding-left: 260px;
}
@media (max-width: 1440px) {
  .cid-v1hFQTmFtY .text-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-v1hFQTmFtY .text-wrapper {
    padding-left: 0;
  }
}
.cid-v1hFQTmFtY .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v1hFQTmFtY .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-v1hFQTmFtY .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-v1hFQTmFtY .mbr-label {
  color: #ffffff;
}
.cid-v1hFQTmFtY .mbr-section-title {
  color: #ffffff;
}
.cid-v1hFQTmFtY .mbr-text {
  color: #ffffff;
}
#custom-html-n {
  /* Type valid CSS here */
}
#custom-html-n div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-n p {
  font-size: 60px;
  color: #777;
}
.cid-v1hFQTpRrM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v1hFQTpRrM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1hFQTpRrM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1hFQTpRrM .items-wrapper {
  margin: 0 -32px;
}
.cid-v1hFQTpRrM .items-wrapper .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v1hFQTpRrM .items-wrapper .item {
    margin-bottom: 32px;
  }
  .cid-v1hFQTpRrM .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v1hFQTpRrM .items-wrapper .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v1hFQTpRrM .items-wrapper .item .item-wrapper .iconfont-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v1hFQTpRrM .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-v1hFQTpRrM .items-wrapper .item .item-wrapper .icon_1 .mbr-iconfont {
  background-color: #31572c;
  border-color: #5d8456;
  box-shadow: 0 18px 32px -8px #31572c;
}
.cid-v1hFQTpRrM .items-wrapper .item .item-wrapper .icon_2 .mbr-iconfont {
  background-color: #4f772d;
  border-color: #7da659;
  box-shadow: 0 18px 32px -8px #4f772d;
}
.cid-v1hFQTpRrM .items-wrapper .item .item-wrapper .icon_3 .mbr-iconfont {
  background-color: #ecf39e;
  border-color: #ffffd0;
  box-shadow: 0 18px 32px -8px #ecf39e;
}
.cid-v1hFQTpRrM .items-wrapper .item .item-wrapper .card-title {
  margin-bottom: 16px;
}
.cid-v1hFQTpRrM .items-wrapper .item .item-wrapper .card-text {
  margin-bottom: 0;
}
.cid-v1hFQTpRrM .card-title {
  color: #111111;
}
.cid-v1hFQTpRrM .card-text {
  color: #666666;
  text-align: center;
}
.cid-v1hFQTpRrM .card-title,
.cid-v1hFQTpRrM .iconfont-wrapper {
  text-align: center;
  color: #343600;
}
.cid-v1hFQTpRrM .card-icon_1 {
  color: #FFFFFF;
}
.cid-v1hFQTpRrM .card-icon_2 {
  color: #FFFFFF;
}
.cid-v1hFQTpRrM .card-icon_3 {
  color: #000000;
}
.cid-v1hUkNitul {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v1hUkNitul .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1hUkNitul .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1hUkNitul .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v1hUkNitul .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v1hUkNitul .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-v1hUkNitul .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1hUkNitul .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v1hUkNitul .items-wrapper {
  align-items: center;
}
.cid-v1hUkNitul .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v1hUkNitul .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-v1hUkNitul .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
  min-height: 470px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-v1hUkNitul .items-wrapper .item .item-wrapper {
    min-height: 520px;
    padding: 24px;
  }
}
.cid-v1hUkNitul .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 100%);
  opacity: 0.8;
  pointer-events: none;
  transition: all .3s ease;
  z-index: 1;
}
.cid-v1hUkNitul .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1hUkNitul .items-wrapper .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-v1hUkNitul .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-v1hUkNitul .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v1hUkNitul .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-v1hUkNitul .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-v1hUkNitul .mbr-label {
  color: #31572c;
  text-align: center;
}
.cid-v1hUkNitul .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-v1hUkNitul .mbr-section-subtitle {
  color: #31572c;
  text-align: center;
}
.cid-v1hUkNitul .mbr-text,
.cid-v1hUkNitul .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-v1hUkNitul .card-title {
  color: #ffffff;
}
.cid-v1hUkNitul .card-text {
  color: #ffffff;
}
.cid-v1hFQTsK2c {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #31572c;
  border-top: 8px solid #5d8456;
  border-bottom: 8px solid #5d8456;
}
@media (max-width: 992px) {
  .cid-v1hFQTsK2c {
    border-top: 4px solid #5d8456;
    border-bottom: 4px solid #5d8456;
  }
}
.cid-v1hFQTsK2c .item:focus,
.cid-v1hFQTsK2c span:focus {
  outline: none;
}
.cid-v1hFQTsK2c .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v1hFQTsK2c .content-head {
  max-width: 800px;
}
.cid-v1hFQTsK2c .item {
  color: #ffffff;
  min-height: 90px;
  padding: 10px 0;
  font-weight: 700;
}
@media (max-width: 768px) {
  .cid-v1hFQTsK2c .item {
    min-height: 45px;
  }
}
.cid-v1hFQTug8E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: linear-gradient(0deg, #fdfef5 -70%, #ffffff 100%);
}
.cid-v1hFQTug8E .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1hFQTug8E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1hFQTug8E .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v1hFQTug8E .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v1hFQTug8E .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v1hFQTug8E .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v1hFQTug8E .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1hFQTug8E .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v1hFQTug8E .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v1hFQTug8E .content-wrap {
  padding-left: 68px;
  padding-left: 0;
  padding-right: 68px;
}
@media (max-width: 992px) {
  .cid-v1hFQTug8E .content-wrap {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-v1hFQTug8E .content-wrap {
    padding-right: 0;
  }
}
.cid-v1hFQTug8E .mbr-label {
  color: #a6adbf;
}
.cid-v1hFQTug8E .mbr-section-title {
  color: #111111;
}
.cid-v1hFQTug8E .mbr-section-subtitle {
  color: #072D02;
}
.cid-v1hFQTug8E .mbr-text,
.cid-v1hFQTug8E .text-wrapper {
  color: #666666;
}
.cid-v1hFQTxhuI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #fdfef5 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-v1hFQTxhuI {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #fdfef5 0%, #ffffff 110%);
  }
}
.cid-v1hFQTxhuI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1hFQTxhuI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1hFQTxhuI .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v1hFQTxhuI .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v1hFQTxhuI .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-v1hFQTxhuI .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-v1hFQTxhuI .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1hFQTxhuI .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v1hFQTxhuI .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1hFQTxhuI .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v1hFQTxhuI .items-wrapper .item {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v1hFQTxhuI .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-v1hFQTxhuI .items-wrapper .item .item-wrapper {
  position: relative;
  padding: 64px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v1hFQTxhuI .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-v1hFQTxhuI .items-wrapper .item .item-wrapper .iconfont-wrapper {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 20px;
  height: 20px;
}
@media (max-width: 992px) {
  .cid-v1hFQTxhuI .items-wrapper .item .item-wrapper .iconfont-wrapper {
    top: 16px;
    right: 16px;
  }
}
.cid-v1hFQTxhuI .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
}
@media (max-width: 992px) {
  .cid-v1hFQTxhuI .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-v1hFQTxhuI .items-wrapper .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  right: -32px;
  bottom: 32px;
  width: 200px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-v1hFQTxhuI .items-wrapper .item .item-wrapper .item-img::before {
    bottom: auto;
    top: -100px;
    right: auto;
    left: -100px;
  }
}
.cid-v1hFQTxhuI .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  right: 32px;
  bottom: 32px;
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100% !important;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-v1hFQTxhuI .items-wrapper .item .item-wrapper .item-img img {
    position: static;
    margin: 0 auto;
  }
}
.cid-v1hFQTxhuI .items-wrapper .item .item-wrapper .image_1::before {
  background-image: radial-gradient(circle closest-side at 50% 50%, #31572c 0%, transparent 100%);
}
.cid-v1hFQTxhuI .items-wrapper .item .item-wrapper .image_2 img {
  right: auto;
  left: 32px;
}
.cid-v1hFQTxhuI .items-wrapper .item .item-wrapper .image_2::before {
  right: auto;
  left: -32px;
  background-image: radial-gradient(circle closest-side at 50% 50%, #4f772d 0%, transparent 100%);
}
@media (max-width: 992px) {
  .cid-v1hFQTxhuI .items-wrapper .item .item-wrapper .image_2::before {
    bottom: auto;
    top: -100px;
    left: -100px;
  }
}
.cid-v1hFQTxhuI .items-wrapper .item .item-wrapper .image_3::before {
  background-image: radial-gradient(circle closest-side at 50% 50%, #ecf39e 0%, transparent 100%);
}
.cid-v1hFQTxhuI .items-wrapper .item .item-wrapper .card-box {
  padding-right: 250px;
}
@media (max-width: 1440px) {
  .cid-v1hFQTxhuI .items-wrapper .item .item-wrapper .card-box {
    padding-right: 200px;
  }
}
@media (max-width: 992px) {
  .cid-v1hFQTxhuI .items-wrapper .item .item-wrapper .card-box {
    padding-right: 0;
  }
}
.cid-v1hFQTxhuI .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v1hFQTxhuI .items-wrapper .item .item-wrapper .card-box .card-title {
    margin-bottom: 24px;
  }
}
.cid-v1hFQTxhuI .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v1hFQTxhuI .items-wrapper .item .item-wrapper .card-box .card-text {
    margin-bottom: 24px;
  }
}
.cid-v1hFQTxhuI .items-wrapper .item .item-wrapper .card-box .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v1hFQTxhuI .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-v1hFQTxhuI .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #072d02;
  color: #072d02;
  font-size: 11px;
}
.cid-v1hFQTxhuI .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v1hFQTxhuI .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-v1hFQTxhuI .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-v1hFQTxhuI .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v1hFQTxhuI .items-wrapper .item .card_2 .card-box {
  padding-right: 0;
  padding-left: 250px;
}
@media (max-width: 1440px) {
  .cid-v1hFQTxhuI .items-wrapper .item .card_2 .card-box {
    padding-right: 0;
    padding-left: 200px;
  }
}
@media (max-width: 992px) {
  .cid-v1hFQTxhuI .items-wrapper .item .card_2 .card-box {
    padding-left: 0;
  }
}
.cid-v1hFQTxhuI .mbr-label {
  color: #343600;
  text-align: center;
}
.cid-v1hFQTxhuI .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-v1hFQTxhuI .mbr-section-subtitle {
  color: #072D02;
  text-align: center;
}
.cid-v1hFQTxhuI .mbr-text,
.cid-v1hFQTxhuI .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-v1hFQTxhuI .card-title {
  color: #111111;
}
.cid-v1hFQTxhuI .card-text {
  color: #666666;
}
.cid-v1hFQTxhuI .list {
  color: #666666;
}
.cid-v1hFQTxhuI .card-icon {
  color: #343600;
}
.cid-v1hFQTCcTy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v1hFQTCcTy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1hFQTCcTy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1hFQTCcTy .card-wrapper {
  padding: 64px;
  background-color: #fdfef5;
  display: flex;
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-v1hFQTCcTy .card-wrapper {
    display: block;
    padding: 24px;
    margin-top: 0;
  }
}
.cid-v1hFQTCcTy .image-wrapper {
  width: 50%;
  padding-right: 56px;
}
@media (max-width: 992px) {
  .cid-v1hFQTCcTy .image-wrapper {
    padding-right: 0;
    width: 100%;
  }
}
.cid-v1hFQTCcTy .image-wrapper img {
  height: 800px;
  width: 100%;
  object-fit: cover;
  position: sticky;
  top: 132px;
  margin-top: -128px;
}
@media (max-width: 1400px) {
  .cid-v1hFQTCcTy .image-wrapper img {
    height: 600px;
  }
}
@media (max-width: 992px) {
  .cid-v1hFQTCcTy .image-wrapper img {
    height: 350px;
    margin: 0 0 32px 0;
    position: static;
  }
}
.cid-v1hFQTCcTy .content-wrapper {
  width: 50%;
  padding-right: 56px;
}
@media (max-width: 1400px) {
  .cid-v1hFQTCcTy .content-wrapper {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-v1hFQTCcTy .content-wrapper {
    width: 100%;
  }
}
.cid-v1hFQTCcTy .content-wrapper .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v1hFQTCcTy .content-wrapper .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-v1hFQTCcTy .content-wrapper .content-wrap .title-wrapper {
  margin-bottom: 16px;
}
.cid-v1hFQTCcTy .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1hFQTCcTy .content-wrapper .content-wrap .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v1hFQTCcTy .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1hFQTCcTy .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v1hFQTCcTy .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px 24px 24px 32px;
  background-color: #ffffff;
  border: none;
  transition: all 0.3s ease-in-out;
  margin-top: 16px;
}
@media (max-width: 992px) {
  .cid-v1hFQTCcTy .content-wrapper .panel-group .card {
    padding: 16px;
  }
}
.cid-v1hFQTCcTy .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-v1hFQTCcTy .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v1hFQTCcTy .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-v1hFQTCcTy .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v1hFQTCcTy .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #4f772d;
}
.cid-v1hFQTCcTy .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  margin-top: 4px;
  font-size: 12px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-v1hFQTCcTy .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper:hover {
  background-color: #224b00;
}
.cid-v1hFQTCcTy .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-v1hFQTCcTy .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(180deg);
}
.cid-v1hFQTCcTy .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 24px;
}
.cid-v1hFQTCcTy .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v1hFQTCcTy .mbr-section-title {
  color: #111111;
}
.cid-v1hFQTCcTy .mbr-section-subtitle {
  color: #072D02;
}
.cid-v1hFQTCcTy .mbr-text,
.cid-v1hFQTCcTy .text-wrapper {
  color: #111111;
}
.cid-v1hFQTCcTy .panel-title-edit {
  color: #111111;
}
.cid-v1hFQTCcTy .panel-text {
  color: #666666;
}
.cid-v1hFQTDMfh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v1hFQTDMfh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1hFQTDMfh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1hFQTDMfh .card {
  justify-content: center;
}
.cid-v1hFQTDMfh .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-v1hFQTDMfh .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-v1hFQTDMfh .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-v1hFQTDMfh .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-v1hFQTDMfh .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1hFQTDMfh .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v1hFQTDMfh .content-wrapper .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-v1hFQTDMfh .content-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-v1hFQTDMfh .content-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-v1hFQTDMfh .content-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: #fdfef5;
  padding: 15px 24px;
  box-shadow: none;
  border: 1px solid #eaecd4 !important;
  margin-bottom: 16px;
}
.cid-v1hFQTDMfh .content-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #afb5c5;
}
.cid-v1hFQTDMfh .content-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-v1hFQTDMfh .content-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #aeb43c !important;
}
.cid-v1hFQTDMfh .content-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 64px;
}
.cid-v1hFQTDMfh .content-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-v1hFQTDMfh .content-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #afb5c5;
  border-color: #afb5c5;
}
.cid-v1hFQTDMfh .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-v1hFQTDMfh .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-v1hFQTDMfh .content-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-v1hFQTDMfh .image-wrapper img {
  height: 680px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1hFQTDMfh .image-wrapper img {
    height: 550px;
  }
}
@media (max-width: 992px) {
  .cid-v1hFQTDMfh .image-wrapper img {
    height: 350px;
  }
}
.cid-v1hFQTDMfh .mbr-label {
  color: #343600;
}
.cid-v1hFQTDMfh .mbr-section-title {
  color: #111111;
}
.cid-v1hFQTDMfh .mbr-section-subtitle {
  color: #072D02;
}
.cid-v1hFQTDLDP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v1hFQTDLDP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1hFQTDLDP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1hFQTDLDP .content-wrapper {
  margin-bottom: 32px;
}
.cid-v1hFQTDLDP .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-v1hFQTDLDP .items-wrapper {
  align-items: center;
}
.cid-v1hFQTDLDP .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v1hFQTDLDP .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v1hFQTDLDP .items-wrapper .item .item-wrapper .card-title {
  margin-bottom: 0;
}
.cid-v1hFQTDLDP .items-wrapper .item .item-wrapper .card-text {
  margin-bottom: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-v1hFQTDLDP .items-wrapper .item .item-wrapper .card-text:hover,
.cid-v1hFQTDLDP .items-wrapper .item .item-wrapper .card-text:focus {
  color: #224b00;
}
.cid-v1hFQTDLDP .mbr-label {
  color: #343600;
  text-align: center;
}
.cid-v1hFQTDLDP .card-title {
  color: #111111;
  text-align: center;
}
.cid-v1hFQTDLDP .card-text {
  color: #072D02;
  text-align: center;
}
.cid-v1hFQTE2vx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v1hFQTE2vx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1hFQTE2vx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1hFQTE2vx .content-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v1hFQTE2vx .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v1hFQTE2vx .content-wrapper .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v1hFQTE2vx .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v1hFQTE2vx .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1hFQTE2vx .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v1hFQTE2vx .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v1hFQTE2vx .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v1hFQTE2vx .nav-wrapper {
  margin-bottom: 100px;
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .cid-v1hFQTE2vx .nav-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-v1hFQTE2vx .nav-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.cid-v1hFQTE2vx .nav-wrapper .mbr-nav-title {
  padding: 0 12px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v1hFQTE2vx .nav-wrapper .mbr-nav-title {
    margin-bottom: 24px;
  }
}
.cid-v1hFQTE2vx .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cid-v1hFQTE2vx .nav-wrapper .list .item-wrap {
  position: relative;
  padding: 4px 32px 4px 12px;
  margin-bottom: 8px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-v1hFQTE2vx .nav-wrapper .list .item-wrap::before {
  content: '→';
  position: absolute;
  top: 4px;
  right: 12px;
  font-size: 22px;
  color: #ff6d99;
  transition: all 0.3s ease;
}
.cid-v1hFQTE2vx .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v1hFQTE2vx .nav-wrapper .list .item-wrap:hover,
.cid-v1hFQTE2vx .nav-wrapper .list .item-wrap:focus {
  background-color: #f4f6fa;
  color: #7b86a1;
}
.cid-v1hFQTE2vx .nav-wrapper .list .item-wrap:hover::before,
.cid-v1hFQTE2vx .nav-wrapper .list .item-wrap:focus::before {
  color: #7b86a1;
}
@media (max-width: 992px) {
  .cid-v1hFQTE2vx .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v1hFQTE2vx .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v1hFQTE2vx .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #ff6d99;
  margin-right: 24px;
  box-shadow: 0 18px 32px -8px #ff6d99;
  border: 3px solid #ff7ca4;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .cid-v1hFQTE2vx .social-wrapper .social-wrap .soc-item {
    margin-right: 12px;
  }
}
.cid-v1hFQTE2vx .social-wrapper .social-wrap .soc-item:last-child {
  margin-right: 0;
}
.cid-v1hFQTE2vx .social-wrapper .social-wrap .soc-item:hover,
.cid-v1hFQTE2vx .social-wrapper .social-wrap .soc-item:hover {
  background-color: #a6adbf;
  border: 3px solid #afb5c5;
  box-shadow: 0 18px 32px -8px #a6adbf;
}
.cid-v1hFQTE2vx .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont,
.cid-v1hFQTE2vx .social-wrapper .social-wrap .soc-item:hover a.mbr-iconfont {
  color: #ffffff !important;
}
.cid-v1hFQTE2vx .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-v1hFQTE2vx .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-v1hFQTE2vx .mbr-copy {
  padding-left: 240px;
  margin-bottom: 0;
  padding: 0 !important;
  color: #666666;
  text-align: center;
}
@media (max-width: 1440px) {
  .cid-v1hFQTE2vx .mbr-copy {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-v1hFQTE2vx .mbr-copy {
    padding-left: 0;
  }
}
.cid-v1hFQTE2vx .card {
  justify-content: center;
}
.cid-v1hFQTE2vx .mbr-section-title {
  color: #111111;
}
.cid-v1hFQTE2vx .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-v1hFQTE2vx .mbr-text,
.cid-v1hFQTE2vx .text-wrapper {
  color: #666666;
}
.cid-v1hFQTE2vx .mbr-nav-title {
  color: #a6adbf;
}
.cid-v1hFQTE2vx .list {
  color: #ff6d99;
}
.cid-v1iO9iZzLM .navbar-dropdown {
  position: relative !important;
}
.cid-v1iO9iZzLM .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-v1iO9iZzLM .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v1iO9iZzLM .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-v1iO9iZzLM .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v1iO9iZzLM .dropdown-item {
  border: none !important;
  background: #121212 !important;
}
.cid-v1iO9iZzLM .dropdown-item:hover,
.cid-v1iO9iZzLM .dropdown-item:focus {
  background: #31572c !important;
  color: #121212 !important;
}
.cid-v1iO9iZzLM .dropdown-item:hover span {
  color: white;
}
.cid-v1iO9iZzLM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1iO9iZzLM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1iO9iZzLM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v1iO9iZzLM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1iO9iZzLM .nav-link {
  position: relative;
}
.cid-v1iO9iZzLM .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v1iO9iZzLM .container {
    flex-wrap: nowrap;
  }
}
.cid-v1iO9iZzLM .iconfont-wrapper {
  color: #31572c !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v1iO9iZzLM .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v1iO9iZzLM .dropdown-menu,
.cid-v1iO9iZzLM .navbar.opened {
  background: #121212 !important;
}
.cid-v1iO9iZzLM .nav-item:focus,
.cid-v1iO9iZzLM .nav-link:focus {
  outline: none;
}
.cid-v1iO9iZzLM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1iO9iZzLM .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v1iO9iZzLM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1iO9iZzLM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1iO9iZzLM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1iO9iZzLM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1iO9iZzLM .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #121212;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1iO9iZzLM .navbar.opened {
  transition: all 0.3s;
}
.cid-v1iO9iZzLM .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v1iO9iZzLM .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v1iO9iZzLM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1iO9iZzLM .navbar.collapsed {
  justify-content: center;
}
.cid-v1iO9iZzLM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1iO9iZzLM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1iO9iZzLM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v1iO9iZzLM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1iO9iZzLM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1iO9iZzLM .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-v1iO9iZzLM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1iO9iZzLM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1iO9iZzLM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1iO9iZzLM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1iO9iZzLM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1iO9iZzLM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1iO9iZzLM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1iO9iZzLM .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-v1iO9iZzLM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1iO9iZzLM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1iO9iZzLM .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v1iO9iZzLM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v1iO9iZzLM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1iO9iZzLM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1iO9iZzLM .navbar.navbar-short {
  min-height: 96px;
}
.cid-v1iO9iZzLM .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v1iO9iZzLM .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-v1iO9iZzLM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v1iO9iZzLM .navbar-brand .navbar-caption:hover,
.cid-v1iO9iZzLM .navbar-brand .navbar-caption:focus {
  color: #31572c !important;
}
.cid-v1iO9iZzLM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1iO9iZzLM .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v1iO9iZzLM .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.cid-v1iO9iZzLM .dropdown-item.active,
.cid-v1iO9iZzLM .dropdown-item:active {
  background-color: transparent;
}
.cid-v1iO9iZzLM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1iO9iZzLM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1iO9iZzLM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1iO9iZzLM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #121212;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v1iO9iZzLM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v1iO9iZzLM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v1iO9iZzLM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1iO9iZzLM ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v1iO9iZzLM ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v1iO9iZzLM .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-v1iO9iZzLM .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-v1iO9iZzLM .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v1iO9iZzLM .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v1iO9iZzLM 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: #121212 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1iO9iZzLM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #31572c;
}
.cid-v1iO9iZzLM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v1iO9iZzLM button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1iO9iZzLM button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1iO9iZzLM button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v1iO9iZzLM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1iO9iZzLM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1iO9iZzLM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1iO9iZzLM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1iO9iZzLM .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v1iO9iZzLM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1iO9iZzLM .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-v1iO9iZzLM .navbar {
    height: 70px;
  }
  .cid-v1iO9iZzLM .navbar.opened {
    height: auto;
  }
  .cid-v1iO9iZzLM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1iO9iZzLM .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-v1iO9iZzLM .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v1iO9iZzLM .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v1iO9iZzLM .nav-item .nav-link::after {
  color: #31572c !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v1iO9iZzLM .nav-item .nav-link:hover {
  background-color: #31572c;
  color: #121212 !important;
}
.cid-v1iO9iZzLM .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.cid-v1iO9iZzLM .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v1iO9iZzLM .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v1iO9iZzLM .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v1iO9iZzLM .navbar {
    justify-content: flex-start !important;
  }
  .cid-v1iO9iZzLM .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v1iO9iZzLM .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v1iO9iZzLM .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v1iO9iZzLM .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v1iO9iZzLM .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v1iO9iZzLM .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v1iO9iZzLM .content-wrap {
  min-height: 110px;
}
.cid-v1iO9iZzLM .mbr-section-btn .btn::after,
.cid-v1iO9iZzLM .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-v1iO9iZzLM .mbr-section-btn .btn:hover,
.cid-v1iO9iZzLM .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-v1iO9iZzLM .mbr-section-btn .btn:hover::after,
.cid-v1iO9iZzLM .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-v1hR7wkItj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-v1hR7wkItj {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-v1hR7wkItj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1hR7wkItj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1hR7wkItj .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v1hR7wkItj .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v1hR7wkItj .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-v1hR7wkItj .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v1hR7wkItj .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v1hR7wkItj .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1hR7wkItj .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v1hR7wkItj .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v1hR7wkItj .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v1hR7wkItj .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-v1hR7wkItj .image-wrapper {
    padding-left: 0;
  }
}
.cid-v1hR7wkItj .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1hR7wkItj .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-v1hR7wkItj .image-wrapper img {
    height: 350px;
  }
}
.cid-v1hR7wkItj .mbr-label {
  color: #a6adbf;
}
.cid-v1hR7wkItj .mbr-section-title {
  color: #31572c;
}
.cid-v1hR7wkItj .mbr-section-subtitle {
  color: #7b86a1;
}
.cid-v1hR7wkItj .mbr-text,
.cid-v1hR7wkItj .text-wrapper {
  color: #666666;
}
.cid-v2msuiZPxQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-v2msuiZPxQ {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-v2msuiZPxQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2msuiZPxQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2msuiZPxQ .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v2msuiZPxQ .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v2msuiZPxQ .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-v2msuiZPxQ .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v2msuiZPxQ .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v2msuiZPxQ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2msuiZPxQ .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v2msuiZPxQ .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v2msuiZPxQ .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v2msuiZPxQ .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-v2msuiZPxQ .image-wrapper {
    padding-left: 0;
  }
}
.cid-v2msuiZPxQ .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v2msuiZPxQ .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-v2msuiZPxQ .image-wrapper img {
    height: 350px;
  }
}
.cid-v2msuiZPxQ .mbr-label {
  color: #a6adbf;
}
.cid-v2msuiZPxQ .mbr-section-title {
  color: #31572c;
}
.cid-v2msuiZPxQ .mbr-section-subtitle {
  color: #7b86a1;
}
.cid-v2msuiZPxQ .mbr-text,
.cid-v2msuiZPxQ .text-wrapper {
  color: #666666;
}
.cid-v2msuA2Xpu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-v2msuA2Xpu {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-v2msuA2Xpu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2msuA2Xpu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2msuA2Xpu .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v2msuA2Xpu .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v2msuA2Xpu .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-v2msuA2Xpu .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v2msuA2Xpu .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v2msuA2Xpu .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2msuA2Xpu .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v2msuA2Xpu .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v2msuA2Xpu .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v2msuA2Xpu .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-v2msuA2Xpu .image-wrapper {
    padding-left: 0;
  }
}
.cid-v2msuA2Xpu .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v2msuA2Xpu .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-v2msuA2Xpu .image-wrapper img {
    height: 350px;
  }
}
.cid-v2msuA2Xpu .mbr-label {
  color: #a6adbf;
}
.cid-v2msuA2Xpu .mbr-section-title {
  color: #31572c;
}
.cid-v2msuA2Xpu .mbr-section-subtitle {
  color: #7b86a1;
}
.cid-v2msuA2Xpu .mbr-text,
.cid-v2msuA2Xpu .text-wrapper {
  color: #666666;
}
.cid-v2msuPko5c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-v2msuPko5c {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-v2msuPko5c .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2msuPko5c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2msuPko5c .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v2msuPko5c .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v2msuPko5c .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-v2msuPko5c .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v2msuPko5c .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v2msuPko5c .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2msuPko5c .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v2msuPko5c .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v2msuPko5c .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v2msuPko5c .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-v2msuPko5c .image-wrapper {
    padding-left: 0;
  }
}
.cid-v2msuPko5c .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v2msuPko5c .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-v2msuPko5c .image-wrapper img {
    height: 350px;
  }
}
.cid-v2msuPko5c .mbr-label {
  color: #a6adbf;
}
.cid-v2msuPko5c .mbr-section-title {
  color: #31572c;
}
.cid-v2msuPko5c .mbr-section-subtitle {
  color: #7b86a1;
}
.cid-v2msuPko5c .mbr-text,
.cid-v2msuPko5c .text-wrapper {
  color: #666666;
}
.cid-v2gTY2bog1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-v2gTY2bog1 {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-v2gTY2bog1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2gTY2bog1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2gTY2bog1 .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v2gTY2bog1 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v2gTY2bog1 .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-v2gTY2bog1 .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v2gTY2bog1 .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v2gTY2bog1 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2gTY2bog1 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v2gTY2bog1 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v2gTY2bog1 .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v2gTY2bog1 .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-v2gTY2bog1 .image-wrapper {
    padding-left: 0;
  }
}
.cid-v2gTY2bog1 .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v2gTY2bog1 .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-v2gTY2bog1 .image-wrapper img {
    height: 350px;
  }
}
.cid-v2gTY2bog1 .mbr-label {
  color: #a6adbf;
}
.cid-v2gTY2bog1 .mbr-section-title {
  color: #31572c;
}
.cid-v2gTY2bog1 .mbr-section-subtitle {
  color: #7b86a1;
}
.cid-v2gTY2bog1 .mbr-text,
.cid-v2gTY2bog1 .text-wrapper {
  color: #666666;
}
.cid-v2gTYmVyBd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-v2gTYmVyBd {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-v2gTYmVyBd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2gTYmVyBd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2gTYmVyBd .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v2gTYmVyBd .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v2gTYmVyBd .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-v2gTYmVyBd .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v2gTYmVyBd .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v2gTYmVyBd .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2gTYmVyBd .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v2gTYmVyBd .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v2gTYmVyBd .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v2gTYmVyBd .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-v2gTYmVyBd .image-wrapper {
    padding-left: 0;
  }
}
.cid-v2gTYmVyBd .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v2gTYmVyBd .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-v2gTYmVyBd .image-wrapper img {
    height: 350px;
  }
}
.cid-v2gTYmVyBd .mbr-label {
  color: #a6adbf;
}
.cid-v2gTYmVyBd .mbr-section-title {
  color: #31572c;
}
.cid-v2gTYmVyBd .mbr-section-subtitle {
  color: #7b86a1;
}
.cid-v2gTYmVyBd .mbr-text,
.cid-v2gTYmVyBd .text-wrapper {
  color: #666666;
}
.cid-v2gTZpaqyW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-v2gTZpaqyW {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-v2gTZpaqyW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2gTZpaqyW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2gTZpaqyW .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v2gTZpaqyW .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v2gTZpaqyW .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-v2gTZpaqyW .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v2gTZpaqyW .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v2gTZpaqyW .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2gTZpaqyW .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v2gTZpaqyW .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v2gTZpaqyW .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v2gTZpaqyW .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-v2gTZpaqyW .image-wrapper {
    padding-left: 0;
  }
}
.cid-v2gTZpaqyW .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v2gTZpaqyW .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-v2gTZpaqyW .image-wrapper img {
    height: 350px;
  }
}
.cid-v2gTZpaqyW .mbr-label {
  color: #a6adbf;
}
.cid-v2gTZpaqyW .mbr-section-title {
  color: #31572c;
}
.cid-v2gTZpaqyW .mbr-section-subtitle {
  color: #7b86a1;
}
.cid-v2gTZpaqyW .mbr-text,
.cid-v2gTZpaqyW .text-wrapper {
  color: #666666;
}
.cid-v2aNZaBWPb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-v2aNZaBWPb {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-v2aNZaBWPb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aNZaBWPb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aNZaBWPb .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v2aNZaBWPb .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v2aNZaBWPb .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-v2aNZaBWPb .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v2aNZaBWPb .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v2aNZaBWPb .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2aNZaBWPb .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v2aNZaBWPb .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v2aNZaBWPb .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v2aNZaBWPb .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-v2aNZaBWPb .image-wrapper {
    padding-left: 0;
  }
}
.cid-v2aNZaBWPb .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v2aNZaBWPb .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-v2aNZaBWPb .image-wrapper img {
    height: 350px;
  }
}
.cid-v2aNZaBWPb .mbr-label {
  color: #a6adbf;
}
.cid-v2aNZaBWPb .mbr-section-title {
  color: #31572c;
}
.cid-v2aNZaBWPb .mbr-section-subtitle {
  color: #7b86a1;
}
.cid-v2aNZaBWPb .mbr-text,
.cid-v2aNZaBWPb .text-wrapper {
  color: #666666;
}
.cid-v2aNZtWUCT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-v2aNZtWUCT {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-v2aNZtWUCT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aNZtWUCT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aNZtWUCT .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v2aNZtWUCT .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v2aNZtWUCT .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-v2aNZtWUCT .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v2aNZtWUCT .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v2aNZtWUCT .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2aNZtWUCT .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v2aNZtWUCT .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v2aNZtWUCT .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v2aNZtWUCT .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-v2aNZtWUCT .image-wrapper {
    padding-left: 0;
  }
}
.cid-v2aNZtWUCT .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v2aNZtWUCT .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-v2aNZtWUCT .image-wrapper img {
    height: 350px;
  }
}
.cid-v2aNZtWUCT .mbr-label {
  color: #a6adbf;
}
.cid-v2aNZtWUCT .mbr-section-title {
  color: #31572c;
}
.cid-v2aNZtWUCT .mbr-section-subtitle {
  color: #7b86a1;
}
.cid-v2aNZtWUCT .mbr-text,
.cid-v2aNZtWUCT .text-wrapper {
  color: #666666;
}
.cid-v2aNZIy3l3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-v2aNZIy3l3 {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-v2aNZIy3l3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aNZIy3l3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aNZIy3l3 .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v2aNZIy3l3 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v2aNZIy3l3 .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-v2aNZIy3l3 .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v2aNZIy3l3 .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v2aNZIy3l3 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2aNZIy3l3 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v2aNZIy3l3 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v2aNZIy3l3 .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v2aNZIy3l3 .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-v2aNZIy3l3 .image-wrapper {
    padding-left: 0;
  }
}
.cid-v2aNZIy3l3 .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v2aNZIy3l3 .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-v2aNZIy3l3 .image-wrapper img {
    height: 350px;
  }
}
.cid-v2aNZIy3l3 .mbr-label {
  color: #a6adbf;
}
.cid-v2aNZIy3l3 .mbr-section-title {
  color: #31572c;
}
.cid-v2aNZIy3l3 .mbr-section-subtitle {
  color: #7b86a1;
}
.cid-v2aNZIy3l3 .mbr-text,
.cid-v2aNZIy3l3 .text-wrapper {
  color: #666666;
}
.cid-v1Ww1tKTU9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-v1Ww1tKTU9 {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-v1Ww1tKTU9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1Ww1tKTU9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1Ww1tKTU9 .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v1Ww1tKTU9 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v1Ww1tKTU9 .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-v1Ww1tKTU9 .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v1Ww1tKTU9 .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v1Ww1tKTU9 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1Ww1tKTU9 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v1Ww1tKTU9 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v1Ww1tKTU9 .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v1Ww1tKTU9 .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-v1Ww1tKTU9 .image-wrapper {
    padding-left: 0;
  }
}
.cid-v1Ww1tKTU9 .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1Ww1tKTU9 .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-v1Ww1tKTU9 .image-wrapper img {
    height: 350px;
  }
}
.cid-v1Ww1tKTU9 .mbr-label {
  color: #a6adbf;
}
.cid-v1Ww1tKTU9 .mbr-section-title {
  color: #31572c;
}
.cid-v1Ww1tKTU9 .mbr-section-subtitle {
  color: #7b86a1;
}
.cid-v1Ww1tKTU9 .mbr-text,
.cid-v1Ww1tKTU9 .text-wrapper {
  color: #666666;
}
.cid-v1Ww1MqH7E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-v1Ww1MqH7E {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-v1Ww1MqH7E .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1Ww1MqH7E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1Ww1MqH7E .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v1Ww1MqH7E .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v1Ww1MqH7E .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-v1Ww1MqH7E .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v1Ww1MqH7E .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v1Ww1MqH7E .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1Ww1MqH7E .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v1Ww1MqH7E .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v1Ww1MqH7E .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v1Ww1MqH7E .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-v1Ww1MqH7E .image-wrapper {
    padding-left: 0;
  }
}
.cid-v1Ww1MqH7E .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1Ww1MqH7E .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-v1Ww1MqH7E .image-wrapper img {
    height: 350px;
  }
}
.cid-v1Ww1MqH7E .mbr-label {
  color: #a6adbf;
}
.cid-v1Ww1MqH7E .mbr-section-title {
  color: #31572c;
}
.cid-v1Ww1MqH7E .mbr-section-subtitle {
  color: #7b86a1;
}
.cid-v1Ww1MqH7E .mbr-text,
.cid-v1Ww1MqH7E .text-wrapper {
  color: #666666;
}
.cid-v1iO9iZzLM .navbar-dropdown {
  position: relative !important;
}
.cid-v1iO9iZzLM .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-v1iO9iZzLM .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v1iO9iZzLM .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-v1iO9iZzLM .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v1iO9iZzLM .dropdown-item {
  border: none !important;
  background: #121212 !important;
}
.cid-v1iO9iZzLM .dropdown-item:hover,
.cid-v1iO9iZzLM .dropdown-item:focus {
  background: #31572c !important;
  color: #121212 !important;
}
.cid-v1iO9iZzLM .dropdown-item:hover span {
  color: white;
}
.cid-v1iO9iZzLM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1iO9iZzLM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1iO9iZzLM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v1iO9iZzLM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1iO9iZzLM .nav-link {
  position: relative;
}
.cid-v1iO9iZzLM .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v1iO9iZzLM .container {
    flex-wrap: nowrap;
  }
}
.cid-v1iO9iZzLM .iconfont-wrapper {
  color: #31572c !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v1iO9iZzLM .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v1iO9iZzLM .dropdown-menu,
.cid-v1iO9iZzLM .navbar.opened {
  background: #121212 !important;
}
.cid-v1iO9iZzLM .nav-item:focus,
.cid-v1iO9iZzLM .nav-link:focus {
  outline: none;
}
.cid-v1iO9iZzLM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1iO9iZzLM .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v1iO9iZzLM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1iO9iZzLM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1iO9iZzLM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1iO9iZzLM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1iO9iZzLM .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #121212;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1iO9iZzLM .navbar.opened {
  transition: all 0.3s;
}
.cid-v1iO9iZzLM .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v1iO9iZzLM .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v1iO9iZzLM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1iO9iZzLM .navbar.collapsed {
  justify-content: center;
}
.cid-v1iO9iZzLM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1iO9iZzLM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1iO9iZzLM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v1iO9iZzLM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1iO9iZzLM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1iO9iZzLM .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-v1iO9iZzLM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1iO9iZzLM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1iO9iZzLM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1iO9iZzLM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1iO9iZzLM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1iO9iZzLM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1iO9iZzLM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1iO9iZzLM .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-v1iO9iZzLM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1iO9iZzLM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1iO9iZzLM .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v1iO9iZzLM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v1iO9iZzLM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1iO9iZzLM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1iO9iZzLM .navbar.navbar-short {
  min-height: 96px;
}
.cid-v1iO9iZzLM .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v1iO9iZzLM .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-v1iO9iZzLM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v1iO9iZzLM .navbar-brand .navbar-caption:hover,
.cid-v1iO9iZzLM .navbar-brand .navbar-caption:focus {
  color: #31572c !important;
}
.cid-v1iO9iZzLM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1iO9iZzLM .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v1iO9iZzLM .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.cid-v1iO9iZzLM .dropdown-item.active,
.cid-v1iO9iZzLM .dropdown-item:active {
  background-color: transparent;
}
.cid-v1iO9iZzLM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1iO9iZzLM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1iO9iZzLM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1iO9iZzLM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #121212;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v1iO9iZzLM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v1iO9iZzLM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v1iO9iZzLM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1iO9iZzLM ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v1iO9iZzLM ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v1iO9iZzLM .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-v1iO9iZzLM .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-v1iO9iZzLM .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v1iO9iZzLM .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v1iO9iZzLM 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: #121212 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1iO9iZzLM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #31572c;
}
.cid-v1iO9iZzLM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v1iO9iZzLM button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1iO9iZzLM button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1iO9iZzLM button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v1iO9iZzLM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1iO9iZzLM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1iO9iZzLM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1iO9iZzLM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1iO9iZzLM .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v1iO9iZzLM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1iO9iZzLM .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-v1iO9iZzLM .navbar {
    height: 70px;
  }
  .cid-v1iO9iZzLM .navbar.opened {
    height: auto;
  }
  .cid-v1iO9iZzLM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1iO9iZzLM .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-v1iO9iZzLM .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v1iO9iZzLM .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v1iO9iZzLM .nav-item .nav-link::after {
  color: #31572c !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v1iO9iZzLM .nav-item .nav-link:hover {
  background-color: #31572c;
  color: #121212 !important;
}
.cid-v1iO9iZzLM .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.cid-v1iO9iZzLM .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v1iO9iZzLM .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v1iO9iZzLM .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v1iO9iZzLM .navbar {
    justify-content: flex-start !important;
  }
  .cid-v1iO9iZzLM .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v1iO9iZzLM .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v1iO9iZzLM .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v1iO9iZzLM .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v1iO9iZzLM .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v1iO9iZzLM .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v1iO9iZzLM .content-wrap {
  min-height: 110px;
}
.cid-v1iO9iZzLM .mbr-section-btn .btn::after,
.cid-v1iO9iZzLM .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-v1iO9iZzLM .mbr-section-btn .btn:hover,
.cid-v1iO9iZzLM .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-v1iO9iZzLM .mbr-section-btn .btn:hover::after,
.cid-v1iO9iZzLM .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-v1hVzLTbpB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-v1hVzLTbpB {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-v1hVzLTbpB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1hVzLTbpB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1hVzLTbpB .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v1hVzLTbpB .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v1hVzLTbpB .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-v1hVzLTbpB .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v1hVzLTbpB .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v1hVzLTbpB .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1hVzLTbpB .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v1hVzLTbpB .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v1hVzLTbpB .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v1hVzLTbpB .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-v1hVzLTbpB .image-wrapper {
    padding-left: 0;
  }
}
.cid-v1hVzLTbpB .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1hVzLTbpB .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-v1hVzLTbpB .image-wrapper img {
    height: 350px;
  }
}
.cid-v1hVzLTbpB .mbr-label {
  color: #a6adbf;
}
.cid-v1hVzLTbpB .mbr-section-title {
  color: #31572c;
}
.cid-v1hVzLTbpB .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-v1hVzLTbpB .mbr-text,
.cid-v1hVzLTbpB .text-wrapper {
  color: #666666;
}
.cid-v1WwSkk5qW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-v1WwSkk5qW {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-v1WwSkk5qW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1WwSkk5qW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1WwSkk5qW .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v1WwSkk5qW .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v1WwSkk5qW .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-v1WwSkk5qW .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v1WwSkk5qW .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v1WwSkk5qW .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1WwSkk5qW .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v1WwSkk5qW .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v1WwSkk5qW .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v1WwSkk5qW .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-v1WwSkk5qW .image-wrapper {
    padding-left: 0;
  }
}
.cid-v1WwSkk5qW .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1WwSkk5qW .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-v1WwSkk5qW .image-wrapper img {
    height: 350px;
  }
}
.cid-v1WwSkk5qW .mbr-label {
  color: #a6adbf;
}
.cid-v1WwSkk5qW .mbr-section-title {
  color: #31572c;
}
.cid-v1WwSkk5qW .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-v1WwSkk5qW .mbr-text,
.cid-v1WwSkk5qW .text-wrapper {
  color: #666666;
}
.cid-v1WwSCmfUu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-v1WwSCmfUu {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-v1WwSCmfUu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1WwSCmfUu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1WwSCmfUu .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v1WwSCmfUu .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v1WwSCmfUu .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-v1WwSCmfUu .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v1WwSCmfUu .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v1WwSCmfUu .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1WwSCmfUu .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v1WwSCmfUu .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v1WwSCmfUu .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v1WwSCmfUu .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-v1WwSCmfUu .image-wrapper {
    padding-left: 0;
  }
}
.cid-v1WwSCmfUu .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1WwSCmfUu .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-v1WwSCmfUu .image-wrapper img {
    height: 350px;
  }
}
.cid-v1WwSCmfUu .mbr-label {
  color: #a6adbf;
}
.cid-v1WwSCmfUu .mbr-section-title {
  color: #31572c;
}
.cid-v1WwSCmfUu .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-v1WwSCmfUu .mbr-text,
.cid-v1WwSCmfUu .text-wrapper {
  color: #666666;
}
.cid-v1WwSNNGk9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-v1WwSNNGk9 {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-v1WwSNNGk9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1WwSNNGk9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1WwSNNGk9 .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v1WwSNNGk9 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v1WwSNNGk9 .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-v1WwSNNGk9 .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v1WwSNNGk9 .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v1WwSNNGk9 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1WwSNNGk9 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v1WwSNNGk9 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v1WwSNNGk9 .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v1WwSNNGk9 .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-v1WwSNNGk9 .image-wrapper {
    padding-left: 0;
  }
}
.cid-v1WwSNNGk9 .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1WwSNNGk9 .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-v1WwSNNGk9 .image-wrapper img {
    height: 350px;
  }
}
.cid-v1WwSNNGk9 .mbr-label {
  color: #a6adbf;
}
.cid-v1WwSNNGk9 .mbr-section-title {
  color: #31572c;
}
.cid-v1WwSNNGk9 .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-v1WwSNNGk9 .mbr-text,
.cid-v1WwSNNGk9 .text-wrapper {
  color: #666666;
}
.cid-v1WwSXpu14 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-v1WwSXpu14 {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-v1WwSXpu14 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1WwSXpu14 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1WwSXpu14 .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v1WwSXpu14 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v1WwSXpu14 .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-v1WwSXpu14 .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v1WwSXpu14 .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v1WwSXpu14 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1WwSXpu14 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v1WwSXpu14 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v1WwSXpu14 .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v1WwSXpu14 .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-v1WwSXpu14 .image-wrapper {
    padding-left: 0;
  }
}
.cid-v1WwSXpu14 .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1WwSXpu14 .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-v1WwSXpu14 .image-wrapper img {
    height: 350px;
  }
}
.cid-v1WwSXpu14 .mbr-label {
  color: #a6adbf;
}
.cid-v1WwSXpu14 .mbr-section-title {
  color: #31572c;
}
.cid-v1WwSXpu14 .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-v1WwSXpu14 .mbr-text,
.cid-v1WwSXpu14 .text-wrapper {
  color: #666666;
}
.cid-v1hVgYH6C2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-v1hVgYH6C2 {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-v1hVgYH6C2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1hVgYH6C2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1hVgYH6C2 .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v1hVgYH6C2 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v1hVgYH6C2 .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-v1hVgYH6C2 .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v1hVgYH6C2 .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v1hVgYH6C2 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1hVgYH6C2 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v1hVgYH6C2 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v1hVgYH6C2 .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v1hVgYH6C2 .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-v1hVgYH6C2 .image-wrapper {
    padding-left: 0;
  }
}
.cid-v1hVgYH6C2 .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1hVgYH6C2 .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-v1hVgYH6C2 .image-wrapper img {
    height: 350px;
  }
}
.cid-v1hVgYH6C2 .mbr-label {
  color: #a6adbf;
}
.cid-v1hVgYH6C2 .mbr-section-title {
  color: #31572c;
}
.cid-v1hVgYH6C2 .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-v1hVgYH6C2 .mbr-text,
.cid-v1hVgYH6C2 .text-wrapper {
  color: #666666;
}
.cid-v1hVzhY550 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-v1hVzhY550 {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-v1hVzhY550 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1hVzhY550 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1hVzhY550 .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v1hVzhY550 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v1hVzhY550 .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-v1hVzhY550 .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v1hVzhY550 .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v1hVzhY550 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1hVzhY550 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v1hVzhY550 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v1hVzhY550 .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v1hVzhY550 .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-v1hVzhY550 .image-wrapper {
    padding-left: 0;
  }
}
.cid-v1hVzhY550 .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1hVzhY550 .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-v1hVzhY550 .image-wrapper img {
    height: 350px;
  }
}
.cid-v1hVzhY550 .mbr-label {
  color: #a6adbf;
}
.cid-v1hVzhY550 .mbr-section-title {
  color: #31572c;
}
.cid-v1hVzhY550 .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-v1hVzhY550 .mbr-text,
.cid-v1hVzhY550 .text-wrapper {
  color: #666666;
}
.cid-v1iO9iZzLM .navbar-dropdown {
  position: relative !important;
}
.cid-v1iO9iZzLM .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-v1iO9iZzLM .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v1iO9iZzLM .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-v1iO9iZzLM .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v1iO9iZzLM .dropdown-item {
  border: none !important;
  background: #121212 !important;
}
.cid-v1iO9iZzLM .dropdown-item:hover,
.cid-v1iO9iZzLM .dropdown-item:focus {
  background: #31572c !important;
  color: #121212 !important;
}
.cid-v1iO9iZzLM .dropdown-item:hover span {
  color: white;
}
.cid-v1iO9iZzLM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1iO9iZzLM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1iO9iZzLM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v1iO9iZzLM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1iO9iZzLM .nav-link {
  position: relative;
}
.cid-v1iO9iZzLM .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v1iO9iZzLM .container {
    flex-wrap: nowrap;
  }
}
.cid-v1iO9iZzLM .iconfont-wrapper {
  color: #31572c !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v1iO9iZzLM .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v1iO9iZzLM .dropdown-menu,
.cid-v1iO9iZzLM .navbar.opened {
  background: #121212 !important;
}
.cid-v1iO9iZzLM .nav-item:focus,
.cid-v1iO9iZzLM .nav-link:focus {
  outline: none;
}
.cid-v1iO9iZzLM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1iO9iZzLM .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v1iO9iZzLM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1iO9iZzLM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1iO9iZzLM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1iO9iZzLM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1iO9iZzLM .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #121212;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1iO9iZzLM .navbar.opened {
  transition: all 0.3s;
}
.cid-v1iO9iZzLM .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v1iO9iZzLM .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v1iO9iZzLM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1iO9iZzLM .navbar.collapsed {
  justify-content: center;
}
.cid-v1iO9iZzLM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1iO9iZzLM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1iO9iZzLM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v1iO9iZzLM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1iO9iZzLM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1iO9iZzLM .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-v1iO9iZzLM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1iO9iZzLM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1iO9iZzLM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1iO9iZzLM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1iO9iZzLM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1iO9iZzLM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1iO9iZzLM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1iO9iZzLM .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-v1iO9iZzLM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1iO9iZzLM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1iO9iZzLM .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v1iO9iZzLM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v1iO9iZzLM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1iO9iZzLM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1iO9iZzLM .navbar.navbar-short {
  min-height: 96px;
}
.cid-v1iO9iZzLM .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v1iO9iZzLM .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-v1iO9iZzLM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v1iO9iZzLM .navbar-brand .navbar-caption:hover,
.cid-v1iO9iZzLM .navbar-brand .navbar-caption:focus {
  color: #31572c !important;
}
.cid-v1iO9iZzLM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1iO9iZzLM .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v1iO9iZzLM .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.cid-v1iO9iZzLM .dropdown-item.active,
.cid-v1iO9iZzLM .dropdown-item:active {
  background-color: transparent;
}
.cid-v1iO9iZzLM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1iO9iZzLM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1iO9iZzLM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1iO9iZzLM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #121212;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v1iO9iZzLM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v1iO9iZzLM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v1iO9iZzLM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1iO9iZzLM ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v1iO9iZzLM ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v1iO9iZzLM .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-v1iO9iZzLM .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-v1iO9iZzLM .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v1iO9iZzLM .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v1iO9iZzLM 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: #121212 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1iO9iZzLM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #31572c;
}
.cid-v1iO9iZzLM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v1iO9iZzLM button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1iO9iZzLM button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1iO9iZzLM button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v1iO9iZzLM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1iO9iZzLM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1iO9iZzLM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1iO9iZzLM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1iO9iZzLM .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v1iO9iZzLM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1iO9iZzLM .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-v1iO9iZzLM .navbar {
    height: 70px;
  }
  .cid-v1iO9iZzLM .navbar.opened {
    height: auto;
  }
  .cid-v1iO9iZzLM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1iO9iZzLM .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-v1iO9iZzLM .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v1iO9iZzLM .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v1iO9iZzLM .nav-item .nav-link::after {
  color: #31572c !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v1iO9iZzLM .nav-item .nav-link:hover {
  background-color: #31572c;
  color: #121212 !important;
}
.cid-v1iO9iZzLM .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.cid-v1iO9iZzLM .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v1iO9iZzLM .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v1iO9iZzLM .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v1iO9iZzLM .navbar {
    justify-content: flex-start !important;
  }
  .cid-v1iO9iZzLM .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v1iO9iZzLM .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v1iO9iZzLM .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v1iO9iZzLM .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v1iO9iZzLM .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v1iO9iZzLM .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v1iO9iZzLM .content-wrap {
  min-height: 110px;
}
.cid-v1iO9iZzLM .mbr-section-btn .btn::after,
.cid-v1iO9iZzLM .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-v1iO9iZzLM .mbr-section-btn .btn:hover,
.cid-v1iO9iZzLM .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-v1iO9iZzLM .mbr-section-btn .btn:hover::after,
.cid-v1iO9iZzLM .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-v1i3e7z4H8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v1i3e7z4H8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1i3e7z4H8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1i3e7z4H8 .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v1i3e7z4H8 .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v1i3e7z4H8 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1i3e7z4H8 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v1i3e7z4H8 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-v1i3e7z4H8 .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v1i3e7z4H8 .mbr-section-title {
  color: #111111;
}
.cid-v1i3e7z4H8 .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-v1i3e7z4H8 .mbr-text,
.cid-v1i3e7z4H8 .text-wrapper {
  color: #666666;
}
.cid-v1i3e7z4H8 .mbr-section-title,
.cid-v1i3e7z4H8 .mbr-section-btn {
  color: #31572c;
}
.cid-v1iO9iZzLM .navbar-dropdown {
  position: relative !important;
}
.cid-v1iO9iZzLM .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-v1iO9iZzLM .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v1iO9iZzLM .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-v1iO9iZzLM .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v1iO9iZzLM .dropdown-item {
  border: none !important;
  background: #121212 !important;
}
.cid-v1iO9iZzLM .dropdown-item:hover,
.cid-v1iO9iZzLM .dropdown-item:focus {
  background: #31572c !important;
  color: #121212 !important;
}
.cid-v1iO9iZzLM .dropdown-item:hover span {
  color: white;
}
.cid-v1iO9iZzLM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1iO9iZzLM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1iO9iZzLM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v1iO9iZzLM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1iO9iZzLM .nav-link {
  position: relative;
}
.cid-v1iO9iZzLM .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v1iO9iZzLM .container {
    flex-wrap: nowrap;
  }
}
.cid-v1iO9iZzLM .iconfont-wrapper {
  color: #31572c !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v1iO9iZzLM .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v1iO9iZzLM .dropdown-menu,
.cid-v1iO9iZzLM .navbar.opened {
  background: #121212 !important;
}
.cid-v1iO9iZzLM .nav-item:focus,
.cid-v1iO9iZzLM .nav-link:focus {
  outline: none;
}
.cid-v1iO9iZzLM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1iO9iZzLM .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v1iO9iZzLM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1iO9iZzLM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1iO9iZzLM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1iO9iZzLM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1iO9iZzLM .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #121212;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1iO9iZzLM .navbar.opened {
  transition: all 0.3s;
}
.cid-v1iO9iZzLM .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v1iO9iZzLM .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v1iO9iZzLM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1iO9iZzLM .navbar.collapsed {
  justify-content: center;
}
.cid-v1iO9iZzLM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1iO9iZzLM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1iO9iZzLM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v1iO9iZzLM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1iO9iZzLM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1iO9iZzLM .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-v1iO9iZzLM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1iO9iZzLM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1iO9iZzLM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1iO9iZzLM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1iO9iZzLM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1iO9iZzLM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1iO9iZzLM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1iO9iZzLM .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-v1iO9iZzLM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1iO9iZzLM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1iO9iZzLM .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v1iO9iZzLM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v1iO9iZzLM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1iO9iZzLM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1iO9iZzLM .navbar.navbar-short {
  min-height: 96px;
}
.cid-v1iO9iZzLM .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v1iO9iZzLM .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-v1iO9iZzLM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v1iO9iZzLM .navbar-brand .navbar-caption:hover,
.cid-v1iO9iZzLM .navbar-brand .navbar-caption:focus {
  color: #31572c !important;
}
.cid-v1iO9iZzLM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1iO9iZzLM .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v1iO9iZzLM .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.cid-v1iO9iZzLM .dropdown-item.active,
.cid-v1iO9iZzLM .dropdown-item:active {
  background-color: transparent;
}
.cid-v1iO9iZzLM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1iO9iZzLM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1iO9iZzLM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1iO9iZzLM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #121212;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v1iO9iZzLM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v1iO9iZzLM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v1iO9iZzLM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1iO9iZzLM ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v1iO9iZzLM ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v1iO9iZzLM .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-v1iO9iZzLM .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-v1iO9iZzLM .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v1iO9iZzLM .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v1iO9iZzLM 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: #121212 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1iO9iZzLM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #31572c;
}
.cid-v1iO9iZzLM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v1iO9iZzLM button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1iO9iZzLM button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1iO9iZzLM button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v1iO9iZzLM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1iO9iZzLM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1iO9iZzLM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1iO9iZzLM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1iO9iZzLM .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v1iO9iZzLM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1iO9iZzLM .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-v1iO9iZzLM .navbar {
    height: 70px;
  }
  .cid-v1iO9iZzLM .navbar.opened {
    height: auto;
  }
  .cid-v1iO9iZzLM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1iO9iZzLM .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-v1iO9iZzLM .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v1iO9iZzLM .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v1iO9iZzLM .nav-item .nav-link::after {
  color: #31572c !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v1iO9iZzLM .nav-item .nav-link:hover {
  background-color: #31572c;
  color: #121212 !important;
}
.cid-v1iO9iZzLM .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.cid-v1iO9iZzLM .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v1iO9iZzLM .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v1iO9iZzLM .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v1iO9iZzLM .navbar {
    justify-content: flex-start !important;
  }
  .cid-v1iO9iZzLM .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v1iO9iZzLM .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v1iO9iZzLM .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v1iO9iZzLM .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v1iO9iZzLM .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v1iO9iZzLM .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v1iO9iZzLM .content-wrap {
  min-height: 110px;
}
.cid-v1iO9iZzLM .mbr-section-btn .btn::after,
.cid-v1iO9iZzLM .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-v1iO9iZzLM .mbr-section-btn .btn:hover,
.cid-v1iO9iZzLM .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-v1iO9iZzLM .mbr-section-btn .btn:hover::after,
.cid-v1iO9iZzLM .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-v1i2heEw4q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v1i2heEw4q .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1i2heEw4q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1i2heEw4q .card {
  justify-content: center;
}
.cid-v1i2heEw4q .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-v1i2heEw4q .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-v1i2heEw4q .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-v1i2heEw4q .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-v1i2heEw4q .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1i2heEw4q .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v1i2heEw4q .content-wrapper .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-v1i2heEw4q .content-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-v1i2heEw4q .content-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-v1i2heEw4q .content-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: #f4f6fa;
  padding: 15px 24px;
  box-shadow: none;
  border: 1px solid #e1e7f2 !important;
  margin-bottom: 16px;
}
.cid-v1i2heEw4q .content-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #afb5c5;
}
.cid-v1i2heEw4q .content-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-v1i2heEw4q .content-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #a6adbf !important;
}
.cid-v1i2heEw4q .content-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 64px;
}
.cid-v1i2heEw4q .content-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-v1i2heEw4q .content-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #afb5c5;
  border-color: #afb5c5;
}
.cid-v1i2heEw4q .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-v1i2heEw4q .content-wrapper .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-v1i2heEw4q .content-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-v1i2heEw4q .image-wrapper img {
  height: 680px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1i2heEw4q .image-wrapper img {
    height: 550px;
  }
}
@media (max-width: 992px) {
  .cid-v1i2heEw4q .image-wrapper img {
    height: 350px;
  }
}
.cid-v1i2heEw4q .mbr-label {
  color: #111111;
}
.cid-v1i2heEw4q .mbr-section-title {
  color: #111111;
}
.cid-v1i2heEw4q .mbr-section-subtitle {
  color: #31572c;
}
.cid-v1iO9iZzLM .navbar-dropdown {
  position: relative !important;
}
.cid-v1iO9iZzLM .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-v1iO9iZzLM .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v1iO9iZzLM .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-v1iO9iZzLM .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v1iO9iZzLM .dropdown-item {
  border: none !important;
  background: #121212 !important;
}
.cid-v1iO9iZzLM .dropdown-item:hover,
.cid-v1iO9iZzLM .dropdown-item:focus {
  background: #31572c !important;
  color: #121212 !important;
}
.cid-v1iO9iZzLM .dropdown-item:hover span {
  color: white;
}
.cid-v1iO9iZzLM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1iO9iZzLM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1iO9iZzLM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v1iO9iZzLM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1iO9iZzLM .nav-link {
  position: relative;
}
.cid-v1iO9iZzLM .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v1iO9iZzLM .container {
    flex-wrap: nowrap;
  }
}
.cid-v1iO9iZzLM .iconfont-wrapper {
  color: #31572c !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v1iO9iZzLM .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v1iO9iZzLM .dropdown-menu,
.cid-v1iO9iZzLM .navbar.opened {
  background: #121212 !important;
}
.cid-v1iO9iZzLM .nav-item:focus,
.cid-v1iO9iZzLM .nav-link:focus {
  outline: none;
}
.cid-v1iO9iZzLM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1iO9iZzLM .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v1iO9iZzLM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1iO9iZzLM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1iO9iZzLM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1iO9iZzLM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1iO9iZzLM .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #121212;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1iO9iZzLM .navbar.opened {
  transition: all 0.3s;
}
.cid-v1iO9iZzLM .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v1iO9iZzLM .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v1iO9iZzLM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1iO9iZzLM .navbar.collapsed {
  justify-content: center;
}
.cid-v1iO9iZzLM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1iO9iZzLM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1iO9iZzLM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v1iO9iZzLM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1iO9iZzLM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1iO9iZzLM .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-v1iO9iZzLM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1iO9iZzLM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1iO9iZzLM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1iO9iZzLM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1iO9iZzLM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1iO9iZzLM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1iO9iZzLM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1iO9iZzLM .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-v1iO9iZzLM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1iO9iZzLM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1iO9iZzLM .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v1iO9iZzLM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v1iO9iZzLM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1iO9iZzLM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1iO9iZzLM .navbar.navbar-short {
  min-height: 96px;
}
.cid-v1iO9iZzLM .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v1iO9iZzLM .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-v1iO9iZzLM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v1iO9iZzLM .navbar-brand .navbar-caption:hover,
.cid-v1iO9iZzLM .navbar-brand .navbar-caption:focus {
  color: #31572c !important;
}
.cid-v1iO9iZzLM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1iO9iZzLM .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v1iO9iZzLM .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.cid-v1iO9iZzLM .dropdown-item.active,
.cid-v1iO9iZzLM .dropdown-item:active {
  background-color: transparent;
}
.cid-v1iO9iZzLM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1iO9iZzLM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1iO9iZzLM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1iO9iZzLM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #121212;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v1iO9iZzLM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v1iO9iZzLM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v1iO9iZzLM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1iO9iZzLM ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v1iO9iZzLM ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v1iO9iZzLM .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-v1iO9iZzLM .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-v1iO9iZzLM .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v1iO9iZzLM .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v1iO9iZzLM 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: #121212 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1iO9iZzLM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #31572c;
}
.cid-v1iO9iZzLM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v1iO9iZzLM button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1iO9iZzLM button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1iO9iZzLM button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v1iO9iZzLM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1iO9iZzLM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1iO9iZzLM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1iO9iZzLM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1iO9iZzLM .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v1iO9iZzLM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1iO9iZzLM .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-v1iO9iZzLM .navbar {
    height: 70px;
  }
  .cid-v1iO9iZzLM .navbar.opened {
    height: auto;
  }
  .cid-v1iO9iZzLM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1iO9iZzLM .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-v1iO9iZzLM .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v1iO9iZzLM .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v1iO9iZzLM .nav-item .nav-link::after {
  color: #31572c !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v1iO9iZzLM .nav-item .nav-link:hover {
  background-color: #31572c;
  color: #121212 !important;
}
.cid-v1iO9iZzLM .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.cid-v1iO9iZzLM .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v1iO9iZzLM .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v1iO9iZzLM .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v1iO9iZzLM .navbar {
    justify-content: flex-start !important;
  }
  .cid-v1iO9iZzLM .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v1iO9iZzLM .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v1iO9iZzLM .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v1iO9iZzLM .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v1iO9iZzLM .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v1iO9iZzLM .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v1iO9iZzLM .content-wrap {
  min-height: 110px;
}
.cid-v1iO9iZzLM .mbr-section-btn .btn::after,
.cid-v1iO9iZzLM .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-v1iO9iZzLM .mbr-section-btn .btn:hover,
.cid-v1iO9iZzLM .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-v1iO9iZzLM .mbr-section-btn .btn:hover::after,
.cid-v1iO9iZzLM .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
#custom-html-j {
  /* Type valid CSS here */
}
#custom-html-j div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-j p {
  font-size: 60px;
  color: #777;
}
.cid-v1iO9iZzLM .navbar-dropdown {
  position: relative !important;
}
.cid-v1iO9iZzLM .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-v1iO9iZzLM .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v1iO9iZzLM .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-v1iO9iZzLM .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v1iO9iZzLM .dropdown-item {
  border: none !important;
  background: #121212 !important;
}
.cid-v1iO9iZzLM .dropdown-item:hover,
.cid-v1iO9iZzLM .dropdown-item:focus {
  background: #31572c !important;
  color: #121212 !important;
}
.cid-v1iO9iZzLM .dropdown-item:hover span {
  color: white;
}
.cid-v1iO9iZzLM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1iO9iZzLM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1iO9iZzLM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v1iO9iZzLM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1iO9iZzLM .nav-link {
  position: relative;
}
.cid-v1iO9iZzLM .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v1iO9iZzLM .container {
    flex-wrap: nowrap;
  }
}
.cid-v1iO9iZzLM .iconfont-wrapper {
  color: #31572c !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v1iO9iZzLM .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v1iO9iZzLM .dropdown-menu,
.cid-v1iO9iZzLM .navbar.opened {
  background: #121212 !important;
}
.cid-v1iO9iZzLM .nav-item:focus,
.cid-v1iO9iZzLM .nav-link:focus {
  outline: none;
}
.cid-v1iO9iZzLM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1iO9iZzLM .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v1iO9iZzLM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1iO9iZzLM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1iO9iZzLM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1iO9iZzLM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1iO9iZzLM .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #121212;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1iO9iZzLM .navbar.opened {
  transition: all 0.3s;
}
.cid-v1iO9iZzLM .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v1iO9iZzLM .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v1iO9iZzLM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1iO9iZzLM .navbar.collapsed {
  justify-content: center;
}
.cid-v1iO9iZzLM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1iO9iZzLM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1iO9iZzLM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v1iO9iZzLM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1iO9iZzLM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1iO9iZzLM .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-v1iO9iZzLM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1iO9iZzLM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1iO9iZzLM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1iO9iZzLM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1iO9iZzLM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1iO9iZzLM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1iO9iZzLM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1iO9iZzLM .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-v1iO9iZzLM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1iO9iZzLM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1iO9iZzLM .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v1iO9iZzLM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v1iO9iZzLM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1iO9iZzLM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1iO9iZzLM .navbar.navbar-short {
  min-height: 96px;
}
.cid-v1iO9iZzLM .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v1iO9iZzLM .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-v1iO9iZzLM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v1iO9iZzLM .navbar-brand .navbar-caption:hover,
.cid-v1iO9iZzLM .navbar-brand .navbar-caption:focus {
  color: #31572c !important;
}
.cid-v1iO9iZzLM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1iO9iZzLM .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v1iO9iZzLM .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.cid-v1iO9iZzLM .dropdown-item.active,
.cid-v1iO9iZzLM .dropdown-item:active {
  background-color: transparent;
}
.cid-v1iO9iZzLM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1iO9iZzLM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1iO9iZzLM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1iO9iZzLM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #121212;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v1iO9iZzLM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v1iO9iZzLM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v1iO9iZzLM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1iO9iZzLM ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v1iO9iZzLM ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v1iO9iZzLM .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-v1iO9iZzLM .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-v1iO9iZzLM .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v1iO9iZzLM .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v1iO9iZzLM 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: #121212 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1iO9iZzLM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #31572c;
}
.cid-v1iO9iZzLM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v1iO9iZzLM button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1iO9iZzLM button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1iO9iZzLM button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v1iO9iZzLM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1iO9iZzLM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1iO9iZzLM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1iO9iZzLM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1iO9iZzLM .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v1iO9iZzLM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1iO9iZzLM .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-v1iO9iZzLM .navbar {
    height: 70px;
  }
  .cid-v1iO9iZzLM .navbar.opened {
    height: auto;
  }
  .cid-v1iO9iZzLM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1iO9iZzLM .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-v1iO9iZzLM .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v1iO9iZzLM .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v1iO9iZzLM .nav-item .nav-link::after {
  color: #31572c !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v1iO9iZzLM .nav-item .nav-link:hover {
  background-color: #31572c;
  color: #121212 !important;
}
.cid-v1iO9iZzLM .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.cid-v1iO9iZzLM .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v1iO9iZzLM .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v1iO9iZzLM .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v1iO9iZzLM .navbar {
    justify-content: flex-start !important;
  }
  .cid-v1iO9iZzLM .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v1iO9iZzLM .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v1iO9iZzLM .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v1iO9iZzLM .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v1iO9iZzLM .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v1iO9iZzLM .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v1iO9iZzLM .content-wrap {
  min-height: 110px;
}
.cid-v1iO9iZzLM .mbr-section-btn .btn::after,
.cid-v1iO9iZzLM .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-v1iO9iZzLM .mbr-section-btn .btn:hover,
.cid-v1iO9iZzLM .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-v1iO9iZzLM .mbr-section-btn .btn:hover::after,
.cid-v1iO9iZzLM .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-v1HgNABOSp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-v1HgNABOSp {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-v1HgNABOSp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1HgNABOSp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1HgNABOSp .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v1HgNABOSp .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v1HgNABOSp .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-v1HgNABOSp .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v1HgNABOSp .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v1HgNABOSp .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1HgNABOSp .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v1HgNABOSp .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v1HgNABOSp .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v1HgNABOSp .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-v1HgNABOSp .image-wrapper {
    padding-left: 0;
  }
}
.cid-v1HgNABOSp .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1HgNABOSp .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-v1HgNABOSp .image-wrapper img {
    height: 350px;
  }
}
.cid-v1HgNABOSp .mbr-label {
  color: #a6adbf;
}
.cid-v1HgNABOSp .mbr-section-title {
  color: #31572c;
}
.cid-v1HgNABOSp .mbr-section-subtitle {
  color: #7b86a1;
}
.cid-v1HgNABOSp .mbr-text,
.cid-v1HgNABOSp .text-wrapper {
  color: #666666;
}
.cid-v1HiipVmoo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-v1HiipVmoo {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-v1HiipVmoo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1HiipVmoo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1HiipVmoo .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v1HiipVmoo .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v1HiipVmoo .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-v1HiipVmoo .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v1HiipVmoo .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v1HiipVmoo .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1HiipVmoo .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v1HiipVmoo .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v1HiipVmoo .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v1HiipVmoo .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-v1HiipVmoo .image-wrapper {
    padding-left: 0;
  }
}
.cid-v1HiipVmoo .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1HiipVmoo .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-v1HiipVmoo .image-wrapper img {
    height: 350px;
  }
}
.cid-v1HiipVmoo .mbr-label {
  color: #a6adbf;
}
.cid-v1HiipVmoo .mbr-section-title {
  color: #31572c;
}
.cid-v1HiipVmoo .mbr-section-subtitle {
  color: #7b86a1;
}
.cid-v1HiipVmoo .mbr-text,
.cid-v1HiipVmoo .text-wrapper {
  color: #666666;
}
.cid-v1HiiLFOJ2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-v1HiiLFOJ2 {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-v1HiiLFOJ2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1HiiLFOJ2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1HiiLFOJ2 .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v1HiiLFOJ2 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v1HiiLFOJ2 .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-v1HiiLFOJ2 .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v1HiiLFOJ2 .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v1HiiLFOJ2 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1HiiLFOJ2 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v1HiiLFOJ2 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v1HiiLFOJ2 .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v1HiiLFOJ2 .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-v1HiiLFOJ2 .image-wrapper {
    padding-left: 0;
  }
}
.cid-v1HiiLFOJ2 .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1HiiLFOJ2 .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-v1HiiLFOJ2 .image-wrapper img {
    height: 350px;
  }
}
.cid-v1HiiLFOJ2 .mbr-label {
  color: #a6adbf;
}
.cid-v1HiiLFOJ2 .mbr-section-title {
  color: #31572c;
}
.cid-v1HiiLFOJ2 .mbr-section-subtitle {
  color: #7b86a1;
}
.cid-v1HiiLFOJ2 .mbr-text,
.cid-v1HiiLFOJ2 .text-wrapper {
  color: #666666;
}
.cid-v1iO9iZzLM .navbar-dropdown {
  position: relative !important;
}
.cid-v1iO9iZzLM .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-v1iO9iZzLM .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v1iO9iZzLM .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-v1iO9iZzLM .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v1iO9iZzLM .dropdown-item {
  border: none !important;
  background: #121212 !important;
}
.cid-v1iO9iZzLM .dropdown-item:hover,
.cid-v1iO9iZzLM .dropdown-item:focus {
  background: #31572c !important;
  color: #121212 !important;
}
.cid-v1iO9iZzLM .dropdown-item:hover span {
  color: white;
}
.cid-v1iO9iZzLM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1iO9iZzLM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1iO9iZzLM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v1iO9iZzLM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1iO9iZzLM .nav-link {
  position: relative;
}
.cid-v1iO9iZzLM .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v1iO9iZzLM .container {
    flex-wrap: nowrap;
  }
}
.cid-v1iO9iZzLM .iconfont-wrapper {
  color: #31572c !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v1iO9iZzLM .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v1iO9iZzLM .dropdown-menu,
.cid-v1iO9iZzLM .navbar.opened {
  background: #121212 !important;
}
.cid-v1iO9iZzLM .nav-item:focus,
.cid-v1iO9iZzLM .nav-link:focus {
  outline: none;
}
.cid-v1iO9iZzLM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1iO9iZzLM .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v1iO9iZzLM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1iO9iZzLM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1iO9iZzLM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1iO9iZzLM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1iO9iZzLM .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #121212;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1iO9iZzLM .navbar.opened {
  transition: all 0.3s;
}
.cid-v1iO9iZzLM .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v1iO9iZzLM .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v1iO9iZzLM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1iO9iZzLM .navbar.collapsed {
  justify-content: center;
}
.cid-v1iO9iZzLM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1iO9iZzLM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1iO9iZzLM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v1iO9iZzLM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1iO9iZzLM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1iO9iZzLM .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-v1iO9iZzLM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1iO9iZzLM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1iO9iZzLM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1iO9iZzLM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1iO9iZzLM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1iO9iZzLM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1iO9iZzLM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1iO9iZzLM .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-v1iO9iZzLM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1iO9iZzLM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1iO9iZzLM .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v1iO9iZzLM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v1iO9iZzLM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1iO9iZzLM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1iO9iZzLM .navbar.navbar-short {
  min-height: 96px;
}
.cid-v1iO9iZzLM .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v1iO9iZzLM .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-v1iO9iZzLM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v1iO9iZzLM .navbar-brand .navbar-caption:hover,
.cid-v1iO9iZzLM .navbar-brand .navbar-caption:focus {
  color: #31572c !important;
}
.cid-v1iO9iZzLM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1iO9iZzLM .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v1iO9iZzLM .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.cid-v1iO9iZzLM .dropdown-item.active,
.cid-v1iO9iZzLM .dropdown-item:active {
  background-color: transparent;
}
.cid-v1iO9iZzLM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1iO9iZzLM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1iO9iZzLM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1iO9iZzLM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #121212;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v1iO9iZzLM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v1iO9iZzLM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v1iO9iZzLM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1iO9iZzLM ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v1iO9iZzLM ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v1iO9iZzLM .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-v1iO9iZzLM .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-v1iO9iZzLM .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v1iO9iZzLM .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v1iO9iZzLM 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: #121212 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1iO9iZzLM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #31572c;
}
.cid-v1iO9iZzLM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v1iO9iZzLM button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1iO9iZzLM button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1iO9iZzLM button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v1iO9iZzLM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1iO9iZzLM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1iO9iZzLM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1iO9iZzLM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1iO9iZzLM .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v1iO9iZzLM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1iO9iZzLM .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-v1iO9iZzLM .navbar {
    height: 70px;
  }
  .cid-v1iO9iZzLM .navbar.opened {
    height: auto;
  }
  .cid-v1iO9iZzLM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1iO9iZzLM .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-v1iO9iZzLM .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v1iO9iZzLM .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v1iO9iZzLM .nav-item .nav-link::after {
  color: #31572c !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v1iO9iZzLM .nav-item .nav-link:hover {
  background-color: #31572c;
  color: #121212 !important;
}
.cid-v1iO9iZzLM .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.cid-v1iO9iZzLM .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v1iO9iZzLM .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v1iO9iZzLM .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v1iO9iZzLM .navbar {
    justify-content: flex-start !important;
  }
  .cid-v1iO9iZzLM .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v1iO9iZzLM .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v1iO9iZzLM .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v1iO9iZzLM .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v1iO9iZzLM .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v1iO9iZzLM .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v1iO9iZzLM .content-wrap {
  min-height: 110px;
}
.cid-v1iO9iZzLM .mbr-section-btn .btn::after,
.cid-v1iO9iZzLM .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-v1iO9iZzLM .mbr-section-btn .btn:hover,
.cid-v1iO9iZzLM .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-v1iO9iZzLM .mbr-section-btn .btn:hover::after,
.cid-v1iO9iZzLM .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-v1iBLqfxbY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-v1iBLqfxbY {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-v1iBLqfxbY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1iBLqfxbY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1iBLqfxbY .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v1iBLqfxbY .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v1iBLqfxbY .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-v1iBLqfxbY .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v1iBLqfxbY .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v1iBLqfxbY .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1iBLqfxbY .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v1iBLqfxbY .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v1iBLqfxbY .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v1iBLqfxbY .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-v1iBLqfxbY .image-wrapper {
    padding-left: 0;
  }
}
.cid-v1iBLqfxbY .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1iBLqfxbY .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-v1iBLqfxbY .image-wrapper img {
    height: 350px;
  }
}
.cid-v1iBLqfxbY .mbr-label {
  color: #a6adbf;
}
.cid-v1iBLqfxbY .mbr-section-title {
  color: #31572c;
}
.cid-v1iBLqfxbY .mbr-section-subtitle {
  color: #7b86a1;
}
.cid-v1iBLqfxbY .mbr-text,
.cid-v1iBLqfxbY .text-wrapper {
  color: #666666;
}
.cid-v2mrRQIWyK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-v2mrRQIWyK {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-v2mrRQIWyK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2mrRQIWyK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2mrRQIWyK .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v2mrRQIWyK .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v2mrRQIWyK .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-v2mrRQIWyK .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v2mrRQIWyK .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v2mrRQIWyK .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2mrRQIWyK .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v2mrRQIWyK .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v2mrRQIWyK .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v2mrRQIWyK .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-v2mrRQIWyK .image-wrapper {
    padding-left: 0;
  }
}
.cid-v2mrRQIWyK .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v2mrRQIWyK .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-v2mrRQIWyK .image-wrapper img {
    height: 350px;
  }
}
.cid-v2mrRQIWyK .mbr-label {
  color: #a6adbf;
}
.cid-v2mrRQIWyK .mbr-section-title {
  color: #31572c;
}
.cid-v2mrRQIWyK .mbr-section-subtitle {
  color: #7b86a1;
}
.cid-v2mrRQIWyK .mbr-text,
.cid-v2mrRQIWyK .text-wrapper {
  color: #666666;
}
.cid-v1NYNihCyY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-v1NYNihCyY {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-v1NYNihCyY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1NYNihCyY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1NYNihCyY .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v1NYNihCyY .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v1NYNihCyY .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-v1NYNihCyY .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v1NYNihCyY .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v1NYNihCyY .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1NYNihCyY .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v1NYNihCyY .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v1NYNihCyY .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v1NYNihCyY .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-v1NYNihCyY .image-wrapper {
    padding-left: 0;
  }
}
.cid-v1NYNihCyY .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1NYNihCyY .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-v1NYNihCyY .image-wrapper img {
    height: 350px;
  }
}
.cid-v1NYNihCyY .mbr-label {
  color: #a6adbf;
}
.cid-v1NYNihCyY .mbr-section-title {
  color: #31572c;
}
.cid-v1NYNihCyY .mbr-section-subtitle {
  color: #7b86a1;
}
.cid-v1NYNihCyY .mbr-text,
.cid-v1NYNihCyY .text-wrapper {
  color: #666666;
}
.cid-v1Bsxbgy1c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-v1Bsxbgy1c {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-v1Bsxbgy1c .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1Bsxbgy1c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1Bsxbgy1c .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v1Bsxbgy1c .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v1Bsxbgy1c .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-v1Bsxbgy1c .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v1Bsxbgy1c .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v1Bsxbgy1c .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1Bsxbgy1c .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v1Bsxbgy1c .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v1Bsxbgy1c .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v1Bsxbgy1c .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-v1Bsxbgy1c .image-wrapper {
    padding-left: 0;
  }
}
.cid-v1Bsxbgy1c .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1Bsxbgy1c .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-v1Bsxbgy1c .image-wrapper img {
    height: 350px;
  }
}
.cid-v1Bsxbgy1c .mbr-label {
  color: #a6adbf;
}
.cid-v1Bsxbgy1c .mbr-section-title {
  color: #31572c;
}
.cid-v1Bsxbgy1c .mbr-section-subtitle {
  color: #7b86a1;
}
.cid-v1Bsxbgy1c .mbr-text,
.cid-v1Bsxbgy1c .text-wrapper {
  color: #666666;
}
.cid-v1BsxzFyj7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-v1BsxzFyj7 {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-v1BsxzFyj7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1BsxzFyj7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1BsxzFyj7 .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v1BsxzFyj7 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v1BsxzFyj7 .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-v1BsxzFyj7 .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v1BsxzFyj7 .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v1BsxzFyj7 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1BsxzFyj7 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v1BsxzFyj7 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v1BsxzFyj7 .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v1BsxzFyj7 .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-v1BsxzFyj7 .image-wrapper {
    padding-left: 0;
  }
}
.cid-v1BsxzFyj7 .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1BsxzFyj7 .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-v1BsxzFyj7 .image-wrapper img {
    height: 350px;
  }
}
.cid-v1BsxzFyj7 .mbr-label {
  color: #a6adbf;
}
.cid-v1BsxzFyj7 .mbr-section-title {
  color: #31572c;
}
.cid-v1BsxzFyj7 .mbr-section-subtitle {
  color: #7b86a1;
}
.cid-v1BsxzFyj7 .mbr-text,
.cid-v1BsxzFyj7 .text-wrapper {
  color: #666666;
}
.cid-v1vG057Tcg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-v1vG057Tcg {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-v1vG057Tcg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1vG057Tcg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1vG057Tcg .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v1vG057Tcg .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v1vG057Tcg .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-v1vG057Tcg .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v1vG057Tcg .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v1vG057Tcg .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1vG057Tcg .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v1vG057Tcg .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v1vG057Tcg .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v1vG057Tcg .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-v1vG057Tcg .image-wrapper {
    padding-left: 0;
  }
}
.cid-v1vG057Tcg .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1vG057Tcg .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-v1vG057Tcg .image-wrapper img {
    height: 350px;
  }
}
.cid-v1vG057Tcg .mbr-label {
  color: #a6adbf;
}
.cid-v1vG057Tcg .mbr-section-title {
  color: #31572c;
}
.cid-v1vG057Tcg .mbr-section-subtitle {
  color: #7b86a1;
}
.cid-v1vG057Tcg .mbr-text,
.cid-v1vG057Tcg .text-wrapper {
  color: #666666;
}
.cid-v1iCsNJvs7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-v1iCsNJvs7 {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-v1iCsNJvs7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1iCsNJvs7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1iCsNJvs7 .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v1iCsNJvs7 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v1iCsNJvs7 .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-v1iCsNJvs7 .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v1iCsNJvs7 .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v1iCsNJvs7 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1iCsNJvs7 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v1iCsNJvs7 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v1iCsNJvs7 .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v1iCsNJvs7 .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-v1iCsNJvs7 .image-wrapper {
    padding-left: 0;
  }
}
.cid-v1iCsNJvs7 .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1iCsNJvs7 .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-v1iCsNJvs7 .image-wrapper img {
    height: 350px;
  }
}
.cid-v1iCsNJvs7 .mbr-label {
  color: #a6adbf;
}
.cid-v1iCsNJvs7 .mbr-section-title {
  color: #31572c;
}
.cid-v1iCsNJvs7 .mbr-section-subtitle {
  color: #7b86a1;
}
.cid-v1iCsNJvs7 .mbr-text,
.cid-v1iCsNJvs7 .text-wrapper {
  color: #666666;
}
.cid-v1iCt8oELF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 100%);
}
@media (max-width: 992px) {
  .cid-v1iCt8oELF {
    background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 110%);
  }
}
.cid-v1iCt8oELF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1iCt8oELF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1iCt8oELF .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v1iCt8oELF .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v1iCt8oELF .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-v1iCt8oELF .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v1iCt8oELF .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v1iCt8oELF .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1iCt8oELF .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v1iCt8oELF .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v1iCt8oELF .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v1iCt8oELF .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-v1iCt8oELF .image-wrapper {
    padding-left: 0;
  }
}
.cid-v1iCt8oELF .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1iCt8oELF .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-v1iCt8oELF .image-wrapper img {
    height: 350px;
  }
}
.cid-v1iCt8oELF .mbr-label {
  color: #a6adbf;
}
.cid-v1iCt8oELF .mbr-section-title {
  color: #31572c;
}
.cid-v1iCt8oELF .mbr-section-subtitle {
  color: #7b86a1;
}
.cid-v1iCt8oELF .mbr-text,
.cid-v1iCt8oELF .text-wrapper {
  color: #666666;
}
.cid-v1iO9iZzLM .navbar-dropdown {
  position: relative !important;
}
.cid-v1iO9iZzLM .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-v1iO9iZzLM .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v1iO9iZzLM .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-v1iO9iZzLM .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v1iO9iZzLM .dropdown-item {
  border: none !important;
  background: #121212 !important;
}
.cid-v1iO9iZzLM .dropdown-item:hover,
.cid-v1iO9iZzLM .dropdown-item:focus {
  background: #31572c !important;
  color: #121212 !important;
}
.cid-v1iO9iZzLM .dropdown-item:hover span {
  color: white;
}
.cid-v1iO9iZzLM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1iO9iZzLM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1iO9iZzLM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v1iO9iZzLM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1iO9iZzLM .nav-link {
  position: relative;
}
.cid-v1iO9iZzLM .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v1iO9iZzLM .container {
    flex-wrap: nowrap;
  }
}
.cid-v1iO9iZzLM .iconfont-wrapper {
  color: #31572c !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v1iO9iZzLM .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v1iO9iZzLM .dropdown-menu,
.cid-v1iO9iZzLM .navbar.opened {
  background: #121212 !important;
}
.cid-v1iO9iZzLM .nav-item:focus,
.cid-v1iO9iZzLM .nav-link:focus {
  outline: none;
}
.cid-v1iO9iZzLM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1iO9iZzLM .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v1iO9iZzLM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1iO9iZzLM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1iO9iZzLM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1iO9iZzLM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1iO9iZzLM .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #121212;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1iO9iZzLM .navbar.opened {
  transition: all 0.3s;
}
.cid-v1iO9iZzLM .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v1iO9iZzLM .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v1iO9iZzLM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1iO9iZzLM .navbar.collapsed {
  justify-content: center;
}
.cid-v1iO9iZzLM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1iO9iZzLM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1iO9iZzLM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v1iO9iZzLM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1iO9iZzLM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1iO9iZzLM .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-v1iO9iZzLM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1iO9iZzLM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1iO9iZzLM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1iO9iZzLM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1iO9iZzLM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1iO9iZzLM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1iO9iZzLM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1iO9iZzLM .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-v1iO9iZzLM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1iO9iZzLM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1iO9iZzLM .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v1iO9iZzLM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v1iO9iZzLM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1iO9iZzLM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1iO9iZzLM .navbar.navbar-short {
  min-height: 96px;
}
.cid-v1iO9iZzLM .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v1iO9iZzLM .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-v1iO9iZzLM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v1iO9iZzLM .navbar-brand .navbar-caption:hover,
.cid-v1iO9iZzLM .navbar-brand .navbar-caption:focus {
  color: #31572c !important;
}
.cid-v1iO9iZzLM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1iO9iZzLM .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v1iO9iZzLM .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.cid-v1iO9iZzLM .dropdown-item.active,
.cid-v1iO9iZzLM .dropdown-item:active {
  background-color: transparent;
}
.cid-v1iO9iZzLM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1iO9iZzLM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1iO9iZzLM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1iO9iZzLM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #121212;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v1iO9iZzLM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v1iO9iZzLM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v1iO9iZzLM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1iO9iZzLM ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v1iO9iZzLM ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v1iO9iZzLM .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-v1iO9iZzLM .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-v1iO9iZzLM .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v1iO9iZzLM .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v1iO9iZzLM 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: #121212 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1iO9iZzLM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #31572c;
}
.cid-v1iO9iZzLM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v1iO9iZzLM button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1iO9iZzLM button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1iO9iZzLM button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v1iO9iZzLM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1iO9iZzLM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1iO9iZzLM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1iO9iZzLM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1iO9iZzLM .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v1iO9iZzLM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1iO9iZzLM .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-v1iO9iZzLM .navbar {
    height: 70px;
  }
  .cid-v1iO9iZzLM .navbar.opened {
    height: auto;
  }
  .cid-v1iO9iZzLM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1iO9iZzLM .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-v1iO9iZzLM .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v1iO9iZzLM .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v1iO9iZzLM .nav-item .nav-link::after {
  color: #31572c !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v1iO9iZzLM .nav-item .nav-link:hover {
  background-color: #31572c;
  color: #121212 !important;
}
.cid-v1iO9iZzLM .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.cid-v1iO9iZzLM .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v1iO9iZzLM .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v1iO9iZzLM .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v1iO9iZzLM .navbar {
    justify-content: flex-start !important;
  }
  .cid-v1iO9iZzLM .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v1iO9iZzLM .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v1iO9iZzLM .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v1iO9iZzLM .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v1iO9iZzLM .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v1iO9iZzLM .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v1iO9iZzLM .content-wrap {
  min-height: 110px;
}
.cid-v1iO9iZzLM .mbr-section-btn .btn::after,
.cid-v1iO9iZzLM .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-v1iO9iZzLM .mbr-section-btn .btn:hover,
.cid-v1iO9iZzLM .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-v1iO9iZzLM .mbr-section-btn .btn:hover::after,
.cid-v1iO9iZzLM .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-v1iEr1mFQp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef4;
  position: relative;
  overflow: hidden;
}
.cid-v1iEr1mFQp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1iEr1mFQp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1iEr1mFQp .decor-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 32px 0;
}
.cid-v1iEr1mFQp .decor-wrapper .decor {
  height: 100%;
  width: 400px;
  border: 1px solid #31572c;
}
.cid-v1iEr1mFQp .decor-wrapper .decor_1 {
  box-shadow: inset 0 0 0 2px #31572c;
}
.cid-v1iEr1mFQp .decor-wrapper .decor_2 {
  box-shadow: inset 0 0 0 2px #31572c;
}
.cid-v1iEr1mFQp .decoration_1 {
  left: -100px;
}
@media (max-width: 1640px) {
  .cid-v1iEr1mFQp .decoration_1 {
    left: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-v1iEr1mFQp .decoration_1 {
    left: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-v1iEr1mFQp .decoration_1 {
    left: -300px;
  }
}
@media (max-width: 992px) {
  .cid-v1iEr1mFQp .decoration_1 {
    left: -380px;
  }
}
.cid-v1iEr1mFQp .decoration_2 {
  right: -100px;
}
@media (max-width: 1640px) {
  .cid-v1iEr1mFQp .decoration_2 {
    right: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-v1iEr1mFQp .decoration_2 {
    right: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-v1iEr1mFQp .decoration_2 {
    right: -300px;
  }
}
@media (max-width: 992px) {
  .cid-v1iEr1mFQp .decoration_2 {
    right: -380px;
  }
}
.cid-v1iEr1mFQp .content-wrapper {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v1iEr1mFQp .content-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.cid-v1iEr1mFQp .decor-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}
.cid-v1iEr1mFQp .decor-wrap .decor-wrap_1 {
  width: 20%;
  height: 1px;
  background-image: linear-gradient(90deg, #000000, #000000 50%, #000000);
  box-shadow: 0 0.5px 0.0625rem 0 #000000;
  margin-bottom: 32px;
}
.cid-v1iEr1mFQp .decor-wrap .decor-wrap_2 {
  width: 38%;
  height: 1px;
  background-image: linear-gradient(90deg, #000000, #000000 50%, #000000);
  box-shadow: 0 0.5px 0.0625rem 0 #000000;
  margin-bottom: 32px;
}
.cid-v1iEr1mFQp .decor-wrap .decor-wrap_3 {
  width: 75%;
  height: 1px;
  background-image: linear-gradient(90deg, #000000, #000000 50%, #000000);
  box-shadow: 0 0.5px 0.0625rem 0 #000000;
  margin-bottom: 32px;
}
.cid-v1iEr1mFQp .items-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 32px;
}
@media (max-width: 1440px) {
  .cid-v1iEr1mFQp .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v1iEr1mFQp .items-wrapper {
    display: block;
    padding: 0 16px;
  }
}
.cid-v1iEr1mFQp .item {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-v1iEr1mFQp .item {
    margin-bottom: 16px;
  }
}
.cid-v1iEr1mFQp .item .item-wrapper {
  height: 100%;
  padding: 12px;
  border: 1px solid #31572c;
  background-color: #31572c;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-v1iEr1mFQp .item .item-wrapper {
    padding: 6px;
  }
}
.cid-v1iEr1mFQp .item .item-wrapper .card-box {
  padding: 32px;
  background-color: #eeeef4;
  border: 1px solid #31572c;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v1iEr1mFQp .item .item-wrapper .card-box {
    padding: 16px;
  }
}
.cid-v1iEr1mFQp .item .item-wrapper .card-box .item-img {
  margin-bottom: 24px;
}
.cid-v1iEr1mFQp .item .item-wrapper .card-box .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v1iEr1mFQp .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
@media (max-width: 425px) {
  .cid-v1iEr1mFQp .item .item-wrapper .card-box .item-img img {
    height: 250px;
  }
}
.cid-v1iEr1mFQp .item .item-wrapper .card-box .item-name {
  margin-bottom: 4px;
}
.cid-v1iEr1mFQp .item .item-wrapper .card-box .item-role {
  margin-bottom: 0;
  text-transform: uppercase;
}
.cid-v1iEr1mFQp .item .item-wrapper .card-box .item-text {
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-v1iEr1mFQp .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-v1iEr1mFQp .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v1iEr1mFQp .item-name {
  color: #181824;
}
.cid-v1iEr1mFQp .item-role {
  color: #49496d;
}
.cid-v1iEr1mFQp .item-text {
  color: #54547e;
}
