.btn {
  border-width: 1px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Space Grotesk;
}
.display-1 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 6.4rem;
  line-height: .93;
}
.display-1 > .mbr-iconfont {
  font-size: 8rem;
}
.display-2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 4rem;
  line-height: .9;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2.25rem;
  line-height: 1.05;
}
.display-5 > .mbr-iconfont {
  font-size: 2.8125rem;
}
.display-7 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.25rem;
  line-height: 1.12;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- 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.12rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.48rem;
    font-size: calc( 2.89rem + (6.4 - 2.89) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( .95 * (2.89rem + (6.4 - 2.89) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( .95 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.05 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.12 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 4.48rem;
    font-size: calc( 2.89rem + (6.4 - 2.89) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( .95 * (2.89rem + (6.4 - 2.89) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( .95 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.2 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.05 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.12 * (1.0875rem + (1.25 - 1.0875) * ((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: #0027ba !important;
}
.bg-success {
  background-color: #e8eaf1 !important;
}
.bg-info {
  background-color: #d9dced !important;
}
.bg-warning {
  background-color: #fe0044 !important;
}
.bg-danger {
  background-color: #c50035 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0027ba !important;
  border-color: #0027ba !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #0032ed !important;
  border-color: #0032ed !important;
  box-shadow: none;
  background-color: transparent !important;
  color: #0027ba !important;
  border-color: #0027ba !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0032ed !important;
  border-color: #0032ed !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffb3c1 !important;
  border-color: #ffb3c1 !important;
  color: #800018 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffe6eb !important;
  border-color: #ffe6eb !important;
  box-shadow: none;
  background-color: transparent !important;
  color: #ffb3c1 !important;
  border-color: #ffb3c1 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #800018 !important;
  background-color: #ffe6eb !important;
  border-color: #ffe6eb !important;
}
.btn-info,
.btn-info:active {
  background-color: #d9dced !important;
  border-color: #d9dced !important;
  color: #303864 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #fcfcfd !important;
  border-color: #fcfcfd !important;
  box-shadow: none;
  background-color: transparent !important;
  color: #d9dced !important;
  border-color: #d9dced !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #303864 !important;
  background-color: #fcfcfd !important;
  border-color: #fcfcfd !important;
}
.btn-success,
.btn-success:active {
  background-color: #e8eaf1 !important;
  border-color: #e8eaf1 !important;
  color: #3f4868 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
  background-color: transparent !important;
  color: #e8eaf1 !important;
  border-color: #e8eaf1 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f4868 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fe0044 !important;
  border-color: #fe0044 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ff3269 !important;
  border-color: #ff3269 !important;
  box-shadow: none;
  background-color: transparent !important;
  color: #fe0044 !important;
  border-color: #fe0044 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff3269 !important;
  border-color: #ff3269 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #c50035 !important;
  border-color: #c50035 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #f80043 !important;
  border-color: #f80043 !important;
  box-shadow: none;
  background-color: transparent !important;
  color: #c50035 !important;
  border-color: #c50035 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #f80043 !important;
  border-color: #f80043 !important;
}
.btn-white,
.btn-white:active {
  background-color: #f4f4f4 !important;
  border-color: #f4f4f4 !important;
  color: #5b5b5b !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
  background-color: transparent !important;
  color: #f4f4f4 !important;
  border-color: #f4f4f4 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #5b5b5b !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
  background-color: transparent !important;
  color: #232323 !important;
  border-color: #232323 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #0027ba;
  color: #0027ba;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #001563 !important;
  background-color: transparent !important;
  border-color: #0027ba !important;
  background-color: #0027ba !important;
  color: #ffffff !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0027ba !important;
  border-color: #0027ba !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffb3c1;
  color: #ffb3c1;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff5c7a !important;
  background-color: transparent !important;
  border-color: #ffb3c1 !important;
  background-color: #ffb3c1 !important;
  color: #800018 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffb3c1 !important;
  border-color: #ffb3c1 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #d9dced;
  color: #d9dced;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #9ea6d1 !important;
  background-color: transparent !important;
  border-color: #d9dced !important;
  background-color: #d9dced !important;
  color: #303864 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #404b87 !important;
  background-color: #d9dced !important;
  border-color: #d9dced !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #e8eaf1;
  color: #e8eaf1;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #b2b9d0 !important;
  background-color: transparent !important;
  border-color: #e8eaf1 !important;
  background-color: #e8eaf1 !important;
  color: #3f4868 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #525e88 !important;
  background-color: #e8eaf1 !important;
  border-color: #e8eaf1 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #fe0044;
  color: #fe0044;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a7002d !important;
  background-color: transparent !important;
  border-color: #fe0044 !important;
  background-color: #fe0044 !important;
  color: #ffffff !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #fe0044 !important;
  border-color: #fe0044 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #c50035;
  color: #c50035;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #6e001e !important;
  background-color: transparent !important;
  border-color: #c50035 !important;
  background-color: #c50035 !important;
  color: #ffffff !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #c50035 !important;
  border-color: #c50035 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.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: #232323 !important;
  background-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #f4f4f4;
  color: #f4f4f4;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #c9c9c9 !important;
  background-color: transparent !important;
  border-color: #f4f4f4 !important;
  background-color: #f4f4f4 !important;
  color: #5b5b5b !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #757575 !important;
  background-color: #f4f4f4 !important;
  border-color: #f4f4f4 !important;
}
.text-primary {
  color: #0027ba !important;
}
.text-secondary {
  color: #ffb3c1 !important;
}
.text-success {
  color: #e8eaf1 !important;
}
.text-info {
  color: #d9dced !important;
}
.text-warning {
  color: #fe0044 !important;
}
.text-danger {
  color: #c50035 !important;
}
.text-white {
  color: #f4f4f4 !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #001254 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff4d6e !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #a9b0ca !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #949ccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #980029 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #5f001a !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c1c1c1 !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: #0027ba;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #d9dced;
}
.alert-warning {
  background-color: #fe0044;
}
.alert-danger {
  background-color: #c50035;
}
.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: #0027ba;
  border-color: #0027ba;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #0027ba;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #3b64ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffcbd9;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ff4577;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.25rem;
  line-height: 1.12;
  font-weight: 400;
  border-radius: 12px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5625rem;
}
.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: #0027ba !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.25rem;
  line-height: 1.12;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #0027ba;
}
/* 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: #0027ba;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0027ba;
}
.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: #0027ba;
  border-bottom-color: #0027ba;
}
.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: #0027ba !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffb3c1 !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='%230027ba' %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: 400;
  padding: 14px 20px;
}
.mbr-section-btn .btn .mbr-iconfont {
  margin-left: 8px;
  font-size: inherit;
}
.mbr-section-btn .btn-primary {
  color: #ffb3c1 !important;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn .btn-primary.focus,
.mbr-section-btn .btn-primary.active {
  color: #0027ba !important;
}
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn .btn-white-outline:focus,
.mbr-section-btn .btn-white-outline.focus,
.mbr-section-btn .btn-white-outline.active {
  color: #0027ba !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 12px !important;
}
.little-radius {
  border-radius: 6px !important;
}
.list .item-wrap,
.nav-item .nav-link,
.dropdown-item {
  border-radius: 100px !important;
}
ul.navbar-nav {
  border-radius: 100px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-v5zpb8dwMs {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-v5zpb8dwMs nav.navbar {
  position: fixed;
}
.cid-v5zpb8dwMs .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-v5zpb8dwMs .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-v5zpb8dwMs .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-v5zpb8dwMs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-v5zpb8dwMs .dropdown-menu {
    text-align: center;
  }
}
.cid-v5zpb8dwMs .dropdown-item {
  border: 1px solid #0027ba;
  background: #ffb3c1 !important;
  color: #0027ba !important;
}
.cid-v5zpb8dwMs .dropdown-item:hover,
.cid-v5zpb8dwMs .dropdown-item:focus {
  background: #ffb3c1 !important;
}
.cid-v5zpb8dwMs .dropdown-item:hover span {
  color: white;
}
.cid-v5zpb8dwMs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5zpb8dwMs .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5zpb8dwMs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v5zpb8dwMs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v5zpb8dwMs .nav-link {
  position: relative;
}
.cid-v5zpb8dwMs .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v5zpb8dwMs .container {
    flex-wrap: nowrap;
  }
}
.cid-v5zpb8dwMs .iconfont-wrapper {
  color: #0027ba !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v5zpb8dwMs .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v5zpb8dwMs .dropdown-menu,
.cid-v5zpb8dwMs .navbar.opened {
  background: #ffb3c1 !important;
}
.cid-v5zpb8dwMs .nav-item:focus,
.cid-v5zpb8dwMs .nav-link:focus {
  outline: none;
}
.cid-v5zpb8dwMs .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-v5zpb8dwMs .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v5zpb8dwMs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5zpb8dwMs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5zpb8dwMs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5zpb8dwMs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  transition: none;
  margin: 0 !important;
}
.cid-v5zpb8dwMs .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: #ffb3c1;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-v5zpb8dwMs .navbar {
    min-height: 80px;
  }
}
.cid-v5zpb8dwMs .navbar.opened {
  transition: all 0.3s;
}
.cid-v5zpb8dwMs .navbar .dropdown-item {
  padding: 1px 2rem 1px 12px;
  border-radius: 0;
  font-weight: 400;
}
.cid-v5zpb8dwMs .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v5zpb8dwMs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5zpb8dwMs .navbar.collapsed {
  justify-content: center;
}
.cid-v5zpb8dwMs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5zpb8dwMs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5zpb8dwMs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5zpb8dwMs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5zpb8dwMs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5zpb8dwMs .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%;
  right: .8rem;
}
.cid-v5zpb8dwMs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5zpb8dwMs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  text-align: center;
}
.cid-v5zpb8dwMs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5zpb8dwMs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5zpb8dwMs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5zpb8dwMs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5zpb8dwMs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5zpb8dwMs .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%;
    right: .8rem;
  }
  .cid-v5zpb8dwMs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5zpb8dwMs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5zpb8dwMs .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 12px;
    text-align: center;
  }
  .cid-v5zpb8dwMs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v5zpb8dwMs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5zpb8dwMs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5zpb8dwMs .navbar.navbar-short {
  min-height: 96px;
}
.cid-v5zpb8dwMs .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v5zpb8dwMs .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;
}
@media (max-width: 992px) {
  .cid-v5zpb8dwMs .navbar-brand {
    min-height: 80px;
  }
}
.cid-v5zpb8dwMs .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v5zpb8dwMs .navbar-brand .navbar-caption:hover,
.cid-v5zpb8dwMs .navbar-brand .navbar-caption:focus {
  color: #0027ba !important;
}
.cid-v5zpb8dwMs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5zpb8dwMs .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v5zpb8dwMs .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffb3c1 !important;
}
.cid-v5zpb8dwMs .dropdown-item.active,
.cid-v5zpb8dwMs .dropdown-item:active {
  background-color: transparent;
}
.cid-v5zpb8dwMs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5zpb8dwMs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5zpb8dwMs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5zpb8dwMs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffb3c1;
  top: 2.2rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-v5zpb8dwMs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-v5zpb8dwMs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v5zpb8dwMs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5zpb8dwMs ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v5zpb8dwMs ul.navbar-nav {
    padding: 8px;
    background-color: transparent;
    border: 1px solid #0027ba;
  }
}
.cid-v5zpb8dwMs .navbar-buttons {
  text-align: center;
}
.cid-v5zpb8dwMs .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-v5zpb8dwMs .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v5zpb8dwMs 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: #ffb3c1 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v5zpb8dwMs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0027ba;
}
.cid-v5zpb8dwMs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v5zpb8dwMs button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v5zpb8dwMs button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v5zpb8dwMs button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v5zpb8dwMs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5zpb8dwMs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5zpb8dwMs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5zpb8dwMs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5zpb8dwMs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v5zpb8dwMs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5zpb8dwMs .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-v5zpb8dwMs .navbar {
    height: 70px;
  }
  .cid-v5zpb8dwMs .navbar.opened {
    height: auto;
  }
  .cid-v5zpb8dwMs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5zpb8dwMs .navbar-nav {
  margin: 0 auto;
}
.cid-v5zpb8dwMs .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v5zpb8dwMs .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v5zpb8dwMs .nav-item .nav-link::after {
  color: #0027ba !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v5zpb8dwMs .nav-item .nav-link:hover,
.cid-v5zpb8dwMs .nav-item .nav-link:focus {
  background-color: #0027ba;
  color: #ffb3c1 !important;
}
.cid-v5zpb8dwMs .nav-item .nav-link:hover::after,
.cid-v5zpb8dwMs .nav-item .nav-link:focus::after {
  color: #ffb3c1 !important;
}
.cid-v5zpb8dwMs .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v5zpb8dwMs .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v5zpb8dwMs .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v5zpb8dwMs .nav-item .dropdown-menu .dropdown-item {
  color: #0027ba !important;
}
.cid-v5zpb8dwMs .nav-item .dropdown-menu .dropdown-item:hover,
.cid-v5zpb8dwMs .nav-item .dropdown-menu .dropdown-item:focus {
  color: #0027ba !important;
}
@media (max-width: 991px) {
  .cid-v5zpb8dwMs .navbar {
    justify-content: flex-start !important;
  }
  .cid-v5zpb8dwMs .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v5zpb8dwMs .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v5zpb8dwMs .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v5zpb8dwMs .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-v5zpb8dwMs .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-v5zpb8dwMs .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v5zpb8dwMs .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v5zpb8dwMs .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-v5zpb8dwMs .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-v5zpb8dwMs .content-wrap {
    min-height: 80px;
  }
}
.cid-v5zpznWW6H {
  position: relative;
  padding: 4px 0;
  background-color: #f4f4f4;
}
.cid-v5zpznWW6H .cont-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.cid-v5zpznWW6H .cont-wrapper .image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-v5zpznWW6H .cont-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #0027ba;
  opacity: 0.7;
  pointer-events: none;
}
.cid-v5zpznWW6H .cont-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v5zpznWW6H .cont-wrapper {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.cid-v5zpznWW6H .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5zpznWW6H .card-wrapper {
  position: relative;
  z-index: 1;
  padding: 120px 32px;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-v5zpznWW6H .card-wrapper {
    padding: 80px 24px;
  }
}
.cid-v5zpznWW6H .card-wrapper .mbr-label {
  margin-bottom: 24px;
  pointer-events: visible;
}
.cid-v5zpznWW6H .card-wrapper .mbr-section-title {
  margin-bottom: 24px;
  pointer-events: visible;
}
.cid-v5zpznWW6H .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 24px;
  pointer-events: visible;
}
@media (max-width: 1440px) {
  .cid-v5zpznWW6H .card-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-v5zpznWW6H .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5zpznWW6H .card-wrapper .mbr-section-btn {
  pointer-events: visible;
}
.cid-v5zpznWW6H .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v5zpznWW6H .mbr-label {
  color: #ffb3c1;
  text-align: center;
}
.cid-v5zpznWW6H .mbr-section-title {
  color: #ffb3c1;
}
.cid-v5zpznWW6H .mbr-text,
.cid-v5zpznWW6H .text-wrapper {
  color: #ffb3c1;
  text-align: center;
}
.cid-v5zpznWW6H .mbr-section-title,
.cid-v5zpznWW6H .mbr-section-btn {
  text-align: center;
}
.cid-v5zpI0pc8P {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #f4f4f4;
}
.cid-v5zpI0pc8P .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5zpI0pc8P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5zpI0pc8P .card-wrapper {
  background-color: #ffb3c1;
  padding: 56px 32px 32px;
}
@media (max-width: 992px) {
  .cid-v5zpI0pc8P .card-wrapper {
    padding: 24px;
  }
}
.cid-v5zpI0pc8P .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-v5zpI0pc8P .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v5zpI0pc8P .card-wrapper .mbr-section-btn {
  margin-top: 10px;
}
.cid-v5zpI0pc8P .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v5zpI0pc8P .card-wrapper .items-wrapper {
  background-color: #fdc0cb;
  padding: 40px 32px;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-v5zpI0pc8P .card-wrapper .items-wrapper {
    padding: 24px;
  }
}
.cid-v5zpI0pc8P .card-wrapper .items-wrapper .mbr-section-subtitle {
  margin-bottom: 40px;
}
.cid-v5zpI0pc8P .card-wrapper .items-wrapper .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .cid-v5zpI0pc8P .card-wrapper .items-wrapper .items-wrap {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v5zpI0pc8P .card-wrapper .items-wrapper .items-wrap .item {
    margin-bottom: 24px;
  }
}
.cid-v5zpI0pc8P .card-wrapper .items-wrapper .items-wrap .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v5zpI0pc8P .card-wrapper .items-wrapper .items-wrap .item .item-wrapper .iconfont-wrapper {
    margin-bottom: 12px;
  }
}
.cid-v5zpI0pc8P .card-wrapper .items-wrapper .items-wrap .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  background-color: #0027ba;
}
.cid-v5zpI0pc8P .card-wrapper .items-wrapper .items-wrap .item .item-wrapper .item-title {
  margin-bottom: 8px;
}
.cid-v5zpI0pc8P .card-wrapper .items-wrapper .items-wrap .item .item-wrapper .text-wrapper .item-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v5zpI0pc8P .card-wrapper .items-wrapper .items-wrap .item .item-wrapper .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-v5zpI0pc8P .card-wrapper .items-wrapper .items-wrap .item .item-wrapper .mbr-section-btn {
  margin-top: 10px;
}
.cid-v5zpI0pc8P .card-wrapper .items-wrapper .items-wrap .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v5zpI0pc8P .mbr-label {
  color: #0027ba;
}
.cid-v5zpI0pc8P .mbr-section-title {
  color: #0027ba;
}
.cid-v5zpI0pc8P .mbr-section-subtitle {
  color: #0027ba;
}
.cid-v5zpI0pc8P .item-title {
  color: #0027ba;
}
.cid-v5zpI0pc8P .item-text {
  color: #0027ba;
}
.cid-v5zpI0pc8P .main-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v5zpI0pc8P .main-btn {
    text-align: left;
  }
}
.cid-v5zpLMFNsW {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #f4f4f4;
}
.cid-v5zpLMFNsW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5zpLMFNsW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5zpLMFNsW .row {
  margin: 0 -4px;
}
.cid-v5zpLMFNsW .row .card {
  padding: 0 4px;
}
.cid-v5zpLMFNsW .card-wrapper {
  padding: 80px 32px;
  background-color: #0027ba;
}
@media (max-width: 992px) {
  .cid-v5zpLMFNsW .card-wrapper {
    padding: 24px;
    margin-bottom: 8px;
  }
}
.cid-v5zpLMFNsW .card-wrapper .image-wrap {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-v5zpLMFNsW .card-wrapper .image-wrap {
    margin-bottom: 20px;
  }
}
.cid-v5zpLMFNsW .card-wrapper .image-wrap img {
  display: inline-block;
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-v5zpLMFNsW .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .cid-v5zpLMFNsW .card-wrapper .text-wrapper .mbr-text {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-v5zpLMFNsW .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v5zpLMFNsW .card-wrapper .mbr-name {
  margin-bottom: 4px;
}
.cid-v5zpLMFNsW .card-wrapper .mbr-role {
  margin-bottom: 0;
}
.cid-v5zpLMFNsW .card-wrap {
  height: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v5zpLMFNsW .card-wrap {
    height: 300px;
  }
}
.cid-v5zpLMFNsW .card-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0027ba;
  opacity: 0.5;
  pointer-events: none;
  z-index: 1;
}
.cid-v5zpLMFNsW .card-wrap .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v5zpLMFNsW .mbr-text {
  color: #ffb3c1;
}
.cid-v5zpLMFNsW .mbr-name {
  color: #ffb3c1;
  text-align: center;
}
.cid-v5zpLMFNsW .mbr-role {
  color: #ffb3c1;
  text-align: center;
}
.cid-v5zpLMFNsW .mbr-text,
.cid-v5zpLMFNsW .text-wrapper,
.cid-v5zpLMFNsW .image-wrap {
  text-align: center;
}
.cid-v5zpRi07ng {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #f4f4f4;
}
.cid-v5zpRi07ng .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5zpRi07ng .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5zpRi07ng .items-wrapper {
  margin: 0 -4px;
}
.cid-v5zpRi07ng .item {
  padding: 0 4px;
  margin-top: 8px;
}
.cid-v5zpRi07ng .item:first-child {
  margin-top: 0;
}
.cid-v5zpRi07ng .item .item-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
@media (max-width: 992px) {
  .cid-v5zpRi07ng .item .item-wrapper {
    display: block;
  }
}
.cid-v5zpRi07ng .item .item-wrapper .card-box {
  padding: 40px 32px;
  background-color: #e8eaf1;
}
@media (max-width: 992px) {
  .cid-v5zpRi07ng .item .item-wrapper .card-box {
    padding: 24px;
    margin-bottom: 8px;
  }
}
.cid-v5zpRi07ng .item .item-wrapper .card-box .item-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v5zpRi07ng .item .item-wrapper .card-box .item-content {
    flex-direction: column-reverse;
    margin-bottom: 20px;
  }
}
.cid-v5zpRi07ng .item .item-wrapper .card-box .item-content .iconfont-wrapper .mbr-iconfont {
  font-size: 80px;
  display: inline-flex;
}
.cid-v5zpRi07ng .item .item-wrapper .card-box .item-content .item-number {
  margin-bottom: 0;
  margin-left: 12px;
}
@media (max-width: 992px) {
  .cid-v5zpRi07ng .item .item-wrapper .card-box .item-content .item-number {
    margin-bottom: 20px;
    margin-left: 0;
  }
}
.cid-v5zpRi07ng .item .item-wrapper .card-box .title-wrap .item-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-v5zpRi07ng .item .item-wrapper .card-box .title-wrap .item-title {
    width: 100%;
  }
}
.cid-v5zpRi07ng .item .item-wrapper .card-box .text-wrapper .item-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5zpRi07ng .item .item-wrapper .card-box .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-v5zpRi07ng .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v5zpRi07ng .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v5zpRi07ng .item .item-wrapper .item-img {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v5zpRi07ng .item .item-wrapper .item-img {
    height: 300px;
  }
}
.cid-v5zpRi07ng .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v5zpRi07ng .item .card_2 {
    display: flex;
    flex-direction: column-reverse;
    gap: 0;
  }
}
.cid-v5zpRi07ng .item-number {
  color: #949DBD;
}
.cid-v5zpRi07ng .item-title {
  color: #0027ba;
}
.cid-v5zpRi07ng .item-text {
  color: #0027ba;
}
.cid-v5zq4uCn0E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-v5zq4uCn0E .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5zq4uCn0E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5zq4uCn0E .card-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 32px;
  overflow: hidden !important;
}
@media (max-width: 992px) {
  .cid-v5zq4uCn0E .card-wrapper {
    display: block;
    padding: 18px;
  }
}
.cid-v5zq4uCn0E .card-wrapper .gradient-wrapper {
  position: absolute;
  left: -150px;
  bottom: -400px;
  width: 500px;
  height: 500px;
  background-image: linear-gradient(-90deg, #ca45ff, #fe881b 70%);
  border-radius: 100%;
  filter: blur(6rem);
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-v5zq4uCn0E .card-wrapper .gradient-wrapper {
    width: 400px;
    height: 400px;
  }
}
.cid-v5zq4uCn0E .card-wrapper .card {
  justify-content: center;
}
.cid-v5zq4uCn0E .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  width: 49%;
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-v5zq4uCn0E .card-wrapper .content-wrapper {
    padding: 0;
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-v5zq4uCn0E .card-wrapper .content-wrapper .label-wrapper {
  margin-bottom: 22px;
}
.cid-v5zq4uCn0E .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v5zq4uCn0E .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-v5zq4uCn0E .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5zq4uCn0E .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 992px) {
  .cid-v5zq4uCn0E .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-v5zq4uCn0E .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v5zq4uCn0E .card-wrapper .image-wrapper {
  position: relative;
  z-index: 1;
  width: 48%;
}
@media (max-width: 992px) {
  .cid-v5zq4uCn0E .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-v5zq4uCn0E .card-wrapper .image-wrapper img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v5zq4uCn0E .card-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-v5zq4uCn0E .mbr-label,
.cid-v5zq4uCn0E .label-wrapper {
  color: #1a0b54;
}
.cid-v5zq4uCn0E .mbr-section-title {
  color: #1a0b54;
}
.cid-v5zq4uCn0E .mbr-text {
  color: #000000;
}
.cid-v5zu8VrSwz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5zu8VrSwz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5zu8VrSwz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5zu8VrSwz .card {
  justify-content: center;
}
.cid-v5zu8VrSwz .image-wrapper {
  padding-right: 70px;
}
@media (max-width: 992px) {
  .cid-v5zu8VrSwz .image-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-v5zu8VrSwz .image-wrapper img {
  height: 650px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v5zu8VrSwz .image-wrapper img {
    height: 350px;
  }
}
.cid-v5zu8VrSwz .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v5zu8VrSwz .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v5zu8VrSwz .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-v5zu8VrSwz .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v5zu8VrSwz .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5zu8VrSwz .mbr-section-title {
  color: #000000;
}
.cid-v5zu8VrSwz .mbr-section-subtitle {
  color: #000000;
}
.cid-v5zu8VrSwz .mbr-text,
.cid-v5zu8VrSwz .text-wrapper {
  color: #000000;
}
.cid-v5zqe16jBj {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #f4f4f4;
}
.cid-v5zqe16jBj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5zqe16jBj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5zqe16jBj .card-wrapper {
  background-color: #e8eaf1;
  padding: 56px 32px 32px;
}
@media (max-width: 992px) {
  .cid-v5zqe16jBj .card-wrapper {
    padding: 24px;
  }
}
.cid-v5zqe16jBj .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-v5zqe16jBj .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v5zqe16jBj .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5zqe16jBj .card-wrapper .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-v5zqe16jBj .card-wrapper .panel-group {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v5zqe16jBj .card-wrapper .panel-group .content-wrap:nth-child(2) {
    margin-top: 8px;
  }
}
.cid-v5zqe16jBj .card-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  margin-top: 8px;
  background-color: #d9dced;
  transition: all .3s ease;
}
.cid-v5zqe16jBj .card-wrapper .panel-group .card:hover {
  background-color: #d1d4e9;
}
.cid-v5zqe16jBj .card-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-v5zqe16jBj .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v5zqe16jBj .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-v5zqe16jBj .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-v5zqe16jBj .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 16px;
  height: 16px;
  min-width: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-v5zqe16jBj .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #0027ba;
}
.cid-v5zqe16jBj .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(45deg);
}
.cid-v5zqe16jBj .card-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-v5zqe16jBj .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v5zqe16jBj .mbr-label {
  color: #0027ba;
}
.cid-v5zqe16jBj .mbr-section-title {
  color: #0027ba;
}
.cid-v5zqe16jBj .mbr-text {
  color: #0027ba;
}
.cid-v5zqe16jBj .panel-title-edit {
  color: #0027ba;
}
.cid-v5zqe16jBj .panel-text {
  color: #0027ba;
}
.cid-v5zqiGXBJO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5zqiGXBJO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5zqiGXBJO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5zqiGXBJO h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-v5zqiGXBJO h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-v5zqiGXBJO .image-wrapper {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-v5zqiGXBJO .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-v5zqiGXBJO .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-v5zqiGXBJO .text-wrapper p {
  margin: 0;
}
.cid-v5zqiGXBJO .mbr-section-title {
  color: #232323;
}
.cid-v5zqiGXBJO .mbr-text {
  color: #232323;
}
.cid-v5zqiGXBJO .name {
  color: #232323;
}
.cid-v5zqiGXBJO .position {
  color: #232323;
}
.cid-v5zqiGXBJO .mbr-section-subtitle,
.cid-v5zqiGXBJO .align {
  color: #232323;
}
.cid-v5zqlOGWhl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-v5zqlOGWhl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5zqlOGWhl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5zqlOGWhl .card-wrapper {
  position: relative;
  background-color: #f5f8ff;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-v5zqlOGWhl .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-v5zqlOGWhl .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-v5zqlOGWhl .card-wrapper .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-v5zqlOGWhl .card-wrapper .content-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-v5zqlOGWhl .card-wrapper .content-wrapper {
    display: block;
  }
}
.cid-v5zqlOGWhl .card-wrapper .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v5zqlOGWhl .card-wrapper .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-v5zqlOGWhl .card-wrapper .content-wrapper .image-wrapper img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v5zqlOGWhl .card-wrapper .content-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-v5zqlOGWhl .card-wrapper .content-wrapper .content-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-v5zqlOGWhl .card-wrapper .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-v5zqlOGWhl .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-v5zqlOGWhl .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v5zqlOGWhl .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 1440px) {
  .cid-v5zqlOGWhl .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-v5zqlOGWhl .card-wrapper .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v5zqlOGWhl .mbr-section-title {
  color: #000000;
}
.cid-v5zqlOGWhl .mbr-text,
.cid-v5zqlOGWhl .text-wrapper {
  color: #000000;
}
.cid-v5zqnIz0D9 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #f4f4f4;
}
.cid-v5zqnIz0D9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5zqnIz0D9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5zqnIz0D9 .card-wrapper {
  background-color: #ffb3c1;
  padding: 56px 32px;
}
@media (max-width: 992px) {
  .cid-v5zqnIz0D9 .card-wrapper {
    padding: 24px;
  }
}
.cid-v5zqnIz0D9 .card-wrapper .title-wrapper {
  position: sticky;
  top: 56px;
}
@media (max-width: 992px) {
  .cid-v5zqnIz0D9 .card-wrapper .title-wrapper {
    margin-bottom: 40px;
    position: static;
  }
}
.cid-v5zqnIz0D9 .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-v5zqnIz0D9 .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v5zqnIz0D9 .card-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5zqnIz0D9 .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5zqnIz0D9 .card-wrapper .card-wrap {
  padding: 40px 32px;
  background-color: #0027ba;
}
@media (max-width: 992px) {
  .cid-v5zqnIz0D9 .card-wrapper .card-wrap {
    padding: 24px;
  }
}
.cid-v5zqnIz0D9 .card-wrapper .card-wrap .title-wrap .mbr-section-subtitle {
  display: inline-block;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-v5zqnIz0D9 .card-wrapper .card-wrap .title-wrap .mbr-section-subtitle {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v5zqnIz0D9 .card-wrapper .card-wrap .title-wrap .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-v5zqnIz0D9 .card-wrapper .card-wrap .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  margin: 0 -9.6px;
}
.cid-v5zqnIz0D9 .card-wrapper .card-wrap .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-v5zqnIz0D9 .card-wrapper .card-wrap .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 12px;
}
.cid-v5zqnIz0D9 .card-wrapper .card-wrap .form-wrap .dragArea.row .form-group .form-control {
  padding: 20px 32px;
  background-color: transparent;
  border: 1px solid #f4f4f4 !important;
  box-shadow: none;
  margin-bottom: 24px;
  opacity: .5;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-v5zqnIz0D9 .card-wrapper .card-wrap .form-wrap .dragArea.row .form-group .form-control {
    padding: 12px 14px;
  }
}
.cid-v5zqnIz0D9 .card-wrapper .card-wrap .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #f4f4f4;
}
.cid-v5zqnIz0D9 .card-wrapper .card-wrap .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-v5zqnIz0D9 .card-wrapper .card-wrap .form-wrap .dragArea.row .form-group .form-control:focus {
  opacity: 1;
}
.cid-v5zqnIz0D9 .card-wrapper .card-wrap .form-wrap .dragArea.row .form-group textarea {
  min-height: 190px;
}
.cid-v5zqnIz0D9 .card-wrapper .card-wrap .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-v5zqnIz0D9 .card-wrapper .card-wrap .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}
.cid-v5zqnIz0D9 .card-wrapper .card-wrap .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-v5zqnIz0D9 .card-wrapper .card-wrap .form-wrap .dragArea.row .mbr-section-btn .btn {
  padding: 26px 20px;
  width: 100%;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-v5zqnIz0D9 .card-wrapper .card-wrap .form-wrap .dragArea.row .mbr-section-btn .btn {
    padding: 14px 20px;
  }
}
.cid-v5zqnIz0D9 .mbr-label {
  color: #0027ba;
}
.cid-v5zqnIz0D9 .mbr-section-title {
  color: #0027ba;
}
.cid-v5zqnIz0D9 .mbr-text {
  color: #0027ba;
}
.cid-v5zqnIz0D9 .mbr-section-subtitle {
  color: #ffb3c1;
}
.cid-v5zqnIz0D9 label {
  color: #949DBD;
}
.cid-v5zqroWiII {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-v5zqroWiII .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5zqroWiII .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5zqroWiII .card-wrapper {
  padding: 40px;
  background-color: #2b2b2b;
}
@media (max-width: 992px) {
  .cid-v5zqroWiII .card-wrapper {
    padding: 16px;
  }
}
.cid-v5zqroWiII .card-wrapper .google-map iframe {
  width: 100%;
  height: 550px;
}
@media (max-width: 1200px) {
  .cid-v5zqroWiII .card-wrapper .google-map iframe {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-v5zqroWiII .card-wrapper .google-map iframe {
    height: 300px;
  }
}
.cid-v5zqs4MsDL {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #f4f4f4;
}
.cid-v5zqs4MsDL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5zqs4MsDL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5zqs4MsDL .card-wrapper {
  background-color: #e8eaf1;
  padding: 56px 32px;
}
@media (max-width: 992px) {
  .cid-v5zqs4MsDL .card-wrapper {
    padding: 24px;
  }
}
.cid-v5zqs4MsDL .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-v5zqs4MsDL .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5zqs4MsDL .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v5zqs4MsDL .card-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
}
.cid-v5zqs4MsDL .card-wrapper .contacts-wrapper .list .item-wrap {
  padding: 18px 28px;
  border: 1px solid #0027ba;
  background-color: #0027ba;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-v5zqs4MsDL .card-wrapper .contacts-wrapper .list .item-wrap {
    padding: 14px 20px;
    border-radius: 12px !important;
  }
}
.cid-v5zqs4MsDL .card-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-v5zqs4MsDL .card-wrapper .contacts-wrapper .list .item-wrap:focus {
  background-color: transparent;
  color: #0027ba;
}
.cid-v5zqs4MsDL .mbr-label {
  color: #0027ba;
}
.cid-v5zqs4MsDL .mbr-section-title {
  color: #0027ba;
}
.cid-v5zqs4MsDL .list {
  color: #ffb3c1;
}
.cid-v5zqs4MsDL .list,
.cid-v5zqs4MsDL .item-wrap,
.cid-v5zqs4MsDL .nav-wrapper {
  color: #e8eaf1;
}
.cid-v5zqwAXmzr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v5zqwAXmzr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5zqwAXmzr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5zqwAXmzr .row {
  justify-content: center;
}
.cid-v5zqwAXmzr .card {
  justify-content: center;
}
.cid-v5zqwAXmzr .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v5zqwAXmzr .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v5zqwAXmzr .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v5zqwAXmzr .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-v5zqwAXmzr .nav-wrapper .list .item-wrap:hover,
.cid-v5zqwAXmzr .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-v5zqwAXmzr .list,
.cid-v5zqwAXmzr .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v5zpb8dwMs {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-v5zpb8dwMs nav.navbar {
  position: fixed;
}
.cid-v5zpb8dwMs .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-v5zpb8dwMs .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-v5zpb8dwMs .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-v5zpb8dwMs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-v5zpb8dwMs .dropdown-menu {
    text-align: center;
  }
}
.cid-v5zpb8dwMs .dropdown-item {
  border: 1px solid #0027ba;
  background: #ffb3c1 !important;
  color: #0027ba !important;
}
.cid-v5zpb8dwMs .dropdown-item:hover,
.cid-v5zpb8dwMs .dropdown-item:focus {
  background: #ffb3c1 !important;
}
.cid-v5zpb8dwMs .dropdown-item:hover span {
  color: white;
}
.cid-v5zpb8dwMs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5zpb8dwMs .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5zpb8dwMs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v5zpb8dwMs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v5zpb8dwMs .nav-link {
  position: relative;
}
.cid-v5zpb8dwMs .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v5zpb8dwMs .container {
    flex-wrap: nowrap;
  }
}
.cid-v5zpb8dwMs .iconfont-wrapper {
  color: #0027ba !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v5zpb8dwMs .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v5zpb8dwMs .dropdown-menu,
.cid-v5zpb8dwMs .navbar.opened {
  background: #ffb3c1 !important;
}
.cid-v5zpb8dwMs .nav-item:focus,
.cid-v5zpb8dwMs .nav-link:focus {
  outline: none;
}
.cid-v5zpb8dwMs .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-v5zpb8dwMs .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v5zpb8dwMs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5zpb8dwMs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5zpb8dwMs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5zpb8dwMs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  transition: none;
  margin: 0 !important;
}
.cid-v5zpb8dwMs .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: #ffb3c1;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-v5zpb8dwMs .navbar {
    min-height: 80px;
  }
}
.cid-v5zpb8dwMs .navbar.opened {
  transition: all 0.3s;
}
.cid-v5zpb8dwMs .navbar .dropdown-item {
  padding: 1px 2rem 1px 12px;
  border-radius: 0;
  font-weight: 400;
}
.cid-v5zpb8dwMs .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v5zpb8dwMs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5zpb8dwMs .navbar.collapsed {
  justify-content: center;
}
.cid-v5zpb8dwMs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5zpb8dwMs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5zpb8dwMs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5zpb8dwMs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5zpb8dwMs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5zpb8dwMs .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%;
  right: .8rem;
}
.cid-v5zpb8dwMs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5zpb8dwMs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  text-align: center;
}
.cid-v5zpb8dwMs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5zpb8dwMs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5zpb8dwMs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5zpb8dwMs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5zpb8dwMs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5zpb8dwMs .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%;
    right: .8rem;
  }
  .cid-v5zpb8dwMs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5zpb8dwMs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5zpb8dwMs .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 12px;
    text-align: center;
  }
  .cid-v5zpb8dwMs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v5zpb8dwMs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5zpb8dwMs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5zpb8dwMs .navbar.navbar-short {
  min-height: 96px;
}
.cid-v5zpb8dwMs .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v5zpb8dwMs .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;
}
@media (max-width: 992px) {
  .cid-v5zpb8dwMs .navbar-brand {
    min-height: 80px;
  }
}
.cid-v5zpb8dwMs .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v5zpb8dwMs .navbar-brand .navbar-caption:hover,
.cid-v5zpb8dwMs .navbar-brand .navbar-caption:focus {
  color: #0027ba !important;
}
.cid-v5zpb8dwMs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5zpb8dwMs .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v5zpb8dwMs .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffb3c1 !important;
}
.cid-v5zpb8dwMs .dropdown-item.active,
.cid-v5zpb8dwMs .dropdown-item:active {
  background-color: transparent;
}
.cid-v5zpb8dwMs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5zpb8dwMs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5zpb8dwMs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5zpb8dwMs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffb3c1;
  top: 2.2rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-v5zpb8dwMs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-v5zpb8dwMs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v5zpb8dwMs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5zpb8dwMs ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v5zpb8dwMs ul.navbar-nav {
    padding: 8px;
    background-color: transparent;
    border: 1px solid #0027ba;
  }
}
.cid-v5zpb8dwMs .navbar-buttons {
  text-align: center;
}
.cid-v5zpb8dwMs .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-v5zpb8dwMs .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v5zpb8dwMs 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: #ffb3c1 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v5zpb8dwMs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0027ba;
}
.cid-v5zpb8dwMs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v5zpb8dwMs button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v5zpb8dwMs button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v5zpb8dwMs button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v5zpb8dwMs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5zpb8dwMs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5zpb8dwMs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5zpb8dwMs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5zpb8dwMs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v5zpb8dwMs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5zpb8dwMs .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-v5zpb8dwMs .navbar {
    height: 70px;
  }
  .cid-v5zpb8dwMs .navbar.opened {
    height: auto;
  }
  .cid-v5zpb8dwMs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5zpb8dwMs .navbar-nav {
  margin: 0 auto;
}
.cid-v5zpb8dwMs .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v5zpb8dwMs .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v5zpb8dwMs .nav-item .nav-link::after {
  color: #0027ba !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v5zpb8dwMs .nav-item .nav-link:hover,
.cid-v5zpb8dwMs .nav-item .nav-link:focus {
  background-color: #0027ba;
  color: #ffb3c1 !important;
}
.cid-v5zpb8dwMs .nav-item .nav-link:hover::after,
.cid-v5zpb8dwMs .nav-item .nav-link:focus::after {
  color: #ffb3c1 !important;
}
.cid-v5zpb8dwMs .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v5zpb8dwMs .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v5zpb8dwMs .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v5zpb8dwMs .nav-item .dropdown-menu .dropdown-item {
  color: #0027ba !important;
}
.cid-v5zpb8dwMs .nav-item .dropdown-menu .dropdown-item:hover,
.cid-v5zpb8dwMs .nav-item .dropdown-menu .dropdown-item:focus {
  color: #0027ba !important;
}
@media (max-width: 991px) {
  .cid-v5zpb8dwMs .navbar {
    justify-content: flex-start !important;
  }
  .cid-v5zpb8dwMs .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v5zpb8dwMs .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v5zpb8dwMs .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v5zpb8dwMs .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-v5zpb8dwMs .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-v5zpb8dwMs .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v5zpb8dwMs .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v5zpb8dwMs .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-v5zpb8dwMs .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-v5zpb8dwMs .content-wrap {
    min-height: 80px;
  }
}
.cid-v5zqQ16ksT {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v5zqQ16ksT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5zqQ16ksT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5zqwAXmzr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v5zqwAXmzr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5zqwAXmzr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5zqwAXmzr .row {
  justify-content: center;
}
.cid-v5zqwAXmzr .card {
  justify-content: center;
}
.cid-v5zqwAXmzr .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v5zqwAXmzr .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v5zqwAXmzr .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v5zqwAXmzr .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-v5zqwAXmzr .nav-wrapper .list .item-wrap:hover,
.cid-v5zqwAXmzr .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-v5zqwAXmzr .list,
.cid-v5zqwAXmzr .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
