.btn {
  border-width: 1px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Host Grotesk;
}
.display-1 {
  font-family: 'Roboto Mono', monospace;
  font-size: 4.4rem;
  line-height: .9;
}
.display-1 > .mbr-iconfont {
  font-size: 5.5rem;
}
.display-2 {
  font-family: 'Roboto Mono', monospace;
  font-size: 3rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Roboto Mono', monospace;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Roboto Mono', monospace;
  font-size: 1.6rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Roboto Mono', monospace;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.52rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.08rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.08rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.19rem + (4.4 - 2.19) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    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: #ed1c1c !important;
}
.bg-success {
  background-color: #7e9ef5 !important;
}
.bg-info {
  background-color: #d0d4dd !important;
}
.bg-warning {
  background-color: #ffa6e9 !important;
}
.bg-danger {
  background-color: #f1dd19 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ed1c1c !important;
  border-color: #ed1c1c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #f14b4b !important;
  border-color: #f14b4b !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #f14b4b !important;
  border-color: #f14b4b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff9340 !important;
  border-color: #ff9340 !important;
  color: #0d0600 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffb073 !important;
  border-color: #ffb073 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #0d0600 !important;
  background-color: #ffb073 !important;
  border-color: #ffb073 !important;
}
.btn-info,
.btn-info:active {
  background-color: #d0d4dd !important;
  border-color: #d0d4dd !important;
  color: #343a47 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #eeeff2 !important;
  border-color: #eeeff2 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #343a47 !important;
  background-color: #eeeff2 !important;
  border-color: #eeeff2 !important;
}
.btn-success,
.btn-success:active {
  background-color: #7e9ef5 !important;
  border-color: #7e9ef5 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #adc2f9 !important;
  border-color: #adc2f9 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #adc2f9 !important;
  border-color: #adc2f9 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffa6e9 !important;
  border-color: #ffa6e9 !important;
  color: #730057 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffd9f6 !important;
  border-color: #ffd9f6 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #730057 !important;
  background-color: #ffd9f6 !important;
  border-color: #ffd9f6 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f1dd19 !important;
  border-color: #f1dd19 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #f4e449 !important;
  border-color: #f4e449 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #000000 !important;
  background-color: #f4e449 !important;
  border-color: #f4e449 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #5a5f4b !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;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #5a5f4b !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #02050a !important;
  border-color: #02050a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #0b1a35 !important;
  border-color: #0b1a35 !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0b1a35 !important;
  border-color: #0b1a35 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ed1c1c;
  color: #ed1c1c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a50d0d !important;
  background-color: transparent !important;
  border-color: #a50d0d !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ed1c1c !important;
  border-color: #ed1c1c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff9340;
  color: #ff9340;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #e86500 !important;
  background-color: transparent !important;
  border-color: #e86500 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9340 !important;
  border-color: #ff9340 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #d0d4dd;
  color: #d0d4dd;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #9ea6b9 !important;
  background-color: transparent !important;
  border-color: #9ea6b9 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #495265 !important;
  background-color: #d0d4dd !important;
  border-color: #d0d4dd !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #7e9ef5;
  color: #7e9ef5;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2e61ef !important;
  background-color: transparent !important;
  border-color: #2e61ef !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #7e9ef5 !important;
  border-color: #7e9ef5 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffa6e9;
  color: #ffa6e9;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ff4fd4 !important;
  background-color: transparent !important;
  border-color: #ff4fd4 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa6e9 !important;
  border-color: #ffa6e9 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #f1dd19;
  color: #f1dd19;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a99a0a !important;
  background-color: transparent !important;
  border-color: #a99a0a !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #0a0901 !important;
  background-color: #f1dd19 !important;
  border-color: #f1dd19 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #02050a;
  color: #02050a;
}
.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.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #02050a !important;
  border-color: #02050a !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ed1c1c !important;
}
.text-secondary {
  color: #ff9340 !important;
}
.text-success {
  color: #7e9ef5 !important;
}
.text-info {
  color: #d0d4dd !important;
}
.text-warning {
  color: #ffa6e9 !important;
}
.text-danger {
  color: #f1dd19 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #02050a !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #970c0c !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #d95e00 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #1f57ee !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #959eb2 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ff40d0 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #9b8d09 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !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: #ed1c1c;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #d0d4dd;
}
.alert-warning {
  background-color: #ffa6e9;
}
.alert-danger {
  background-color: #f1dd19;
}
.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: #ed1c1c;
  border-color: #ed1c1c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ed1c1c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fcd9d9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fdf9d9;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto Mono', monospace;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ed1c1c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto Mono', monospace;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #ed1c1c;
}
/* 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: #ed1c1c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ed1c1c;
}
.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: #ed1c1c;
  border-bottom-color: #ed1c1c;
}
.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: #ed1c1c !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: #ff9340 !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='%23ed1c1c' %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 {
  padding: 8px 25px;
  font-weight: 400;
  padding: 17px 50px;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn {
    padding: 8px 25px;
  }
}
.mbr-section-btn .btn:hover,
.mbr-section-btn .btn:focus {
  transform: translateY(-5px);
}
@media (max-width: 992px) {
  .mbr-section-btn .btn:hover,
  .mbr-section-btn .btn:focus {
    transform: none;
  }
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 3rem !important;
}
@media (max-width: 992px) {
  img,
  .card-wrap,
  .card-wrapper,
  .video-wrapper,
  .mbr-figure iframe,
  .google-map iframe,
  .slide-content,
  .plan,
  .card,
  .item-wrapper {
    border-radius: 1.5rem !important;
  }
}
.little-radius {
  border-radius: 1.5rem !important;
}
.mbr-label {
  border-radius: .75rem;
}
textarea,
.form-control {
  border-radius: 1.5rem !important;
}
.cid-uQDowCkHfh .navbar-dropdown {
  position: relative !important;
}
.cid-uQDowCkHfh .container-fluid {
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 992px) {
  .cid-uQDowCkHfh .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-uQDowCkHfh .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-uQDowCkHfh .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uQDowCkHfh .dropdown-item {
  border: none !important;
  background: #02050a !important;
}
.cid-uQDowCkHfh .dropdown-item:hover,
.cid-uQDowCkHfh .dropdown-item:focus {
  background: #02050a !important;
  color: #f5f8ff !important;
}
.cid-uQDowCkHfh .dropdown-item:hover span {
  color: white;
}
.cid-uQDowCkHfh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQDowCkHfh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQDowCkHfh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQDowCkHfh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQDowCkHfh .nav-link {
  position: relative;
}
.cid-uQDowCkHfh .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uQDowCkHfh .container {
    flex-wrap: nowrap;
  }
}
.cid-uQDowCkHfh .iconfont-wrapper {
  color: #f5f8ff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uQDowCkHfh .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uQDowCkHfh .dropdown-menu,
.cid-uQDowCkHfh .navbar.opened {
  background: #02050a !important;
}
.cid-uQDowCkHfh .nav-item:focus,
.cid-uQDowCkHfh .nav-link:focus {
  outline: none;
}
.cid-uQDowCkHfh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQDowCkHfh .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uQDowCkHfh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQDowCkHfh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQDowCkHfh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQDowCkHfh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQDowCkHfh .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #02050a;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQDowCkHfh .navbar.opened {
  transition: all 0.3s;
}
.cid-uQDowCkHfh .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uQDowCkHfh .navbar .navbar-logo img {
  width: auto;
}
.cid-uQDowCkHfh .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uQDowCkHfh .navbar.collapsed {
  justify-content: center;
}
.cid-uQDowCkHfh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQDowCkHfh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQDowCkHfh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uQDowCkHfh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQDowCkHfh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQDowCkHfh .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-uQDowCkHfh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQDowCkHfh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQDowCkHfh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQDowCkHfh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQDowCkHfh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQDowCkHfh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQDowCkHfh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQDowCkHfh .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-uQDowCkHfh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQDowCkHfh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQDowCkHfh .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uQDowCkHfh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uQDowCkHfh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQDowCkHfh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQDowCkHfh .navbar.navbar-short {
  min-height: 96px;
}
.cid-uQDowCkHfh .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uQDowCkHfh .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-uQDowCkHfh .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uQDowCkHfh .navbar-brand .navbar-caption:hover,
.cid-uQDowCkHfh .navbar-brand .navbar-caption:focus {
  color: #f5f8ff !important;
}
.cid-uQDowCkHfh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQDowCkHfh .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uQDowCkHfh .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #f5f8ff !important;
}
.cid-uQDowCkHfh .dropdown-item.active,
.cid-uQDowCkHfh .dropdown-item:active {
  background-color: transparent;
}
.cid-uQDowCkHfh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQDowCkHfh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQDowCkHfh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQDowCkHfh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #02050a;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uQDowCkHfh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uQDowCkHfh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uQDowCkHfh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQDowCkHfh ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uQDowCkHfh ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uQDowCkHfh .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uQDowCkHfh .navbar-buttons {
    text-align: left;
  }
}
.cid-uQDowCkHfh .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 9px 50px;
  min-height: auto;
  width: auto;
}
@media (max-width: 992px) {
  .cid-uQDowCkHfh .navbar-buttons .btn {
    padding: 8px 25px;
  }
}
@media (max-width: 575px) {
  .cid-uQDowCkHfh .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uQDowCkHfh 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: #02050a !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQDowCkHfh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #f5f8ff;
}
.cid-uQDowCkHfh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uQDowCkHfh button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQDowCkHfh button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQDowCkHfh button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uQDowCkHfh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQDowCkHfh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQDowCkHfh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQDowCkHfh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQDowCkHfh .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uQDowCkHfh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQDowCkHfh .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-uQDowCkHfh .navbar {
    height: 70px;
  }
  .cid-uQDowCkHfh .navbar.opened {
    height: auto;
  }
  .cid-uQDowCkHfh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQDowCkHfh .navbar-nav {
  margin: 0;
}
.cid-uQDowCkHfh .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uQDowCkHfh .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 25px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uQDowCkHfh .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uQDowCkHfh .nav-item .nav-link:hover,
.cid-uQDowCkHfh .nav-item .nav-link:focus {
  background-color: transparent;
  color: #f5f8ff !important;
  opacity: .5;
}
.cid-uQDowCkHfh .nav-item .nav-link:hover::after,
.cid-uQDowCkHfh .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uQDowCkHfh .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uQDowCkHfh .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uQDowCkHfh .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uQDowCkHfh .navbar {
    justify-content: flex-start !important;
  }
  .cid-uQDowCkHfh .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uQDowCkHfh .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uQDowCkHfh .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uQDowCkHfh .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uQDowCkHfh .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uQDowCkHfh .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uQDowCkHfh .content-wrap {
  min-height: 80px;
}
.cid-uQDowTcGUp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uQDowTcGUp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQDowTcGUp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQDowTcGUp .card-wrapper {
  background-color: #f5f8ff;
  padding: 95px 64px 0;
  margin: 6px 0;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uQDowTcGUp .card-wrapper {
    padding: 48px 24px 0;
    margin: 3px 0;
  }
}
.cid-uQDowTcGUp .card-wrapper .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uQDowTcGUp .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uQDowTcGUp .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uQDowTcGUp .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uQDowTcGUp .card-wrapper .image-wrapper {
  margin-top: 110px;
  margin-bottom: -4rem;
}
@media (max-width: 992px) {
  .cid-uQDowTcGUp .card-wrapper .image-wrapper {
    margin-top: 24px;
    margin-bottom: -2rem;
  }
}
.cid-uQDowTcGUp .card-wrapper .image-wrapper img {
  display: inline-flex;
  width: 490px;
  height: 580px;
  object-fit: cover;
  box-shadow: 40px 54px 40px #9c9c9d;
}
@media (max-width: 992px) {
  .cid-uQDowTcGUp .card-wrapper .image-wrapper img {
    height: 300px;
    width: 100%;
  }
}
.cid-uQDowTcGUp .mbr-section-title {
  color: #000000;
}
.cid-uQDowTcGUp .mbr-text,
.cid-uQDowTcGUp .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uQDowTcGUp .mbr-section-title,
.cid-uQDowTcGUp .mbr-section-btn,
.cid-uQDowTcGUp .image-wrapper {
  text-align: center;
}
.cid-uRRtScTp4U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f8ff;
}
.cid-uRRtScTp4U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRtScTp4U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRtScTp4U .title-container {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-uRRtScTp4U .title-container {
    margin-bottom: 25px;
  }
}
.cid-uRRtScTp4U .mbr-section-title {
  color: #00524F;
}
.cid-uRRtScTp4U .mbr-text {
  color: #00524F;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-uRRtScTp4U .mbr-text {
    margin-top: 24px;
  }
}
.cid-uRRtScTp4U .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uRRtScTp4U .tabl-container {
    margin-top: 25px;
  }
}
.cid-uRRtScTp4U .item-container {
  width: 100%;
  display: flex;
}
.cid-uRRtScTp4U .item-container:not(:first-child) {
  margin-top: 30px;
}
.cid-uRRtScTp4U .card-text {
  color: #272727;
  width: 100%;
}
.cid-uQDoHM1Q1T {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uQDoHM1Q1T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQDoHM1Q1T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQDoHM1Q1T .card-wrapper {
  position: relative;
  background-color: #ffef46;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uQDoHM1Q1T .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uQDoHM1Q1T .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uQDoHM1Q1T .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uQDoHM1Q1T .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uQDoHM1Q1T .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uQDoHM1Q1T .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uQDoHM1Q1T .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uQDoHM1Q1T .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uQDoHM1Q1T .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 48px;
}
@media (max-width: 1440px) {
  .cid-uQDoHM1Q1T .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uQDoHM1Q1T .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uQDoHM1Q1T .mbr-section-title {
  color: #000000;
}
.cid-uQDoHM1Q1T .mbr-label {
  color: #000000;
  text-align: center;
}
.cid-uQDoHM1Q1T .mbr-text,
.cid-uQDoHM1Q1T .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uQDoHM1Q1T .mbr-section-title,
.cid-uQDoHM1Q1T .mbr-section-btn {
  text-align: center;
}
.cid-uQDoCXui7E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #02050a;
}
.cid-uQDoCXui7E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQDoCXui7E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQDoCXui7E .content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-uQDoCXui7E .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 84px;
}
@media (max-width: 992px) {
  .cid-uQDoCXui7E .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 48px;
  }
}
.cid-uQDoCXui7E .content-wrapper .items-wrapper {
  width: 85%;
  padding: 95px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 84px 150px;
  border: 1px solid #9c9c9d;
}
@media (max-width: 1540px) {
  .cid-uQDoCXui7E .content-wrapper .items-wrapper {
    width: 100%;
    gap: 84px;
  }
}
@media (max-width: 1440px) {
  .cid-uQDoCXui7E .content-wrapper .items-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uQDoCXui7E .content-wrapper .items-wrapper {
    padding: 48px 24px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uQDoCXui7E .content-wrapper .items-wrapper .item {
    margin-bottom: 48px;
  }
  .cid-uQDoCXui7E .content-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uQDoCXui7E .content-wrapper .items-wrapper .item .item-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1200px) {
  .cid-uQDoCXui7E .content-wrapper .items-wrapper .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 1200px) {
  .cid-uQDoCXui7E .content-wrapper .items-wrapper .item .item-wrapper .card-box {
    margin-bottom: 24px;
  }
}
.cid-uQDoCXui7E .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uQDoCXui7E .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
    margin-bottom: 24px;
  }
}
.cid-uQDoCXui7E .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uQDoCXui7E .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
    margin-bottom: 24px;
  }
}
.cid-uQDoCXui7E .content-wrapper .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uQDoCXui7E .content-wrapper .items-wrapper .item .item-wrapper .item-img img {
  height: 380px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uQDoCXui7E .content-wrapper .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uQDoCXui7E .mbr-section-title,
.cid-uQDoCXui7E .title-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uQDoCXui7E .card-title {
  color: #f5f8ff;
}
.cid-uQDoCXui7E .card-text {
  color: #f5f8ff;
}
.cid-uRRujsxQks {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uRRujsxQks .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRujsxQks .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRujsxQks .card-wrapper {
  position: relative;
  background-color: #f5f8ff;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uRRujsxQks .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uRRujsxQks .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uRRujsxQks .card-wrapper .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uRRujsxQks .card-wrapper .content-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uRRujsxQks .card-wrapper .content-wrapper {
    display: block;
  }
}
.cid-uRRujsxQks .card-wrapper .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uRRujsxQks .card-wrapper .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uRRujsxQks .card-wrapper .content-wrapper .image-wrapper img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uRRujsxQks .card-wrapper .content-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-uRRujsxQks .card-wrapper .content-wrapper .content-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uRRujsxQks .card-wrapper .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uRRujsxQks .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uRRujsxQks .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uRRujsxQks .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 1440px) {
  .cid-uRRujsxQks .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uRRujsxQks .card-wrapper .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRRujsxQks .mbr-section-title {
  color: #000000;
}
.cid-uRRujsxQks .mbr-text,
.cid-uRRujsxQks .text-wrapper {
  color: #000000;
}
.cid-uRRujsxQks .mbr-section-title,
.cid-uRRujsxQks .mbr-section-btn {
  color: #000000;
}
.cid-uQDoI54LXT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uQDoI54LXT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQDoI54LXT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQDoI54LXT .card-wrapper {
  position: relative;
  background-color: #f5f8ff;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uQDoI54LXT .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uQDoI54LXT .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uQDoI54LXT .card-wrapper .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uQDoI54LXT .card-wrapper .content-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uQDoI54LXT .card-wrapper .content-wrapper {
    display: block;
  }
}
.cid-uQDoI54LXT .card-wrapper .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uQDoI54LXT .card-wrapper .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uQDoI54LXT .card-wrapper .content-wrapper .image-wrapper img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uQDoI54LXT .card-wrapper .content-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-uQDoI54LXT .card-wrapper .content-wrapper .content-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uQDoI54LXT .card-wrapper .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uQDoI54LXT .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uQDoI54LXT .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uQDoI54LXT .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 1440px) {
  .cid-uQDoI54LXT .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uQDoI54LXT .card-wrapper .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uQDoI54LXT .mbr-section-title {
  color: #000000;
}
.cid-uQDoI54LXT .mbr-text,
.cid-uQDoI54LXT .text-wrapper {
  color: #000000;
}
.cid-uRRtcTQiaP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uRRtcTQiaP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRtcTQiaP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRtcTQiaP .card-wrapper {
  position: relative;
  background-color: #ffef46;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uRRtcTQiaP .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uRRtcTQiaP .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uRRtcTQiaP .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uRRtcTQiaP .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uRRtcTQiaP .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uRRtcTQiaP .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uRRtcTQiaP .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uRRtcTQiaP .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uRRtcTQiaP .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 48px;
}
@media (max-width: 1440px) {
  .cid-uRRtcTQiaP .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uRRtcTQiaP .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRRtcTQiaP .mbr-section-title {
  color: #000000;
}
.cid-uRRtcTQiaP .mbr-label {
  color: #000000;
  text-align: center;
}
.cid-uRRtcTQiaP .mbr-text,
.cid-uRRtcTQiaP .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uRRtcTQiaP .mbr-section-title,
.cid-uRRtcTQiaP .mbr-section-btn {
  text-align: center;
}
.cid-uRRtKQdgvd {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-uRRtKQdgvd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRtKQdgvd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uRRtKQdgvd .container {
    padding: 0 20px;
  }
}
.cid-uRRtKQdgvd .row {
  margin: 0;
}
.cid-uRRtKQdgvd .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uRRtKQdgvd .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uRRtKQdgvd .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-uRRtKQdgvd .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uRRtKQdgvd .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uRRtKQdgvd .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uRRtKQdgvd .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uQDoQyKEEp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #02050a;
}
.cid-uQDoQyKEEp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQDoQyKEEp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQDoQyKEEp .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 84px;
}
@media (max-width: 992px) {
  .cid-uQDoQyKEEp .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 48px;
  }
}
.cid-uQDoQyKEEp .content-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uQDoQyKEEp .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uQDoQyKEEp .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uQDoQyKEEp .embla__slide:first-child .slide-content .item-wrapper .number-wrap::before {
  width: 50%;
  left: auto;
  right: 0;
}
.cid-uQDoQyKEEp .embla__slide:last-child .slide-content .item-wrapper .number-wrap::before {
  width: 50%;
}
.cid-uQDoQyKEEp .embla__slide .slide-content {
  width: 100%;
}
.cid-uQDoQyKEEp .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uQDoQyKEEp .embla__slide .slide-content .item-wrapper .number-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uQDoQyKEEp .embla__slide .slide-content .item-wrapper .number-wrap {
    margin-bottom: 24px;
  }
}
.cid-uQDoQyKEEp .embla__slide .slide-content .item-wrapper .number-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #f5f8ff;
}
.cid-uQDoQyKEEp .embla__slide .slide-content .item-wrapper .number-wrap .card-number {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 20px;
  background-color: #ffef46;
  margin-bottom: 0;
}
.cid-uQDoQyKEEp .embla__slide .slide-content .item-wrapper .item-content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uQDoQyKEEp .embla__slide .slide-content .item-wrapper .item-content {
    display: block;
  }
}
.cid-uQDoQyKEEp .embla__slide .slide-content .item-wrapper .item-content .card-title {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uQDoQyKEEp .embla__slide .slide-content .item-wrapper .item-content .card-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uQDoQyKEEp .embla__slide .slide-content .item-wrapper .item-content .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uQDoQyKEEp .embla__slide .slide-content .item-wrapper .item-content .text-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uQDoQyKEEp .embla__slide .slide-content .item-wrapper .item-content .text-wrapper .card-text {
  margin-bottom: 0;
  padding-right: 24px;
}
.cid-uQDoQyKEEp .embla__slide .slide-content .item-wrapper .item-content .text-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 992px) {
  .cid-uQDoQyKEEp .embla__slide .slide-content .item-wrapper .item-content .text-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uQDoQyKEEp .embla__slide .slide-content .item-wrapper .item-content .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uQDoQyKEEp .embla__button--next,
.cid-uQDoQyKEEp .embla__button--prev {
  display: flex;
}
.cid-uQDoQyKEEp .embla__button {
  bottom: 0;
  width: 64px;
  height: 64px;
  font-size: 32px;
  background-color: #f5f8ff !important;
  color: #02050a !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uQDoQyKEEp .embla__button:hover {
  opacity: .8 !important;
}
.cid-uQDoQyKEEp .embla__button:disabled {
  opacity: .2 !important;
}
.cid-uQDoQyKEEp .embla__button.embla__button--prev {
  left: 0;
}
.cid-uQDoQyKEEp .embla__button.embla__button--next {
  left: 74px;
}
.cid-uQDoQyKEEp .embla {
  position: relative;
  width: 85%;
  display: flex;
  justify-content: center;
  padding-bottom: 8rem;
}
@media (max-width: 992px) {
  .cid-uQDoQyKEEp .embla {
    padding-bottom: 6rem;
  }
}
.cid-uQDoQyKEEp .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uQDoQyKEEp .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uQDoQyKEEp .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uQDoQyKEEp .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uQDoQyKEEp .mbr-section-title,
.cid-uQDoQyKEEp .title-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uQDoQyKEEp .card-title {
  color: #f5f8ff;
}
.cid-uQDoQyKEEp .card-text {
  color: #f5f8ff;
}
.cid-uQDoQyKEEp .card-number,
.cid-uQDoQyKEEp .number-wrap {
  color: #000000;
}
.cid-uRRte5c3U8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uRRte5c3U8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRte5c3U8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRte5c3U8 .card-wrapper {
  position: relative;
  background-color: #ffef46;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uRRte5c3U8 .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uRRte5c3U8 .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uRRte5c3U8 .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uRRte5c3U8 .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uRRte5c3U8 .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uRRte5c3U8 .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uRRte5c3U8 .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uRRte5c3U8 .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uRRte5c3U8 .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 48px;
}
@media (max-width: 1440px) {
  .cid-uRRte5c3U8 .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uRRte5c3U8 .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRRte5c3U8 .mbr-section-title {
  color: #000000;
}
.cid-uRRte5c3U8 .mbr-label {
  color: #000000;
  text-align: center;
}
.cid-uRRte5c3U8 .mbr-text,
.cid-uRRte5c3U8 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uRRte5c3U8 .mbr-section-title,
.cid-uRRte5c3U8 .mbr-section-btn {
  text-align: center;
}
.cid-uRRsUxux7W {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uRRsUxux7W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRsUxux7W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRsUxux7W .items-wrapper {
  margin: 6px 0;
}
@media (max-width: 992px) {
  .cid-uRRsUxux7W .items-wrapper {
    margin: 3px 0;
  }
}
.cid-uRRsUxux7W .items-wrapper .item {
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-uRRsUxux7W .items-wrapper .item {
    margin-bottom: 6px;
  }
}
.cid-uRRsUxux7W .items-wrapper .item:last-child {
  margin-bottom: 0 !important;
}
.cid-uRRsUxux7W .items-wrapper .item .item-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
@media (max-width: 992px) {
  .cid-uRRsUxux7W .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uRRsUxux7W .items-wrapper .item .item-wrapper .image-wrapper {
  padding: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uRRsUxux7W .items-wrapper .item .item-wrapper .image-wrapper {
    padding: 48px 24px;
    margin-bottom: 6px;
  }
}
.cid-uRRsUxux7W .items-wrapper .item .item-wrapper .image-wrapper .item-img img {
  height: 810px;
  width: 390px;
  object-fit: cover;
  border: 11px solid #02050a;
  background-color: #02050a;
  box-shadow: 10px 14px 50px #24262b;
}
@media (max-width: 1440px) {
  .cid-uRRsUxux7W .items-wrapper .item .item-wrapper .image-wrapper .item-img img {
    height: 350px;
    width: 180px;
  }
}
@media (max-width: 992px) {
  .cid-uRRsUxux7W .items-wrapper .item .item-wrapper .image-wrapper .item-img img {
    border: 6px solid #02050a;
  }
}
.cid-uRRsUxux7W .items-wrapper .item .item-wrapper .card_1 {
  background-color: #000000;
}
.cid-uRRsUxux7W .items-wrapper .item .item-wrapper .card_2 {
  background-color: #a32368;
}
.cid-uRRsUxux7W .items-wrapper .item .item-wrapper .card-box {
  padding: 64px;
  background-color: #f5f8ff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uRRsUxux7W .items-wrapper .item .item-wrapper .card-box {
    padding: 48px 24px;
  }
}
.cid-uRRsUxux7W .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uRRsUxux7W .items-wrapper .item .item-wrapper .card-box .card-title {
    margin-bottom: 24px;
  }
}
.cid-uRRsUxux7W .items-wrapper .item .item-wrapper .card-box .text-wrapper .card-text {
  margin-bottom: 44px;
}
@media (max-width: 1440px) {
  .cid-uRRsUxux7W .items-wrapper .item .item-wrapper .card-box .text-wrapper .card-text {
    margin-bottom: 24px;
  }
}
.cid-uRRsUxux7W .items-wrapper .item .item-wrapper .card-box .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRRsUxux7W .card-title {
  color: #000000;
}
.cid-uRRsUxux7W .card-text {
  color: #000000;
}
.cid-uRRsUxux7W .card-title,
.cid-uRRsUxux7W .mbr-section-btn {
  color: #000000;
}
.cid-uQDoYN2joa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uQDoYN2joa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQDoYN2joa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQDoYN2joa .card-wrapper {
  position: relative;
  background-color: #14161b;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uQDoYN2joa .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uQDoYN2joa .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uQDoYN2joa .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uQDoYN2joa .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uQDoYN2joa .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 992px) {
  .cid-uQDoYN2joa .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uQDoYN2joa .card-wrapper .content-wrapper .panel-group .card {
  position: relative;
  padding: 0;
  background-color: transparent;
  border: 1px solid #9c9c9d;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-uQDoYN2joa .card-wrapper .content-wrapper .panel-group .card {
    margin-bottom: 6px;
  }
}
.cid-uQDoYN2joa .card-wrapper .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uQDoYN2joa .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 30px;
  background-color: #ffef46;
}
@media (max-width: 992px) {
  .cid-uQDoYN2joa .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title {
    padding: 24px;
  }
}
.cid-uQDoYN2joa .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uQDoYN2joa .card-wrapper .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%;
}
.cid-uQDoYN2joa .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  color: #02050a;
}
.cid-uQDoYN2joa .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title:hover .icon-wrapper {
  opacity: .8;
}
.cid-uQDoYN2joa .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title:hover .panel-title-edit {
  opacity: .8;
}
.cid-uQDoYN2joa .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uQDoYN2joa .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 100px 64px;
}
@media (max-width: 992px) {
  .cid-uQDoYN2joa .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 48px 24px;
  }
}
.cid-uQDoYN2joa .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .iconfont-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uQDoYN2joa .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .iconfont-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uQDoYN2joa .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .iconfont-wrapper .mbr-iconfont {
  width: 96px;
  height: 96px;
  min-width: 96px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #02050a;
  font-size: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-uQDoYN2joa .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .icon_1 .mbr-iconfont {
  background-color: #ff9340;
}
.cid-uQDoYN2joa .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .icon_2 .mbr-iconfont {
  background-color: #ffa6e9;
}
.cid-uQDoYN2joa .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .icon_3 .mbr-iconfont {
  background-color: #d0d4dd;
}
.cid-uQDoYN2joa .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .icon_4 .mbr-iconfont {
  background-color: #7e9ef5;
}
.cid-uQDoYN2joa .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .card-title {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uQDoYN2joa .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .card-title {
    margin-bottom: 24px;
  }
}
.cid-uQDoYN2joa .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .text-wrapper .panel-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uQDoYN2joa .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .text-wrapper .panel-text {
    width: 100%;
  }
}
.cid-uQDoYN2joa .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
  margin-top: 54px;
}
@media (max-width: 992px) {
  .cid-uQDoYN2joa .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uQDoYN2joa .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uQDoYN2joa .mbr-section-title {
  color: #f5f8ff;
  text-align: center;
}
.cid-uQDoYN2joa .panel-title-edit {
  color: #000000;
}
.cid-uQDoYN2joa .card-title {
  color: #f5f8ff;
}
.cid-uQDoYN2joa .panel-text,
.cid-uQDoYN2joa .text-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uQDoYN2joa .card-title,
.cid-uQDoYN2joa .mbr-section-btn,
.cid-uQDoYN2joa .iconfont-wrapper {
  text-align: center;
}
.cid-uRRtoCZlNE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uRRtoCZlNE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRtoCZlNE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRtoCZlNE .card-wrapper {
  position: relative;
  background-color: #14161b;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uRRtoCZlNE .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uRRtoCZlNE .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uRRtoCZlNE .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uRRtoCZlNE .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uRRtoCZlNE .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uRRtoCZlNE .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uRRtoCZlNE .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uRRtoCZlNE .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uRRtoCZlNE .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRRtoCZlNE .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uRRtoCZlNE .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uRRtoCZlNE .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRRtoCZlNE .mbr-label,
.cid-uRRtoCZlNE .label-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uRRtoCZlNE .mbr-section-title {
  color: #f5f8ff;
}
.cid-uRRtoCZlNE .mbr-text,
.cid-uRRtoCZlNE .text-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uRRtoCZlNE .mbr-section-title,
.cid-uRRtoCZlNE .mbr-section-btn {
  text-align: center;
}
.cid-uRRtlkS8LG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uRRtlkS8LG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRtlkS8LG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRtlkS8LG .card-wrapper {
  position: relative;
  background-color: #ffef46;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uRRtlkS8LG .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uRRtlkS8LG .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uRRtlkS8LG .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uRRtlkS8LG .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uRRtlkS8LG .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uRRtlkS8LG .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uRRtlkS8LG .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uRRtlkS8LG .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uRRtlkS8LG .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 48px;
}
@media (max-width: 1440px) {
  .cid-uRRtlkS8LG .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uRRtlkS8LG .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRRtlkS8LG .mbr-section-title {
  color: #000000;
}
.cid-uRRtlkS8LG .mbr-label {
  color: #000000;
  text-align: center;
}
.cid-uRRtlkS8LG .mbr-text,
.cid-uRRtlkS8LG .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uRRtlkS8LG .mbr-section-title,
.cid-uRRtlkS8LG .mbr-section-btn {
  text-align: center;
}
.cid-uQDoScFNci {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #02050a;
}
.cid-uQDoScFNci .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQDoScFNci .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQDoScFNci .row {
  margin: 0 -6px;
}
.cid-uQDoScFNci .card {
  padding: 0 6px;
}
.cid-uQDoScFNci .card-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  padding: 48px 100px;
  background-color: #14161b;
  margin-top: 6px;
  margin-bottom: 6px;
}
@media (max-width: 1440px) {
  .cid-uQDoScFNci .card-wrapper {
    padding: 48px 64px;
  }
}
@media (max-width: 992px) {
  .cid-uQDoScFNci .card-wrapper {
    padding: 48px 24px;
    margin-top: 3px;
    margin-bottom: 3px;
  }
}
.cid-uQDoScFNci .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uQDoScFNci .card-wrapper .title-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uQDoScFNci .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uQDoScFNci .card-wrapper .logo-wrapper {
  margin: 84px 0;
}
@media (max-width: 1440px) {
  .cid-uQDoScFNci .card-wrapper .logo-wrapper {
    margin: 24px 0;
  }
}
.cid-uQDoScFNci .card-wrapper .logo-wrapper img {
  width: 290px;
  height: 290px;
  object-fit: cover;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uQDoScFNci .card-wrapper .logo-wrapper img {
    width: 180px;
    height: 180px;
  }
}
.cid-uQDoScFNci .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uQDoScFNci .card-wrapper .item {
  margin-bottom: 24px;
}
.cid-uQDoScFNci .card-wrapper .item:first-child .item-wrapper {
  border-top: 1px solid #9c9c9d;
  padding-top: 24px;
}
.cid-uQDoScFNci .card-wrapper .item .item-wrapper {
  padding-bottom: 24px;
  border-bottom: 1px solid #9c9c9d;
  display: flex;
  justify-content: space-between;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uQDoScFNci .card-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uQDoScFNci .card-wrapper .item .item-wrapper .card-title {
  width: 50%;
  margin-bottom: 0;
  padding-right: 24px;
}
@media (max-width: 1440px) {
  .cid-uQDoScFNci .card-wrapper .item .item-wrapper .card-title {
    width: 35%;
  }
}
@media (max-width: 992px) {
  .cid-uQDoScFNci .card-wrapper .item .item-wrapper .card-title {
    width: 100% !important;
    padding-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uQDoScFNci .card-wrapper .item .item-wrapper .card-text {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uQDoScFNci .card-wrapper .item .item-wrapper .card-text {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-uQDoScFNci .card-wrapper .item .item-wrapper .card-text {
    width: 100% !important;
  }
}
.cid-uQDoScFNci .card-wrapper .social-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uQDoScFNci .card-wrapper .social-wrapper {
    margin-top: 24px;
  }
}
.cid-uQDoScFNci .card-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uQDoScFNci .card-wrapper .social-wrapper .social-wrap .social-item {
  display: block;
  margin: 10px 10px 0 0;
  cursor: pointer;
}
.cid-uQDoScFNci .card-wrapper .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uQDoScFNci .card-wrapper .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  transform: translateY(-5px);
}
.cid-uQDoScFNci .card-wrapper .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 74px;
  height: 74px;
  font-size: 32px;
  color: #f5f8ff;
  background-color: #24262b;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQDoScFNci .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-uQDoScFNci .mbr-section-title {
  color: #f5f8ff;
}
.cid-uQDoScFNci .card-title {
  color: #f5f8ff;
}
.cid-uQDoScFNci .card-text {
  color: #f5f8ff;
}
.cid-uQDoScFNci .mbr-section-title,
.cid-uQDoScFNci .mbr-section-btn,
.cid-uQDoScFNci .logo-wrapper,
.cid-uQDoScFNci .social-wrapper {
  text-align: center;
}
.cid-uRRoxGuXhQ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uRRoxGuXhQ .listico {
  padding-right: 1rem;
  color: #656565;
  font-size: 0.9rem;
}
.cid-uRRoxGuXhQ .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uRRoxGuXhQ .navbar-brand {
  width: 100%;
  margin: 0;
}
.cid-uRRoxGuXhQ .mbr-text {
  color: #444;
}
.cid-uRRoxGuXhQ h5 {
  margin-bottom: 0;
}
.cid-uRRoxGuXhQ .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRRoxGuXhQ .socicon {
  color: #ffffff;
  font-size: 1.2rem;
}
.cid-uRRoxGuXhQ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-uRRoxGuXhQ .social-list .soc-item {
  margin: 0 0.5rem;
  display: inline-block;
}
.cid-uRRoxGuXhQ .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uRRoxGuXhQ .social-list a:hover {
  opacity: 0.4;
}
.cid-uRRoxGuXhQ .media-container-row > div {
  padding: 0px;
}
.cid-uRRoxGuXhQ .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uRRoxGuXhQ .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-uRRoxGuXhQ .group-title SPAN {
  color: #656565;
}
.cid-uRRoxGuXhQ .links {
  color: #9e9e9e;
}
@media (max-width: 991px) {
  .cid-uRRoxGuXhQ .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uRRoxGuXhQ h3 {
    margin-bottom: 10px;
  }
}
.cid-uRRoxGuXhQ .links SPAN {
  color: #9e9e9e;
}
.cid-uRRoxGuXhQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRoxGuXhQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRoxGuXhQ .links,
.cid-uRRoxGuXhQ .social-list {
  color: #ffffff;
}
.cid-uRRITFbAjN .navbar-dropdown {
  position: relative !important;
}
.cid-uRRITFbAjN .container-fluid {
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 992px) {
  .cid-uRRITFbAjN .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-uRRITFbAjN .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-uRRITFbAjN .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uRRITFbAjN .dropdown-item {
  border: none !important;
  background: #02050a !important;
}
.cid-uRRITFbAjN .dropdown-item:hover,
.cid-uRRITFbAjN .dropdown-item:focus {
  background: #02050a !important;
  color: #f5f8ff !important;
}
.cid-uRRITFbAjN .dropdown-item:hover span {
  color: white;
}
.cid-uRRITFbAjN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRRITFbAjN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRRITFbAjN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRRITFbAjN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRRITFbAjN .nav-link {
  position: relative;
}
.cid-uRRITFbAjN .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uRRITFbAjN .container {
    flex-wrap: nowrap;
  }
}
.cid-uRRITFbAjN .iconfont-wrapper {
  color: #f5f8ff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uRRITFbAjN .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uRRITFbAjN .dropdown-menu,
.cid-uRRITFbAjN .navbar.opened {
  background: #02050a !important;
}
.cid-uRRITFbAjN .nav-item:focus,
.cid-uRRITFbAjN .nav-link:focus {
  outline: none;
}
.cid-uRRITFbAjN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRRITFbAjN .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uRRITFbAjN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRRITFbAjN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRRITFbAjN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRRITFbAjN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRRITFbAjN .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #02050a;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uRRITFbAjN .navbar.opened {
  transition: all 0.3s;
}
.cid-uRRITFbAjN .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uRRITFbAjN .navbar .navbar-logo img {
  width: auto;
}
.cid-uRRITFbAjN .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uRRITFbAjN .navbar.collapsed {
  justify-content: center;
}
.cid-uRRITFbAjN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRRITFbAjN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRRITFbAjN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uRRITFbAjN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRRITFbAjN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRRITFbAjN .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-uRRITFbAjN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRRITFbAjN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRRITFbAjN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRRITFbAjN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRRITFbAjN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRRITFbAjN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRRITFbAjN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRRITFbAjN .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-uRRITFbAjN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRRITFbAjN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRRITFbAjN .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uRRITFbAjN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uRRITFbAjN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRRITFbAjN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRRITFbAjN .navbar.navbar-short {
  min-height: 96px;
}
.cid-uRRITFbAjN .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uRRITFbAjN .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-uRRITFbAjN .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uRRITFbAjN .navbar-brand .navbar-caption:hover,
.cid-uRRITFbAjN .navbar-brand .navbar-caption:focus {
  color: #f5f8ff !important;
}
.cid-uRRITFbAjN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRRITFbAjN .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uRRITFbAjN .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #f5f8ff !important;
}
.cid-uRRITFbAjN .dropdown-item.active,
.cid-uRRITFbAjN .dropdown-item:active {
  background-color: transparent;
}
.cid-uRRITFbAjN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRRITFbAjN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRRITFbAjN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRRITFbAjN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #02050a;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uRRITFbAjN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uRRITFbAjN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uRRITFbAjN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRRITFbAjN ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uRRITFbAjN ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uRRITFbAjN .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uRRITFbAjN .navbar-buttons {
    text-align: left;
  }
}
.cid-uRRITFbAjN .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 9px 50px;
  min-height: auto;
  width: auto;
}
@media (max-width: 992px) {
  .cid-uRRITFbAjN .navbar-buttons .btn {
    padding: 8px 25px;
  }
}
@media (max-width: 575px) {
  .cid-uRRITFbAjN .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uRRITFbAjN 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: #02050a !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uRRITFbAjN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #f5f8ff;
}
.cid-uRRITFbAjN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uRRITFbAjN button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uRRITFbAjN button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uRRITFbAjN button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uRRITFbAjN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRRITFbAjN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRRITFbAjN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRRITFbAjN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRRITFbAjN .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uRRITFbAjN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRRITFbAjN .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-uRRITFbAjN .navbar {
    height: 70px;
  }
  .cid-uRRITFbAjN .navbar.opened {
    height: auto;
  }
  .cid-uRRITFbAjN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRRITFbAjN .navbar-nav {
  margin: 0;
}
.cid-uRRITFbAjN .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uRRITFbAjN .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 25px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uRRITFbAjN .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uRRITFbAjN .nav-item .nav-link:hover,
.cid-uRRITFbAjN .nav-item .nav-link:focus {
  background-color: transparent;
  color: #f5f8ff !important;
  opacity: .5;
}
.cid-uRRITFbAjN .nav-item .nav-link:hover::after,
.cid-uRRITFbAjN .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uRRITFbAjN .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uRRITFbAjN .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uRRITFbAjN .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uRRITFbAjN .navbar {
    justify-content: flex-start !important;
  }
  .cid-uRRITFbAjN .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uRRITFbAjN .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uRRITFbAjN .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uRRITFbAjN .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uRRITFbAjN .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uRRITFbAjN .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uRRITFbAjN .content-wrap {
  min-height: 80px;
}
.cid-uRRITGgNsJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uRRITGgNsJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRITGgNsJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRITGgNsJ .card-wrapper {
  background-color: #f5f8ff;
  padding: 95px 64px 0;
  margin: 6px 0;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uRRITGgNsJ .card-wrapper {
    padding: 48px 24px 0;
    margin: 3px 0;
  }
}
.cid-uRRITGgNsJ .card-wrapper .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uRRITGgNsJ .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uRRITGgNsJ .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uRRITGgNsJ .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uRRITGgNsJ .card-wrapper .image-wrapper {
  margin-top: 110px;
  margin-bottom: -4rem;
}
@media (max-width: 992px) {
  .cid-uRRITGgNsJ .card-wrapper .image-wrapper {
    margin-top: 24px;
    margin-bottom: -2rem;
  }
}
.cid-uRRITGgNsJ .card-wrapper .image-wrapper img {
  display: inline-flex;
  width: 490px;
  height: 580px;
  object-fit: cover;
  box-shadow: 40px 54px 40px #9c9c9d;
}
@media (max-width: 992px) {
  .cid-uRRITGgNsJ .card-wrapper .image-wrapper img {
    height: 300px;
    width: 100%;
  }
}
.cid-uRRITGgNsJ .mbr-section-title {
  color: #000000;
}
.cid-uRRITGgNsJ .mbr-text,
.cid-uRRITGgNsJ .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uRRITGgNsJ .mbr-section-title,
.cid-uRRITGgNsJ .mbr-section-btn,
.cid-uRRITGgNsJ .image-wrapper {
  text-align: center;
}
.cid-uRRITHOFTc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uRRITHOFTc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRITHOFTc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRITHOFTc .card-wrapper {
  position: relative;
  background-color: #ffef46;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uRRITHOFTc .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uRRITHOFTc .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uRRITHOFTc .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uRRITHOFTc .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uRRITHOFTc .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uRRITHOFTc .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uRRITHOFTc .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uRRITHOFTc .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uRRITHOFTc .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 48px;
}
@media (max-width: 1440px) {
  .cid-uRRITHOFTc .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uRRITHOFTc .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRRITHOFTc .mbr-section-title {
  color: #000000;
}
.cid-uRRITHOFTc .mbr-label {
  color: #000000;
  text-align: center;
}
.cid-uRRITHOFTc .mbr-text,
.cid-uRRITHOFTc .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uRRITHOFTc .mbr-section-title,
.cid-uRRITHOFTc .mbr-section-btn {
  text-align: center;
}
.cid-uRRITSLldH {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #02050a;
}
.cid-uRRITSLldH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRITSLldH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRITSLldH .row {
  margin: 0 -6px;
}
.cid-uRRITSLldH .card {
  padding: 0 6px;
}
.cid-uRRITSLldH .card-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  padding: 48px 100px;
  background-color: #14161b;
  margin-top: 6px;
  margin-bottom: 6px;
}
@media (max-width: 1440px) {
  .cid-uRRITSLldH .card-wrapper {
    padding: 48px 64px;
  }
}
@media (max-width: 992px) {
  .cid-uRRITSLldH .card-wrapper {
    padding: 48px 24px;
    margin-top: 3px;
    margin-bottom: 3px;
  }
}
.cid-uRRITSLldH .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uRRITSLldH .card-wrapper .title-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uRRITSLldH .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uRRITSLldH .card-wrapper .logo-wrapper {
  margin: 84px 0;
}
@media (max-width: 1440px) {
  .cid-uRRITSLldH .card-wrapper .logo-wrapper {
    margin: 24px 0;
  }
}
.cid-uRRITSLldH .card-wrapper .logo-wrapper img {
  width: 290px;
  height: 290px;
  object-fit: cover;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uRRITSLldH .card-wrapper .logo-wrapper img {
    width: 180px;
    height: 180px;
  }
}
.cid-uRRITSLldH .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRRITSLldH .card-wrapper .item {
  margin-bottom: 24px;
}
.cid-uRRITSLldH .card-wrapper .item:first-child .item-wrapper {
  border-top: 1px solid #9c9c9d;
  padding-top: 24px;
}
.cid-uRRITSLldH .card-wrapper .item .item-wrapper {
  padding-bottom: 24px;
  border-bottom: 1px solid #9c9c9d;
  display: flex;
  justify-content: space-between;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uRRITSLldH .card-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uRRITSLldH .card-wrapper .item .item-wrapper .card-title {
  width: 50%;
  margin-bottom: 0;
  padding-right: 24px;
}
@media (max-width: 1440px) {
  .cid-uRRITSLldH .card-wrapper .item .item-wrapper .card-title {
    width: 35%;
  }
}
@media (max-width: 992px) {
  .cid-uRRITSLldH .card-wrapper .item .item-wrapper .card-title {
    width: 100% !important;
    padding-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uRRITSLldH .card-wrapper .item .item-wrapper .card-text {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uRRITSLldH .card-wrapper .item .item-wrapper .card-text {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-uRRITSLldH .card-wrapper .item .item-wrapper .card-text {
    width: 100% !important;
  }
}
.cid-uRRITSLldH .card-wrapper .social-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uRRITSLldH .card-wrapper .social-wrapper {
    margin-top: 24px;
  }
}
.cid-uRRITSLldH .card-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uRRITSLldH .card-wrapper .social-wrapper .social-wrap .social-item {
  display: block;
  margin: 10px 10px 0 0;
  cursor: pointer;
}
.cid-uRRITSLldH .card-wrapper .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uRRITSLldH .card-wrapper .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  transform: translateY(-5px);
}
.cid-uRRITSLldH .card-wrapper .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 74px;
  height: 74px;
  font-size: 32px;
  color: #f5f8ff;
  background-color: #24262b;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRRITSLldH .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-uRRITSLldH .mbr-section-title {
  color: #f5f8ff;
}
.cid-uRRITSLldH .card-title {
  color: #f5f8ff;
}
.cid-uRRITSLldH .card-text {
  color: #f5f8ff;
}
.cid-uRRITSLldH .mbr-section-title,
.cid-uRRITSLldH .mbr-section-btn,
.cid-uRRITSLldH .logo-wrapper,
.cid-uRRITSLldH .social-wrapper {
  text-align: center;
}
.cid-uRRITU2iWk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uRRITU2iWk .listico {
  padding-right: 1rem;
  color: #656565;
  font-size: 0.9rem;
}
.cid-uRRITU2iWk .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uRRITU2iWk .navbar-brand {
  width: 100%;
  margin: 0;
}
.cid-uRRITU2iWk .mbr-text {
  color: #444;
}
.cid-uRRITU2iWk h5 {
  margin-bottom: 0;
}
.cid-uRRITU2iWk .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRRITU2iWk .socicon {
  color: #ffffff;
  font-size: 1.2rem;
}
.cid-uRRITU2iWk .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-uRRITU2iWk .social-list .soc-item {
  margin: 0 0.5rem;
  display: inline-block;
}
.cid-uRRITU2iWk .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uRRITU2iWk .social-list a:hover {
  opacity: 0.4;
}
.cid-uRRITU2iWk .media-container-row > div {
  padding: 0px;
}
.cid-uRRITU2iWk .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uRRITU2iWk .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-uRRITU2iWk .group-title SPAN {
  color: #656565;
}
.cid-uRRITU2iWk .links {
  color: #9e9e9e;
}
@media (max-width: 991px) {
  .cid-uRRITU2iWk .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uRRITU2iWk h3 {
    margin-bottom: 10px;
  }
}
.cid-uRRITU2iWk .links SPAN {
  color: #9e9e9e;
}
.cid-uRRITU2iWk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRITU2iWk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRITU2iWk .links,
.cid-uRRITU2iWk .social-list {
  color: #ffffff;
}
.cid-uRRJpQE4QH .navbar-dropdown {
  position: relative !important;
}
.cid-uRRJpQE4QH .container-fluid {
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 992px) {
  .cid-uRRJpQE4QH .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-uRRJpQE4QH .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-uRRJpQE4QH .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uRRJpQE4QH .dropdown-item {
  border: none !important;
  background: #02050a !important;
}
.cid-uRRJpQE4QH .dropdown-item:hover,
.cid-uRRJpQE4QH .dropdown-item:focus {
  background: #02050a !important;
  color: #f5f8ff !important;
}
.cid-uRRJpQE4QH .dropdown-item:hover span {
  color: white;
}
.cid-uRRJpQE4QH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRRJpQE4QH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRRJpQE4QH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRRJpQE4QH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRRJpQE4QH .nav-link {
  position: relative;
}
.cid-uRRJpQE4QH .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uRRJpQE4QH .container {
    flex-wrap: nowrap;
  }
}
.cid-uRRJpQE4QH .iconfont-wrapper {
  color: #f5f8ff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uRRJpQE4QH .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uRRJpQE4QH .dropdown-menu,
.cid-uRRJpQE4QH .navbar.opened {
  background: #02050a !important;
}
.cid-uRRJpQE4QH .nav-item:focus,
.cid-uRRJpQE4QH .nav-link:focus {
  outline: none;
}
.cid-uRRJpQE4QH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRRJpQE4QH .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uRRJpQE4QH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRRJpQE4QH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRRJpQE4QH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRRJpQE4QH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRRJpQE4QH .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #02050a;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uRRJpQE4QH .navbar.opened {
  transition: all 0.3s;
}
.cid-uRRJpQE4QH .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uRRJpQE4QH .navbar .navbar-logo img {
  width: auto;
}
.cid-uRRJpQE4QH .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uRRJpQE4QH .navbar.collapsed {
  justify-content: center;
}
.cid-uRRJpQE4QH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRRJpQE4QH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRRJpQE4QH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uRRJpQE4QH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRRJpQE4QH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRRJpQE4QH .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-uRRJpQE4QH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRRJpQE4QH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRRJpQE4QH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRRJpQE4QH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRRJpQE4QH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRRJpQE4QH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRRJpQE4QH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRRJpQE4QH .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-uRRJpQE4QH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRRJpQE4QH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRRJpQE4QH .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uRRJpQE4QH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uRRJpQE4QH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRRJpQE4QH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRRJpQE4QH .navbar.navbar-short {
  min-height: 96px;
}
.cid-uRRJpQE4QH .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uRRJpQE4QH .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-uRRJpQE4QH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uRRJpQE4QH .navbar-brand .navbar-caption:hover,
.cid-uRRJpQE4QH .navbar-brand .navbar-caption:focus {
  color: #f5f8ff !important;
}
.cid-uRRJpQE4QH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRRJpQE4QH .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uRRJpQE4QH .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #f5f8ff !important;
}
.cid-uRRJpQE4QH .dropdown-item.active,
.cid-uRRJpQE4QH .dropdown-item:active {
  background-color: transparent;
}
.cid-uRRJpQE4QH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRRJpQE4QH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRRJpQE4QH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRRJpQE4QH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #02050a;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uRRJpQE4QH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uRRJpQE4QH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uRRJpQE4QH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRRJpQE4QH ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uRRJpQE4QH ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uRRJpQE4QH .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uRRJpQE4QH .navbar-buttons {
    text-align: left;
  }
}
.cid-uRRJpQE4QH .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 9px 50px;
  min-height: auto;
  width: auto;
}
@media (max-width: 992px) {
  .cid-uRRJpQE4QH .navbar-buttons .btn {
    padding: 8px 25px;
  }
}
@media (max-width: 575px) {
  .cid-uRRJpQE4QH .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uRRJpQE4QH 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: #02050a !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uRRJpQE4QH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #f5f8ff;
}
.cid-uRRJpQE4QH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uRRJpQE4QH button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uRRJpQE4QH button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uRRJpQE4QH button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uRRJpQE4QH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRRJpQE4QH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRRJpQE4QH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRRJpQE4QH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRRJpQE4QH .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uRRJpQE4QH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRRJpQE4QH .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-uRRJpQE4QH .navbar {
    height: 70px;
  }
  .cid-uRRJpQE4QH .navbar.opened {
    height: auto;
  }
  .cid-uRRJpQE4QH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRRJpQE4QH .navbar-nav {
  margin: 0;
}
.cid-uRRJpQE4QH .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uRRJpQE4QH .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 25px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uRRJpQE4QH .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uRRJpQE4QH .nav-item .nav-link:hover,
.cid-uRRJpQE4QH .nav-item .nav-link:focus {
  background-color: transparent;
  color: #f5f8ff !important;
  opacity: .5;
}
.cid-uRRJpQE4QH .nav-item .nav-link:hover::after,
.cid-uRRJpQE4QH .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uRRJpQE4QH .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uRRJpQE4QH .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uRRJpQE4QH .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uRRJpQE4QH .navbar {
    justify-content: flex-start !important;
  }
  .cid-uRRJpQE4QH .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uRRJpQE4QH .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uRRJpQE4QH .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uRRJpQE4QH .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uRRJpQE4QH .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uRRJpQE4QH .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uRRJpQE4QH .content-wrap {
  min-height: 80px;
}
.cid-uRRJpRzsbk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uRRJpRzsbk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRJpRzsbk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRJpRzsbk .card-wrapper {
  background-color: #f5f8ff;
  padding: 95px 64px 0;
  margin: 6px 0;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uRRJpRzsbk .card-wrapper {
    padding: 48px 24px 0;
    margin: 3px 0;
  }
}
.cid-uRRJpRzsbk .card-wrapper .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uRRJpRzsbk .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uRRJpRzsbk .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uRRJpRzsbk .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uRRJpRzsbk .card-wrapper .image-wrapper {
  margin-top: 110px;
  margin-bottom: -4rem;
}
@media (max-width: 992px) {
  .cid-uRRJpRzsbk .card-wrapper .image-wrapper {
    margin-top: 24px;
    margin-bottom: -2rem;
  }
}
.cid-uRRJpRzsbk .card-wrapper .image-wrapper img {
  display: inline-flex;
  width: 490px;
  height: 580px;
  object-fit: cover;
  box-shadow: 40px 54px 40px #9c9c9d;
}
@media (max-width: 992px) {
  .cid-uRRJpRzsbk .card-wrapper .image-wrapper img {
    height: 300px;
    width: 100%;
  }
}
.cid-uRRJpRzsbk .mbr-section-title {
  color: #000000;
}
.cid-uRRJpRzsbk .mbr-text,
.cid-uRRJpRzsbk .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uRRJpRzsbk .mbr-section-title,
.cid-uRRJpRzsbk .mbr-section-btn,
.cid-uRRJpRzsbk .image-wrapper {
  text-align: center;
}
.cid-uRRJpSpsgC {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uRRJpSpsgC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRJpSpsgC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRJpSpsgC .card-wrapper {
  position: relative;
  background-color: #ffef46;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uRRJpSpsgC .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uRRJpSpsgC .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uRRJpSpsgC .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uRRJpSpsgC .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uRRJpSpsgC .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uRRJpSpsgC .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uRRJpSpsgC .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uRRJpSpsgC .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uRRJpSpsgC .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 48px;
}
@media (max-width: 1440px) {
  .cid-uRRJpSpsgC .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uRRJpSpsgC .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRRJpSpsgC .mbr-section-title {
  color: #000000;
}
.cid-uRRJpSpsgC .mbr-label {
  color: #000000;
  text-align: center;
}
.cid-uRRJpSpsgC .mbr-text,
.cid-uRRJpSpsgC .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uRRJpSpsgC .mbr-section-title,
.cid-uRRJpSpsgC .mbr-section-btn {
  text-align: center;
}
.cid-uRRJpT4z8j {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #02050a;
}
.cid-uRRJpT4z8j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRJpT4z8j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRJpT4z8j .row {
  margin: 0 -6px;
}
.cid-uRRJpT4z8j .card {
  padding: 0 6px;
}
.cid-uRRJpT4z8j .card-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  padding: 48px 100px;
  background-color: #14161b;
  margin-top: 6px;
  margin-bottom: 6px;
}
@media (max-width: 1440px) {
  .cid-uRRJpT4z8j .card-wrapper {
    padding: 48px 64px;
  }
}
@media (max-width: 992px) {
  .cid-uRRJpT4z8j .card-wrapper {
    padding: 48px 24px;
    margin-top: 3px;
    margin-bottom: 3px;
  }
}
.cid-uRRJpT4z8j .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uRRJpT4z8j .card-wrapper .title-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uRRJpT4z8j .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uRRJpT4z8j .card-wrapper .logo-wrapper {
  margin: 84px 0;
}
@media (max-width: 1440px) {
  .cid-uRRJpT4z8j .card-wrapper .logo-wrapper {
    margin: 24px 0;
  }
}
.cid-uRRJpT4z8j .card-wrapper .logo-wrapper img {
  width: 290px;
  height: 290px;
  object-fit: cover;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uRRJpT4z8j .card-wrapper .logo-wrapper img {
    width: 180px;
    height: 180px;
  }
}
.cid-uRRJpT4z8j .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRRJpT4z8j .card-wrapper .item {
  margin-bottom: 24px;
}
.cid-uRRJpT4z8j .card-wrapper .item:first-child .item-wrapper {
  border-top: 1px solid #9c9c9d;
  padding-top: 24px;
}
.cid-uRRJpT4z8j .card-wrapper .item .item-wrapper {
  padding-bottom: 24px;
  border-bottom: 1px solid #9c9c9d;
  display: flex;
  justify-content: space-between;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uRRJpT4z8j .card-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uRRJpT4z8j .card-wrapper .item .item-wrapper .card-title {
  width: 50%;
  margin-bottom: 0;
  padding-right: 24px;
}
@media (max-width: 1440px) {
  .cid-uRRJpT4z8j .card-wrapper .item .item-wrapper .card-title {
    width: 35%;
  }
}
@media (max-width: 992px) {
  .cid-uRRJpT4z8j .card-wrapper .item .item-wrapper .card-title {
    width: 100% !important;
    padding-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uRRJpT4z8j .card-wrapper .item .item-wrapper .card-text {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uRRJpT4z8j .card-wrapper .item .item-wrapper .card-text {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-uRRJpT4z8j .card-wrapper .item .item-wrapper .card-text {
    width: 100% !important;
  }
}
.cid-uRRJpT4z8j .card-wrapper .social-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uRRJpT4z8j .card-wrapper .social-wrapper {
    margin-top: 24px;
  }
}
.cid-uRRJpT4z8j .card-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uRRJpT4z8j .card-wrapper .social-wrapper .social-wrap .social-item {
  display: block;
  margin: 10px 10px 0 0;
  cursor: pointer;
}
.cid-uRRJpT4z8j .card-wrapper .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uRRJpT4z8j .card-wrapper .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  transform: translateY(-5px);
}
.cid-uRRJpT4z8j .card-wrapper .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 74px;
  height: 74px;
  font-size: 32px;
  color: #f5f8ff;
  background-color: #24262b;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRRJpT4z8j .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-uRRJpT4z8j .mbr-section-title {
  color: #f5f8ff;
}
.cid-uRRJpT4z8j .card-title {
  color: #f5f8ff;
}
.cid-uRRJpT4z8j .card-text {
  color: #f5f8ff;
}
.cid-uRRJpT4z8j .mbr-section-title,
.cid-uRRJpT4z8j .mbr-section-btn,
.cid-uRRJpT4z8j .logo-wrapper,
.cid-uRRJpT4z8j .social-wrapper {
  text-align: center;
}
.cid-uRRJpTTDFH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uRRJpTTDFH .listico {
  padding-right: 1rem;
  color: #656565;
  font-size: 0.9rem;
}
.cid-uRRJpTTDFH .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uRRJpTTDFH .navbar-brand {
  width: 100%;
  margin: 0;
}
.cid-uRRJpTTDFH .mbr-text {
  color: #444;
}
.cid-uRRJpTTDFH h5 {
  margin-bottom: 0;
}
.cid-uRRJpTTDFH .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRRJpTTDFH .socicon {
  color: #ffffff;
  font-size: 1.2rem;
}
.cid-uRRJpTTDFH .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-uRRJpTTDFH .social-list .soc-item {
  margin: 0 0.5rem;
  display: inline-block;
}
.cid-uRRJpTTDFH .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uRRJpTTDFH .social-list a:hover {
  opacity: 0.4;
}
.cid-uRRJpTTDFH .media-container-row > div {
  padding: 0px;
}
.cid-uRRJpTTDFH .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uRRJpTTDFH .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-uRRJpTTDFH .group-title SPAN {
  color: #656565;
}
.cid-uRRJpTTDFH .links {
  color: #9e9e9e;
}
@media (max-width: 991px) {
  .cid-uRRJpTTDFH .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uRRJpTTDFH h3 {
    margin-bottom: 10px;
  }
}
.cid-uRRJpTTDFH .links SPAN {
  color: #9e9e9e;
}
.cid-uRRJpTTDFH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRJpTTDFH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRJpTTDFH .links,
.cid-uRRJpTTDFH .social-list {
  color: #ffffff;
}
.cid-uRRK0x21bR .navbar-dropdown {
  position: relative !important;
}
.cid-uRRK0x21bR .container-fluid {
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 992px) {
  .cid-uRRK0x21bR .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-uRRK0x21bR .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-uRRK0x21bR .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uRRK0x21bR .dropdown-item {
  border: none !important;
  background: #02050a !important;
}
.cid-uRRK0x21bR .dropdown-item:hover,
.cid-uRRK0x21bR .dropdown-item:focus {
  background: #02050a !important;
  color: #f5f8ff !important;
}
.cid-uRRK0x21bR .dropdown-item:hover span {
  color: white;
}
.cid-uRRK0x21bR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRRK0x21bR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRRK0x21bR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRRK0x21bR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRRK0x21bR .nav-link {
  position: relative;
}
.cid-uRRK0x21bR .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uRRK0x21bR .container {
    flex-wrap: nowrap;
  }
}
.cid-uRRK0x21bR .iconfont-wrapper {
  color: #f5f8ff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uRRK0x21bR .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uRRK0x21bR .dropdown-menu,
.cid-uRRK0x21bR .navbar.opened {
  background: #02050a !important;
}
.cid-uRRK0x21bR .nav-item:focus,
.cid-uRRK0x21bR .nav-link:focus {
  outline: none;
}
.cid-uRRK0x21bR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRRK0x21bR .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uRRK0x21bR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRRK0x21bR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRRK0x21bR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRRK0x21bR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRRK0x21bR .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #02050a;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uRRK0x21bR .navbar.opened {
  transition: all 0.3s;
}
.cid-uRRK0x21bR .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uRRK0x21bR .navbar .navbar-logo img {
  width: auto;
}
.cid-uRRK0x21bR .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uRRK0x21bR .navbar.collapsed {
  justify-content: center;
}
.cid-uRRK0x21bR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRRK0x21bR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRRK0x21bR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uRRK0x21bR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRRK0x21bR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRRK0x21bR .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-uRRK0x21bR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRRK0x21bR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRRK0x21bR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRRK0x21bR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRRK0x21bR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRRK0x21bR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRRK0x21bR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRRK0x21bR .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-uRRK0x21bR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRRK0x21bR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRRK0x21bR .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uRRK0x21bR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uRRK0x21bR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRRK0x21bR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRRK0x21bR .navbar.navbar-short {
  min-height: 96px;
}
.cid-uRRK0x21bR .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uRRK0x21bR .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-uRRK0x21bR .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uRRK0x21bR .navbar-brand .navbar-caption:hover,
.cid-uRRK0x21bR .navbar-brand .navbar-caption:focus {
  color: #f5f8ff !important;
}
.cid-uRRK0x21bR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRRK0x21bR .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uRRK0x21bR .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #f5f8ff !important;
}
.cid-uRRK0x21bR .dropdown-item.active,
.cid-uRRK0x21bR .dropdown-item:active {
  background-color: transparent;
}
.cid-uRRK0x21bR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRRK0x21bR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRRK0x21bR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRRK0x21bR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #02050a;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uRRK0x21bR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uRRK0x21bR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uRRK0x21bR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRRK0x21bR ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uRRK0x21bR ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uRRK0x21bR .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uRRK0x21bR .navbar-buttons {
    text-align: left;
  }
}
.cid-uRRK0x21bR .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 9px 50px;
  min-height: auto;
  width: auto;
}
@media (max-width: 992px) {
  .cid-uRRK0x21bR .navbar-buttons .btn {
    padding: 8px 25px;
  }
}
@media (max-width: 575px) {
  .cid-uRRK0x21bR .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uRRK0x21bR 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: #02050a !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uRRK0x21bR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #f5f8ff;
}
.cid-uRRK0x21bR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uRRK0x21bR button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uRRK0x21bR button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uRRK0x21bR button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uRRK0x21bR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRRK0x21bR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRRK0x21bR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRRK0x21bR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRRK0x21bR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uRRK0x21bR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRRK0x21bR .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-uRRK0x21bR .navbar {
    height: 70px;
  }
  .cid-uRRK0x21bR .navbar.opened {
    height: auto;
  }
  .cid-uRRK0x21bR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRRK0x21bR .navbar-nav {
  margin: 0;
}
.cid-uRRK0x21bR .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uRRK0x21bR .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 25px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uRRK0x21bR .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uRRK0x21bR .nav-item .nav-link:hover,
.cid-uRRK0x21bR .nav-item .nav-link:focus {
  background-color: transparent;
  color: #f5f8ff !important;
  opacity: .5;
}
.cid-uRRK0x21bR .nav-item .nav-link:hover::after,
.cid-uRRK0x21bR .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uRRK0x21bR .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uRRK0x21bR .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uRRK0x21bR .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uRRK0x21bR .navbar {
    justify-content: flex-start !important;
  }
  .cid-uRRK0x21bR .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uRRK0x21bR .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uRRK0x21bR .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uRRK0x21bR .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uRRK0x21bR .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uRRK0x21bR .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uRRK0x21bR .content-wrap {
  min-height: 80px;
}
.cid-uRRK0xQQST {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uRRK0xQQST .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRK0xQQST .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRK0xQQST .card-wrapper {
  background-color: #f5f8ff;
  padding: 95px 64px 0;
  margin: 6px 0;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uRRK0xQQST .card-wrapper {
    padding: 48px 24px 0;
    margin: 3px 0;
  }
}
.cid-uRRK0xQQST .card-wrapper .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uRRK0xQQST .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uRRK0xQQST .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uRRK0xQQST .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uRRK0xQQST .card-wrapper .image-wrapper {
  margin-top: 110px;
  margin-bottom: -4rem;
}
@media (max-width: 992px) {
  .cid-uRRK0xQQST .card-wrapper .image-wrapper {
    margin-top: 24px;
    margin-bottom: -2rem;
  }
}
.cid-uRRK0xQQST .card-wrapper .image-wrapper img {
  display: inline-flex;
  width: 490px;
  height: 580px;
  object-fit: cover;
  box-shadow: 40px 54px 40px #9c9c9d;
}
@media (max-width: 992px) {
  .cid-uRRK0xQQST .card-wrapper .image-wrapper img {
    height: 300px;
    width: 100%;
  }
}
.cid-uRRK0xQQST .mbr-section-title {
  color: #000000;
}
.cid-uRRK0xQQST .mbr-text,
.cid-uRRK0xQQST .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uRRK0xQQST .mbr-section-title,
.cid-uRRK0xQQST .mbr-section-btn,
.cid-uRRK0xQQST .image-wrapper {
  text-align: center;
}
.cid-uRRK0yu77R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f8ff;
}
.cid-uRRK0yu77R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRK0yu77R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRK0yu77R .title-container {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-uRRK0yu77R .title-container {
    margin-bottom: 25px;
  }
}
.cid-uRRK0yu77R .mbr-section-title {
  color: #00524F;
}
.cid-uRRK0yu77R .mbr-text {
  color: #00524F;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-uRRK0yu77R .mbr-text {
    margin-top: 24px;
  }
}
.cid-uRRK0yu77R .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uRRK0yu77R .tabl-container {
    margin-top: 25px;
  }
}
.cid-uRRK0yu77R .item-container {
  width: 100%;
  display: flex;
}
.cid-uRRK0yu77R .item-container:not(:first-child) {
  margin-top: 30px;
}
.cid-uRRK0yu77R .card-text {
  color: #272727;
  width: 100%;
}
.cid-uRRK0zlBCI {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uRRK0zlBCI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRK0zlBCI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRK0zlBCI .card-wrapper {
  position: relative;
  background-color: #ffef46;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uRRK0zlBCI .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uRRK0zlBCI .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uRRK0zlBCI .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uRRK0zlBCI .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uRRK0zlBCI .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uRRK0zlBCI .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uRRK0zlBCI .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uRRK0zlBCI .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uRRK0zlBCI .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 48px;
}
@media (max-width: 1440px) {
  .cid-uRRK0zlBCI .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uRRK0zlBCI .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRRK0zlBCI .mbr-section-title {
  color: #000000;
}
.cid-uRRK0zlBCI .mbr-label {
  color: #000000;
  text-align: center;
}
.cid-uRRK0zlBCI .mbr-text,
.cid-uRRK0zlBCI .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uRRK0zlBCI .mbr-section-title,
.cid-uRRK0zlBCI .mbr-section-btn {
  text-align: center;
}
.cid-uRRK0A2yyD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #02050a;
}
.cid-uRRK0A2yyD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRK0A2yyD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRK0A2yyD .content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-uRRK0A2yyD .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 84px;
}
@media (max-width: 992px) {
  .cid-uRRK0A2yyD .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 48px;
  }
}
.cid-uRRK0A2yyD .content-wrapper .items-wrapper {
  width: 85%;
  padding: 95px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 84px 150px;
  border: 1px solid #9c9c9d;
}
@media (max-width: 1540px) {
  .cid-uRRK0A2yyD .content-wrapper .items-wrapper {
    width: 100%;
    gap: 84px;
  }
}
@media (max-width: 1440px) {
  .cid-uRRK0A2yyD .content-wrapper .items-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uRRK0A2yyD .content-wrapper .items-wrapper {
    padding: 48px 24px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uRRK0A2yyD .content-wrapper .items-wrapper .item {
    margin-bottom: 48px;
  }
  .cid-uRRK0A2yyD .content-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uRRK0A2yyD .content-wrapper .items-wrapper .item .item-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1200px) {
  .cid-uRRK0A2yyD .content-wrapper .items-wrapper .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 1200px) {
  .cid-uRRK0A2yyD .content-wrapper .items-wrapper .item .item-wrapper .card-box {
    margin-bottom: 24px;
  }
}
.cid-uRRK0A2yyD .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uRRK0A2yyD .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
    margin-bottom: 24px;
  }
}
.cid-uRRK0A2yyD .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uRRK0A2yyD .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
    margin-bottom: 24px;
  }
}
.cid-uRRK0A2yyD .content-wrapper .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRRK0A2yyD .content-wrapper .items-wrapper .item .item-wrapper .item-img img {
  height: 380px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uRRK0A2yyD .content-wrapper .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uRRK0A2yyD .mbr-section-title,
.cid-uRRK0A2yyD .title-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uRRK0A2yyD .card-title {
  color: #f5f8ff;
}
.cid-uRRK0A2yyD .card-text {
  color: #f5f8ff;
}
.cid-uRRK0AQspH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uRRK0AQspH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRK0AQspH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRK0AQspH .card-wrapper {
  position: relative;
  background-color: #f5f8ff;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uRRK0AQspH .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uRRK0AQspH .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uRRK0AQspH .card-wrapper .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uRRK0AQspH .card-wrapper .content-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uRRK0AQspH .card-wrapper .content-wrapper {
    display: block;
  }
}
.cid-uRRK0AQspH .card-wrapper .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uRRK0AQspH .card-wrapper .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uRRK0AQspH .card-wrapper .content-wrapper .image-wrapper img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uRRK0AQspH .card-wrapper .content-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-uRRK0AQspH .card-wrapper .content-wrapper .content-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uRRK0AQspH .card-wrapper .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uRRK0AQspH .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uRRK0AQspH .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uRRK0AQspH .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 1440px) {
  .cid-uRRK0AQspH .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uRRK0AQspH .card-wrapper .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRRK0AQspH .mbr-section-title {
  color: #000000;
}
.cid-uRRK0AQspH .mbr-text,
.cid-uRRK0AQspH .text-wrapper {
  color: #000000;
}
.cid-uRRK0AQspH .mbr-section-title,
.cid-uRRK0AQspH .mbr-section-btn {
  color: #000000;
}
.cid-uRRK0BvDNp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uRRK0BvDNp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRK0BvDNp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRK0BvDNp .card-wrapper {
  position: relative;
  background-color: #f5f8ff;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uRRK0BvDNp .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uRRK0BvDNp .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uRRK0BvDNp .card-wrapper .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uRRK0BvDNp .card-wrapper .content-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uRRK0BvDNp .card-wrapper .content-wrapper {
    display: block;
  }
}
.cid-uRRK0BvDNp .card-wrapper .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uRRK0BvDNp .card-wrapper .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uRRK0BvDNp .card-wrapper .content-wrapper .image-wrapper img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uRRK0BvDNp .card-wrapper .content-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-uRRK0BvDNp .card-wrapper .content-wrapper .content-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uRRK0BvDNp .card-wrapper .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uRRK0BvDNp .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uRRK0BvDNp .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uRRK0BvDNp .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 1440px) {
  .cid-uRRK0BvDNp .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uRRK0BvDNp .card-wrapper .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRRK0BvDNp .mbr-section-title {
  color: #000000;
}
.cid-uRRK0BvDNp .mbr-text,
.cid-uRRK0BvDNp .text-wrapper {
  color: #000000;
}
.cid-uRRK0CgVb0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uRRK0CgVb0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRK0CgVb0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRK0CgVb0 .card-wrapper {
  position: relative;
  background-color: #ffef46;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uRRK0CgVb0 .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uRRK0CgVb0 .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uRRK0CgVb0 .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uRRK0CgVb0 .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uRRK0CgVb0 .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uRRK0CgVb0 .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uRRK0CgVb0 .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uRRK0CgVb0 .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uRRK0CgVb0 .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 48px;
}
@media (max-width: 1440px) {
  .cid-uRRK0CgVb0 .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uRRK0CgVb0 .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRRK0CgVb0 .mbr-section-title {
  color: #000000;
}
.cid-uRRK0CgVb0 .mbr-label {
  color: #000000;
  text-align: center;
}
.cid-uRRK0CgVb0 .mbr-text,
.cid-uRRK0CgVb0 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uRRK0CgVb0 .mbr-section-title,
.cid-uRRK0CgVb0 .mbr-section-btn {
  text-align: center;
}
.cid-uRRK0CUGK7 {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-uRRK0CUGK7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRK0CUGK7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uRRK0CUGK7 .container {
    padding: 0 20px;
  }
}
.cid-uRRK0CUGK7 .row {
  margin: 0;
}
.cid-uRRK0CUGK7 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uRRK0CUGK7 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uRRK0CUGK7 .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-uRRK0CUGK7 .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uRRK0CUGK7 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uRRK0CUGK7 .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uRRK0CUGK7 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uRRK0Dya0Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #02050a;
}
.cid-uRRK0Dya0Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRK0Dya0Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRK0Dya0Q .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 84px;
}
@media (max-width: 992px) {
  .cid-uRRK0Dya0Q .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 48px;
  }
}
.cid-uRRK0Dya0Q .content-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uRRK0Dya0Q .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uRRK0Dya0Q .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uRRK0Dya0Q .embla__slide:first-child .slide-content .item-wrapper .number-wrap::before {
  width: 50%;
  left: auto;
  right: 0;
}
.cid-uRRK0Dya0Q .embla__slide:last-child .slide-content .item-wrapper .number-wrap::before {
  width: 50%;
}
.cid-uRRK0Dya0Q .embla__slide .slide-content {
  width: 100%;
}
.cid-uRRK0Dya0Q .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uRRK0Dya0Q .embla__slide .slide-content .item-wrapper .number-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uRRK0Dya0Q .embla__slide .slide-content .item-wrapper .number-wrap {
    margin-bottom: 24px;
  }
}
.cid-uRRK0Dya0Q .embla__slide .slide-content .item-wrapper .number-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #f5f8ff;
}
.cid-uRRK0Dya0Q .embla__slide .slide-content .item-wrapper .number-wrap .card-number {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 20px;
  background-color: #ffef46;
  margin-bottom: 0;
}
.cid-uRRK0Dya0Q .embla__slide .slide-content .item-wrapper .item-content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uRRK0Dya0Q .embla__slide .slide-content .item-wrapper .item-content {
    display: block;
  }
}
.cid-uRRK0Dya0Q .embla__slide .slide-content .item-wrapper .item-content .card-title {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uRRK0Dya0Q .embla__slide .slide-content .item-wrapper .item-content .card-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uRRK0Dya0Q .embla__slide .slide-content .item-wrapper .item-content .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uRRK0Dya0Q .embla__slide .slide-content .item-wrapper .item-content .text-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uRRK0Dya0Q .embla__slide .slide-content .item-wrapper .item-content .text-wrapper .card-text {
  margin-bottom: 0;
  padding-right: 24px;
}
.cid-uRRK0Dya0Q .embla__slide .slide-content .item-wrapper .item-content .text-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 992px) {
  .cid-uRRK0Dya0Q .embla__slide .slide-content .item-wrapper .item-content .text-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uRRK0Dya0Q .embla__slide .slide-content .item-wrapper .item-content .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRRK0Dya0Q .embla__button--next,
.cid-uRRK0Dya0Q .embla__button--prev {
  display: flex;
}
.cid-uRRK0Dya0Q .embla__button {
  bottom: 0;
  width: 64px;
  height: 64px;
  font-size: 32px;
  background-color: #f5f8ff !important;
  color: #02050a !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uRRK0Dya0Q .embla__button:hover {
  opacity: .8 !important;
}
.cid-uRRK0Dya0Q .embla__button:disabled {
  opacity: .2 !important;
}
.cid-uRRK0Dya0Q .embla__button.embla__button--prev {
  left: 0;
}
.cid-uRRK0Dya0Q .embla__button.embla__button--next {
  left: 74px;
}
.cid-uRRK0Dya0Q .embla {
  position: relative;
  width: 85%;
  display: flex;
  justify-content: center;
  padding-bottom: 8rem;
}
@media (max-width: 992px) {
  .cid-uRRK0Dya0Q .embla {
    padding-bottom: 6rem;
  }
}
.cid-uRRK0Dya0Q .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uRRK0Dya0Q .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uRRK0Dya0Q .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uRRK0Dya0Q .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uRRK0Dya0Q .mbr-section-title,
.cid-uRRK0Dya0Q .title-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uRRK0Dya0Q .card-title {
  color: #f5f8ff;
}
.cid-uRRK0Dya0Q .card-text {
  color: #f5f8ff;
}
.cid-uRRK0Dya0Q .card-number,
.cid-uRRK0Dya0Q .number-wrap {
  color: #000000;
}
.cid-uRRK0EMIAT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uRRK0EMIAT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRK0EMIAT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRK0EMIAT .card-wrapper {
  position: relative;
  background-color: #ffef46;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uRRK0EMIAT .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uRRK0EMIAT .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uRRK0EMIAT .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uRRK0EMIAT .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uRRK0EMIAT .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uRRK0EMIAT .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uRRK0EMIAT .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uRRK0EMIAT .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uRRK0EMIAT .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 48px;
}
@media (max-width: 1440px) {
  .cid-uRRK0EMIAT .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uRRK0EMIAT .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRRK0EMIAT .mbr-section-title {
  color: #000000;
}
.cid-uRRK0EMIAT .mbr-label {
  color: #000000;
  text-align: center;
}
.cid-uRRK0EMIAT .mbr-text,
.cid-uRRK0EMIAT .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uRRK0EMIAT .mbr-section-title,
.cid-uRRK0EMIAT .mbr-section-btn {
  text-align: center;
}
.cid-uRRK0FwMYY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uRRK0FwMYY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRK0FwMYY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRK0FwMYY .items-wrapper {
  margin: 6px 0;
}
@media (max-width: 992px) {
  .cid-uRRK0FwMYY .items-wrapper {
    margin: 3px 0;
  }
}
.cid-uRRK0FwMYY .items-wrapper .item {
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-uRRK0FwMYY .items-wrapper .item {
    margin-bottom: 6px;
  }
}
.cid-uRRK0FwMYY .items-wrapper .item:last-child {
  margin-bottom: 0 !important;
}
.cid-uRRK0FwMYY .items-wrapper .item .item-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
@media (max-width: 992px) {
  .cid-uRRK0FwMYY .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uRRK0FwMYY .items-wrapper .item .item-wrapper .image-wrapper {
  padding: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uRRK0FwMYY .items-wrapper .item .item-wrapper .image-wrapper {
    padding: 48px 24px;
    margin-bottom: 6px;
  }
}
.cid-uRRK0FwMYY .items-wrapper .item .item-wrapper .image-wrapper .item-img img {
  height: 810px;
  width: 390px;
  object-fit: cover;
  border: 11px solid #02050a;
  background-color: #02050a;
  box-shadow: 10px 14px 50px #24262b;
}
@media (max-width: 1440px) {
  .cid-uRRK0FwMYY .items-wrapper .item .item-wrapper .image-wrapper .item-img img {
    height: 350px;
    width: 180px;
  }
}
@media (max-width: 992px) {
  .cid-uRRK0FwMYY .items-wrapper .item .item-wrapper .image-wrapper .item-img img {
    border: 6px solid #02050a;
  }
}
.cid-uRRK0FwMYY .items-wrapper .item .item-wrapper .card_1 {
  background-color: #000000;
}
.cid-uRRK0FwMYY .items-wrapper .item .item-wrapper .card_2 {
  background-color: #a32368;
}
.cid-uRRK0FwMYY .items-wrapper .item .item-wrapper .card-box {
  padding: 64px;
  background-color: #f5f8ff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uRRK0FwMYY .items-wrapper .item .item-wrapper .card-box {
    padding: 48px 24px;
  }
}
.cid-uRRK0FwMYY .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uRRK0FwMYY .items-wrapper .item .item-wrapper .card-box .card-title {
    margin-bottom: 24px;
  }
}
.cid-uRRK0FwMYY .items-wrapper .item .item-wrapper .card-box .text-wrapper .card-text {
  margin-bottom: 44px;
}
@media (max-width: 1440px) {
  .cid-uRRK0FwMYY .items-wrapper .item .item-wrapper .card-box .text-wrapper .card-text {
    margin-bottom: 24px;
  }
}
.cid-uRRK0FwMYY .items-wrapper .item .item-wrapper .card-box .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRRK0FwMYY .card-title {
  color: #000000;
}
.cid-uRRK0FwMYY .card-text {
  color: #000000;
}
.cid-uRRK0FwMYY .card-title,
.cid-uRRK0FwMYY .mbr-section-btn {
  color: #000000;
}
.cid-uRRK0GmmQK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uRRK0GmmQK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRK0GmmQK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRK0GmmQK .card-wrapper {
  position: relative;
  background-color: #14161b;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uRRK0GmmQK .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uRRK0GmmQK .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uRRK0GmmQK .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uRRK0GmmQK .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uRRK0GmmQK .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 992px) {
  .cid-uRRK0GmmQK .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uRRK0GmmQK .card-wrapper .content-wrapper .panel-group .card {
  position: relative;
  padding: 0;
  background-color: transparent;
  border: 1px solid #9c9c9d;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-uRRK0GmmQK .card-wrapper .content-wrapper .panel-group .card {
    margin-bottom: 6px;
  }
}
.cid-uRRK0GmmQK .card-wrapper .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uRRK0GmmQK .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 30px;
  background-color: #ffef46;
}
@media (max-width: 992px) {
  .cid-uRRK0GmmQK .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title {
    padding: 24px;
  }
}
.cid-uRRK0GmmQK .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRRK0GmmQK .card-wrapper .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%;
}
.cid-uRRK0GmmQK .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  color: #02050a;
}
.cid-uRRK0GmmQK .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title:hover .icon-wrapper {
  opacity: .8;
}
.cid-uRRK0GmmQK .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title:hover .panel-title-edit {
  opacity: .8;
}
.cid-uRRK0GmmQK .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uRRK0GmmQK .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 100px 64px;
}
@media (max-width: 992px) {
  .cid-uRRK0GmmQK .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 48px 24px;
  }
}
.cid-uRRK0GmmQK .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .iconfont-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uRRK0GmmQK .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .iconfont-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uRRK0GmmQK .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .iconfont-wrapper .mbr-iconfont {
  width: 96px;
  height: 96px;
  min-width: 96px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #02050a;
  font-size: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-uRRK0GmmQK .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .icon_1 .mbr-iconfont {
  background-color: #ff9340;
}
.cid-uRRK0GmmQK .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .icon_2 .mbr-iconfont {
  background-color: #ffa6e9;
}
.cid-uRRK0GmmQK .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .icon_3 .mbr-iconfont {
  background-color: #d0d4dd;
}
.cid-uRRK0GmmQK .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .icon_4 .mbr-iconfont {
  background-color: #7e9ef5;
}
.cid-uRRK0GmmQK .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .card-title {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uRRK0GmmQK .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .card-title {
    margin-bottom: 24px;
  }
}
.cid-uRRK0GmmQK .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .text-wrapper .panel-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRRK0GmmQK .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .text-wrapper .panel-text {
    width: 100%;
  }
}
.cid-uRRK0GmmQK .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
  margin-top: 54px;
}
@media (max-width: 992px) {
  .cid-uRRK0GmmQK .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uRRK0GmmQK .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRRK0GmmQK .mbr-section-title {
  color: #f5f8ff;
  text-align: center;
}
.cid-uRRK0GmmQK .panel-title-edit {
  color: #000000;
}
.cid-uRRK0GmmQK .card-title {
  color: #f5f8ff;
}
.cid-uRRK0GmmQK .panel-text,
.cid-uRRK0GmmQK .text-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uRRK0GmmQK .card-title,
.cid-uRRK0GmmQK .mbr-section-btn,
.cid-uRRK0GmmQK .iconfont-wrapper {
  text-align: center;
}
.cid-uRRK0Hus3d {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uRRK0Hus3d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRK0Hus3d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRK0Hus3d .card-wrapper {
  position: relative;
  background-color: #14161b;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uRRK0Hus3d .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uRRK0Hus3d .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uRRK0Hus3d .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uRRK0Hus3d .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uRRK0Hus3d .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uRRK0Hus3d .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uRRK0Hus3d .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uRRK0Hus3d .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uRRK0Hus3d .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRRK0Hus3d .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uRRK0Hus3d .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uRRK0Hus3d .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRRK0Hus3d .mbr-label,
.cid-uRRK0Hus3d .label-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uRRK0Hus3d .mbr-section-title {
  color: #f5f8ff;
}
.cid-uRRK0Hus3d .mbr-text,
.cid-uRRK0Hus3d .text-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uRRK0Hus3d .mbr-section-title,
.cid-uRRK0Hus3d .mbr-section-btn {
  text-align: center;
}
.cid-uRRK0IlOzt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uRRK0IlOzt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRK0IlOzt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRK0IlOzt .card-wrapper {
  position: relative;
  background-color: #ffef46;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uRRK0IlOzt .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uRRK0IlOzt .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uRRK0IlOzt .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uRRK0IlOzt .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uRRK0IlOzt .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uRRK0IlOzt .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uRRK0IlOzt .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uRRK0IlOzt .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uRRK0IlOzt .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 48px;
}
@media (max-width: 1440px) {
  .cid-uRRK0IlOzt .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uRRK0IlOzt .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRRK0IlOzt .mbr-section-title {
  color: #000000;
}
.cid-uRRK0IlOzt .mbr-label {
  color: #000000;
  text-align: center;
}
.cid-uRRK0IlOzt .mbr-text,
.cid-uRRK0IlOzt .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uRRK0IlOzt .mbr-section-title,
.cid-uRRK0IlOzt .mbr-section-btn {
  text-align: center;
}
.cid-uRRMk30y5Q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uRRMk30y5Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRMk30y5Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRMk30y5Q .card-wrapper {
  position: relative;
  background-color: #14161b;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uRRMk30y5Q .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uRRMk30y5Q .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uRRMk30y5Q .card-wrapper .content-wrapper {
  width: 55%;
}
@media (max-width: 1540px) {
  .cid-uRRMk30y5Q .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uRRMk30y5Q .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 992px) {
  .cid-uRRMk30y5Q .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uRRMk30y5Q .card-wrapper .content-wrapper .panel-group .card {
  position: relative;
  padding: 30px 0;
  background-color: transparent;
  border-bottom: 1px solid #9c9c9d;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uRRMk30y5Q .card-wrapper .content-wrapper .panel-group .card {
    padding: 24px 0;
  }
}
.cid-uRRMk30y5Q .card-wrapper .content-wrapper .panel-group .card:first-child {
  border-top: 1px solid #9c9c9d;
}
.cid-uRRMk30y5Q .card-wrapper .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uRRMk30y5Q .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uRRMk30y5Q .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRRMk30y5Q .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #24262b;
}
.cid-uRRMk30y5Q .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  color: #f5f8ff;
}
.cid-uRRMk30y5Q .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  background-color: #ffef46;
}
.cid-uRRMk30y5Q .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #02050a;
}
.cid-uRRMk30y5Q .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 30px 0;
}
@media (max-width: 992px) {
  .cid-uRRMk30y5Q .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 24px 0 0;
  }
}
.cid-uRRMk30y5Q .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRRMk30y5Q .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uRRMk30y5Q .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uRRMk30y5Q .panel-title-edit {
  color: #f5f8ff;
}
.cid-uRRMk30y5Q .panel-text {
  color: #f5f8ff;
}
.cid-uRRK0J8FVq {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #02050a;
}
.cid-uRRK0J8FVq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRK0J8FVq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRK0J8FVq .row {
  margin: 0 -6px;
}
.cid-uRRK0J8FVq .card {
  padding: 0 6px;
}
.cid-uRRK0J8FVq .card-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  padding: 48px 100px;
  background-color: #14161b;
  margin-top: 6px;
  margin-bottom: 6px;
}
@media (max-width: 1440px) {
  .cid-uRRK0J8FVq .card-wrapper {
    padding: 48px 64px;
  }
}
@media (max-width: 992px) {
  .cid-uRRK0J8FVq .card-wrapper {
    padding: 48px 24px;
    margin-top: 3px;
    margin-bottom: 3px;
  }
}
.cid-uRRK0J8FVq .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uRRK0J8FVq .card-wrapper .title-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uRRK0J8FVq .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uRRK0J8FVq .card-wrapper .logo-wrapper {
  margin: 84px 0;
}
@media (max-width: 1440px) {
  .cid-uRRK0J8FVq .card-wrapper .logo-wrapper {
    margin: 24px 0;
  }
}
.cid-uRRK0J8FVq .card-wrapper .logo-wrapper img {
  width: 290px;
  height: 290px;
  object-fit: cover;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uRRK0J8FVq .card-wrapper .logo-wrapper img {
    width: 180px;
    height: 180px;
  }
}
.cid-uRRK0J8FVq .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRRK0J8FVq .card-wrapper .item {
  margin-bottom: 24px;
}
.cid-uRRK0J8FVq .card-wrapper .item:first-child .item-wrapper {
  border-top: 1px solid #9c9c9d;
  padding-top: 24px;
}
.cid-uRRK0J8FVq .card-wrapper .item .item-wrapper {
  padding-bottom: 24px;
  border-bottom: 1px solid #9c9c9d;
  display: flex;
  justify-content: space-between;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uRRK0J8FVq .card-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uRRK0J8FVq .card-wrapper .item .item-wrapper .card-title {
  width: 50%;
  margin-bottom: 0;
  padding-right: 24px;
}
@media (max-width: 1440px) {
  .cid-uRRK0J8FVq .card-wrapper .item .item-wrapper .card-title {
    width: 35%;
  }
}
@media (max-width: 992px) {
  .cid-uRRK0J8FVq .card-wrapper .item .item-wrapper .card-title {
    width: 100% !important;
    padding-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uRRK0J8FVq .card-wrapper .item .item-wrapper .card-text {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uRRK0J8FVq .card-wrapper .item .item-wrapper .card-text {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-uRRK0J8FVq .card-wrapper .item .item-wrapper .card-text {
    width: 100% !important;
  }
}
.cid-uRRK0J8FVq .card-wrapper .social-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uRRK0J8FVq .card-wrapper .social-wrapper {
    margin-top: 24px;
  }
}
.cid-uRRK0J8FVq .card-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uRRK0J8FVq .card-wrapper .social-wrapper .social-wrap .social-item {
  display: block;
  margin: 10px 10px 0 0;
  cursor: pointer;
}
.cid-uRRK0J8FVq .card-wrapper .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uRRK0J8FVq .card-wrapper .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  transform: translateY(-5px);
}
.cid-uRRK0J8FVq .card-wrapper .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 74px;
  height: 74px;
  font-size: 32px;
  color: #f5f8ff;
  background-color: #24262b;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRRK0J8FVq .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-uRRK0J8FVq .mbr-section-title {
  color: #f5f8ff;
}
.cid-uRRK0J8FVq .card-title {
  color: #f5f8ff;
}
.cid-uRRK0J8FVq .card-text {
  color: #f5f8ff;
}
.cid-uRRK0J8FVq .mbr-section-title,
.cid-uRRK0J8FVq .mbr-section-btn,
.cid-uRRK0J8FVq .logo-wrapper,
.cid-uRRK0J8FVq .social-wrapper {
  text-align: center;
}
.cid-uRRK0KbyBI {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uRRK0KbyBI .listico {
  padding-right: 1rem;
  color: #656565;
  font-size: 0.9rem;
}
.cid-uRRK0KbyBI .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uRRK0KbyBI .navbar-brand {
  width: 100%;
  margin: 0;
}
.cid-uRRK0KbyBI .mbr-text {
  color: #444;
}
.cid-uRRK0KbyBI h5 {
  margin-bottom: 0;
}
.cid-uRRK0KbyBI .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRRK0KbyBI .socicon {
  color: #ffffff;
  font-size: 1.2rem;
}
.cid-uRRK0KbyBI .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-uRRK0KbyBI .social-list .soc-item {
  margin: 0 0.5rem;
  display: inline-block;
}
.cid-uRRK0KbyBI .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uRRK0KbyBI .social-list a:hover {
  opacity: 0.4;
}
.cid-uRRK0KbyBI .media-container-row > div {
  padding: 0px;
}
.cid-uRRK0KbyBI .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uRRK0KbyBI .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-uRRK0KbyBI .group-title SPAN {
  color: #656565;
}
.cid-uRRK0KbyBI .links {
  color: #9e9e9e;
}
@media (max-width: 991px) {
  .cid-uRRK0KbyBI .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uRRK0KbyBI h3 {
    margin-bottom: 10px;
  }
}
.cid-uRRK0KbyBI .links SPAN {
  color: #9e9e9e;
}
.cid-uRRK0KbyBI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRK0KbyBI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRK0KbyBI .links,
.cid-uRRK0KbyBI .social-list {
  color: #ffffff;
}
.cid-uRRMvSdzij .navbar-dropdown {
  position: relative !important;
}
.cid-uRRMvSdzij .container-fluid {
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 992px) {
  .cid-uRRMvSdzij .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-uRRMvSdzij .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-uRRMvSdzij .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uRRMvSdzij .dropdown-item {
  border: none !important;
  background: #02050a !important;
}
.cid-uRRMvSdzij .dropdown-item:hover,
.cid-uRRMvSdzij .dropdown-item:focus {
  background: #02050a !important;
  color: #f5f8ff !important;
}
.cid-uRRMvSdzij .dropdown-item:hover span {
  color: white;
}
.cid-uRRMvSdzij .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRRMvSdzij .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRRMvSdzij .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRRMvSdzij .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRRMvSdzij .nav-link {
  position: relative;
}
.cid-uRRMvSdzij .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uRRMvSdzij .container {
    flex-wrap: nowrap;
  }
}
.cid-uRRMvSdzij .iconfont-wrapper {
  color: #f5f8ff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uRRMvSdzij .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uRRMvSdzij .dropdown-menu,
.cid-uRRMvSdzij .navbar.opened {
  background: #02050a !important;
}
.cid-uRRMvSdzij .nav-item:focus,
.cid-uRRMvSdzij .nav-link:focus {
  outline: none;
}
.cid-uRRMvSdzij .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRRMvSdzij .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uRRMvSdzij .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRRMvSdzij .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRRMvSdzij .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRRMvSdzij .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRRMvSdzij .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #02050a;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uRRMvSdzij .navbar.opened {
  transition: all 0.3s;
}
.cid-uRRMvSdzij .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uRRMvSdzij .navbar .navbar-logo img {
  width: auto;
}
.cid-uRRMvSdzij .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uRRMvSdzij .navbar.collapsed {
  justify-content: center;
}
.cid-uRRMvSdzij .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRRMvSdzij .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRRMvSdzij .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uRRMvSdzij .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRRMvSdzij .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRRMvSdzij .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-uRRMvSdzij .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRRMvSdzij .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRRMvSdzij .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRRMvSdzij .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRRMvSdzij .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRRMvSdzij .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRRMvSdzij .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRRMvSdzij .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-uRRMvSdzij .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRRMvSdzij .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRRMvSdzij .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uRRMvSdzij .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uRRMvSdzij .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRRMvSdzij .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRRMvSdzij .navbar.navbar-short {
  min-height: 96px;
}
.cid-uRRMvSdzij .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uRRMvSdzij .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-uRRMvSdzij .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uRRMvSdzij .navbar-brand .navbar-caption:hover,
.cid-uRRMvSdzij .navbar-brand .navbar-caption:focus {
  color: #f5f8ff !important;
}
.cid-uRRMvSdzij .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRRMvSdzij .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uRRMvSdzij .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #f5f8ff !important;
}
.cid-uRRMvSdzij .dropdown-item.active,
.cid-uRRMvSdzij .dropdown-item:active {
  background-color: transparent;
}
.cid-uRRMvSdzij .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRRMvSdzij .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRRMvSdzij .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRRMvSdzij .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #02050a;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uRRMvSdzij .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uRRMvSdzij .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uRRMvSdzij .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRRMvSdzij ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uRRMvSdzij ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uRRMvSdzij .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uRRMvSdzij .navbar-buttons {
    text-align: left;
  }
}
.cid-uRRMvSdzij .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 9px 50px;
  min-height: auto;
  width: auto;
}
@media (max-width: 992px) {
  .cid-uRRMvSdzij .navbar-buttons .btn {
    padding: 8px 25px;
  }
}
@media (max-width: 575px) {
  .cid-uRRMvSdzij .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uRRMvSdzij 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: #02050a !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uRRMvSdzij button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #f5f8ff;
}
.cid-uRRMvSdzij button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uRRMvSdzij button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uRRMvSdzij button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uRRMvSdzij button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uRRMvSdzij nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRRMvSdzij nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRRMvSdzij nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRRMvSdzij nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRRMvSdzij .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uRRMvSdzij a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRRMvSdzij .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-uRRMvSdzij .navbar {
    height: 70px;
  }
  .cid-uRRMvSdzij .navbar.opened {
    height: auto;
  }
  .cid-uRRMvSdzij .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRRMvSdzij .navbar-nav {
  margin: 0;
}
.cid-uRRMvSdzij .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uRRMvSdzij .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 25px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uRRMvSdzij .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uRRMvSdzij .nav-item .nav-link:hover,
.cid-uRRMvSdzij .nav-item .nav-link:focus {
  background-color: transparent;
  color: #f5f8ff !important;
  opacity: .5;
}
.cid-uRRMvSdzij .nav-item .nav-link:hover::after,
.cid-uRRMvSdzij .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uRRMvSdzij .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uRRMvSdzij .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uRRMvSdzij .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uRRMvSdzij .navbar {
    justify-content: flex-start !important;
  }
  .cid-uRRMvSdzij .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uRRMvSdzij .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uRRMvSdzij .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uRRMvSdzij .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uRRMvSdzij .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uRRMvSdzij .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uRRMvSdzij .content-wrap {
  min-height: 80px;
}
.cid-uRRMvTi8bX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uRRMvTi8bX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRMvTi8bX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRMvTi8bX .card-wrapper {
  background-color: #f5f8ff;
  padding: 95px 64px 0;
  margin: 6px 0;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uRRMvTi8bX .card-wrapper {
    padding: 48px 24px 0;
    margin: 3px 0;
  }
}
.cid-uRRMvTi8bX .card-wrapper .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uRRMvTi8bX .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uRRMvTi8bX .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uRRMvTi8bX .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uRRMvTi8bX .card-wrapper .image-wrapper {
  margin-top: 110px;
  margin-bottom: -4rem;
}
@media (max-width: 992px) {
  .cid-uRRMvTi8bX .card-wrapper .image-wrapper {
    margin-top: 24px;
    margin-bottom: -2rem;
  }
}
.cid-uRRMvTi8bX .card-wrapper .image-wrapper img {
  display: inline-flex;
  width: 490px;
  height: 580px;
  object-fit: cover;
  box-shadow: 40px 54px 40px #9c9c9d;
}
@media (max-width: 992px) {
  .cid-uRRMvTi8bX .card-wrapper .image-wrapper img {
    height: 300px;
    width: 100%;
  }
}
.cid-uRRMvTi8bX .mbr-section-title {
  color: #000000;
}
.cid-uRRMvTi8bX .mbr-text,
.cid-uRRMvTi8bX .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uRRMvTi8bX .mbr-section-title,
.cid-uRRMvTi8bX .mbr-section-btn,
.cid-uRRMvTi8bX .image-wrapper {
  text-align: center;
}
.cid-uRRMvUaPs3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f8ff;
}
.cid-uRRMvUaPs3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRMvUaPs3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRMvUaPs3 .title-container {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-uRRMvUaPs3 .title-container {
    margin-bottom: 25px;
  }
}
.cid-uRRMvUaPs3 .mbr-section-title {
  color: #00524F;
}
.cid-uRRMvUaPs3 .mbr-text {
  color: #00524F;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-uRRMvUaPs3 .mbr-text {
    margin-top: 24px;
  }
}
.cid-uRRMvUaPs3 .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uRRMvUaPs3 .tabl-container {
    margin-top: 25px;
  }
}
.cid-uRRMvUaPs3 .item-container {
  width: 100%;
  display: flex;
}
.cid-uRRMvUaPs3 .item-container:not(:first-child) {
  margin-top: 30px;
}
.cid-uRRMvUaPs3 .card-text {
  color: #272727;
  width: 100%;
}
.cid-uRRMvUYz0V {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uRRMvUYz0V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRMvUYz0V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRMvUYz0V .card-wrapper {
  position: relative;
  background-color: #ffef46;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uRRMvUYz0V .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uRRMvUYz0V .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uRRMvUYz0V .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uRRMvUYz0V .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uRRMvUYz0V .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uRRMvUYz0V .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uRRMvUYz0V .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uRRMvUYz0V .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uRRMvUYz0V .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 48px;
}
@media (max-width: 1440px) {
  .cid-uRRMvUYz0V .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uRRMvUYz0V .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRRMvUYz0V .mbr-section-title {
  color: #000000;
}
.cid-uRRMvUYz0V .mbr-label {
  color: #000000;
  text-align: center;
}
.cid-uRRMvUYz0V .mbr-text,
.cid-uRRMvUYz0V .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uRRMvUYz0V .mbr-section-title,
.cid-uRRMvUYz0V .mbr-section-btn {
  text-align: center;
}
.cid-uRRMvVHvw4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #02050a;
}
.cid-uRRMvVHvw4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRMvVHvw4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRMvVHvw4 .content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-uRRMvVHvw4 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 84px;
}
@media (max-width: 992px) {
  .cid-uRRMvVHvw4 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 48px;
  }
}
.cid-uRRMvVHvw4 .content-wrapper .items-wrapper {
  width: 85%;
  padding: 95px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 84px 150px;
  border: 1px solid #9c9c9d;
}
@media (max-width: 1540px) {
  .cid-uRRMvVHvw4 .content-wrapper .items-wrapper {
    width: 100%;
    gap: 84px;
  }
}
@media (max-width: 1440px) {
  .cid-uRRMvVHvw4 .content-wrapper .items-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uRRMvVHvw4 .content-wrapper .items-wrapper {
    padding: 48px 24px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uRRMvVHvw4 .content-wrapper .items-wrapper .item {
    margin-bottom: 48px;
  }
  .cid-uRRMvVHvw4 .content-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uRRMvVHvw4 .content-wrapper .items-wrapper .item .item-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1200px) {
  .cid-uRRMvVHvw4 .content-wrapper .items-wrapper .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 1200px) {
  .cid-uRRMvVHvw4 .content-wrapper .items-wrapper .item .item-wrapper .card-box {
    margin-bottom: 24px;
  }
}
.cid-uRRMvVHvw4 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uRRMvVHvw4 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
    margin-bottom: 24px;
  }
}
.cid-uRRMvVHvw4 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uRRMvVHvw4 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
    margin-bottom: 24px;
  }
}
.cid-uRRMvVHvw4 .content-wrapper .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRRMvVHvw4 .content-wrapper .items-wrapper .item .item-wrapper .item-img img {
  height: 380px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uRRMvVHvw4 .content-wrapper .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uRRMvVHvw4 .mbr-section-title,
.cid-uRRMvVHvw4 .title-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uRRMvVHvw4 .card-title {
  color: #f5f8ff;
}
.cid-uRRMvVHvw4 .card-text {
  color: #f5f8ff;
}
.cid-uRRMvWwcM1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uRRMvWwcM1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRMvWwcM1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRMvWwcM1 .card-wrapper {
  position: relative;
  background-color: #f5f8ff;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uRRMvWwcM1 .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uRRMvWwcM1 .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uRRMvWwcM1 .card-wrapper .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uRRMvWwcM1 .card-wrapper .content-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uRRMvWwcM1 .card-wrapper .content-wrapper {
    display: block;
  }
}
.cid-uRRMvWwcM1 .card-wrapper .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uRRMvWwcM1 .card-wrapper .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uRRMvWwcM1 .card-wrapper .content-wrapper .image-wrapper img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uRRMvWwcM1 .card-wrapper .content-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-uRRMvWwcM1 .card-wrapper .content-wrapper .content-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uRRMvWwcM1 .card-wrapper .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uRRMvWwcM1 .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uRRMvWwcM1 .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uRRMvWwcM1 .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 1440px) {
  .cid-uRRMvWwcM1 .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uRRMvWwcM1 .card-wrapper .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRRMvWwcM1 .mbr-section-title {
  color: #000000;
}
.cid-uRRMvWwcM1 .mbr-text,
.cid-uRRMvWwcM1 .text-wrapper {
  color: #000000;
}
.cid-uRRMvWwcM1 .mbr-section-title,
.cid-uRRMvWwcM1 .mbr-section-btn {
  color: #000000;
}
.cid-uRRMvXogbD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uRRMvXogbD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRMvXogbD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRMvXogbD .card-wrapper {
  position: relative;
  background-color: #f5f8ff;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uRRMvXogbD .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uRRMvXogbD .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uRRMvXogbD .card-wrapper .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uRRMvXogbD .card-wrapper .content-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uRRMvXogbD .card-wrapper .content-wrapper {
    display: block;
  }
}
.cid-uRRMvXogbD .card-wrapper .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uRRMvXogbD .card-wrapper .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uRRMvXogbD .card-wrapper .content-wrapper .image-wrapper img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uRRMvXogbD .card-wrapper .content-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-uRRMvXogbD .card-wrapper .content-wrapper .content-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uRRMvXogbD .card-wrapper .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uRRMvXogbD .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uRRMvXogbD .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uRRMvXogbD .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 1440px) {
  .cid-uRRMvXogbD .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uRRMvXogbD .card-wrapper .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRRMvXogbD .mbr-section-title {
  color: #000000;
}
.cid-uRRMvXogbD .mbr-text,
.cid-uRRMvXogbD .text-wrapper {
  color: #000000;
}
.cid-uRRMvYh2Vu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uRRMvYh2Vu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRMvYh2Vu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRMvYh2Vu .card-wrapper {
  position: relative;
  background-color: #ffef46;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uRRMvYh2Vu .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uRRMvYh2Vu .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uRRMvYh2Vu .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uRRMvYh2Vu .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uRRMvYh2Vu .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uRRMvYh2Vu .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uRRMvYh2Vu .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uRRMvYh2Vu .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uRRMvYh2Vu .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 48px;
}
@media (max-width: 1440px) {
  .cid-uRRMvYh2Vu .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uRRMvYh2Vu .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRRMvYh2Vu .mbr-section-title {
  color: #000000;
}
.cid-uRRMvYh2Vu .mbr-label {
  color: #000000;
  text-align: center;
}
.cid-uRRMvYh2Vu .mbr-text,
.cid-uRRMvYh2Vu .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uRRMvYh2Vu .mbr-section-title,
.cid-uRRMvYh2Vu .mbr-section-btn {
  text-align: center;
}
.cid-uRRMvZ14Uk {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-uRRMvZ14Uk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRMvZ14Uk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uRRMvZ14Uk .container {
    padding: 0 20px;
  }
}
.cid-uRRMvZ14Uk .row {
  margin: 0;
}
.cid-uRRMvZ14Uk .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uRRMvZ14Uk .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uRRMvZ14Uk .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-uRRMvZ14Uk .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uRRMvZ14Uk .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uRRMvZ14Uk .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uRRMvZ14Uk .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uRRMvZPLlW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #02050a;
}
.cid-uRRMvZPLlW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRMvZPLlW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRMvZPLlW .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 84px;
}
@media (max-width: 992px) {
  .cid-uRRMvZPLlW .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 48px;
  }
}
.cid-uRRMvZPLlW .content-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uRRMvZPLlW .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uRRMvZPLlW .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uRRMvZPLlW .embla__slide:first-child .slide-content .item-wrapper .number-wrap::before {
  width: 50%;
  left: auto;
  right: 0;
}
.cid-uRRMvZPLlW .embla__slide:last-child .slide-content .item-wrapper .number-wrap::before {
  width: 50%;
}
.cid-uRRMvZPLlW .embla__slide .slide-content {
  width: 100%;
}
.cid-uRRMvZPLlW .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uRRMvZPLlW .embla__slide .slide-content .item-wrapper .number-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uRRMvZPLlW .embla__slide .slide-content .item-wrapper .number-wrap {
    margin-bottom: 24px;
  }
}
.cid-uRRMvZPLlW .embla__slide .slide-content .item-wrapper .number-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #f5f8ff;
}
.cid-uRRMvZPLlW .embla__slide .slide-content .item-wrapper .number-wrap .card-number {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 20px;
  background-color: #ffef46;
  margin-bottom: 0;
}
.cid-uRRMvZPLlW .embla__slide .slide-content .item-wrapper .item-content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uRRMvZPLlW .embla__slide .slide-content .item-wrapper .item-content {
    display: block;
  }
}
.cid-uRRMvZPLlW .embla__slide .slide-content .item-wrapper .item-content .card-title {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uRRMvZPLlW .embla__slide .slide-content .item-wrapper .item-content .card-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uRRMvZPLlW .embla__slide .slide-content .item-wrapper .item-content .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uRRMvZPLlW .embla__slide .slide-content .item-wrapper .item-content .text-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uRRMvZPLlW .embla__slide .slide-content .item-wrapper .item-content .text-wrapper .card-text {
  margin-bottom: 0;
  padding-right: 24px;
}
.cid-uRRMvZPLlW .embla__slide .slide-content .item-wrapper .item-content .text-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 992px) {
  .cid-uRRMvZPLlW .embla__slide .slide-content .item-wrapper .item-content .text-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uRRMvZPLlW .embla__slide .slide-content .item-wrapper .item-content .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRRMvZPLlW .embla__button--next,
.cid-uRRMvZPLlW .embla__button--prev {
  display: flex;
}
.cid-uRRMvZPLlW .embla__button {
  bottom: 0;
  width: 64px;
  height: 64px;
  font-size: 32px;
  background-color: #f5f8ff !important;
  color: #02050a !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uRRMvZPLlW .embla__button:hover {
  opacity: .8 !important;
}
.cid-uRRMvZPLlW .embla__button:disabled {
  opacity: .2 !important;
}
.cid-uRRMvZPLlW .embla__button.embla__button--prev {
  left: 0;
}
.cid-uRRMvZPLlW .embla__button.embla__button--next {
  left: 74px;
}
.cid-uRRMvZPLlW .embla {
  position: relative;
  width: 85%;
  display: flex;
  justify-content: center;
  padding-bottom: 8rem;
}
@media (max-width: 992px) {
  .cid-uRRMvZPLlW .embla {
    padding-bottom: 6rem;
  }
}
.cid-uRRMvZPLlW .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uRRMvZPLlW .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uRRMvZPLlW .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uRRMvZPLlW .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uRRMvZPLlW .mbr-section-title,
.cid-uRRMvZPLlW .title-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uRRMvZPLlW .card-title {
  color: #f5f8ff;
}
.cid-uRRMvZPLlW .card-text {
  color: #f5f8ff;
}
.cid-uRRMvZPLlW .card-number,
.cid-uRRMvZPLlW .number-wrap {
  color: #000000;
}
.cid-uRRMw16rkE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uRRMw16rkE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRMw16rkE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRMw16rkE .card-wrapper {
  position: relative;
  background-color: #ffef46;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uRRMw16rkE .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uRRMw16rkE .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uRRMw16rkE .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uRRMw16rkE .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uRRMw16rkE .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uRRMw16rkE .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uRRMw16rkE .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uRRMw16rkE .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uRRMw16rkE .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 48px;
}
@media (max-width: 1440px) {
  .cid-uRRMw16rkE .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uRRMw16rkE .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRRMw16rkE .mbr-section-title {
  color: #000000;
}
.cid-uRRMw16rkE .mbr-label {
  color: #000000;
  text-align: center;
}
.cid-uRRMw16rkE .mbr-text,
.cid-uRRMw16rkE .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uRRMw16rkE .mbr-section-title,
.cid-uRRMw16rkE .mbr-section-btn {
  text-align: center;
}
.cid-uRRMw20swW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uRRMw20swW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRMw20swW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRMw20swW .items-wrapper {
  margin: 6px 0;
}
@media (max-width: 992px) {
  .cid-uRRMw20swW .items-wrapper {
    margin: 3px 0;
  }
}
.cid-uRRMw20swW .items-wrapper .item {
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-uRRMw20swW .items-wrapper .item {
    margin-bottom: 6px;
  }
}
.cid-uRRMw20swW .items-wrapper .item:last-child {
  margin-bottom: 0 !important;
}
.cid-uRRMw20swW .items-wrapper .item .item-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
@media (max-width: 992px) {
  .cid-uRRMw20swW .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uRRMw20swW .items-wrapper .item .item-wrapper .image-wrapper {
  padding: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uRRMw20swW .items-wrapper .item .item-wrapper .image-wrapper {
    padding: 48px 24px;
    margin-bottom: 6px;
  }
}
.cid-uRRMw20swW .items-wrapper .item .item-wrapper .image-wrapper .item-img img {
  height: 810px;
  width: 390px;
  object-fit: cover;
  border: 11px solid #02050a;
  background-color: #02050a;
  box-shadow: 10px 14px 50px #24262b;
}
@media (max-width: 1440px) {
  .cid-uRRMw20swW .items-wrapper .item .item-wrapper .image-wrapper .item-img img {
    height: 350px;
    width: 180px;
  }
}
@media (max-width: 992px) {
  .cid-uRRMw20swW .items-wrapper .item .item-wrapper .image-wrapper .item-img img {
    border: 6px solid #02050a;
  }
}
.cid-uRRMw20swW .items-wrapper .item .item-wrapper .card_1 {
  background-color: #000000;
}
.cid-uRRMw20swW .items-wrapper .item .item-wrapper .card_2 {
  background-color: #a32368;
}
.cid-uRRMw20swW .items-wrapper .item .item-wrapper .card-box {
  padding: 64px;
  background-color: #f5f8ff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uRRMw20swW .items-wrapper .item .item-wrapper .card-box {
    padding: 48px 24px;
  }
}
.cid-uRRMw20swW .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uRRMw20swW .items-wrapper .item .item-wrapper .card-box .card-title {
    margin-bottom: 24px;
  }
}
.cid-uRRMw20swW .items-wrapper .item .item-wrapper .card-box .text-wrapper .card-text {
  margin-bottom: 44px;
}
@media (max-width: 1440px) {
  .cid-uRRMw20swW .items-wrapper .item .item-wrapper .card-box .text-wrapper .card-text {
    margin-bottom: 24px;
  }
}
.cid-uRRMw20swW .items-wrapper .item .item-wrapper .card-box .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRRMw20swW .card-title {
  color: #000000;
}
.cid-uRRMw20swW .card-text {
  color: #000000;
}
.cid-uRRMw20swW .card-title,
.cid-uRRMw20swW .mbr-section-btn {
  color: #000000;
}
.cid-uRRMw2WfXS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uRRMw2WfXS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRMw2WfXS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRMw2WfXS .card-wrapper {
  position: relative;
  background-color: #14161b;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uRRMw2WfXS .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uRRMw2WfXS .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uRRMw2WfXS .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uRRMw2WfXS .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uRRMw2WfXS .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 992px) {
  .cid-uRRMw2WfXS .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uRRMw2WfXS .card-wrapper .content-wrapper .panel-group .card {
  position: relative;
  padding: 0;
  background-color: transparent;
  border: 1px solid #9c9c9d;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-uRRMw2WfXS .card-wrapper .content-wrapper .panel-group .card {
    margin-bottom: 6px;
  }
}
.cid-uRRMw2WfXS .card-wrapper .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uRRMw2WfXS .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 30px;
  background-color: #ffef46;
}
@media (max-width: 992px) {
  .cid-uRRMw2WfXS .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title {
    padding: 24px;
  }
}
.cid-uRRMw2WfXS .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRRMw2WfXS .card-wrapper .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%;
}
.cid-uRRMw2WfXS .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  color: #02050a;
}
.cid-uRRMw2WfXS .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title:hover .icon-wrapper {
  opacity: .8;
}
.cid-uRRMw2WfXS .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title:hover .panel-title-edit {
  opacity: .8;
}
.cid-uRRMw2WfXS .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uRRMw2WfXS .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 100px 64px;
}
@media (max-width: 992px) {
  .cid-uRRMw2WfXS .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 48px 24px;
  }
}
.cid-uRRMw2WfXS .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .iconfont-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uRRMw2WfXS .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .iconfont-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uRRMw2WfXS .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .iconfont-wrapper .mbr-iconfont {
  width: 96px;
  height: 96px;
  min-width: 96px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #02050a;
  font-size: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-uRRMw2WfXS .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .icon_1 .mbr-iconfont {
  background-color: #ff9340;
}
.cid-uRRMw2WfXS .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .icon_2 .mbr-iconfont {
  background-color: #ffa6e9;
}
.cid-uRRMw2WfXS .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .icon_3 .mbr-iconfont {
  background-color: #d0d4dd;
}
.cid-uRRMw2WfXS .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .icon_4 .mbr-iconfont {
  background-color: #7e9ef5;
}
.cid-uRRMw2WfXS .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .card-title {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uRRMw2WfXS .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .card-title {
    margin-bottom: 24px;
  }
}
.cid-uRRMw2WfXS .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .text-wrapper .panel-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRRMw2WfXS .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .text-wrapper .panel-text {
    width: 100%;
  }
}
.cid-uRRMw2WfXS .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
  margin-top: 54px;
}
@media (max-width: 992px) {
  .cid-uRRMw2WfXS .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uRRMw2WfXS .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRRMw2WfXS .mbr-section-title {
  color: #f5f8ff;
  text-align: center;
}
.cid-uRRMw2WfXS .panel-title-edit {
  color: #000000;
}
.cid-uRRMw2WfXS .card-title {
  color: #f5f8ff;
}
.cid-uRRMw2WfXS .panel-text,
.cid-uRRMw2WfXS .text-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uRRMw2WfXS .card-title,
.cid-uRRMw2WfXS .mbr-section-btn,
.cid-uRRMw2WfXS .iconfont-wrapper {
  text-align: center;
}
.cid-uRRMw49EcF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uRRMw49EcF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRMw49EcF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRMw49EcF .card-wrapper {
  position: relative;
  background-color: #14161b;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uRRMw49EcF .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uRRMw49EcF .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uRRMw49EcF .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uRRMw49EcF .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uRRMw49EcF .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uRRMw49EcF .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uRRMw49EcF .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uRRMw49EcF .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uRRMw49EcF .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRRMw49EcF .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uRRMw49EcF .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uRRMw49EcF .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRRMw49EcF .mbr-label,
.cid-uRRMw49EcF .label-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uRRMw49EcF .mbr-section-title {
  color: #f5f8ff;
}
.cid-uRRMw49EcF .mbr-text,
.cid-uRRMw49EcF .text-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uRRMw49EcF .mbr-section-title,
.cid-uRRMw49EcF .mbr-section-btn {
  text-align: center;
}
.cid-uRRMw53MaM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uRRMw53MaM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRMw53MaM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRMw53MaM .card-wrapper {
  position: relative;
  background-color: #ffef46;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uRRMw53MaM .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uRRMw53MaM .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uRRMw53MaM .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uRRMw53MaM .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uRRMw53MaM .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uRRMw53MaM .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uRRMw53MaM .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uRRMw53MaM .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uRRMw53MaM .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 48px;
}
@media (max-width: 1440px) {
  .cid-uRRMw53MaM .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uRRMw53MaM .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRRMw53MaM .mbr-section-title {
  color: #000000;
}
.cid-uRRMw53MaM .mbr-label {
  color: #000000;
  text-align: center;
}
.cid-uRRMw53MaM .mbr-text,
.cid-uRRMw53MaM .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uRRMw53MaM .mbr-section-title,
.cid-uRRMw53MaM .mbr-section-btn {
  text-align: center;
}
.cid-uRRMw5Zunu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uRRMw5Zunu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRMw5Zunu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRMw5Zunu .card-wrapper {
  position: relative;
  background-color: #14161b;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uRRMw5Zunu .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uRRMw5Zunu .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uRRMw5Zunu .card-wrapper .content-wrapper {
  width: 55%;
}
@media (max-width: 1540px) {
  .cid-uRRMw5Zunu .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uRRMw5Zunu .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 992px) {
  .cid-uRRMw5Zunu .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uRRMw5Zunu .card-wrapper .content-wrapper .panel-group .card {
  position: relative;
  padding: 30px 0;
  background-color: transparent;
  border-bottom: 1px solid #9c9c9d;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uRRMw5Zunu .card-wrapper .content-wrapper .panel-group .card {
    padding: 24px 0;
  }
}
.cid-uRRMw5Zunu .card-wrapper .content-wrapper .panel-group .card:first-child {
  border-top: 1px solid #9c9c9d;
}
.cid-uRRMw5Zunu .card-wrapper .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uRRMw5Zunu .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uRRMw5Zunu .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRRMw5Zunu .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #24262b;
}
.cid-uRRMw5Zunu .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  color: #f5f8ff;
}
.cid-uRRMw5Zunu .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  background-color: #ffef46;
}
.cid-uRRMw5Zunu .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #02050a;
}
.cid-uRRMw5Zunu .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 30px 0;
}
@media (max-width: 992px) {
  .cid-uRRMw5Zunu .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 24px 0 0;
  }
}
.cid-uRRMw5Zunu .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRRMw5Zunu .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uRRMw5Zunu .mbr-section-title {
  color: #f5f8ff;
  text-align: center;
}
.cid-uRRMw5Zunu .panel-title-edit {
  color: #f5f8ff;
}
.cid-uRRMw5Zunu .panel-text {
  color: #f5f8ff;
}
.cid-uRRMw72fju {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #02050a;
}
.cid-uRRMw72fju .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRMw72fju .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRMw72fju .row {
  margin: 0 -6px;
}
.cid-uRRMw72fju .card {
  padding: 0 6px;
}
.cid-uRRMw72fju .card-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  padding: 48px 100px;
  background-color: #14161b;
  margin-top: 6px;
  margin-bottom: 6px;
}
@media (max-width: 1440px) {
  .cid-uRRMw72fju .card-wrapper {
    padding: 48px 64px;
  }
}
@media (max-width: 992px) {
  .cid-uRRMw72fju .card-wrapper {
    padding: 48px 24px;
    margin-top: 3px;
    margin-bottom: 3px;
  }
}
.cid-uRRMw72fju .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uRRMw72fju .card-wrapper .title-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uRRMw72fju .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uRRMw72fju .card-wrapper .logo-wrapper {
  margin: 84px 0;
}
@media (max-width: 1440px) {
  .cid-uRRMw72fju .card-wrapper .logo-wrapper {
    margin: 24px 0;
  }
}
.cid-uRRMw72fju .card-wrapper .logo-wrapper img {
  width: 290px;
  height: 290px;
  object-fit: cover;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uRRMw72fju .card-wrapper .logo-wrapper img {
    width: 180px;
    height: 180px;
  }
}
.cid-uRRMw72fju .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRRMw72fju .card-wrapper .item {
  margin-bottom: 24px;
}
.cid-uRRMw72fju .card-wrapper .item:first-child .item-wrapper {
  border-top: 1px solid #9c9c9d;
  padding-top: 24px;
}
.cid-uRRMw72fju .card-wrapper .item .item-wrapper {
  padding-bottom: 24px;
  border-bottom: 1px solid #9c9c9d;
  display: flex;
  justify-content: space-between;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uRRMw72fju .card-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uRRMw72fju .card-wrapper .item .item-wrapper .card-title {
  width: 50%;
  margin-bottom: 0;
  padding-right: 24px;
}
@media (max-width: 1440px) {
  .cid-uRRMw72fju .card-wrapper .item .item-wrapper .card-title {
    width: 35%;
  }
}
@media (max-width: 992px) {
  .cid-uRRMw72fju .card-wrapper .item .item-wrapper .card-title {
    width: 100% !important;
    padding-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uRRMw72fju .card-wrapper .item .item-wrapper .card-text {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uRRMw72fju .card-wrapper .item .item-wrapper .card-text {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-uRRMw72fju .card-wrapper .item .item-wrapper .card-text {
    width: 100% !important;
  }
}
.cid-uRRMw72fju .card-wrapper .social-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uRRMw72fju .card-wrapper .social-wrapper {
    margin-top: 24px;
  }
}
.cid-uRRMw72fju .card-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uRRMw72fju .card-wrapper .social-wrapper .social-wrap .social-item {
  display: block;
  margin: 10px 10px 0 0;
  cursor: pointer;
}
.cid-uRRMw72fju .card-wrapper .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uRRMw72fju .card-wrapper .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  transform: translateY(-5px);
}
.cid-uRRMw72fju .card-wrapper .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 74px;
  height: 74px;
  font-size: 32px;
  color: #f5f8ff;
  background-color: #24262b;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRRMw72fju .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-uRRMw72fju .mbr-section-title {
  color: #f5f8ff;
}
.cid-uRRMw72fju .card-title {
  color: #f5f8ff;
}
.cid-uRRMw72fju .card-text {
  color: #f5f8ff;
}
.cid-uRRMw72fju .mbr-section-title,
.cid-uRRMw72fju .mbr-section-btn,
.cid-uRRMw72fju .logo-wrapper,
.cid-uRRMw72fju .social-wrapper {
  text-align: center;
}
.cid-uRRMw88Cs0 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uRRMw88Cs0 .listico {
  padding-right: 1rem;
  color: #656565;
  font-size: 0.9rem;
}
.cid-uRRMw88Cs0 .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uRRMw88Cs0 .navbar-brand {
  width: 100%;
  margin: 0;
}
.cid-uRRMw88Cs0 .mbr-text {
  color: #444;
}
.cid-uRRMw88Cs0 h5 {
  margin-bottom: 0;
}
.cid-uRRMw88Cs0 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRRMw88Cs0 .socicon {
  color: #ffffff;
  font-size: 1.2rem;
}
.cid-uRRMw88Cs0 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-uRRMw88Cs0 .social-list .soc-item {
  margin: 0 0.5rem;
  display: inline-block;
}
.cid-uRRMw88Cs0 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uRRMw88Cs0 .social-list a:hover {
  opacity: 0.4;
}
.cid-uRRMw88Cs0 .media-container-row > div {
  padding: 0px;
}
.cid-uRRMw88Cs0 .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uRRMw88Cs0 .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-uRRMw88Cs0 .group-title SPAN {
  color: #656565;
}
.cid-uRRMw88Cs0 .links {
  color: #9e9e9e;
}
@media (max-width: 991px) {
  .cid-uRRMw88Cs0 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uRRMw88Cs0 h3 {
    margin-bottom: 10px;
  }
}
.cid-uRRMw88Cs0 .links SPAN {
  color: #9e9e9e;
}
.cid-uRRMw88Cs0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRMw88Cs0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRMw88Cs0 .links,
.cid-uRRMw88Cs0 .social-list {
  color: #ffffff;
}
.cid-uRROwMQSGS .navbar-dropdown {
  position: relative !important;
}
.cid-uRROwMQSGS .container-fluid {
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 992px) {
  .cid-uRROwMQSGS .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-uRROwMQSGS .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-uRROwMQSGS .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uRROwMQSGS .dropdown-item {
  border: none !important;
  background: #02050a !important;
}
.cid-uRROwMQSGS .dropdown-item:hover,
.cid-uRROwMQSGS .dropdown-item:focus {
  background: #02050a !important;
  color: #f5f8ff !important;
}
.cid-uRROwMQSGS .dropdown-item:hover span {
  color: white;
}
.cid-uRROwMQSGS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRROwMQSGS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRROwMQSGS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRROwMQSGS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRROwMQSGS .nav-link {
  position: relative;
}
.cid-uRROwMQSGS .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uRROwMQSGS .container {
    flex-wrap: nowrap;
  }
}
.cid-uRROwMQSGS .iconfont-wrapper {
  color: #f5f8ff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uRROwMQSGS .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uRROwMQSGS .dropdown-menu,
.cid-uRROwMQSGS .navbar.opened {
  background: #02050a !important;
}
.cid-uRROwMQSGS .nav-item:focus,
.cid-uRROwMQSGS .nav-link:focus {
  outline: none;
}
.cid-uRROwMQSGS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRROwMQSGS .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uRROwMQSGS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRROwMQSGS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRROwMQSGS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRROwMQSGS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRROwMQSGS .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #02050a;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uRROwMQSGS .navbar.opened {
  transition: all 0.3s;
}
.cid-uRROwMQSGS .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uRROwMQSGS .navbar .navbar-logo img {
  width: auto;
}
.cid-uRROwMQSGS .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uRROwMQSGS .navbar.collapsed {
  justify-content: center;
}
.cid-uRROwMQSGS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRROwMQSGS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRROwMQSGS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uRROwMQSGS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRROwMQSGS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRROwMQSGS .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-uRROwMQSGS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRROwMQSGS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRROwMQSGS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRROwMQSGS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRROwMQSGS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRROwMQSGS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRROwMQSGS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRROwMQSGS .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-uRROwMQSGS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRROwMQSGS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRROwMQSGS .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uRROwMQSGS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uRROwMQSGS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRROwMQSGS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRROwMQSGS .navbar.navbar-short {
  min-height: 96px;
}
.cid-uRROwMQSGS .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uRROwMQSGS .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-uRROwMQSGS .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uRROwMQSGS .navbar-brand .navbar-caption:hover,
.cid-uRROwMQSGS .navbar-brand .navbar-caption:focus {
  color: #f5f8ff !important;
}
.cid-uRROwMQSGS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRROwMQSGS .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uRROwMQSGS .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #f5f8ff !important;
}
.cid-uRROwMQSGS .dropdown-item.active,
.cid-uRROwMQSGS .dropdown-item:active {
  background-color: transparent;
}
.cid-uRROwMQSGS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRROwMQSGS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRROwMQSGS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRROwMQSGS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #02050a;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uRROwMQSGS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uRROwMQSGS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uRROwMQSGS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRROwMQSGS ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uRROwMQSGS ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uRROwMQSGS .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uRROwMQSGS .navbar-buttons {
    text-align: left;
  }
}
.cid-uRROwMQSGS .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 9px 50px;
  min-height: auto;
  width: auto;
}
@media (max-width: 992px) {
  .cid-uRROwMQSGS .navbar-buttons .btn {
    padding: 8px 25px;
  }
}
@media (max-width: 575px) {
  .cid-uRROwMQSGS .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uRROwMQSGS 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: #02050a !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uRROwMQSGS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #f5f8ff;
}
.cid-uRROwMQSGS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uRROwMQSGS button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uRROwMQSGS button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uRROwMQSGS button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uRROwMQSGS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRROwMQSGS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRROwMQSGS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRROwMQSGS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRROwMQSGS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uRROwMQSGS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRROwMQSGS .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-uRROwMQSGS .navbar {
    height: 70px;
  }
  .cid-uRROwMQSGS .navbar.opened {
    height: auto;
  }
  .cid-uRROwMQSGS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRROwMQSGS .navbar-nav {
  margin: 0;
}
.cid-uRROwMQSGS .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uRROwMQSGS .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 25px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uRROwMQSGS .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uRROwMQSGS .nav-item .nav-link:hover,
.cid-uRROwMQSGS .nav-item .nav-link:focus {
  background-color: transparent;
  color: #f5f8ff !important;
  opacity: .5;
}
.cid-uRROwMQSGS .nav-item .nav-link:hover::after,
.cid-uRROwMQSGS .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uRROwMQSGS .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uRROwMQSGS .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uRROwMQSGS .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uRROwMQSGS .navbar {
    justify-content: flex-start !important;
  }
  .cid-uRROwMQSGS .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uRROwMQSGS .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uRROwMQSGS .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uRROwMQSGS .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uRROwMQSGS .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uRROwMQSGS .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uRROwMQSGS .content-wrap {
  min-height: 80px;
}
.cid-uRROwNWRh6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uRROwNWRh6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRROwNWRh6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRROwNWRh6 .card-wrapper {
  background-color: #f5f8ff;
  padding: 95px 64px 0;
  margin: 6px 0;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uRROwNWRh6 .card-wrapper {
    padding: 48px 24px 0;
    margin: 3px 0;
  }
}
.cid-uRROwNWRh6 .card-wrapper .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uRROwNWRh6 .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uRROwNWRh6 .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uRROwNWRh6 .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uRROwNWRh6 .card-wrapper .image-wrapper {
  margin-top: 110px;
  margin-bottom: -4rem;
}
@media (max-width: 992px) {
  .cid-uRROwNWRh6 .card-wrapper .image-wrapper {
    margin-top: 24px;
    margin-bottom: -2rem;
  }
}
.cid-uRROwNWRh6 .card-wrapper .image-wrapper img {
  display: inline-flex;
  width: 490px;
  height: 580px;
  object-fit: cover;
  box-shadow: 40px 54px 40px #9c9c9d;
}
@media (max-width: 992px) {
  .cid-uRROwNWRh6 .card-wrapper .image-wrapper img {
    height: 300px;
    width: 100%;
  }
}
.cid-uRROwNWRh6 .mbr-section-title {
  color: #000000;
}
.cid-uRROwNWRh6 .mbr-text,
.cid-uRROwNWRh6 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uRROwNWRh6 .mbr-section-title,
.cid-uRROwNWRh6 .mbr-section-btn,
.cid-uRROwNWRh6 .image-wrapper {
  text-align: center;
}
.cid-uRROwOP07r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f8ff;
}
.cid-uRROwOP07r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRROwOP07r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRROwOP07r .title-container {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-uRROwOP07r .title-container {
    margin-bottom: 25px;
  }
}
.cid-uRROwOP07r .mbr-section-title {
  color: #00524F;
}
.cid-uRROwOP07r .mbr-text {
  color: #00524F;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-uRROwOP07r .mbr-text {
    margin-top: 24px;
  }
}
.cid-uRROwOP07r .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uRROwOP07r .tabl-container {
    margin-top: 25px;
  }
}
.cid-uRROwOP07r .item-container {
  width: 100%;
  display: flex;
}
.cid-uRROwOP07r .item-container:not(:first-child) {
  margin-top: 30px;
}
.cid-uRROwOP07r .card-text {
  color: #272727;
  width: 100%;
}
.cid-uRROwPy8Le {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uRROwPy8Le .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRROwPy8Le .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRROwPy8Le .card-wrapper {
  position: relative;
  background-color: #ffef46;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uRROwPy8Le .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uRROwPy8Le .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uRROwPy8Le .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uRROwPy8Le .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uRROwPy8Le .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uRROwPy8Le .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uRROwPy8Le .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uRROwPy8Le .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uRROwPy8Le .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 48px;
}
@media (max-width: 1440px) {
  .cid-uRROwPy8Le .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uRROwPy8Le .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRROwPy8Le .mbr-section-title {
  color: #000000;
}
.cid-uRROwPy8Le .mbr-label {
  color: #000000;
  text-align: center;
}
.cid-uRROwPy8Le .mbr-text,
.cid-uRROwPy8Le .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uRROwPy8Le .mbr-section-title,
.cid-uRROwPy8Le .mbr-section-btn {
  text-align: center;
}
.cid-uRROwQffF0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #02050a;
}
.cid-uRROwQffF0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRROwQffF0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRROwQffF0 .content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-uRROwQffF0 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 84px;
}
@media (max-width: 992px) {
  .cid-uRROwQffF0 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 48px;
  }
}
.cid-uRROwQffF0 .content-wrapper .items-wrapper {
  width: 85%;
  padding: 95px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 84px 150px;
  border: 1px solid #9c9c9d;
}
@media (max-width: 1540px) {
  .cid-uRROwQffF0 .content-wrapper .items-wrapper {
    width: 100%;
    gap: 84px;
  }
}
@media (max-width: 1440px) {
  .cid-uRROwQffF0 .content-wrapper .items-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uRROwQffF0 .content-wrapper .items-wrapper {
    padding: 48px 24px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uRROwQffF0 .content-wrapper .items-wrapper .item {
    margin-bottom: 48px;
  }
  .cid-uRROwQffF0 .content-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uRROwQffF0 .content-wrapper .items-wrapper .item .item-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1200px) {
  .cid-uRROwQffF0 .content-wrapper .items-wrapper .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 1200px) {
  .cid-uRROwQffF0 .content-wrapper .items-wrapper .item .item-wrapper .card-box {
    margin-bottom: 24px;
  }
}
.cid-uRROwQffF0 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uRROwQffF0 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
    margin-bottom: 24px;
  }
}
.cid-uRROwQffF0 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uRROwQffF0 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
    margin-bottom: 24px;
  }
}
.cid-uRROwQffF0 .content-wrapper .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRROwQffF0 .content-wrapper .items-wrapper .item .item-wrapper .item-img img {
  height: 380px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uRROwQffF0 .content-wrapper .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uRROwQffF0 .mbr-section-title,
.cid-uRROwQffF0 .title-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uRROwQffF0 .card-title {
  color: #f5f8ff;
}
.cid-uRROwQffF0 .card-text {
  color: #f5f8ff;
}
.cid-uRROwR6Hm7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uRROwR6Hm7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRROwR6Hm7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRROwR6Hm7 .card-wrapper {
  position: relative;
  background-color: #f5f8ff;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uRROwR6Hm7 .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uRROwR6Hm7 .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uRROwR6Hm7 .card-wrapper .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uRROwR6Hm7 .card-wrapper .content-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uRROwR6Hm7 .card-wrapper .content-wrapper {
    display: block;
  }
}
.cid-uRROwR6Hm7 .card-wrapper .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uRROwR6Hm7 .card-wrapper .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uRROwR6Hm7 .card-wrapper .content-wrapper .image-wrapper img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uRROwR6Hm7 .card-wrapper .content-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-uRROwR6Hm7 .card-wrapper .content-wrapper .content-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uRROwR6Hm7 .card-wrapper .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uRROwR6Hm7 .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uRROwR6Hm7 .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uRROwR6Hm7 .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 1440px) {
  .cid-uRROwR6Hm7 .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uRROwR6Hm7 .card-wrapper .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRROwR6Hm7 .mbr-section-title {
  color: #000000;
}
.cid-uRROwR6Hm7 .mbr-text,
.cid-uRROwR6Hm7 .text-wrapper {
  color: #000000;
}
.cid-uRROwR6Hm7 .mbr-section-title,
.cid-uRROwR6Hm7 .mbr-section-btn {
  color: #000000;
}
.cid-uRROwRRi9x {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uRROwRRi9x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRROwRRi9x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRROwRRi9x .card-wrapper {
  position: relative;
  background-color: #f5f8ff;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uRROwRRi9x .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uRROwRRi9x .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uRROwRRi9x .card-wrapper .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uRROwRRi9x .card-wrapper .content-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uRROwRRi9x .card-wrapper .content-wrapper {
    display: block;
  }
}
.cid-uRROwRRi9x .card-wrapper .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uRROwRRi9x .card-wrapper .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uRROwRRi9x .card-wrapper .content-wrapper .image-wrapper img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uRROwRRi9x .card-wrapper .content-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-uRROwRRi9x .card-wrapper .content-wrapper .content-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uRROwRRi9x .card-wrapper .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uRROwRRi9x .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uRROwRRi9x .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uRROwRRi9x .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 1440px) {
  .cid-uRROwRRi9x .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uRROwRRi9x .card-wrapper .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRROwRRi9x .mbr-section-title {
  color: #000000;
}
.cid-uRROwRRi9x .mbr-text,
.cid-uRROwRRi9x .text-wrapper {
  color: #000000;
}
.cid-uRROwSOUOB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uRROwSOUOB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRROwSOUOB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRROwSOUOB .card-wrapper {
  position: relative;
  background-color: #ffef46;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uRROwSOUOB .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uRROwSOUOB .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uRROwSOUOB .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uRROwSOUOB .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uRROwSOUOB .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uRROwSOUOB .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uRROwSOUOB .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uRROwSOUOB .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uRROwSOUOB .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 48px;
}
@media (max-width: 1440px) {
  .cid-uRROwSOUOB .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uRROwSOUOB .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRROwSOUOB .mbr-section-title {
  color: #000000;
}
.cid-uRROwSOUOB .mbr-label {
  color: #000000;
  text-align: center;
}
.cid-uRROwSOUOB .mbr-text,
.cid-uRROwSOUOB .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uRROwSOUOB .mbr-section-title,
.cid-uRROwSOUOB .mbr-section-btn {
  text-align: center;
}
.cid-uRROwTAyXf {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-uRROwTAyXf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRROwTAyXf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uRROwTAyXf .container {
    padding: 0 20px;
  }
}
.cid-uRROwTAyXf .row {
  margin: 0;
}
.cid-uRROwTAyXf .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uRROwTAyXf .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uRROwTAyXf .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-uRROwTAyXf .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uRROwTAyXf .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uRROwTAyXf .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uRROwTAyXf .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uRROwUnxUQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #02050a;
}
.cid-uRROwUnxUQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRROwUnxUQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRROwUnxUQ .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 84px;
}
@media (max-width: 992px) {
  .cid-uRROwUnxUQ .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 48px;
  }
}
.cid-uRROwUnxUQ .content-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uRROwUnxUQ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uRROwUnxUQ .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uRROwUnxUQ .embla__slide:first-child .slide-content .item-wrapper .number-wrap::before {
  width: 50%;
  left: auto;
  right: 0;
}
.cid-uRROwUnxUQ .embla__slide:last-child .slide-content .item-wrapper .number-wrap::before {
  width: 50%;
}
.cid-uRROwUnxUQ .embla__slide .slide-content {
  width: 100%;
}
.cid-uRROwUnxUQ .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uRROwUnxUQ .embla__slide .slide-content .item-wrapper .number-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uRROwUnxUQ .embla__slide .slide-content .item-wrapper .number-wrap {
    margin-bottom: 24px;
  }
}
.cid-uRROwUnxUQ .embla__slide .slide-content .item-wrapper .number-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #f5f8ff;
}
.cid-uRROwUnxUQ .embla__slide .slide-content .item-wrapper .number-wrap .card-number {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 20px;
  background-color: #ffef46;
  margin-bottom: 0;
}
.cid-uRROwUnxUQ .embla__slide .slide-content .item-wrapper .item-content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uRROwUnxUQ .embla__slide .slide-content .item-wrapper .item-content {
    display: block;
  }
}
.cid-uRROwUnxUQ .embla__slide .slide-content .item-wrapper .item-content .card-title {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uRROwUnxUQ .embla__slide .slide-content .item-wrapper .item-content .card-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uRROwUnxUQ .embla__slide .slide-content .item-wrapper .item-content .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uRROwUnxUQ .embla__slide .slide-content .item-wrapper .item-content .text-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uRROwUnxUQ .embla__slide .slide-content .item-wrapper .item-content .text-wrapper .card-text {
  margin-bottom: 0;
  padding-right: 24px;
}
.cid-uRROwUnxUQ .embla__slide .slide-content .item-wrapper .item-content .text-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 992px) {
  .cid-uRROwUnxUQ .embla__slide .slide-content .item-wrapper .item-content .text-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uRROwUnxUQ .embla__slide .slide-content .item-wrapper .item-content .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRROwUnxUQ .embla__button--next,
.cid-uRROwUnxUQ .embla__button--prev {
  display: flex;
}
.cid-uRROwUnxUQ .embla__button {
  bottom: 0;
  width: 64px;
  height: 64px;
  font-size: 32px;
  background-color: #f5f8ff !important;
  color: #02050a !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uRROwUnxUQ .embla__button:hover {
  opacity: .8 !important;
}
.cid-uRROwUnxUQ .embla__button:disabled {
  opacity: .2 !important;
}
.cid-uRROwUnxUQ .embla__button.embla__button--prev {
  left: 0;
}
.cid-uRROwUnxUQ .embla__button.embla__button--next {
  left: 74px;
}
.cid-uRROwUnxUQ .embla {
  position: relative;
  width: 85%;
  display: flex;
  justify-content: center;
  padding-bottom: 8rem;
}
@media (max-width: 992px) {
  .cid-uRROwUnxUQ .embla {
    padding-bottom: 6rem;
  }
}
.cid-uRROwUnxUQ .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uRROwUnxUQ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uRROwUnxUQ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uRROwUnxUQ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uRROwUnxUQ .mbr-section-title,
.cid-uRROwUnxUQ .title-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uRROwUnxUQ .card-title {
  color: #f5f8ff;
}
.cid-uRROwUnxUQ .card-text {
  color: #f5f8ff;
}
.cid-uRROwUnxUQ .card-number,
.cid-uRROwUnxUQ .number-wrap {
  color: #000000;
}
.cid-uRROwVMWhg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uRROwVMWhg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRROwVMWhg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRROwVMWhg .card-wrapper {
  position: relative;
  background-color: #ffef46;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uRROwVMWhg .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uRROwVMWhg .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uRROwVMWhg .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uRROwVMWhg .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uRROwVMWhg .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uRROwVMWhg .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uRROwVMWhg .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uRROwVMWhg .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uRROwVMWhg .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 48px;
}
@media (max-width: 1440px) {
  .cid-uRROwVMWhg .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uRROwVMWhg .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRROwVMWhg .mbr-section-title {
  color: #000000;
}
.cid-uRROwVMWhg .mbr-label {
  color: #000000;
  text-align: center;
}
.cid-uRROwVMWhg .mbr-text,
.cid-uRROwVMWhg .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uRROwVMWhg .mbr-section-title,
.cid-uRROwVMWhg .mbr-section-btn {
  text-align: center;
}
.cid-uRROwWxh99 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uRROwWxh99 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRROwWxh99 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRROwWxh99 .items-wrapper {
  margin: 6px 0;
}
@media (max-width: 992px) {
  .cid-uRROwWxh99 .items-wrapper {
    margin: 3px 0;
  }
}
.cid-uRROwWxh99 .items-wrapper .item {
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-uRROwWxh99 .items-wrapper .item {
    margin-bottom: 6px;
  }
}
.cid-uRROwWxh99 .items-wrapper .item:last-child {
  margin-bottom: 0 !important;
}
.cid-uRROwWxh99 .items-wrapper .item .item-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
@media (max-width: 992px) {
  .cid-uRROwWxh99 .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uRROwWxh99 .items-wrapper .item .item-wrapper .image-wrapper {
  padding: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uRROwWxh99 .items-wrapper .item .item-wrapper .image-wrapper {
    padding: 48px 24px;
    margin-bottom: 6px;
  }
}
.cid-uRROwWxh99 .items-wrapper .item .item-wrapper .image-wrapper .item-img img {
  height: 810px;
  width: 390px;
  object-fit: cover;
  border: 11px solid #02050a;
  background-color: #02050a;
  box-shadow: 10px 14px 50px #24262b;
}
@media (max-width: 1440px) {
  .cid-uRROwWxh99 .items-wrapper .item .item-wrapper .image-wrapper .item-img img {
    height: 350px;
    width: 180px;
  }
}
@media (max-width: 992px) {
  .cid-uRROwWxh99 .items-wrapper .item .item-wrapper .image-wrapper .item-img img {
    border: 6px solid #02050a;
  }
}
.cid-uRROwWxh99 .items-wrapper .item .item-wrapper .card_1 {
  background-color: #000000;
}
.cid-uRROwWxh99 .items-wrapper .item .item-wrapper .card_2 {
  background-color: #a32368;
}
.cid-uRROwWxh99 .items-wrapper .item .item-wrapper .card-box {
  padding: 64px;
  background-color: #f5f8ff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uRROwWxh99 .items-wrapper .item .item-wrapper .card-box {
    padding: 48px 24px;
  }
}
.cid-uRROwWxh99 .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uRROwWxh99 .items-wrapper .item .item-wrapper .card-box .card-title {
    margin-bottom: 24px;
  }
}
.cid-uRROwWxh99 .items-wrapper .item .item-wrapper .card-box .text-wrapper .card-text {
  margin-bottom: 44px;
}
@media (max-width: 1440px) {
  .cid-uRROwWxh99 .items-wrapper .item .item-wrapper .card-box .text-wrapper .card-text {
    margin-bottom: 24px;
  }
}
.cid-uRROwWxh99 .items-wrapper .item .item-wrapper .card-box .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRROwWxh99 .card-title {
  color: #000000;
}
.cid-uRROwWxh99 .card-text {
  color: #000000;
}
.cid-uRROwWxh99 .card-title,
.cid-uRROwWxh99 .mbr-section-btn {
  color: #000000;
}
.cid-uRROwXpUm2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uRROwXpUm2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRROwXpUm2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRROwXpUm2 .card-wrapper {
  position: relative;
  background-color: #14161b;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uRROwXpUm2 .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uRROwXpUm2 .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uRROwXpUm2 .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uRROwXpUm2 .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uRROwXpUm2 .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 992px) {
  .cid-uRROwXpUm2 .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uRROwXpUm2 .card-wrapper .content-wrapper .panel-group .card {
  position: relative;
  padding: 0;
  background-color: transparent;
  border: 1px solid #9c9c9d;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-uRROwXpUm2 .card-wrapper .content-wrapper .panel-group .card {
    margin-bottom: 6px;
  }
}
.cid-uRROwXpUm2 .card-wrapper .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uRROwXpUm2 .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 30px;
  background-color: #ffef46;
}
@media (max-width: 992px) {
  .cid-uRROwXpUm2 .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title {
    padding: 24px;
  }
}
.cid-uRROwXpUm2 .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRROwXpUm2 .card-wrapper .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%;
}
.cid-uRROwXpUm2 .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  color: #02050a;
}
.cid-uRROwXpUm2 .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title:hover .icon-wrapper {
  opacity: .8;
}
.cid-uRROwXpUm2 .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title:hover .panel-title-edit {
  opacity: .8;
}
.cid-uRROwXpUm2 .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uRROwXpUm2 .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 100px 64px;
}
@media (max-width: 992px) {
  .cid-uRROwXpUm2 .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 48px 24px;
  }
}
.cid-uRROwXpUm2 .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .iconfont-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uRROwXpUm2 .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .iconfont-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uRROwXpUm2 .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .iconfont-wrapper .mbr-iconfont {
  width: 96px;
  height: 96px;
  min-width: 96px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #02050a;
  font-size: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-uRROwXpUm2 .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .icon_1 .mbr-iconfont {
  background-color: #ff9340;
}
.cid-uRROwXpUm2 .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .icon_2 .mbr-iconfont {
  background-color: #ffa6e9;
}
.cid-uRROwXpUm2 .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .icon_3 .mbr-iconfont {
  background-color: #d0d4dd;
}
.cid-uRROwXpUm2 .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .icon_4 .mbr-iconfont {
  background-color: #7e9ef5;
}
.cid-uRROwXpUm2 .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .card-title {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uRROwXpUm2 .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .card-title {
    margin-bottom: 24px;
  }
}
.cid-uRROwXpUm2 .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .text-wrapper .panel-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRROwXpUm2 .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .text-wrapper .panel-text {
    width: 100%;
  }
}
.cid-uRROwXpUm2 .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
  margin-top: 54px;
}
@media (max-width: 992px) {
  .cid-uRROwXpUm2 .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uRROwXpUm2 .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRROwXpUm2 .mbr-section-title {
  color: #f5f8ff;
  text-align: center;
}
.cid-uRROwXpUm2 .panel-title-edit {
  color: #000000;
}
.cid-uRROwXpUm2 .card-title {
  color: #f5f8ff;
}
.cid-uRROwXpUm2 .panel-text,
.cid-uRROwXpUm2 .text-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uRROwXpUm2 .card-title,
.cid-uRROwXpUm2 .mbr-section-btn,
.cid-uRROwXpUm2 .iconfont-wrapper {
  text-align: center;
}
.cid-uRROwYF8pC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uRROwYF8pC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRROwYF8pC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRROwYF8pC .card-wrapper {
  position: relative;
  background-color: #14161b;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uRROwYF8pC .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uRROwYF8pC .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uRROwYF8pC .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uRROwYF8pC .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uRROwYF8pC .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uRROwYF8pC .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uRROwYF8pC .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uRROwYF8pC .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uRROwYF8pC .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRROwYF8pC .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uRROwYF8pC .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uRROwYF8pC .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRROwYF8pC .mbr-label,
.cid-uRROwYF8pC .label-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uRROwYF8pC .mbr-section-title {
  color: #f5f8ff;
}
.cid-uRROwYF8pC .mbr-text,
.cid-uRROwYF8pC .text-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uRROwYF8pC .mbr-section-title,
.cid-uRROwYF8pC .mbr-section-btn {
  text-align: center;
}
.cid-uRROwZuRJS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uRROwZuRJS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRROwZuRJS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRROwZuRJS .card-wrapper {
  position: relative;
  background-color: #ffef46;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uRROwZuRJS .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uRROwZuRJS .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uRROwZuRJS .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uRROwZuRJS .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uRROwZuRJS .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uRROwZuRJS .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uRROwZuRJS .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uRROwZuRJS .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uRROwZuRJS .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 48px;
}
@media (max-width: 1440px) {
  .cid-uRROwZuRJS .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uRROwZuRJS .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRROwZuRJS .mbr-section-title {
  color: #000000;
}
.cid-uRROwZuRJS .mbr-label {
  color: #000000;
  text-align: center;
}
.cid-uRROwZuRJS .mbr-text,
.cid-uRROwZuRJS .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uRROwZuRJS .mbr-section-title,
.cid-uRROwZuRJS .mbr-section-btn {
  text-align: center;
}
.cid-uRROx0nLgn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uRROx0nLgn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRROx0nLgn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRROx0nLgn .card-wrapper {
  position: relative;
  background-color: #14161b;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uRROx0nLgn .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uRROx0nLgn .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uRROx0nLgn .card-wrapper .content-wrapper {
  width: 55%;
}
@media (max-width: 1540px) {
  .cid-uRROx0nLgn .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uRROx0nLgn .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 992px) {
  .cid-uRROx0nLgn .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uRROx0nLgn .card-wrapper .content-wrapper .panel-group .card {
  position: relative;
  padding: 30px 0;
  background-color: transparent;
  border-bottom: 1px solid #9c9c9d;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uRROx0nLgn .card-wrapper .content-wrapper .panel-group .card {
    padding: 24px 0;
  }
}
.cid-uRROx0nLgn .card-wrapper .content-wrapper .panel-group .card:first-child {
  border-top: 1px solid #9c9c9d;
}
.cid-uRROx0nLgn .card-wrapper .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uRROx0nLgn .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uRROx0nLgn .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRROx0nLgn .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #24262b;
}
.cid-uRROx0nLgn .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  color: #f5f8ff;
}
.cid-uRROx0nLgn .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  background-color: #ffef46;
}
.cid-uRROx0nLgn .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #02050a;
}
.cid-uRROx0nLgn .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 30px 0;
}
@media (max-width: 992px) {
  .cid-uRROx0nLgn .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 24px 0 0;
  }
}
.cid-uRROx0nLgn .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRROx0nLgn .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uRROx0nLgn .mbr-section-title {
  color: #f5f8ff;
  text-align: center;
}
.cid-uRROx0nLgn .panel-title-edit {
  color: #f5f8ff;
}
.cid-uRROx0nLgn .panel-text {
  color: #f5f8ff;
}
.cid-uRROx1qCuI {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #02050a;
}
.cid-uRROx1qCuI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRROx1qCuI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRROx1qCuI .row {
  margin: 0 -6px;
}
.cid-uRROx1qCuI .card {
  padding: 0 6px;
}
.cid-uRROx1qCuI .card-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  padding: 48px 100px;
  background-color: #14161b;
  margin-top: 6px;
  margin-bottom: 6px;
}
@media (max-width: 1440px) {
  .cid-uRROx1qCuI .card-wrapper {
    padding: 48px 64px;
  }
}
@media (max-width: 992px) {
  .cid-uRROx1qCuI .card-wrapper {
    padding: 48px 24px;
    margin-top: 3px;
    margin-bottom: 3px;
  }
}
.cid-uRROx1qCuI .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uRROx1qCuI .card-wrapper .title-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uRROx1qCuI .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uRROx1qCuI .card-wrapper .logo-wrapper {
  margin: 84px 0;
}
@media (max-width: 1440px) {
  .cid-uRROx1qCuI .card-wrapper .logo-wrapper {
    margin: 24px 0;
  }
}
.cid-uRROx1qCuI .card-wrapper .logo-wrapper img {
  width: 290px;
  height: 290px;
  object-fit: cover;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uRROx1qCuI .card-wrapper .logo-wrapper img {
    width: 180px;
    height: 180px;
  }
}
.cid-uRROx1qCuI .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRROx1qCuI .card-wrapper .item {
  margin-bottom: 24px;
}
.cid-uRROx1qCuI .card-wrapper .item:first-child .item-wrapper {
  border-top: 1px solid #9c9c9d;
  padding-top: 24px;
}
.cid-uRROx1qCuI .card-wrapper .item .item-wrapper {
  padding-bottom: 24px;
  border-bottom: 1px solid #9c9c9d;
  display: flex;
  justify-content: space-between;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uRROx1qCuI .card-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uRROx1qCuI .card-wrapper .item .item-wrapper .card-title {
  width: 50%;
  margin-bottom: 0;
  padding-right: 24px;
}
@media (max-width: 1440px) {
  .cid-uRROx1qCuI .card-wrapper .item .item-wrapper .card-title {
    width: 35%;
  }
}
@media (max-width: 992px) {
  .cid-uRROx1qCuI .card-wrapper .item .item-wrapper .card-title {
    width: 100% !important;
    padding-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uRROx1qCuI .card-wrapper .item .item-wrapper .card-text {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uRROx1qCuI .card-wrapper .item .item-wrapper .card-text {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-uRROx1qCuI .card-wrapper .item .item-wrapper .card-text {
    width: 100% !important;
  }
}
.cid-uRROx1qCuI .card-wrapper .social-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uRROx1qCuI .card-wrapper .social-wrapper {
    margin-top: 24px;
  }
}
.cid-uRROx1qCuI .card-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uRROx1qCuI .card-wrapper .social-wrapper .social-wrap .social-item {
  display: block;
  margin: 10px 10px 0 0;
  cursor: pointer;
}
.cid-uRROx1qCuI .card-wrapper .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uRROx1qCuI .card-wrapper .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  transform: translateY(-5px);
}
.cid-uRROx1qCuI .card-wrapper .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 74px;
  height: 74px;
  font-size: 32px;
  color: #f5f8ff;
  background-color: #24262b;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRROx1qCuI .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-uRROx1qCuI .mbr-section-title {
  color: #f5f8ff;
}
.cid-uRROx1qCuI .card-title {
  color: #f5f8ff;
}
.cid-uRROx1qCuI .card-text {
  color: #f5f8ff;
}
.cid-uRROx1qCuI .mbr-section-title,
.cid-uRROx1qCuI .mbr-section-btn,
.cid-uRROx1qCuI .logo-wrapper,
.cid-uRROx1qCuI .social-wrapper {
  text-align: center;
}
.cid-uRROx3FRxc {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uRROx3FRxc .listico {
  padding-right: 1rem;
  color: #656565;
  font-size: 0.9rem;
}
.cid-uRROx3FRxc .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uRROx3FRxc .navbar-brand {
  width: 100%;
  margin: 0;
}
.cid-uRROx3FRxc .mbr-text {
  color: #444;
}
.cid-uRROx3FRxc h5 {
  margin-bottom: 0;
}
.cid-uRROx3FRxc .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRROx3FRxc .socicon {
  color: #ffffff;
  font-size: 1.2rem;
}
.cid-uRROx3FRxc .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-uRROx3FRxc .social-list .soc-item {
  margin: 0 0.5rem;
  display: inline-block;
}
.cid-uRROx3FRxc .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uRROx3FRxc .social-list a:hover {
  opacity: 0.4;
}
.cid-uRROx3FRxc .media-container-row > div {
  padding: 0px;
}
.cid-uRROx3FRxc .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-uRROx3FRxc .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-uRROx3FRxc .group-title SPAN {
  color: #656565;
}
.cid-uRROx3FRxc .links {
  color: #9e9e9e;
}
@media (max-width: 991px) {
  .cid-uRROx3FRxc .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uRROx3FRxc h3 {
    margin-bottom: 10px;
  }
}
.cid-uRROx3FRxc .links SPAN {
  color: #9e9e9e;
}
.cid-uRROx3FRxc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRROx3FRxc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRROx3FRxc .links,
.cid-uRROx3FRxc .social-list {
  color: #ffffff;
}
