.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Geist;
}
.display-1 {
  font-family: 'Geist', sans-serif;
  font-size: 5rem;
  line-height: 1.15;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Geist', sans-serif;
  font-size: 2.4rem;
  line-height: 1.15;
}
.display-2 > .mbr-iconfont {
  font-size: 3rem;
}
.display-4 {
  font-family: 'Geist', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Geist', sans-serif;
  font-size: 1.5rem;
  line-height: 1.45;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Geist', sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.15 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.45 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.15 * (1.49rem + (2.4 - 1.49) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.45 * (1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #fe0000 !important;
}
.bg-success {
  background-color: #64cc64 !important;
}
.bg-info {
  background-color: #808080 !important;
}
.bg-warning {
  background-color: #bd992a !important;
}
.bg-danger {
  background-color: #01009a !important;
}
.btn-primary .mbr-iconfont {
  background-color: #ffffff;
  color: #e50000;
}
.btn-primary,
.btn-primary:active {
  background-color: #fe0000 !important;
  border-color: #fe0000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ff3232 !important;
  background-color: #ff3232 !important;
  border-color: #ff3232 !important;
  box-shadow: inset -500px 0 0 #ffffff;
  transition: all .8s ease;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff3232 !important;
  border-color: #ff3232 !important;
}
.btn-secondary .mbr-iconfont {
  background-color: #ffffff;
  color: #e50000;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fe0000 !important;
  border-color: #fe0000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ff3232 !important;
  background-color: #ff3232 !important;
  border-color: #ff3232 !important;
  box-shadow: inset -500px 0 0 #ffffff;
  transition: all .8s ease;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff3232 !important;
  border-color: #ff3232 !important;
}
.btn-info .mbr-iconfont {
  background-color: #ffffff;
  color: #737373;
}
.btn-info,
.btn-info:active {
  background-color: #808080 !important;
  border-color: #808080 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #9a9a9a !important;
  background-color: #9a9a9a !important;
  border-color: #9a9a9a !important;
  box-shadow: inset -500px 0 0 #ffffff;
  transition: all .8s ease;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #9a9a9a !important;
  border-color: #9a9a9a !important;
}
.btn-success .mbr-iconfont {
  background-color: #000000;
  color: #51c651;
}
.btn-success,
.btn-success:active {
  background-color: #64cc64 !important;
  border-color: #64cc64 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #51c651 !important;
  background-color: #51c651 !important;
  border-color: #51c651 !important;
  box-shadow: inset -500px 0 0 #000000;
  transition: all .8s ease;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #51c651 !important;
  border-color: #51c651 !important;
}
.btn-warning .mbr-iconfont {
  background-color: #ffffff;
  color: #a88825;
}
.btn-warning,
.btn-warning:active {
  background-color: #bd992a !important;
  border-color: #bd992a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #a88825 !important;
  background-color: #a88825 !important;
  border-color: #a88825 !important;
  box-shadow: inset -500px 0 0 #ffffff;
  transition: all .8s ease;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #a88825 !important;
  border-color: #a88825 !important;
}
.btn-danger .mbr-iconfont {
  background-color: #ffffff;
  color: #010081;
}
.btn-danger,
.btn-danger:active {
  background-color: #01009a !important;
  border-color: #01009a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #0100cd !important;
  background-color: #0100cd !important;
  border-color: #0100cd !important;
  box-shadow: inset -500px 0 0 #ffffff;
  transition: all .8s ease;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #0100cd !important;
  border-color: #0100cd !important;
}
.btn-white .mbr-iconfont {
  background-color: #484848;
  color: #ededed;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #484848 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ededed !important;
  background-color: #ededed !important;
  border-color: #ededed !important;
  box-shadow: inset -500px 0 0 #484848;
  transition: all .8s ease;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #484848 !important;
  background-color: #ededed !important;
  border-color: #ededed !important;
}
.btn-black .mbr-iconfont {
  background-color: #ffffff;
  color: #161616;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #3d3d3d !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: inset -500px 0 0 #ffffff;
  transition: all .8s ease;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline .mbr-iconfont {
  color: #ffffff;
  background-color: #fe0000;
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  margin-right: -28px !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #fe0000;
  color: #fe0000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a70000 !important;
  background-color: transparent !important;
  border-color: #a70000 !important;
  box-shadow: none !important;
}
.btn-primary-outline:hover .mbr-iconfont,
.btn-primary-outline:focus .mbr-iconfont,
.btn-primary-outline.focus .mbr-iconfont,
.btn-primary-outline.active .mbr-iconfont {
  color: #ffffff;
  background-color: #a70000;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #fe0000 !important;
  border-color: #fe0000 !important;
}
.btn-secondary-outline .mbr-iconfont {
  color: #ffffff;
  background-color: #fe0000;
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  margin-right: -28px !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #fe0000;
  color: #fe0000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a70000 !important;
  background-color: transparent !important;
  border-color: #a70000 !important;
  box-shadow: none !important;
}
.btn-secondary-outline:hover .mbr-iconfont,
.btn-secondary-outline:focus .mbr-iconfont,
.btn-secondary-outline.focus .mbr-iconfont,
.btn-secondary-outline.active .mbr-iconfont {
  color: #ffffff;
  background-color: #a70000;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #fe0000 !important;
  border-color: #fe0000 !important;
}
.btn-info-outline .mbr-iconfont {
  color: #ffffff;
  background-color: #808080;
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  margin-right: -28px !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #808080;
  color: #808080;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #555555 !important;
  background-color: transparent !important;
  border-color: #555555 !important;
  box-shadow: none !important;
}
.btn-info-outline:hover .mbr-iconfont,
.btn-info-outline:focus .mbr-iconfont,
.btn-info-outline.focus .mbr-iconfont,
.btn-info-outline.active .mbr-iconfont {
  color: #ffffff;
  background-color: #555555;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-success-outline .mbr-iconfont {
  color: #000000;
  background-color: #64cc64;
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  margin-right: -28px !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #64cc64;
  color: #64cc64;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #36a436 !important;
  background-color: transparent !important;
  border-color: #36a436 !important;
  box-shadow: none !important;
}
.btn-success-outline:hover .mbr-iconfont,
.btn-success-outline:focus .mbr-iconfont,
.btn-success-outline.focus .mbr-iconfont,
.btn-success-outline.active .mbr-iconfont {
  color: #000000;
  background-color: #36a436;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #64cc64 !important;
  border-color: #64cc64 !important;
}
.btn-warning-outline .mbr-iconfont {
  color: #ffffff;
  background-color: #bd992a;
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  margin-right: -28px !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #bd992a;
  color: #bd992a;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #76601a !important;
  background-color: transparent !important;
  border-color: #76601a !important;
  box-shadow: none !important;
}
.btn-warning-outline:hover .mbr-iconfont,
.btn-warning-outline:focus .mbr-iconfont,
.btn-warning-outline.focus .mbr-iconfont,
.btn-warning-outline.active .mbr-iconfont {
  color: #ffffff;
  background-color: #76601a;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #bd992a !important;
  border-color: #bd992a !important;
}
.btn-danger-outline .mbr-iconfont {
  color: #ffffff;
  background-color: #01009a;
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  margin-right: -28px !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #01009a;
  color: #01009a;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000043 !important;
  background-color: transparent !important;
  border-color: #000043 !important;
  box-shadow: none !important;
}
.btn-danger-outline:hover .mbr-iconfont,
.btn-danger-outline:focus .mbr-iconfont,
.btn-danger-outline.focus .mbr-iconfont,
.btn-danger-outline.active .mbr-iconfont {
  color: #ffffff;
  background-color: #000043;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #01009a !important;
  border-color: #01009a !important;
}
.btn-black-outline .mbr-iconfont {
  color: #ffffff;
  background-color: #232323;
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  margin-right: -28px !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline:hover .mbr-iconfont,
.btn-black-outline:focus .mbr-iconfont,
.btn-black-outline.focus .mbr-iconfont,
.btn-black-outline.active .mbr-iconfont {
  color: #ffffff;
  background-color: #000000;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline .mbr-iconfont {
  color: #616161;
  background-color: #fafafa;
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  margin-right: -28px !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:hover .mbr-iconfont,
.btn-white-outline:focus .mbr-iconfont,
.btn-white-outline.focus .mbr-iconfont,
.btn-white-outline.active .mbr-iconfont {
  color: #616161;
  background-color: #cfcfcf;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #fe0000 !important;
}
.text-secondary {
  color: #fe0000 !important;
}
.text-success {
  color: #64cc64 !important;
}
.text-info {
  color: #808080 !important;
}
.text-warning {
  color: #bd992a !important;
}
.text-danger {
  color: #01009a !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #980000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #980000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #329832 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #4d4d4d !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #6a5517 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000034 !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: #fe0000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #808080;
}
.alert-warning {
  background-color: #bd992a;
}
.alert-danger {
  background-color: #01009a;
}
.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: #fe0000;
  border-color: #fe0000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 16px !important;
}
a,
a:hover {
  color: #fe0000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffcbcb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fdfffd;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c0c0c0;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #e3cc83;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #1c1bff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Geist', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 12px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #fe0000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Geist', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #fe0000;
}
/* 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: #fe0000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #fe0000;
}
.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: #fe0000;
  border-bottom-color: #fe0000;
}
.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: #fe0000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #fe0000 !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='%23fe0000' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn {
  font-weight: 500;
  padding: 0 30px;
  min-height: 48px;
}
.mbr-section-btn .btn .mbr-iconfont {
  margin-left: 16px;
  margin-right: -30px;
  width: 44px;
  height: 44px;
  min-width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 1rem !important;
}
.large-radius,
.mbr-section-subtitle::before,
.google-map iframe {
  border-radius: 24px !important;
}
.little-radius {
  border-radius: 8px !important;
}
.panel-group .card {
  border-radius: 16px 36px 36px 16px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-uYKYe5ucuk {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYKYe5ucuk nav.navbar {
  position: fixed;
}
.cid-uYKYe5ucuk .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uYKYe5ucuk .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYKYe5ucuk .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-uYKYe5ucuk .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uYKYe5ucuk .dropdown-item {
  border: none !important;
  background: #01009a !important;
  font-weight: 400;
}
.cid-uYKYe5ucuk .dropdown-item:hover,
.cid-uYKYe5ucuk .dropdown-item:focus {
  background: #01009a !important;
  color: #fe0000 !important;
}
.cid-uYKYe5ucuk .dropdown-item:hover span {
  color: white;
}
.cid-uYKYe5ucuk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYKYe5ucuk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYKYe5ucuk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYKYe5ucuk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYKYe5ucuk .nav-link {
  position: relative;
}
.cid-uYKYe5ucuk .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uYKYe5ucuk .container {
    flex-wrap: nowrap;
  }
}
.cid-uYKYe5ucuk .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYKYe5ucuk .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uYKYe5ucuk .dropdown-menu,
.cid-uYKYe5ucuk .navbar.opened {
  background: #01009a !important;
}
.cid-uYKYe5ucuk .nav-item:focus,
.cid-uYKYe5ucuk .nav-link:focus {
  outline: none;
}
.cid-uYKYe5ucuk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYKYe5ucuk .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYKYe5ucuk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYKYe5ucuk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYKYe5ucuk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYKYe5ucuk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYKYe5ucuk .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #01009a;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uYKYe5ucuk .navbar.opened {
  transition: all 0.3s;
}
.cid-uYKYe5ucuk .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uYKYe5ucuk .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-uYKYe5ucuk .navbar .navbar-logo img {
  width: auto;
}
.cid-uYKYe5ucuk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYKYe5ucuk .navbar.collapsed {
  justify-content: center;
}
.cid-uYKYe5ucuk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYKYe5ucuk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYKYe5ucuk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-uYKYe5ucuk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYKYe5ucuk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYKYe5ucuk .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-uYKYe5ucuk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYKYe5ucuk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYKYe5ucuk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYKYe5ucuk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYKYe5ucuk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYKYe5ucuk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYKYe5ucuk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYKYe5ucuk .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-uYKYe5ucuk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYKYe5ucuk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYKYe5ucuk .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uYKYe5ucuk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYKYe5ucuk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYKYe5ucuk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYKYe5ucuk .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYKYe5ucuk .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYKYe5ucuk .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-uYKYe5ucuk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uYKYe5ucuk .navbar-brand .navbar-caption:hover,
.cid-uYKYe5ucuk .navbar-brand .navbar-caption:focus {
  color: #fe0000 !important;
}
.cid-uYKYe5ucuk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYKYe5ucuk .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYKYe5ucuk .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #fe0000 !important;
}
.cid-uYKYe5ucuk .dropdown-item.active,
.cid-uYKYe5ucuk .dropdown-item:active {
  background-color: transparent;
}
.cid-uYKYe5ucuk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYKYe5ucuk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYKYe5ucuk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYKYe5ucuk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #01009a;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uYKYe5ucuk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYKYe5ucuk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYKYe5ucuk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYKYe5ucuk ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYKYe5ucuk ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYKYe5ucuk .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uYKYe5ucuk .navbar-buttons {
    text-align: left;
  }
}
.cid-uYKYe5ucuk .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYKYe5ucuk .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYKYe5ucuk 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: #01009a !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYKYe5ucuk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYKYe5ucuk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYKYe5ucuk button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYKYe5ucuk button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYKYe5ucuk button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYKYe5ucuk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYKYe5ucuk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYKYe5ucuk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYKYe5ucuk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYKYe5ucuk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYKYe5ucuk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYKYe5ucuk .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-uYKYe5ucuk .navbar {
    height: 70px;
  }
  .cid-uYKYe5ucuk .navbar.opened {
    height: auto;
  }
  .cid-uYKYe5ucuk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYKYe5ucuk .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uYKYe5ucuk .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYKYe5ucuk .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uYKYe5ucuk .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uYKYe5ucuk .nav-item .nav-link:hover {
  background-color: transparent;
  color: #fe0000 !important;
}
.cid-uYKYe5ucuk .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uYKYe5ucuk .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYKYe5ucuk .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYKYe5ucuk .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uYKYe5ucuk .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYKYe5ucuk .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYKYe5ucuk .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYKYe5ucuk .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYKYe5ucuk .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYKYe5ucuk .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uYKYe5ucuk .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uYKYe5ucuk .content-wrap {
  min-height: 110px;
}
.cid-v8bK29gHH1 {
  padding-top: 240px;
  padding-bottom: 240px;
  background-image: url("../../../assets/images/ramkat20en20katryn20hart-1536x1024-1536x1024.webp");
}
.cid-v8bK29gHH1 .mbr-section-title,
.cid-v8bK29gHH1 .mbr-section-subtitle {
  color: #879a9f;
}
.cid-v8bK29gHH1 .mbr-section-text {
  color: #767676;
}
.cid-v8bK29gHH1 .mbr-text,
.cid-v8bK29gHH1 .typed-text,
.cid-v8bK29gHH1 .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-v8bK29gHH1 .btn {
  margin-left: 4px !important;
}
.cid-v8bK29gHH1 .animated-element {
  color: #fe0000;
}
.cid-v8bK29gHH1 .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #fe0000;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-v8bK29gHH1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8bK29gHH1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8bK29gHH1 .mbr-section-subtitle,
.cid-v8bK29gHH1 .typed-text {
  text-align: center;
  color: #ffffff;
}
.cid-uYKYQXZNYr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uYKYQXZNYr .card {
  position: relative;
  align-items: center;
}
.cid-uYKYQXZNYr .card .gradient-wrapper {
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 100px;
  width: 100%;
  background-image: linear-gradient(180deg, transparent 0, #ffffff 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uYKYQXZNYr .card .decor-wrapper {
  position: absolute;
  top: 0;
  height: 400px;
  width: 60%;
  border-radius: 100%;
  background-image: linear-gradient(100deg, #fe0000, transparent);
  pointer-events: none;
  filter: blur(40px);
}
.cid-uYKYQXZNYr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYKYQXZNYr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYKYQXZNYr .card-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uYKYQXZNYr .card-wrapper .border-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: #ffffff 0 0 0 4px;
  opacity: .1;
  pointer-events: none;
}
.cid-uYKYQXZNYr .card-wrapper .card-wrap {
  position: relative;
  display: flex;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uYKYQXZNYr .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uYKYQXZNYr .card-wrapper .card-wrap .tabs-wrapper {
  position: relative;
  width: 25%;
  backdrop-filter: blur(40px);
}
@media (max-width: 992px) {
  .cid-uYKYQXZNYr .card-wrapper .card-wrap .tabs-wrapper {
    width: 100%;
  }
}
.cid-uYKYQXZNYr .card-wrapper .card-wrap .tabs-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #01009a;
  opacity: .7;
  pointer-events: none;
}
.cid-uYKYQXZNYr .card-wrapper .card-wrap .tabs-wrapper .border-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uYKYQXZNYr .card-wrapper .card-wrap .tabs-wrapper .border-wrap {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 1px;
  }
}
.cid-uYKYQXZNYr .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 24px;
  border-radius: 0 !important;
  background-color: transparent;
  display: block;
}
@media (max-width: 992px) {
  .cid-uYKYQXZNYr .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs {
    padding: 16px;
  }
}
.cid-uYKYQXZNYr .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  background-color: transparent;
  display: block;
  margin-top: 8px;
}
.cid-uYKYQXZNYr .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs .nav-item:first-child {
  margin-top: 0;
}
.cid-uYKYQXZNYr .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: block;
  background-color: transparent;
  border: none;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  padding: 16px;
}
.cid-uYKYQXZNYr .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(100deg, #ffffff 0, transparent 100%);
  opacity: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uYKYQXZNYr .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  opacity: .1;
}
.cid-uYKYQXZNYr .card-wrapper .card-wrap .tab-content {
  position: relative;
  padding: 24px;
  width: 75%;
  backdrop-filter: blur(40px);
}
.cid-uYKYQXZNYr .card-wrapper .card-wrap .tab-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #01009a;
  opacity: .5;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uYKYQXZNYr .card-wrapper .card-wrap .tab-content {
    padding: 16px;
    width: 100%;
  }
}
.cid-uYKYQXZNYr .card-wrapper .card-wrap .tab-content .tab-pane .item-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 992px) {
  .cid-uYKYQXZNYr .card-wrapper .card-wrap .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-uYKYQXZNYr .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box {
  display: block;
  position: relative;
  overflow: hidden;
  min-height: 400px;
  height: 100%;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uYKYQXZNYr .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box {
    min-height: auto;
    padding: 16px;
  }
  .cid-uYKYQXZNYr .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box:first-child {
    margin-bottom: 12px;
  }
}
.cid-uYKYQXZNYr .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #01009a;
  opacity: .1;
  pointer-events: none;
}
.cid-uYKYQXZNYr .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box .item-number {
  position: relative;
  z-index: 3;
  margin-bottom: 0;
}
.cid-uYKYQXZNYr .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box .item-title {
  position: relative;
  z-index: 3;
  margin-bottom: 16px;
}
.cid-uYKYQXZNYr .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box .item-text {
  position: relative;
  z-index: 3;
  margin-bottom: 0;
}
.cid-uYKYQXZNYr .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box .mbr-section-btn {
  position: relative;
  z-index: 3;
  margin-top: 16px;
}
.cid-uYKYQXZNYr .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYKYQXZNYr .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box img {
  position: relative;
  z-index: 3;
  height: 352px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYKYQXZNYr .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box img {
    height: 300px;
  }
}
.cid-uYKYQXZNYr .card-wrapper .card-wrap .tab-content .tab-pane .item-content .text-wrap {
  padding: 24px 24px 76px 24px;
}
@media (max-width: 992px) {
  .cid-uYKYQXZNYr .card-wrapper .card-wrap .tab-content .tab-pane .item-content .text-wrap {
    padding: 16px;
  }
}
.cid-uYKYQXZNYr .item-title {
  color: #ffffff;
}
.cid-uYKYQXZNYr .item-number {
  color: #ffffff;
}
.cid-uYKYQXZNYr .item-text {
  color: #ffffff;
}
.cid-v8bOBpihll {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v8bOBpihll .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8bOBpihll .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8bOBpihll .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v8bOBpihll .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v8bOBpihll .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v8bOBpihll .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v8bOBpihll .panel-group .card {
  position: relative;
  background-color: #01009a;
  border: none;
  transition: all 0.3s ease-in-out;
  margin-top: 16px;
  overflow: hidden;
}
.cid-v8bOBpihll .panel-group .card:hover {
  background-color: #01009a;
}
.cid-v8bOBpihll .panel-group .card:first-child {
  margin-top: 0;
}
.cid-v8bOBpihll .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v8bOBpihll .panel-group .card .card-header .panel-title {
  padding: 16px 16px 16px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v8bOBpihll .panel-group .card .card-header .panel-title {
    padding: 16px;
  }
}
.cid-v8bOBpihll .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v8bOBpihll .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 36px;
  height: 36px;
  min-width: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #fe0000;
}
.cid-v8bOBpihll .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #01009a;
}
.cid-v8bOBpihll .panel-group .card .card-header .panel-title:not(.collapsed) {
  background-color: #01009a;
  padding-bottom: 8px;
}
.cid-v8bOBpihll .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(45deg);
}
.cid-v8bOBpihll .panel-group .card .panel-collapse .panel-body {
  padding: 0 16px 16px 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v8bOBpihll .panel-group .card .panel-collapse .panel-body {
    padding: 0 16px 16px 16px;
  }
}
.cid-v8bOBpihll .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v8bOBpihll .panel-group .card .collapse.show .panel-body {
  background-color: #01009a;
}
.cid-v8bOBpihll .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v8bOBpihll .mbr-text {
  color: #808080;
  text-align: center;
}
.cid-v8bOBpihll .panel-title-edit {
  color: #ffffff;
}
.cid-v8bOBpihll .panel-text {
  color: #ffffff;
  text-align: left;
}
.cid-vbgCayugVG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #01009a;
}
.cid-vbgCayugVG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbgCayugVG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbgCayugVG .items-wrapper {
  justify-content: space-between;
}
.cid-vbgCayugVG .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vbgCayugVG .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vbgCayugVG .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vbgCayugVG .title-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vbgCayugVG .title-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vbgCayugVG .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vbgCayugVG .image-wrapper {
    justify-content: center;
  }
}
.cid-vbgCayugVG .image-wrapper img {
  width: 346px;
  height: 346px;
  min-width: 346px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-vbgCayugVG .image-wrapper img {
    width: 300px;
    height: 300px;
    min-width: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-vbgCayugVG .image-wrapper img {
    width: 250px;
    height: 250px;
    min-width: 250px;
  }
}
.cid-vbgCayugVG .mbr-section-title {
  color: #ffffff;
}
.cid-v8bWIyrHXy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v8bWIyrHXy .item:focus,
.cid-v8bWIyrHXy span:focus {
  outline: none;
}
.cid-v8bWIyrHXy .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v8bWIyrHXy .content-head {
  max-width: 800px;
}
.cid-v8bWIyrHXy .item {
  color: #fe0000;
}
.cid-vaIgZwjaiy {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #01009a;
}
.cid-vaIgZwjaiy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaIgZwjaiy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaIgZwjaiy .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vaIgZwjaiy .content-wrapper {
    display: block;
  }
}
.cid-vaIgZwjaiy .content-wrapper .title-wrapper {
  width: 20%;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-vaIgZwjaiy .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 16px;
  }
}
.cid-vaIgZwjaiy .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vaIgZwjaiy .content-wrapper .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-vaIgZwjaiy .content-wrapper .embla {
  width: 80%;
}
@media (max-width: 992px) {
  .cid-vaIgZwjaiy .content-wrapper .embla {
    width: 100%;
  }
}
.cid-vaIgZwjaiy .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 150px;
  max-width: 150px;
}
@media (max-width: 768px) {
  .cid-vaIgZwjaiy .embla__slide {
    min-width: 50%;
    max-width: 50%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vaIgZwjaiy .embla__slide .slide-content {
  width: 100%;
}
.cid-vaIgZwjaiy .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vaIgZwjaiy .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  object-fit: cover;
  filter: invert(1);
}
.cid-vaIgZwjaiy .embla__button--next,
.cid-vaIgZwjaiy .embla__button--prev {
  display: flex;
}
.cid-vaIgZwjaiy .embla__button {
  bottom: -20px;
  width: 44px;
  height: 44px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: #ffdf7d !important;
  color: #121212 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 992px) {
  .cid-vaIgZwjaiy .embla__button {
    bottom: 0;
  }
}
.cid-vaIgZwjaiy .embla__button:hover.embla__button--prev {
  transform: translateX(-5px);
}
.cid-vaIgZwjaiy .embla__button:hover.embla__button--next {
  transform: translateX(5px);
}
.cid-vaIgZwjaiy .embla__button:disabled {
  opacity: .5 !important;
  transform: none !important;
}
.cid-vaIgZwjaiy .embla__button.embla__button--prev {
  margin-left: -60px;
}
.cid-vaIgZwjaiy .embla__button.embla__button--next {
  margin-right: -60px;
}
.cid-vaIgZwjaiy .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vaIgZwjaiy .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-vaIgZwjaiy .embla__viewport {
    padding: 0;
  }
}
.cid-vaIgZwjaiy .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vaIgZwjaiy .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vaIgZwjaiy .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vaIgZwjaiy .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vaIgZwjaiy .mbr-section-title,
.cid-vaIgZwjaiy .title-wrapper {
  color: #808080;
}
.cid-v8LOhzwTSt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #01009a;
}
.cid-v8LOhzwTSt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8LOhzwTSt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8LOhzwTSt .btn {
  padding: 10px 20px;
  background-color: #004B87;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.cid-v8LOhzwTSt .content-head {
  max-width: 800px;
}
.cid-v8LOhzwTSt .item-wrapper .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 2rem;
  color: #fe0000;
  width: 40px;
  justify-content: center;
  align-items: center;
}
.cid-v8LOhzwTSt .card-title,
.cid-v8LOhzwTSt .iconfont-wrapper {
  color: #ffffff;
}
.cid-v8LOhzwTSt .card-text {
  color: #ffffff;
}
.cid-v8LOhzwTSt .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8LOhzwTSt .mbr-section-title {
  color: #ffffff;
}
.cid-v8LOhzwTSt H3 {
  color: #ffffff;
}
.cid-v8bXJWylTK {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-v8bXJWylTK .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v8bXJWylTK textarea {
  min-height: 150px;
}
.cid-v8bXJWylTK .google-map {
  height: 27rem;
  position: relative;
}
.cid-v8bXJWylTK .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v8bXJWylTK .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v8bXJWylTK .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v8bXJWylTK .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v8bXJWylTK .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.cid-v8bXJWylTK .form-control,
.cid-v8bXJWylTK .field-input {
  padding: 1rem;
  background-color: #01009a;
  border: 1px solid #ffffff;
  color: #ffffff !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-v8bXJWylTK .form-control input::-webkit-input-placeholder,
.cid-v8bXJWylTK .field-input input::-webkit-input-placeholder,
.cid-v8bXJWylTK .form-control textarea::-webkit-input-placeholder,
.cid-v8bXJWylTK .field-input textarea::-webkit-input-placeholder {
  color: #ffffff !important;
}
.cid-v8bXJWylTK .form-control input:-moz-placeholder,
.cid-v8bXJWylTK .field-input input:-moz-placeholder,
.cid-v8bXJWylTK .form-control textarea:-moz-placeholder,
.cid-v8bXJWylTK .field-input textarea:-moz-placeholder {
  color: #ffffff !important;
}
.cid-v8bXJWylTK .form-control:hover,
.cid-v8bXJWylTK .field-input:hover,
.cid-v8bXJWylTK .form-control:focus,
.cid-v8bXJWylTK .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-v8bXJWylTK .form-control:hover input::-webkit-input-placeholder,
.cid-v8bXJWylTK .field-input:hover input::-webkit-input-placeholder,
.cid-v8bXJWylTK .form-control:focus input::-webkit-input-placeholder,
.cid-v8bXJWylTK .field-input:focus input::-webkit-input-placeholder,
.cid-v8bXJWylTK .form-control:hover textarea::-webkit-input-placeholder,
.cid-v8bXJWylTK .field-input:hover textarea::-webkit-input-placeholder,
.cid-v8bXJWylTK .form-control:focus textarea::-webkit-input-placeholder,
.cid-v8bXJWylTK .field-input:focus textarea::-webkit-input-placeholder {
  color: #000000;
}
.cid-v8bXJWylTK .form-control:hover input:-moz-placeholder,
.cid-v8bXJWylTK .field-input:hover input:-moz-placeholder,
.cid-v8bXJWylTK .form-control:focus input:-moz-placeholder,
.cid-v8bXJWylTK .field-input:focus input:-moz-placeholder,
.cid-v8bXJWylTK .form-control:hover textarea:-moz-placeholder,
.cid-v8bXJWylTK .field-input:hover textarea:-moz-placeholder,
.cid-v8bXJWylTK .form-control:focus textarea:-moz-placeholder,
.cid-v8bXJWylTK .field-input:focus textarea:-moz-placeholder {
  color: #000000;
}
.cid-v8bXJWylTK .jq-number__spin:hover,
.cid-v8bXJWylTK .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-v8bXJWylTK .jq-number__spin {
  background-color: #01009a;
  border-color: #ffffff;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v8bXJWylTK .jq-selectbox li,
.cid-v8bXJWylTK .jq-selectbox li {
  background-color: #01009a;
  color: #ffffff;
}
.cid-v8bXJWylTK .jq-selectbox li:hover,
.cid-v8bXJWylTK .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-v8bXJWylTK .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-v8bXJWylTK .jq-number__spin.minus:hover:after,
.cid-v8bXJWylTK .jq-number__spin.plus:hover:after {
  border-top-color: #01009a;
  border-bottom-color: #01009a;
}
.cid-v8bXJWylTK .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-v8bXJWylTK .jq-number__spin.minus:after,
.cid-v8bXJWylTK .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-v8bXJWylTK input::-webkit-clear-button {
  display: none;
}
.cid-v8bXJWylTK input::-webkit-inner-spin-button {
  display: none;
}
.cid-v8bXJWylTK input::-webkit-outer-spin-button {
  display: none;
}
.cid-v8bXJWylTK input::-webkit-calendar-picker-indicator {
  display: none;
}
@media (max-width: 992px) {
  .cid-v8bXJWylTK .google-map {
    margin-bottom: 3rem;
  }
}
.cid-v8bXJWylTK H5 {
  color: #01009a;
}
.cid-vdmdSEyt6q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vdmdSEyt6q .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdmdSEyt6q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdmdSEyt6q .items-wrapper {
  justify-content: center;
  margin: 0 -15px;
}
.cid-vdmdSEyt6q .item {
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vdmdSEyt6q .item {
    margin-bottom: 15px;
  }
}
.cid-vdmdSEyt6q .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 50px;
  border: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-vdmdSEyt6q .item .item-wrapper {
    padding: 30px;
  }
}
.cid-vdmdSEyt6q .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vdmdSEyt6q .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vdmdSEyt6q .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  font-size: 25px;
  color: #000000;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-vdmdSEyt6q .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
    font-size: 26px;
  }
}
.cid-vdmdSEyt6q .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-vdmdSEyt6q .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-vdmdSEyt6q .item .item-wrapper .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vdmdSEyt6q .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vdmdSEyt6q .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-vdmdSEyt6q .card-title {
  color: #000000;
}
.cid-vdmdSEyt6q .card-text {
  color: #8a8a8a;
}
.cid-vbzrMlrfJl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #01009a;
}
.cid-vbzrMlrfJl .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uYKYe5ucuk {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYKYe5ucuk nav.navbar {
  position: fixed;
}
.cid-uYKYe5ucuk .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uYKYe5ucuk .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYKYe5ucuk .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-uYKYe5ucuk .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uYKYe5ucuk .dropdown-item {
  border: none !important;
  background: #01009a !important;
  font-weight: 400;
}
.cid-uYKYe5ucuk .dropdown-item:hover,
.cid-uYKYe5ucuk .dropdown-item:focus {
  background: #01009a !important;
  color: #fe0000 !important;
}
.cid-uYKYe5ucuk .dropdown-item:hover span {
  color: white;
}
.cid-uYKYe5ucuk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYKYe5ucuk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYKYe5ucuk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYKYe5ucuk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYKYe5ucuk .nav-link {
  position: relative;
}
.cid-uYKYe5ucuk .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uYKYe5ucuk .container {
    flex-wrap: nowrap;
  }
}
.cid-uYKYe5ucuk .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYKYe5ucuk .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uYKYe5ucuk .dropdown-menu,
.cid-uYKYe5ucuk .navbar.opened {
  background: #01009a !important;
}
.cid-uYKYe5ucuk .nav-item:focus,
.cid-uYKYe5ucuk .nav-link:focus {
  outline: none;
}
.cid-uYKYe5ucuk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYKYe5ucuk .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYKYe5ucuk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYKYe5ucuk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYKYe5ucuk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYKYe5ucuk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYKYe5ucuk .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #01009a;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uYKYe5ucuk .navbar.opened {
  transition: all 0.3s;
}
.cid-uYKYe5ucuk .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uYKYe5ucuk .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-uYKYe5ucuk .navbar .navbar-logo img {
  width: auto;
}
.cid-uYKYe5ucuk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYKYe5ucuk .navbar.collapsed {
  justify-content: center;
}
.cid-uYKYe5ucuk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYKYe5ucuk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYKYe5ucuk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-uYKYe5ucuk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYKYe5ucuk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYKYe5ucuk .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-uYKYe5ucuk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYKYe5ucuk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYKYe5ucuk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYKYe5ucuk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYKYe5ucuk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYKYe5ucuk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYKYe5ucuk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYKYe5ucuk .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-uYKYe5ucuk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYKYe5ucuk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYKYe5ucuk .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uYKYe5ucuk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYKYe5ucuk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYKYe5ucuk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYKYe5ucuk .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYKYe5ucuk .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYKYe5ucuk .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-uYKYe5ucuk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uYKYe5ucuk .navbar-brand .navbar-caption:hover,
.cid-uYKYe5ucuk .navbar-brand .navbar-caption:focus {
  color: #fe0000 !important;
}
.cid-uYKYe5ucuk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYKYe5ucuk .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYKYe5ucuk .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #fe0000 !important;
}
.cid-uYKYe5ucuk .dropdown-item.active,
.cid-uYKYe5ucuk .dropdown-item:active {
  background-color: transparent;
}
.cid-uYKYe5ucuk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYKYe5ucuk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYKYe5ucuk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYKYe5ucuk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #01009a;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uYKYe5ucuk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYKYe5ucuk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYKYe5ucuk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYKYe5ucuk ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYKYe5ucuk ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYKYe5ucuk .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uYKYe5ucuk .navbar-buttons {
    text-align: left;
  }
}
.cid-uYKYe5ucuk .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYKYe5ucuk .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYKYe5ucuk 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: #01009a !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYKYe5ucuk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYKYe5ucuk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYKYe5ucuk button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYKYe5ucuk button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYKYe5ucuk button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYKYe5ucuk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYKYe5ucuk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYKYe5ucuk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYKYe5ucuk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYKYe5ucuk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYKYe5ucuk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYKYe5ucuk .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-uYKYe5ucuk .navbar {
    height: 70px;
  }
  .cid-uYKYe5ucuk .navbar.opened {
    height: auto;
  }
  .cid-uYKYe5ucuk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYKYe5ucuk .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uYKYe5ucuk .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYKYe5ucuk .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uYKYe5ucuk .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uYKYe5ucuk .nav-item .nav-link:hover {
  background-color: transparent;
  color: #fe0000 !important;
}
.cid-uYKYe5ucuk .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uYKYe5ucuk .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYKYe5ucuk .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYKYe5ucuk .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uYKYe5ucuk .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYKYe5ucuk .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYKYe5ucuk .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYKYe5ucuk .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYKYe5ucuk .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYKYe5ucuk .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uYKYe5ucuk .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uYKYe5ucuk .content-wrap {
  min-height: 110px;
}
#custom-html-36 {
  /* Type valid CSS here */
}
#custom-html-36 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-36 p {
  font-size: 60px;
  color: #777;
}
.cid-vbzrMlrfJl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #01009a;
}
.cid-vbzrMlrfJl .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uYKYe5ucuk {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYKYe5ucuk nav.navbar {
  position: fixed;
}
.cid-uYKYe5ucuk .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uYKYe5ucuk .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYKYe5ucuk .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-uYKYe5ucuk .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uYKYe5ucuk .dropdown-item {
  border: none !important;
  background: #01009a !important;
  font-weight: 400;
}
.cid-uYKYe5ucuk .dropdown-item:hover,
.cid-uYKYe5ucuk .dropdown-item:focus {
  background: #01009a !important;
  color: #fe0000 !important;
}
.cid-uYKYe5ucuk .dropdown-item:hover span {
  color: white;
}
.cid-uYKYe5ucuk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYKYe5ucuk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYKYe5ucuk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYKYe5ucuk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYKYe5ucuk .nav-link {
  position: relative;
}
.cid-uYKYe5ucuk .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uYKYe5ucuk .container {
    flex-wrap: nowrap;
  }
}
.cid-uYKYe5ucuk .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYKYe5ucuk .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uYKYe5ucuk .dropdown-menu,
.cid-uYKYe5ucuk .navbar.opened {
  background: #01009a !important;
}
.cid-uYKYe5ucuk .nav-item:focus,
.cid-uYKYe5ucuk .nav-link:focus {
  outline: none;
}
.cid-uYKYe5ucuk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYKYe5ucuk .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYKYe5ucuk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYKYe5ucuk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYKYe5ucuk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYKYe5ucuk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYKYe5ucuk .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #01009a;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uYKYe5ucuk .navbar.opened {
  transition: all 0.3s;
}
.cid-uYKYe5ucuk .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uYKYe5ucuk .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-uYKYe5ucuk .navbar .navbar-logo img {
  width: auto;
}
.cid-uYKYe5ucuk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYKYe5ucuk .navbar.collapsed {
  justify-content: center;
}
.cid-uYKYe5ucuk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYKYe5ucuk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYKYe5ucuk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-uYKYe5ucuk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYKYe5ucuk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYKYe5ucuk .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-uYKYe5ucuk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYKYe5ucuk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYKYe5ucuk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYKYe5ucuk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYKYe5ucuk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYKYe5ucuk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYKYe5ucuk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYKYe5ucuk .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-uYKYe5ucuk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYKYe5ucuk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYKYe5ucuk .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uYKYe5ucuk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYKYe5ucuk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYKYe5ucuk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYKYe5ucuk .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYKYe5ucuk .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYKYe5ucuk .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-uYKYe5ucuk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uYKYe5ucuk .navbar-brand .navbar-caption:hover,
.cid-uYKYe5ucuk .navbar-brand .navbar-caption:focus {
  color: #fe0000 !important;
}
.cid-uYKYe5ucuk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYKYe5ucuk .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYKYe5ucuk .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #fe0000 !important;
}
.cid-uYKYe5ucuk .dropdown-item.active,
.cid-uYKYe5ucuk .dropdown-item:active {
  background-color: transparent;
}
.cid-uYKYe5ucuk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYKYe5ucuk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYKYe5ucuk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYKYe5ucuk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #01009a;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uYKYe5ucuk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYKYe5ucuk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYKYe5ucuk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYKYe5ucuk ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYKYe5ucuk ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYKYe5ucuk .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uYKYe5ucuk .navbar-buttons {
    text-align: left;
  }
}
.cid-uYKYe5ucuk .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYKYe5ucuk .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYKYe5ucuk 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: #01009a !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYKYe5ucuk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYKYe5ucuk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYKYe5ucuk button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYKYe5ucuk button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYKYe5ucuk button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYKYe5ucuk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYKYe5ucuk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYKYe5ucuk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYKYe5ucuk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYKYe5ucuk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYKYe5ucuk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYKYe5ucuk .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-uYKYe5ucuk .navbar {
    height: 70px;
  }
  .cid-uYKYe5ucuk .navbar.opened {
    height: auto;
  }
  .cid-uYKYe5ucuk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYKYe5ucuk .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uYKYe5ucuk .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYKYe5ucuk .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uYKYe5ucuk .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uYKYe5ucuk .nav-item .nav-link:hover {
  background-color: transparent;
  color: #fe0000 !important;
}
.cid-uYKYe5ucuk .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uYKYe5ucuk .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYKYe5ucuk .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYKYe5ucuk .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uYKYe5ucuk .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYKYe5ucuk .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYKYe5ucuk .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYKYe5ucuk .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYKYe5ucuk .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYKYe5ucuk .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uYKYe5ucuk .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uYKYe5ucuk .content-wrap {
  min-height: 110px;
}
.cid-v8G5hdwETW {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-v8G5hdwETW h1 {
  margin-bottom: 0.2rem;
}
.cid-v8G5hdwETW .container-fluid {
  padding: 0;
}
.cid-v8G5hdwETW img {
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 10;
}
.cid-v8G5hdwETW .mbr-figure {
  height: 100%;
}
.cid-v8G5hdwETW .col-lg-6 {
  padding: 0;
}
.cid-v8G5hdwETW .mbr-text {
  color: #747474;
}
.cid-v8G5hdwETW hr {
  width: 40px;
  height: 2px;
  top: -1rem;
}
.cid-v8G5hdwETW .mbr-section-subtitle {
  margin-bottom: 3.5rem;
}
.cid-v8G5hdwETW .mbr-section-subtitle-1 {
  color: #e9204f;
}
.cid-v8G5hdwETW .mbr-section-subtitle-2 {
  margin-top: 4.2rem;
}
.cid-v8G5hdwETW .mbr-figure::after {
  content: '';
  background-color: #01009a;
  height: 100px;
  width: 100px;
  position: absolute;
  bottom: -20px;
  right: -5px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-v8G5hdwETW .mbr-figure::after {
    bottom: -15px;
    right: 0px;
  }
}
@media (min-width: 767px) {
  .cid-v8G5hdwETW .row {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .cid-v8G5hdwETW .media-content {
    padding-left: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-v8G5hdwETW .left-block {
    margin-top: 4.5rem;
  }
}
.cid-v8G5hdwETW .btn {
  color: #101010 !important;
}
.cid-v8G5hdwETW .btn:hover {
  color: #ffffff !important;
}
.cid-v8G5hdwETW .line-title {
  width: 40px;
  height: 2px;
  background-color: #01009a;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-v8G5hdwETW .vertical-line:before {
  content: '';
  background-color: #01009a;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-v8G5hdwETW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8G5hdwETW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8G5hdwETW .mbr-text,
.cid-v8G5hdwETW .mbr-section-btn {
  color: #000000;
}
.cid-v8G5hdwETW .mbr-text,
.cid-v8G5hdwETW .mbr-section-btn P {
  text-align: left;
}
.cid-v8G5hdwETW P {
  text-align: left;
  color: #000000;
}
.cid-v8G5hdwETW .media-content,
.cid-v8G5hdwETW .mbr-section-title,
.cid-v8G5hdwETW .line-title {
  text-align: center;
}
.cid-v8G5ZjYtxI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8G5ZjYtxI img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-v8G5ZjYtxI img:hover {
  transform: scale(1.1);
}
.cid-v8G5ZjYtxI .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-v8G5ZjYtxI h2 {
  padding: 0;
  margin: 0;
}
.cid-v8G5ZjYtxI .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8G5ZjYtxI .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-v8G5ZjYtxI .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-v8G5ZjYtxI .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-v8G5ZjYtxI .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-v8G5ZjYtxI .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-v8G5ZjYtxI .mbr-iconfont {
  margin: 0!important;
}
.cid-v8G5ZjYtxI .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-v8G5ZjYtxI .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v8G5ZjYtxI .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-v8G5ZjYtxI .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-v8G5ZjYtxI .text-col {
    padding: 2rem 1rem;
  }
}
.cid-v8G5ZjYtxI H2 {
  color: #333333;
}
.cid-v8G5ZjYtxI .mbr-text {
  color: #000000;
}
.cid-v8G5ZjYtxI H1 {
  color: #000000;
}
.cid-v8G61SxUZt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8G61SxUZt img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-v8G61SxUZt img:hover {
  transform: scale(1.1);
}
.cid-v8G61SxUZt .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-v8G61SxUZt h2 {
  padding: 0;
  margin: 0;
}
.cid-v8G61SxUZt .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8G61SxUZt .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-v8G61SxUZt .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 0;
  right: 67px;
  transform-origin: bottom right;
}
.cid-v8G61SxUZt .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-v8G61SxUZt .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-v8G61SxUZt .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-v8G61SxUZt .mbr-iconfont {
  margin: 0!important;
}
.cid-v8G61SxUZt .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-v8G61SxUZt .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v8G61SxUZt .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-v8G61SxUZt .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-v8G61SxUZt .text-col {
    padding: 2rem 1rem;
  }
}
.cid-v8G61SxUZt H2 {
  color: #333333;
}
.cid-v8G61SxUZt .mbr-text {
  color: #000000;
}
.cid-v8G61SxUZt H1 {
  color: #000000;
}
.cid-v8G61SxUZt P {
  color: #000000;
}
.cid-vbzrMlrfJl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #01009a;
}
.cid-vbzrMlrfJl .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uYKYe5ucuk {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYKYe5ucuk nav.navbar {
  position: fixed;
}
.cid-uYKYe5ucuk .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uYKYe5ucuk .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYKYe5ucuk .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-uYKYe5ucuk .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uYKYe5ucuk .dropdown-item {
  border: none !important;
  background: #01009a !important;
  font-weight: 400;
}
.cid-uYKYe5ucuk .dropdown-item:hover,
.cid-uYKYe5ucuk .dropdown-item:focus {
  background: #01009a !important;
  color: #fe0000 !important;
}
.cid-uYKYe5ucuk .dropdown-item:hover span {
  color: white;
}
.cid-uYKYe5ucuk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYKYe5ucuk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYKYe5ucuk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYKYe5ucuk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYKYe5ucuk .nav-link {
  position: relative;
}
.cid-uYKYe5ucuk .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uYKYe5ucuk .container {
    flex-wrap: nowrap;
  }
}
.cid-uYKYe5ucuk .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYKYe5ucuk .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uYKYe5ucuk .dropdown-menu,
.cid-uYKYe5ucuk .navbar.opened {
  background: #01009a !important;
}
.cid-uYKYe5ucuk .nav-item:focus,
.cid-uYKYe5ucuk .nav-link:focus {
  outline: none;
}
.cid-uYKYe5ucuk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYKYe5ucuk .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYKYe5ucuk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYKYe5ucuk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYKYe5ucuk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYKYe5ucuk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYKYe5ucuk .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #01009a;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uYKYe5ucuk .navbar.opened {
  transition: all 0.3s;
}
.cid-uYKYe5ucuk .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uYKYe5ucuk .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-uYKYe5ucuk .navbar .navbar-logo img {
  width: auto;
}
.cid-uYKYe5ucuk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYKYe5ucuk .navbar.collapsed {
  justify-content: center;
}
.cid-uYKYe5ucuk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYKYe5ucuk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYKYe5ucuk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-uYKYe5ucuk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYKYe5ucuk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYKYe5ucuk .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-uYKYe5ucuk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYKYe5ucuk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYKYe5ucuk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYKYe5ucuk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYKYe5ucuk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYKYe5ucuk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYKYe5ucuk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYKYe5ucuk .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-uYKYe5ucuk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYKYe5ucuk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYKYe5ucuk .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uYKYe5ucuk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYKYe5ucuk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYKYe5ucuk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYKYe5ucuk .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYKYe5ucuk .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYKYe5ucuk .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-uYKYe5ucuk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uYKYe5ucuk .navbar-brand .navbar-caption:hover,
.cid-uYKYe5ucuk .navbar-brand .navbar-caption:focus {
  color: #fe0000 !important;
}
.cid-uYKYe5ucuk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYKYe5ucuk .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYKYe5ucuk .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #fe0000 !important;
}
.cid-uYKYe5ucuk .dropdown-item.active,
.cid-uYKYe5ucuk .dropdown-item:active {
  background-color: transparent;
}
.cid-uYKYe5ucuk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYKYe5ucuk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYKYe5ucuk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYKYe5ucuk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #01009a;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uYKYe5ucuk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYKYe5ucuk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYKYe5ucuk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYKYe5ucuk ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYKYe5ucuk ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYKYe5ucuk .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uYKYe5ucuk .navbar-buttons {
    text-align: left;
  }
}
.cid-uYKYe5ucuk .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYKYe5ucuk .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYKYe5ucuk 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: #01009a !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYKYe5ucuk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYKYe5ucuk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYKYe5ucuk button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYKYe5ucuk button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYKYe5ucuk button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYKYe5ucuk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYKYe5ucuk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYKYe5ucuk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYKYe5ucuk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYKYe5ucuk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYKYe5ucuk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYKYe5ucuk .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-uYKYe5ucuk .navbar {
    height: 70px;
  }
  .cid-uYKYe5ucuk .navbar.opened {
    height: auto;
  }
  .cid-uYKYe5ucuk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYKYe5ucuk .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uYKYe5ucuk .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYKYe5ucuk .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uYKYe5ucuk .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uYKYe5ucuk .nav-item .nav-link:hover {
  background-color: transparent;
  color: #fe0000 !important;
}
.cid-uYKYe5ucuk .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uYKYe5ucuk .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYKYe5ucuk .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYKYe5ucuk .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uYKYe5ucuk .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYKYe5ucuk .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYKYe5ucuk .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYKYe5ucuk .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYKYe5ucuk .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYKYe5ucuk .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uYKYe5ucuk .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uYKYe5ucuk .content-wrap {
  min-height: 110px;
}
.cid-v8G9GQPEOh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v8G9GQPEOh h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-v8G9GQPEOh .container {
    position: relative;
  }
  .cid-v8G9GQPEOh .row {
    margin: 0;
  }
  .cid-v8G9GQPEOh h2 {
    margin: 0;
  }
}
.cid-v8G9GQPEOh .mbr-section-subtitle {
  color: #e9204f;
}
.cid-v8G9GQPEOh .mbr-text {
  margin-top: 1.4rem;
}
.cid-v8G9H2on4G {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v8G9H2on4G h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-v8G9H2on4G .container {
    position: relative;
  }
  .cid-v8G9H2on4G .row {
    margin: 0;
  }
  .cid-v8G9H2on4G h2 {
    margin: 0;
  }
}
.cid-v8G9H2on4G .mbr-section-subtitle {
  color: #e9204f;
}
.cid-v8G9H2on4G .mbr-text {
  margin-top: 1.4rem;
  text-align: left;
}
.cid-v8G9H2on4G h2 {
  text-align: left;
}
.cid-v8G9HnDWac {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v8G9HnDWac h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-v8G9HnDWac .container {
    position: relative;
  }
  .cid-v8G9HnDWac .row {
    margin: 0;
  }
  .cid-v8G9HnDWac h2 {
    margin: 0;
  }
}
.cid-v8G9HnDWac .mbr-section-subtitle {
  color: #e9204f;
}
.cid-v8G9HnDWac .mbr-text {
  margin-top: 1.4rem;
  text-align: left;
}
.cid-v8G9HnDWac h2 {
  text-align: left;
}
.cid-v8G9HKgTg6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v8G9HKgTg6 h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-v8G9HKgTg6 .container {
    position: relative;
  }
  .cid-v8G9HKgTg6 .row {
    margin: 0;
  }
  .cid-v8G9HKgTg6 h2 {
    margin: 0;
  }
}
.cid-v8G9HKgTg6 .mbr-section-subtitle {
  color: #e9204f;
}
.cid-v8G9HKgTg6 .mbr-text {
  margin-top: 1.4rem;
  text-align: left;
}
.cid-v8G9HKgTg6 h2 {
  text-align: left;
}
.cid-vbzrMlrfJl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #01009a;
}
.cid-vbzrMlrfJl .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uYKYe5ucuk {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYKYe5ucuk nav.navbar {
  position: fixed;
}
.cid-uYKYe5ucuk .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uYKYe5ucuk .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYKYe5ucuk .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-uYKYe5ucuk .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uYKYe5ucuk .dropdown-item {
  border: none !important;
  background: #01009a !important;
  font-weight: 400;
}
.cid-uYKYe5ucuk .dropdown-item:hover,
.cid-uYKYe5ucuk .dropdown-item:focus {
  background: #01009a !important;
  color: #fe0000 !important;
}
.cid-uYKYe5ucuk .dropdown-item:hover span {
  color: white;
}
.cid-uYKYe5ucuk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYKYe5ucuk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYKYe5ucuk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYKYe5ucuk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYKYe5ucuk .nav-link {
  position: relative;
}
.cid-uYKYe5ucuk .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uYKYe5ucuk .container {
    flex-wrap: nowrap;
  }
}
.cid-uYKYe5ucuk .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYKYe5ucuk .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uYKYe5ucuk .dropdown-menu,
.cid-uYKYe5ucuk .navbar.opened {
  background: #01009a !important;
}
.cid-uYKYe5ucuk .nav-item:focus,
.cid-uYKYe5ucuk .nav-link:focus {
  outline: none;
}
.cid-uYKYe5ucuk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYKYe5ucuk .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYKYe5ucuk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYKYe5ucuk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYKYe5ucuk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYKYe5ucuk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYKYe5ucuk .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #01009a;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uYKYe5ucuk .navbar.opened {
  transition: all 0.3s;
}
.cid-uYKYe5ucuk .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uYKYe5ucuk .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-uYKYe5ucuk .navbar .navbar-logo img {
  width: auto;
}
.cid-uYKYe5ucuk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYKYe5ucuk .navbar.collapsed {
  justify-content: center;
}
.cid-uYKYe5ucuk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYKYe5ucuk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYKYe5ucuk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-uYKYe5ucuk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYKYe5ucuk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYKYe5ucuk .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-uYKYe5ucuk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYKYe5ucuk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYKYe5ucuk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYKYe5ucuk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYKYe5ucuk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYKYe5ucuk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYKYe5ucuk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYKYe5ucuk .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-uYKYe5ucuk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYKYe5ucuk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYKYe5ucuk .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uYKYe5ucuk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYKYe5ucuk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYKYe5ucuk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYKYe5ucuk .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYKYe5ucuk .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYKYe5ucuk .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-uYKYe5ucuk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uYKYe5ucuk .navbar-brand .navbar-caption:hover,
.cid-uYKYe5ucuk .navbar-brand .navbar-caption:focus {
  color: #fe0000 !important;
}
.cid-uYKYe5ucuk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYKYe5ucuk .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYKYe5ucuk .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #fe0000 !important;
}
.cid-uYKYe5ucuk .dropdown-item.active,
.cid-uYKYe5ucuk .dropdown-item:active {
  background-color: transparent;
}
.cid-uYKYe5ucuk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYKYe5ucuk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYKYe5ucuk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYKYe5ucuk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #01009a;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uYKYe5ucuk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYKYe5ucuk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYKYe5ucuk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYKYe5ucuk ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYKYe5ucuk ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYKYe5ucuk .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uYKYe5ucuk .navbar-buttons {
    text-align: left;
  }
}
.cid-uYKYe5ucuk .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYKYe5ucuk .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYKYe5ucuk 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: #01009a !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYKYe5ucuk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYKYe5ucuk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYKYe5ucuk button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYKYe5ucuk button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYKYe5ucuk button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYKYe5ucuk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYKYe5ucuk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYKYe5ucuk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYKYe5ucuk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYKYe5ucuk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYKYe5ucuk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYKYe5ucuk .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-uYKYe5ucuk .navbar {
    height: 70px;
  }
  .cid-uYKYe5ucuk .navbar.opened {
    height: auto;
  }
  .cid-uYKYe5ucuk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYKYe5ucuk .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uYKYe5ucuk .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYKYe5ucuk .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uYKYe5ucuk .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uYKYe5ucuk .nav-item .nav-link:hover {
  background-color: transparent;
  color: #fe0000 !important;
}
.cid-uYKYe5ucuk .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uYKYe5ucuk .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYKYe5ucuk .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYKYe5ucuk .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uYKYe5ucuk .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYKYe5ucuk .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYKYe5ucuk .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYKYe5ucuk .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYKYe5ucuk .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYKYe5ucuk .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uYKYe5ucuk .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uYKYe5ucuk .content-wrap {
  min-height: 110px;
}
.cid-v8GarYUb57 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8GarYUb57 .mbr-text {
  position: relative;
}
.cid-v8GarYUb57 .mbr-text:before {
  color: #ffffff;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-v8GarYUb57 img {
  object-fit: contain;
}
.cid-v8GarYUb57 .mbr-text:after {
  color: #ffffff;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-v8GarYUb57 .mbr-text:after,
  .cid-v8GarYUb57 .mbr-text:before {
    display: none;
  }
}
.cid-v8GarYUb57 .mbr-section-title,
.cid-v8GarYUb57 .logo {
  color: #101010;
}
.cid-v8Gas8dEiB {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-v8Gas8dEiB .mbr-text {
  position: relative;
}
.cid-v8Gas8dEiB .mbr-text:before {
  color: #ffffff;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-v8Gas8dEiB img {
  object-fit: contain;
}
.cid-v8Gas8dEiB .mbr-text:after {
  color: #ffffff;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-v8Gas8dEiB .mbr-text:after,
  .cid-v8Gas8dEiB .mbr-text:before {
    display: none;
  }
}
.cid-v8Gas8dEiB .mbr-section-title,
.cid-v8Gas8dEiB .logo {
  color: #101010;
}
.cid-v8GasSw9Ax {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-v8GasSw9Ax .mbr-text {
  position: relative;
}
.cid-v8GasSw9Ax .mbr-text:before {
  color: #ffffff;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-v8GasSw9Ax img {
  object-fit: contain;
}
.cid-v8GasSw9Ax .mbr-text:after {
  color: #ffffff;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-v8GasSw9Ax .mbr-text:after,
  .cid-v8GasSw9Ax .mbr-text:before {
    display: none;
  }
}
.cid-v8GasSw9Ax .mbr-section-title,
.cid-v8GasSw9Ax .logo {
  color: #101010;
}
.cid-vbzrMlrfJl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #01009a;
}
.cid-vbzrMlrfJl .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uYKYe5ucuk {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYKYe5ucuk nav.navbar {
  position: fixed;
}
.cid-uYKYe5ucuk .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uYKYe5ucuk .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYKYe5ucuk .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-uYKYe5ucuk .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uYKYe5ucuk .dropdown-item {
  border: none !important;
  background: #01009a !important;
  font-weight: 400;
}
.cid-uYKYe5ucuk .dropdown-item:hover,
.cid-uYKYe5ucuk .dropdown-item:focus {
  background: #01009a !important;
  color: #fe0000 !important;
}
.cid-uYKYe5ucuk .dropdown-item:hover span {
  color: white;
}
.cid-uYKYe5ucuk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYKYe5ucuk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYKYe5ucuk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYKYe5ucuk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYKYe5ucuk .nav-link {
  position: relative;
}
.cid-uYKYe5ucuk .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uYKYe5ucuk .container {
    flex-wrap: nowrap;
  }
}
.cid-uYKYe5ucuk .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYKYe5ucuk .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uYKYe5ucuk .dropdown-menu,
.cid-uYKYe5ucuk .navbar.opened {
  background: #01009a !important;
}
.cid-uYKYe5ucuk .nav-item:focus,
.cid-uYKYe5ucuk .nav-link:focus {
  outline: none;
}
.cid-uYKYe5ucuk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYKYe5ucuk .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYKYe5ucuk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYKYe5ucuk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYKYe5ucuk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYKYe5ucuk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYKYe5ucuk .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #01009a;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uYKYe5ucuk .navbar.opened {
  transition: all 0.3s;
}
.cid-uYKYe5ucuk .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uYKYe5ucuk .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-uYKYe5ucuk .navbar .navbar-logo img {
  width: auto;
}
.cid-uYKYe5ucuk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYKYe5ucuk .navbar.collapsed {
  justify-content: center;
}
.cid-uYKYe5ucuk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYKYe5ucuk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYKYe5ucuk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-uYKYe5ucuk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYKYe5ucuk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYKYe5ucuk .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-uYKYe5ucuk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYKYe5ucuk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYKYe5ucuk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYKYe5ucuk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYKYe5ucuk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYKYe5ucuk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYKYe5ucuk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYKYe5ucuk .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-uYKYe5ucuk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYKYe5ucuk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYKYe5ucuk .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uYKYe5ucuk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYKYe5ucuk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYKYe5ucuk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYKYe5ucuk .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYKYe5ucuk .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYKYe5ucuk .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-uYKYe5ucuk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uYKYe5ucuk .navbar-brand .navbar-caption:hover,
.cid-uYKYe5ucuk .navbar-brand .navbar-caption:focus {
  color: #fe0000 !important;
}
.cid-uYKYe5ucuk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYKYe5ucuk .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYKYe5ucuk .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #fe0000 !important;
}
.cid-uYKYe5ucuk .dropdown-item.active,
.cid-uYKYe5ucuk .dropdown-item:active {
  background-color: transparent;
}
.cid-uYKYe5ucuk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYKYe5ucuk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYKYe5ucuk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYKYe5ucuk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #01009a;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uYKYe5ucuk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYKYe5ucuk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYKYe5ucuk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYKYe5ucuk ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYKYe5ucuk ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYKYe5ucuk .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uYKYe5ucuk .navbar-buttons {
    text-align: left;
  }
}
.cid-uYKYe5ucuk .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYKYe5ucuk .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYKYe5ucuk 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: #01009a !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYKYe5ucuk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYKYe5ucuk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYKYe5ucuk button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYKYe5ucuk button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYKYe5ucuk button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYKYe5ucuk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYKYe5ucuk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYKYe5ucuk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYKYe5ucuk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYKYe5ucuk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYKYe5ucuk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYKYe5ucuk .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-uYKYe5ucuk .navbar {
    height: 70px;
  }
  .cid-uYKYe5ucuk .navbar.opened {
    height: auto;
  }
  .cid-uYKYe5ucuk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYKYe5ucuk .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uYKYe5ucuk .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYKYe5ucuk .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uYKYe5ucuk .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uYKYe5ucuk .nav-item .nav-link:hover {
  background-color: transparent;
  color: #fe0000 !important;
}
.cid-uYKYe5ucuk .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uYKYe5ucuk .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYKYe5ucuk .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYKYe5ucuk .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uYKYe5ucuk .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYKYe5ucuk .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYKYe5ucuk .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYKYe5ucuk .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYKYe5ucuk .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYKYe5ucuk .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uYKYe5ucuk .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uYKYe5ucuk .content-wrap {
  min-height: 110px;
}
.cid-v8GaXA23TQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-v8GaXA23TQ img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-v8GaXA23TQ img:hover {
  transform: scale(1.1);
}
.cid-v8GaXA23TQ .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-v8GaXA23TQ h2 {
  padding: 0;
  margin: 0;
}
.cid-v8GaXA23TQ .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8GaXA23TQ .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-v8GaXA23TQ .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 0;
  right: 67px;
  transform-origin: bottom right;
}
.cid-v8GaXA23TQ .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-v8GaXA23TQ .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-v8GaXA23TQ .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-v8GaXA23TQ .mbr-iconfont {
  margin: 0!important;
}
.cid-v8GaXA23TQ .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-v8GaXA23TQ .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v8GaXA23TQ .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-v8GaXA23TQ .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-v8GaXA23TQ .text-col {
    padding: 2rem 1rem;
  }
}
.cid-v8GaXA23TQ H2 {
  color: #333333;
}
.cid-v8GaXA23TQ .mbr-text {
  color: #767676;
}
.cid-v8GaXA23TQ H1 {
  color: #000000;
}
.cid-v8GaY3xzuC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8GaY3xzuC img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-v8GaY3xzuC img:hover {
  transform: scale(1.1);
}
.cid-v8GaY3xzuC .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-v8GaY3xzuC h2 {
  padding: 0;
  margin: 0;
}
.cid-v8GaY3xzuC .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8GaY3xzuC .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-v8GaY3xzuC .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-v8GaY3xzuC .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-v8GaY3xzuC .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-v8GaY3xzuC .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-v8GaY3xzuC .mbr-iconfont {
  margin: 0!important;
}
.cid-v8GaY3xzuC .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-v8GaY3xzuC .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v8GaY3xzuC .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-v8GaY3xzuC .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-v8GaY3xzuC .text-col {
    padding: 2rem 1rem;
  }
}
.cid-v8GaY3xzuC H2 {
  color: #333333;
}
.cid-v8GaY3xzuC .mbr-text {
  color: #767676;
}
.cid-v8GaY3xzuC H1 {
  color: #000000;
}
.cid-v8Gb08EwVZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-v8Gb08EwVZ img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-v8Gb08EwVZ img:hover {
  transform: scale(1.1);
}
.cid-v8Gb08EwVZ .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-v8Gb08EwVZ h2 {
  padding: 0;
  margin: 0;
}
.cid-v8Gb08EwVZ .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8Gb08EwVZ .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-v8Gb08EwVZ .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 0;
  right: 67px;
  transform-origin: bottom right;
}
.cid-v8Gb08EwVZ .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-v8Gb08EwVZ .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-v8Gb08EwVZ .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-v8Gb08EwVZ .mbr-iconfont {
  margin: 0!important;
}
.cid-v8Gb08EwVZ .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-v8Gb08EwVZ .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v8Gb08EwVZ .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-v8Gb08EwVZ .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-v8Gb08EwVZ .text-col {
    padding: 2rem 1rem;
  }
}
.cid-v8Gb08EwVZ H2 {
  color: #333333;
}
.cid-v8Gb08EwVZ .mbr-text {
  color: #767676;
}
.cid-v8Gb08EwVZ H1 {
  color: #000000;
}
.cid-v8Gb0Wmj4T {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8Gb0Wmj4T img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-v8Gb0Wmj4T img:hover {
  transform: scale(1.1);
}
.cid-v8Gb0Wmj4T .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-v8Gb0Wmj4T h2 {
  padding: 0;
  margin: 0;
}
.cid-v8Gb0Wmj4T .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8Gb0Wmj4T .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-v8Gb0Wmj4T .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-v8Gb0Wmj4T .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-v8Gb0Wmj4T .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-v8Gb0Wmj4T .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-v8Gb0Wmj4T .mbr-iconfont {
  margin: 0!important;
}
.cid-v8Gb0Wmj4T .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-v8Gb0Wmj4T .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v8Gb0Wmj4T .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-v8Gb0Wmj4T .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-v8Gb0Wmj4T .text-col {
    padding: 2rem 1rem;
  }
}
.cid-v8Gb0Wmj4T H2 {
  color: #333333;
}
.cid-v8Gb0Wmj4T .mbr-text {
  color: #767676;
}
.cid-v8Gb0Wmj4T H1 {
  color: #000000;
}
.cid-v8Gb1aS5z2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-v8Gb1aS5z2 img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-v8Gb1aS5z2 img:hover {
  transform: scale(1.1);
}
.cid-v8Gb1aS5z2 .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-v8Gb1aS5z2 h2 {
  padding: 0;
  margin: 0;
}
.cid-v8Gb1aS5z2 .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8Gb1aS5z2 .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-v8Gb1aS5z2 .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 0;
  right: 67px;
  transform-origin: bottom right;
}
.cid-v8Gb1aS5z2 .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-v8Gb1aS5z2 .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-v8Gb1aS5z2 .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-v8Gb1aS5z2 .mbr-iconfont {
  margin: 0!important;
}
.cid-v8Gb1aS5z2 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-v8Gb1aS5z2 .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v8Gb1aS5z2 .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-v8Gb1aS5z2 .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-v8Gb1aS5z2 .text-col {
    padding: 2rem 1rem;
  }
}
.cid-v8Gb1aS5z2 H2 {
  color: #333333;
}
.cid-v8Gb1aS5z2 .mbr-text {
  color: #767676;
}
.cid-v8Gb1aS5z2 H1 {
  color: #000000;
}
.cid-v8Gb1EZQrP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8Gb1EZQrP img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-v8Gb1EZQrP img:hover {
  transform: scale(1.1);
}
.cid-v8Gb1EZQrP .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-v8Gb1EZQrP h2 {
  padding: 0;
  margin: 0;
}
.cid-v8Gb1EZQrP .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8Gb1EZQrP .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-v8Gb1EZQrP .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-v8Gb1EZQrP .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-v8Gb1EZQrP .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-v8Gb1EZQrP .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-v8Gb1EZQrP .mbr-iconfont {
  margin: 0!important;
}
.cid-v8Gb1EZQrP .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-v8Gb1EZQrP .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v8Gb1EZQrP .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-v8Gb1EZQrP .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-v8Gb1EZQrP .text-col {
    padding: 2rem 1rem;
  }
}
.cid-v8Gb1EZQrP H2 {
  color: #333333;
}
.cid-v8Gb1EZQrP .mbr-text {
  color: #767676;
}
.cid-v8Gb1EZQrP H1 {
  color: #000000;
}
.cid-v8Gb1TxrhA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-v8Gb1TxrhA img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-v8Gb1TxrhA img:hover {
  transform: scale(1.1);
}
.cid-v8Gb1TxrhA .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-v8Gb1TxrhA h2 {
  padding: 0;
  margin: 0;
}
.cid-v8Gb1TxrhA .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8Gb1TxrhA .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-v8Gb1TxrhA .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 0;
  right: 67px;
  transform-origin: bottom right;
}
.cid-v8Gb1TxrhA .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-v8Gb1TxrhA .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-v8Gb1TxrhA .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-v8Gb1TxrhA .mbr-iconfont {
  margin: 0!important;
}
.cid-v8Gb1TxrhA .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-v8Gb1TxrhA .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v8Gb1TxrhA .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-v8Gb1TxrhA .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-v8Gb1TxrhA .text-col {
    padding: 2rem 1rem;
  }
}
.cid-v8Gb1TxrhA H2 {
  color: #333333;
}
.cid-v8Gb1TxrhA .mbr-text {
  color: #767676;
}
.cid-v8Gb1TxrhA H1 {
  color: #000000;
}
.cid-v8Gb2m4rOO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-v8Gb2m4rOO img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-v8Gb2m4rOO img:hover {
  transform: scale(1.1);
}
.cid-v8Gb2m4rOO .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-v8Gb2m4rOO h2 {
  padding: 0;
  margin: 0;
}
.cid-v8Gb2m4rOO .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8Gb2m4rOO .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-v8Gb2m4rOO .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-v8Gb2m4rOO .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-v8Gb2m4rOO .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-v8Gb2m4rOO .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-v8Gb2m4rOO .mbr-iconfont {
  margin: 0!important;
}
.cid-v8Gb2m4rOO .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-v8Gb2m4rOO .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v8Gb2m4rOO .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-v8Gb2m4rOO .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-v8Gb2m4rOO .text-col {
    padding: 2rem 1rem;
  }
}
.cid-v8Gb2m4rOO H2 {
  color: #333333;
}
.cid-v8Gb2m4rOO .mbr-text {
  color: #767676;
}
.cid-v8Gb2m4rOO H1 {
  color: #000000;
}
.cid-v8Gb3Q27CC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8Gb3Q27CC img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-v8Gb3Q27CC img:hover {
  transform: scale(1.1);
}
.cid-v8Gb3Q27CC .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-v8Gb3Q27CC h2 {
  padding: 0;
  margin: 0;
}
.cid-v8Gb3Q27CC .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8Gb3Q27CC .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-v8Gb3Q27CC .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 0;
  right: 67px;
  transform-origin: bottom right;
}
.cid-v8Gb3Q27CC .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-v8Gb3Q27CC .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-v8Gb3Q27CC .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-v8Gb3Q27CC .mbr-iconfont {
  margin: 0!important;
}
.cid-v8Gb3Q27CC .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-v8Gb3Q27CC .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v8Gb3Q27CC .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-v8Gb3Q27CC .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-v8Gb3Q27CC .text-col {
    padding: 2rem 1rem;
  }
}
.cid-v8Gb3Q27CC H2 {
  color: #333333;
}
.cid-v8Gb3Q27CC .mbr-text {
  color: #767676;
}
.cid-v8Gb3Q27CC H1 {
  color: #000000;
}
.cid-v8Gb4swXke {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8Gb4swXke img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-v8Gb4swXke img:hover {
  transform: scale(1.1);
}
.cid-v8Gb4swXke .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-v8Gb4swXke h2 {
  padding: 0;
  margin: 0;
}
.cid-v8Gb4swXke .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8Gb4swXke .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-v8Gb4swXke .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-v8Gb4swXke .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-v8Gb4swXke .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-v8Gb4swXke .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-v8Gb4swXke .mbr-iconfont {
  margin: 0!important;
}
.cid-v8Gb4swXke .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-v8Gb4swXke .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v8Gb4swXke .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-v8Gb4swXke .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-v8Gb4swXke .text-col {
    padding: 2rem 1rem;
  }
}
.cid-v8Gb4swXke H2 {
  color: #333333;
}
.cid-v8Gb4swXke .mbr-text {
  color: #767676;
}
.cid-v8Gb4swXke H1 {
  color: #000000;
}
.cid-vdm1SUV78S {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-vdm1SUV78S img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-vdm1SUV78S img:hover {
  transform: scale(1.1);
}
.cid-vdm1SUV78S .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-vdm1SUV78S h2 {
  padding: 0;
  margin: 0;
}
.cid-vdm1SUV78S .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdm1SUV78S .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-vdm1SUV78S .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 0;
  right: 67px;
  transform-origin: bottom right;
}
.cid-vdm1SUV78S .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-vdm1SUV78S .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-vdm1SUV78S .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-vdm1SUV78S .mbr-iconfont {
  margin: 0!important;
}
.cid-vdm1SUV78S .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-vdm1SUV78S .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-vdm1SUV78S .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-vdm1SUV78S .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-vdm1SUV78S .text-col {
    padding: 2rem 1rem;
  }
}
.cid-vdm1SUV78S H2 {
  color: #333333;
}
.cid-vdm1SUV78S .mbr-text {
  color: #767676;
}
.cid-vdm1SUV78S H1 {
  color: #000000;
}
.cid-v8Gb5YbClG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8Gb5YbClG img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-v8Gb5YbClG img:hover {
  transform: scale(1.1);
}
.cid-v8Gb5YbClG .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-v8Gb5YbClG h2 {
  padding: 0;
  margin: 0;
}
.cid-v8Gb5YbClG .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8Gb5YbClG .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-v8Gb5YbClG .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-v8Gb5YbClG .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-v8Gb5YbClG .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-v8Gb5YbClG .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-v8Gb5YbClG .mbr-iconfont {
  margin: 0!important;
}
.cid-v8Gb5YbClG .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-v8Gb5YbClG .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v8Gb5YbClG .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-v8Gb5YbClG .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-v8Gb5YbClG .text-col {
    padding: 2rem 1rem;
  }
}
.cid-v8Gb5YbClG H2 {
  color: #333333;
}
.cid-v8Gb5YbClG .mbr-text {
  color: #767676;
}
.cid-v8Gb5YbClG H1 {
  color: #000000;
}
.cid-v8Gb7FG7vm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-v8Gb7FG7vm img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-v8Gb7FG7vm img:hover {
  transform: scale(1.1);
}
.cid-v8Gb7FG7vm .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-v8Gb7FG7vm h2 {
  padding: 0;
  margin: 0;
}
.cid-v8Gb7FG7vm .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8Gb7FG7vm .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-v8Gb7FG7vm .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 0;
  right: 67px;
  transform-origin: bottom right;
}
.cid-v8Gb7FG7vm .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-v8Gb7FG7vm .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-v8Gb7FG7vm .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-v8Gb7FG7vm .mbr-iconfont {
  margin: 0!important;
}
.cid-v8Gb7FG7vm .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-v8Gb7FG7vm .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v8Gb7FG7vm .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-v8Gb7FG7vm .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-v8Gb7FG7vm .text-col {
    padding: 2rem 1rem;
  }
}
.cid-v8Gb7FG7vm H2 {
  color: #333333;
}
.cid-v8Gb7FG7vm .mbr-text {
  color: #767676;
}
.cid-v8Gb7FG7vm H1 {
  color: #000000;
}
.cid-v8Gb7XTRza {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8Gb7XTRza img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-v8Gb7XTRza img:hover {
  transform: scale(1.1);
}
.cid-v8Gb7XTRza .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-v8Gb7XTRza h2 {
  padding: 0;
  margin: 0;
}
.cid-v8Gb7XTRza .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8Gb7XTRza .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-v8Gb7XTRza .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-v8Gb7XTRza .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-v8Gb7XTRza .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-v8Gb7XTRza .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-v8Gb7XTRza .mbr-iconfont {
  margin: 0!important;
}
.cid-v8Gb7XTRza .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-v8Gb7XTRza .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v8Gb7XTRza .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-v8Gb7XTRza .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-v8Gb7XTRza .text-col {
    padding: 2rem 1rem;
  }
}
.cid-v8Gb7XTRza H2 {
  color: #333333;
}
.cid-v8Gb7XTRza .mbr-text {
  color: #767676;
}
.cid-v8Gb7XTRza H1 {
  color: #000000;
}
.cid-v8Gb9duTgD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-v8Gb9duTgD img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-v8Gb9duTgD img:hover {
  transform: scale(1.1);
}
.cid-v8Gb9duTgD .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-v8Gb9duTgD h2 {
  padding: 0;
  margin: 0;
}
.cid-v8Gb9duTgD .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8Gb9duTgD .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-v8Gb9duTgD .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 0;
  right: 67px;
  transform-origin: bottom right;
}
.cid-v8Gb9duTgD .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-v8Gb9duTgD .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-v8Gb9duTgD .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-v8Gb9duTgD .mbr-iconfont {
  margin: 0!important;
}
.cid-v8Gb9duTgD .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-v8Gb9duTgD .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v8Gb9duTgD .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-v8Gb9duTgD .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-v8Gb9duTgD .text-col {
    padding: 2rem 1rem;
  }
}
.cid-v8Gb9duTgD H2 {
  color: #333333;
}
.cid-v8Gb9duTgD .mbr-text {
  color: #767676;
}
.cid-v8Gb9duTgD H1 {
  color: #000000;
}
.cid-v8Gb9toWHy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8Gb9toWHy img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-v8Gb9toWHy img:hover {
  transform: scale(1.1);
}
.cid-v8Gb9toWHy .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-v8Gb9toWHy h2 {
  padding: 0;
  margin: 0;
}
.cid-v8Gb9toWHy .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8Gb9toWHy .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-v8Gb9toWHy .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-v8Gb9toWHy .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-v8Gb9toWHy .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-v8Gb9toWHy .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-v8Gb9toWHy .mbr-iconfont {
  margin: 0!important;
}
.cid-v8Gb9toWHy .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-v8Gb9toWHy .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v8Gb9toWHy .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-v8Gb9toWHy .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-v8Gb9toWHy .text-col {
    padding: 2rem 1rem;
  }
}
.cid-v8Gb9toWHy H2 {
  color: #333333;
}
.cid-v8Gb9toWHy .mbr-text {
  color: #767676;
}
.cid-v8Gb9toWHy H1 {
  color: #000000;
}
.cid-vbzrMlrfJl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #01009a;
}
.cid-vbzrMlrfJl .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uYKYe5ucuk {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYKYe5ucuk nav.navbar {
  position: fixed;
}
.cid-uYKYe5ucuk .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uYKYe5ucuk .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYKYe5ucuk .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-uYKYe5ucuk .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uYKYe5ucuk .dropdown-item {
  border: none !important;
  background: #01009a !important;
  font-weight: 400;
}
.cid-uYKYe5ucuk .dropdown-item:hover,
.cid-uYKYe5ucuk .dropdown-item:focus {
  background: #01009a !important;
  color: #fe0000 !important;
}
.cid-uYKYe5ucuk .dropdown-item:hover span {
  color: white;
}
.cid-uYKYe5ucuk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYKYe5ucuk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYKYe5ucuk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYKYe5ucuk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYKYe5ucuk .nav-link {
  position: relative;
}
.cid-uYKYe5ucuk .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uYKYe5ucuk .container {
    flex-wrap: nowrap;
  }
}
.cid-uYKYe5ucuk .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYKYe5ucuk .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uYKYe5ucuk .dropdown-menu,
.cid-uYKYe5ucuk .navbar.opened {
  background: #01009a !important;
}
.cid-uYKYe5ucuk .nav-item:focus,
.cid-uYKYe5ucuk .nav-link:focus {
  outline: none;
}
.cid-uYKYe5ucuk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYKYe5ucuk .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYKYe5ucuk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYKYe5ucuk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYKYe5ucuk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYKYe5ucuk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYKYe5ucuk .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #01009a;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uYKYe5ucuk .navbar.opened {
  transition: all 0.3s;
}
.cid-uYKYe5ucuk .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uYKYe5ucuk .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-uYKYe5ucuk .navbar .navbar-logo img {
  width: auto;
}
.cid-uYKYe5ucuk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYKYe5ucuk .navbar.collapsed {
  justify-content: center;
}
.cid-uYKYe5ucuk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYKYe5ucuk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYKYe5ucuk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-uYKYe5ucuk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYKYe5ucuk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYKYe5ucuk .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-uYKYe5ucuk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYKYe5ucuk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYKYe5ucuk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYKYe5ucuk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYKYe5ucuk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYKYe5ucuk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYKYe5ucuk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYKYe5ucuk .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-uYKYe5ucuk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYKYe5ucuk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYKYe5ucuk .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uYKYe5ucuk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYKYe5ucuk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYKYe5ucuk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYKYe5ucuk .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYKYe5ucuk .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYKYe5ucuk .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-uYKYe5ucuk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uYKYe5ucuk .navbar-brand .navbar-caption:hover,
.cid-uYKYe5ucuk .navbar-brand .navbar-caption:focus {
  color: #fe0000 !important;
}
.cid-uYKYe5ucuk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYKYe5ucuk .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYKYe5ucuk .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #fe0000 !important;
}
.cid-uYKYe5ucuk .dropdown-item.active,
.cid-uYKYe5ucuk .dropdown-item:active {
  background-color: transparent;
}
.cid-uYKYe5ucuk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYKYe5ucuk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYKYe5ucuk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYKYe5ucuk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #01009a;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uYKYe5ucuk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYKYe5ucuk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYKYe5ucuk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYKYe5ucuk ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYKYe5ucuk ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYKYe5ucuk .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uYKYe5ucuk .navbar-buttons {
    text-align: left;
  }
}
.cid-uYKYe5ucuk .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYKYe5ucuk .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYKYe5ucuk 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: #01009a !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYKYe5ucuk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYKYe5ucuk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYKYe5ucuk button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYKYe5ucuk button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYKYe5ucuk button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYKYe5ucuk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYKYe5ucuk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYKYe5ucuk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYKYe5ucuk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYKYe5ucuk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYKYe5ucuk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYKYe5ucuk .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-uYKYe5ucuk .navbar {
    height: 70px;
  }
  .cid-uYKYe5ucuk .navbar.opened {
    height: auto;
  }
  .cid-uYKYe5ucuk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYKYe5ucuk .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uYKYe5ucuk .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYKYe5ucuk .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uYKYe5ucuk .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uYKYe5ucuk .nav-item .nav-link:hover {
  background-color: transparent;
  color: #fe0000 !important;
}
.cid-uYKYe5ucuk .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uYKYe5ucuk .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYKYe5ucuk .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYKYe5ucuk .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uYKYe5ucuk .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYKYe5ucuk .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYKYe5ucuk .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYKYe5ucuk .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYKYe5ucuk .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYKYe5ucuk .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uYKYe5ucuk .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uYKYe5ucuk .content-wrap {
  min-height: 110px;
}
.cid-v8GcbZSojF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-v8GcbZSojF img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-v8GcbZSojF img:hover {
  transform: scale(1.1);
}
.cid-v8GcbZSojF .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-v8GcbZSojF h2 {
  padding: 0;
  margin: 0;
}
.cid-v8GcbZSojF .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8GcbZSojF .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-v8GcbZSojF .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 0;
  right: 67px;
  transform-origin: bottom right;
}
.cid-v8GcbZSojF .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-v8GcbZSojF .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-v8GcbZSojF .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-v8GcbZSojF .mbr-iconfont {
  margin: 0!important;
}
.cid-v8GcbZSojF .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-v8GcbZSojF .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v8GcbZSojF .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-v8GcbZSojF .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-v8GcbZSojF .text-col {
    padding: 2rem 1rem;
  }
}
.cid-v8GcbZSojF H2 {
  color: #333333;
}
.cid-v8GcbZSojF .mbr-text {
  color: #767676;
}
.cid-v8GcbZSojF H1 {
  color: #000000;
}
.cid-v8GccvUExN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8GccvUExN img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-v8GccvUExN img:hover {
  transform: scale(1.1);
}
.cid-v8GccvUExN .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-v8GccvUExN h2 {
  padding: 0;
  margin: 0;
}
.cid-v8GccvUExN .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8GccvUExN .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-v8GccvUExN .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-v8GccvUExN .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-v8GccvUExN .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-v8GccvUExN .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-v8GccvUExN .mbr-iconfont {
  margin: 0!important;
}
.cid-v8GccvUExN .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-v8GccvUExN .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v8GccvUExN .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-v8GccvUExN .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-v8GccvUExN .text-col {
    padding: 2rem 1rem;
  }
}
.cid-v8GccvUExN H2 {
  color: #333333;
}
.cid-v8GccvUExN .mbr-text {
  color: #767676;
}
.cid-v8GccvUExN H1 {
  color: #000000;
}
.cid-v8GccOsOgx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-v8GccOsOgx img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-v8GccOsOgx img:hover {
  transform: scale(1.1);
}
.cid-v8GccOsOgx .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-v8GccOsOgx h2 {
  padding: 0;
  margin: 0;
}
.cid-v8GccOsOgx .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8GccOsOgx .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-v8GccOsOgx .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 0;
  right: 67px;
  transform-origin: bottom right;
}
.cid-v8GccOsOgx .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-v8GccOsOgx .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-v8GccOsOgx .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-v8GccOsOgx .mbr-iconfont {
  margin: 0!important;
}
.cid-v8GccOsOgx .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-v8GccOsOgx .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v8GccOsOgx .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-v8GccOsOgx .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-v8GccOsOgx .text-col {
    padding: 2rem 1rem;
  }
}
.cid-v8GccOsOgx H2 {
  color: #333333;
}
.cid-v8GccOsOgx .mbr-text {
  color: #767676;
}
.cid-v8GccOsOgx H1 {
  color: #000000;
}
.cid-v8Gcd02epf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-v8Gcd02epf img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-v8Gcd02epf img:hover {
  transform: scale(1.1);
}
.cid-v8Gcd02epf .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-v8Gcd02epf h2 {
  padding: 0;
  margin: 0;
}
.cid-v8Gcd02epf .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8Gcd02epf .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-v8Gcd02epf .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-v8Gcd02epf .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-v8Gcd02epf .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-v8Gcd02epf .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-v8Gcd02epf .mbr-iconfont {
  margin: 0!important;
}
.cid-v8Gcd02epf .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-v8Gcd02epf .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v8Gcd02epf .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-v8Gcd02epf .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-v8Gcd02epf .text-col {
    padding: 2rem 1rem;
  }
}
.cid-v8Gcd02epf H2 {
  color: #333333;
}
.cid-v8Gcd02epf .mbr-text {
  color: #767676;
}
.cid-v8Gcd02epf H1 {
  color: #000000;
}
.cid-v8Gcdg9MWr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-v8Gcdg9MWr img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-v8Gcdg9MWr img:hover {
  transform: scale(1.1);
}
.cid-v8Gcdg9MWr .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-v8Gcdg9MWr h2 {
  padding: 0;
  margin: 0;
}
.cid-v8Gcdg9MWr .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8Gcdg9MWr .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-v8Gcdg9MWr .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 0;
  right: 67px;
  transform-origin: bottom right;
}
.cid-v8Gcdg9MWr .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-v8Gcdg9MWr .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-v8Gcdg9MWr .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-v8Gcdg9MWr .mbr-iconfont {
  margin: 0!important;
}
.cid-v8Gcdg9MWr .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-v8Gcdg9MWr .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v8Gcdg9MWr .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-v8Gcdg9MWr .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-v8Gcdg9MWr .text-col {
    padding: 2rem 1rem;
  }
}
.cid-v8Gcdg9MWr H2 {
  color: #333333;
}
.cid-v8Gcdg9MWr .mbr-text {
  color: #767676;
}
.cid-v8Gcdg9MWr H1 {
  color: #000000;
}
.cid-v8GcdD0cEN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-v8GcdD0cEN img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-v8GcdD0cEN img:hover {
  transform: scale(1.1);
}
.cid-v8GcdD0cEN .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-v8GcdD0cEN h2 {
  padding: 0;
  margin: 0;
}
.cid-v8GcdD0cEN .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8GcdD0cEN .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-v8GcdD0cEN .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-v8GcdD0cEN .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-v8GcdD0cEN .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-v8GcdD0cEN .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-v8GcdD0cEN .mbr-iconfont {
  margin: 0!important;
}
.cid-v8GcdD0cEN .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-v8GcdD0cEN .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v8GcdD0cEN .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-v8GcdD0cEN .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-v8GcdD0cEN .text-col {
    padding: 2rem 1rem;
  }
}
.cid-v8GcdD0cEN H2 {
  color: #333333;
}
.cid-v8GcdD0cEN .mbr-text {
  color: #767676;
}
.cid-v8GcdD0cEN H1 {
  color: #000000;
}
.cid-v8GcdVfwnq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-v8GcdVfwnq img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-v8GcdVfwnq img:hover {
  transform: scale(1.1);
}
.cid-v8GcdVfwnq .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-v8GcdVfwnq h2 {
  padding: 0;
  margin: 0;
}
.cid-v8GcdVfwnq .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8GcdVfwnq .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-v8GcdVfwnq .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 0;
  right: 67px;
  transform-origin: bottom right;
}
.cid-v8GcdVfwnq .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-v8GcdVfwnq .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-v8GcdVfwnq .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-v8GcdVfwnq .mbr-iconfont {
  margin: 0!important;
}
.cid-v8GcdVfwnq .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-v8GcdVfwnq .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v8GcdVfwnq .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-v8GcdVfwnq .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-v8GcdVfwnq .text-col {
    padding: 2rem 1rem;
  }
}
.cid-v8GcdVfwnq H2 {
  color: #333333;
}
.cid-v8GcdVfwnq .mbr-text {
  color: #767676;
}
.cid-v8GcdVfwnq H1 {
  color: #000000;
}
.cid-v8Gcer1tLE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-v8Gcer1tLE img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-v8Gcer1tLE img:hover {
  transform: scale(1.1);
}
.cid-v8Gcer1tLE .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-v8Gcer1tLE h2 {
  padding: 0;
  margin: 0;
}
.cid-v8Gcer1tLE .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8Gcer1tLE .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-v8Gcer1tLE .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-v8Gcer1tLE .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-v8Gcer1tLE .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-v8Gcer1tLE .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-v8Gcer1tLE .mbr-iconfont {
  margin: 0!important;
}
.cid-v8Gcer1tLE .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-v8Gcer1tLE .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v8Gcer1tLE .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-v8Gcer1tLE .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-v8Gcer1tLE .text-col {
    padding: 2rem 1rem;
  }
}
.cid-v8Gcer1tLE H2 {
  color: #333333;
}
.cid-v8Gcer1tLE .mbr-text {
  color: #767676;
}
.cid-v8Gcer1tLE H1 {
  color: #000000;
}
.cid-v8GcfZbI5A {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-v8GcfZbI5A img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-v8GcfZbI5A img:hover {
  transform: scale(1.1);
}
.cid-v8GcfZbI5A .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-v8GcfZbI5A h2 {
  padding: 0;
  margin: 0;
}
.cid-v8GcfZbI5A .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8GcfZbI5A .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-v8GcfZbI5A .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 0;
  right: 67px;
  transform-origin: bottom right;
}
.cid-v8GcfZbI5A .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-v8GcfZbI5A .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-v8GcfZbI5A .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-v8GcfZbI5A .mbr-iconfont {
  margin: 0!important;
}
.cid-v8GcfZbI5A .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-v8GcfZbI5A .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v8GcfZbI5A .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-v8GcfZbI5A .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-v8GcfZbI5A .text-col {
    padding: 2rem 1rem;
  }
}
.cid-v8GcfZbI5A H2 {
  color: #333333;
}
.cid-v8GcfZbI5A .mbr-text {
  color: #767676;
}
.cid-v8GcfZbI5A H1 {
  color: #000000;
}
.cid-v8GcgMHdeT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-v8GcgMHdeT img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-v8GcgMHdeT img:hover {
  transform: scale(1.1);
}
.cid-v8GcgMHdeT .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-v8GcgMHdeT h2 {
  padding: 0;
  margin: 0;
}
.cid-v8GcgMHdeT .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8GcgMHdeT .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-v8GcgMHdeT .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-v8GcgMHdeT .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-v8GcgMHdeT .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-v8GcgMHdeT .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-v8GcgMHdeT .mbr-iconfont {
  margin: 0!important;
}
.cid-v8GcgMHdeT .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-v8GcgMHdeT .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v8GcgMHdeT .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-v8GcgMHdeT .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-v8GcgMHdeT .text-col {
    padding: 2rem 1rem;
  }
}
.cid-v8GcgMHdeT H2 {
  color: #333333;
}
.cid-v8GcgMHdeT .mbr-text {
  color: #767676;
}
.cid-v8GcgMHdeT H1 {
  color: #000000;
}
.cid-v8GchGVeVt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-v8GchGVeVt img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-v8GchGVeVt img:hover {
  transform: scale(1.1);
}
.cid-v8GchGVeVt .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-v8GchGVeVt h2 {
  padding: 0;
  margin: 0;
}
.cid-v8GchGVeVt .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8GchGVeVt .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-v8GchGVeVt .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 0;
  right: 67px;
  transform-origin: bottom right;
}
.cid-v8GchGVeVt .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-v8GchGVeVt .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-v8GchGVeVt .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-v8GchGVeVt .mbr-iconfont {
  margin: 0!important;
}
.cid-v8GchGVeVt .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-v8GchGVeVt .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v8GchGVeVt .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-v8GchGVeVt .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-v8GchGVeVt .text-col {
    padding: 2rem 1rem;
  }
}
.cid-v8GchGVeVt H2 {
  color: #333333;
}
.cid-v8GchGVeVt .mbr-text {
  color: #767676;
}
.cid-v8GchGVeVt H1 {
  color: #000000;
}
.cid-vbzrMlrfJl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #01009a;
}
.cid-vbzrMlrfJl .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uYKYe5ucuk {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYKYe5ucuk nav.navbar {
  position: fixed;
}
.cid-uYKYe5ucuk .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uYKYe5ucuk .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYKYe5ucuk .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-uYKYe5ucuk .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uYKYe5ucuk .dropdown-item {
  border: none !important;
  background: #01009a !important;
  font-weight: 400;
}
.cid-uYKYe5ucuk .dropdown-item:hover,
.cid-uYKYe5ucuk .dropdown-item:focus {
  background: #01009a !important;
  color: #fe0000 !important;
}
.cid-uYKYe5ucuk .dropdown-item:hover span {
  color: white;
}
.cid-uYKYe5ucuk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYKYe5ucuk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYKYe5ucuk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYKYe5ucuk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYKYe5ucuk .nav-link {
  position: relative;
}
.cid-uYKYe5ucuk .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uYKYe5ucuk .container {
    flex-wrap: nowrap;
  }
}
.cid-uYKYe5ucuk .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYKYe5ucuk .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uYKYe5ucuk .dropdown-menu,
.cid-uYKYe5ucuk .navbar.opened {
  background: #01009a !important;
}
.cid-uYKYe5ucuk .nav-item:focus,
.cid-uYKYe5ucuk .nav-link:focus {
  outline: none;
}
.cid-uYKYe5ucuk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYKYe5ucuk .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYKYe5ucuk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYKYe5ucuk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYKYe5ucuk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYKYe5ucuk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYKYe5ucuk .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #01009a;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uYKYe5ucuk .navbar.opened {
  transition: all 0.3s;
}
.cid-uYKYe5ucuk .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uYKYe5ucuk .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-uYKYe5ucuk .navbar .navbar-logo img {
  width: auto;
}
.cid-uYKYe5ucuk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYKYe5ucuk .navbar.collapsed {
  justify-content: center;
}
.cid-uYKYe5ucuk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYKYe5ucuk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYKYe5ucuk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-uYKYe5ucuk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYKYe5ucuk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYKYe5ucuk .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-uYKYe5ucuk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYKYe5ucuk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYKYe5ucuk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYKYe5ucuk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYKYe5ucuk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYKYe5ucuk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYKYe5ucuk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYKYe5ucuk .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-uYKYe5ucuk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYKYe5ucuk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYKYe5ucuk .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uYKYe5ucuk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYKYe5ucuk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYKYe5ucuk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYKYe5ucuk .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYKYe5ucuk .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYKYe5ucuk .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-uYKYe5ucuk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uYKYe5ucuk .navbar-brand .navbar-caption:hover,
.cid-uYKYe5ucuk .navbar-brand .navbar-caption:focus {
  color: #fe0000 !important;
}
.cid-uYKYe5ucuk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYKYe5ucuk .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYKYe5ucuk .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #fe0000 !important;
}
.cid-uYKYe5ucuk .dropdown-item.active,
.cid-uYKYe5ucuk .dropdown-item:active {
  background-color: transparent;
}
.cid-uYKYe5ucuk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYKYe5ucuk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYKYe5ucuk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYKYe5ucuk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #01009a;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uYKYe5ucuk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYKYe5ucuk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYKYe5ucuk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYKYe5ucuk ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYKYe5ucuk ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYKYe5ucuk .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uYKYe5ucuk .navbar-buttons {
    text-align: left;
  }
}
.cid-uYKYe5ucuk .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYKYe5ucuk .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYKYe5ucuk 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: #01009a !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYKYe5ucuk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYKYe5ucuk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYKYe5ucuk button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYKYe5ucuk button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYKYe5ucuk button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYKYe5ucuk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYKYe5ucuk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYKYe5ucuk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYKYe5ucuk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYKYe5ucuk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYKYe5ucuk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYKYe5ucuk .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-uYKYe5ucuk .navbar {
    height: 70px;
  }
  .cid-uYKYe5ucuk .navbar.opened {
    height: auto;
  }
  .cid-uYKYe5ucuk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYKYe5ucuk .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uYKYe5ucuk .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYKYe5ucuk .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uYKYe5ucuk .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uYKYe5ucuk .nav-item .nav-link:hover {
  background-color: transparent;
  color: #fe0000 !important;
}
.cid-uYKYe5ucuk .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uYKYe5ucuk .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYKYe5ucuk .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYKYe5ucuk .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uYKYe5ucuk .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYKYe5ucuk .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYKYe5ucuk .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYKYe5ucuk .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYKYe5ucuk .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYKYe5ucuk .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uYKYe5ucuk .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uYKYe5ucuk .content-wrap {
  min-height: 110px;
}
.cid-vbsLjjlwPV {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vbsLjjlwPV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbsLjjlwPV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbsLjjlwPV .card {
  justify-content: center;
}
.cid-vbsLjjlwPV .content-wrapper .mbr-label {
  margin-bottom: 16px;
}
.cid-vbsLjjlwPV .content-wrapper .title-wrap {
  margin-bottom: 24px;
}
.cid-vbsLjjlwPV .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vbsLjjlwPV .content-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vbsLjjlwPV .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vbsLjjlwPV .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vbsLjjlwPV .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vbsLjjlwPV .border-wrapper {
  margin-top: 40px;
  height: 1px;
  width: 100%;
  background-image: linear-gradient(90deg, transparent -20%, #323232 50%, transparent 120%);
}
.cid-vbsLjjlwPV .mbr-label {
  color: #ffdf7d;
  text-align: center;
}
.cid-vbsLjjlwPV .mbr-section-title {
  color: #808080;
}
.cid-vbsLjjlwPV .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vbsLjjlwPV .mbr-text {
  color: #808080;
  text-align: center;
}
.cid-vbsLjjlwPV .mbr-section-title,
.cid-vbsLjjlwPV .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vbsLjjlwPV .mbr-text,
.cid-vbsLjjlwPV .text-wrapper {
  color: #212529;
}
.cid-vaIQ8JfQGp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vaIQ8JfQGp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaIQ8JfQGp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaIQ8JfQGp .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vaIQ8JfQGp .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-vaIQ8JfQGp .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vaIQ8JfQGp .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vaIQ8JfQGp .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vaIQ8JfQGp .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vaIQ8JfQGp .main-btn {
  margin-bottom: 80px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vaIQ8JfQGp .main-btn {
    margin-bottom: 0;
    text-align: left;
  }
}
.cid-vaIQ8JfQGp .main-btn .btn {
  margin-bottom: 0;
}
.cid-vaIQ8JfQGp .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-vaIQ8JfQGp .items-wrapper .item {
  position: relative;
  padding: 0 12px;
  margin-bottom: 40px;
}
.cid-vaIQ8JfQGp .items-wrapper .item:hover .item-wrapper .image-wrapper .item-img::before,
.cid-vaIQ8JfQGp .items-wrapper .item:focus .item-wrapper .image-wrapper .item-img::before {
  opacity: .5;
}
.cid-vaIQ8JfQGp .items-wrapper .item:hover .item-wrapper .image-wrapper .icon-wrapper .mbr-iconfont,
.cid-vaIQ8JfQGp .items-wrapper .item:focus .item-wrapper .image-wrapper .icon-wrapper .mbr-iconfont {
  transform: translateX(0) rotate(0);
  opacity: 1;
}
.cid-vaIQ8JfQGp .items-wrapper .item .item-wrapper {
  will-change: transform;
  animation: none !important;
}
.cid-vaIQ8JfQGp .items-wrapper .item .item-wrapper .image-wrapper {
  position: relative;
  margin-bottom: 16px;
}
.cid-vaIQ8JfQGp .items-wrapper .item .item-wrapper .image-wrapper .item-img {
  position: relative;
  overflow: hidden;
}
.cid-vaIQ8JfQGp .items-wrapper .item .item-wrapper .image-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #121212;
  opacity: 0;
  pointer-events: none;
  transition: all .5s ease;
}
.cid-vaIQ8JfQGp .items-wrapper .item .item-wrapper .image-wrapper .item-img img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
.cid-vaIQ8JfQGp .items-wrapper .item .item-wrapper .image-wrapper .icon-wrapper {
  position: absolute;
  bottom: 16px;
  right: 16px;
}
.cid-vaIQ8JfQGp .items-wrapper .item .item-wrapper .image-wrapper .icon-wrapper .mbr-iconfont {
  width: 34px;
  height: 34px;
  min-width: 34px;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #323232;
  opacity: 0;
  transform: translateX(12px) rotate(45deg);
  transition: all .5s ease;
}
.cid-vaIQ8JfQGp .items-wrapper .item .item-wrapper .image-wrapper .label-wrap {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 0 8px 12px;
  background-color: #ffffff;
  border-radius: 0 0 0 12px;
  z-index: 2;
}
.cid-vaIQ8JfQGp .items-wrapper .item .item-wrapper .image-wrapper .label-wrap .item-label {
  display: inline-flex;
  margin-bottom: 0;
}
.cid-vaIQ8JfQGp .items-wrapper .item .item-wrapper .image-wrapper .label-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 12px;
  box-shadow: 10px -6px 0 2px #ffffff;
}
.cid-vaIQ8JfQGp .items-wrapper .item .item-wrapper .image-wrapper .label-wrap::after {
  content: '';
  position: absolute;
  top: 32px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 12px;
  box-shadow: 10px -6px 0 4px #ffffff;
}
.cid-vaIQ8JfQGp .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-vaIQ8JfQGp .items-wrapper .item .item-wrapper .item-content .item-date {
  margin-bottom: 0;
}
.cid-vaIQ8JfQGp .items-wrapper .item .item-wrapper .item-content .item-btn {
  margin-top: 16px;
}
.cid-vaIQ8JfQGp .items-wrapper .item .item-wrapper .item-content .item-btn .btn {
  margin-bottom: 0;
}
.cid-vaIQ8JfQGp .btn-wrapper {
  margin-left: 2%;
  margin-right: 0;
}
.cid-vaIQ8JfQGp .mbr-section-title {
  color: #808080;
}
.cid-vaIQ8JfQGp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vaIQ8JfQGp .item-title {
  color: #ffffff;
}
.cid-vaIQ8JfQGp .item-date {
  color: #808080;
}
.cid-vaIQ8JfQGp .item-label {
  color: #ffffff;
}
.cid-vaIQ8JfQGp .mbr-section-title,
.cid-vaIQ8JfQGp .main-btn {
  text-align: center;
}
.cid-vbsNG6byIW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vbsNG6byIW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbsNG6byIW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbsNG6byIW .card {
  justify-content: center;
}
.cid-vbsNG6byIW .content-wrapper .mbr-label {
  margin-bottom: 16px;
}
.cid-vbsNG6byIW .content-wrapper .title-wrap {
  margin-bottom: 24px;
}
.cid-vbsNG6byIW .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vbsNG6byIW .content-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vbsNG6byIW .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vbsNG6byIW .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vbsNG6byIW .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vbsNG6byIW .border-wrapper {
  margin-top: 40px;
  height: 1px;
  width: 100%;
  background-image: linear-gradient(90deg, transparent -20%, #323232 50%, transparent 120%);
}
.cid-vbsNG6byIW .mbr-label {
  color: #ffdf7d;
  text-align: center;
}
.cid-vbsNG6byIW .mbr-section-title {
  color: #808080;
}
.cid-vbsNG6byIW .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vbsNG6byIW .mbr-text {
  color: #808080;
  text-align: center;
}
.cid-vbsNG6byIW .mbr-section-title,
.cid-vbsNG6byIW .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vbsNG6byIW .mbr-text,
.cid-vbsNG6byIW .text-wrapper {
  color: #212529;
}
.cid-vbsNHbImk3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vbsNHbImk3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbsNHbImk3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbsNHbImk3 .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vbsNHbImk3 .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-vbsNHbImk3 .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vbsNHbImk3 .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vbsNHbImk3 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vbsNHbImk3 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vbsNHbImk3 .main-btn {
  margin-bottom: 80px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vbsNHbImk3 .main-btn {
    margin-bottom: 0;
    text-align: left;
  }
}
.cid-vbsNHbImk3 .main-btn .btn {
  margin-bottom: 0;
}
.cid-vbsNHbImk3 .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-vbsNHbImk3 .items-wrapper .item {
  position: relative;
  padding: 0 12px;
  margin-bottom: 40px;
}
.cid-vbsNHbImk3 .items-wrapper .item:hover .item-wrapper .image-wrapper .item-img::before,
.cid-vbsNHbImk3 .items-wrapper .item:focus .item-wrapper .image-wrapper .item-img::before {
  opacity: .5;
}
.cid-vbsNHbImk3 .items-wrapper .item:hover .item-wrapper .image-wrapper .icon-wrapper .mbr-iconfont,
.cid-vbsNHbImk3 .items-wrapper .item:focus .item-wrapper .image-wrapper .icon-wrapper .mbr-iconfont {
  transform: translateX(0) rotate(0);
  opacity: 1;
}
.cid-vbsNHbImk3 .items-wrapper .item .item-wrapper {
  will-change: transform;
  animation: none !important;
}
.cid-vbsNHbImk3 .items-wrapper .item .item-wrapper .image-wrapper {
  position: relative;
  margin-bottom: 16px;
}
.cid-vbsNHbImk3 .items-wrapper .item .item-wrapper .image-wrapper .item-img {
  position: relative;
  overflow: hidden;
}
.cid-vbsNHbImk3 .items-wrapper .item .item-wrapper .image-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #121212;
  opacity: 0;
  pointer-events: none;
  transition: all .5s ease;
}
.cid-vbsNHbImk3 .items-wrapper .item .item-wrapper .image-wrapper .item-img img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
.cid-vbsNHbImk3 .items-wrapper .item .item-wrapper .image-wrapper .icon-wrapper {
  position: absolute;
  bottom: 16px;
  right: 16px;
}
.cid-vbsNHbImk3 .items-wrapper .item .item-wrapper .image-wrapper .icon-wrapper .mbr-iconfont {
  width: 34px;
  height: 34px;
  min-width: 34px;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #323232;
  opacity: 0;
  transform: translateX(12px) rotate(45deg);
  transition: all .5s ease;
}
.cid-vbsNHbImk3 .items-wrapper .item .item-wrapper .image-wrapper .label-wrap {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 0 8px 12px;
  background-color: #ffffff;
  border-radius: 0 0 0 12px;
  z-index: 2;
}
.cid-vbsNHbImk3 .items-wrapper .item .item-wrapper .image-wrapper .label-wrap .item-label {
  display: inline-flex;
  margin-bottom: 0;
}
.cid-vbsNHbImk3 .items-wrapper .item .item-wrapper .image-wrapper .label-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 12px;
  box-shadow: 10px -6px 0 2px #ffffff;
}
.cid-vbsNHbImk3 .items-wrapper .item .item-wrapper .image-wrapper .label-wrap::after {
  content: '';
  position: absolute;
  top: 32px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 12px;
  box-shadow: 10px -6px 0 4px #ffffff;
}
.cid-vbsNHbImk3 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-vbsNHbImk3 .items-wrapper .item .item-wrapper .item-content .item-date {
  margin-bottom: 0;
}
.cid-vbsNHbImk3 .items-wrapper .item .item-wrapper .item-content .item-btn {
  margin-top: 16px;
}
.cid-vbsNHbImk3 .items-wrapper .item .item-wrapper .item-content .item-btn .btn {
  margin-bottom: 0;
}
.cid-vbsNHbImk3 .btn-wrapper {
  margin-left: 2%;
  margin-right: 0;
}
.cid-vbsNHbImk3 .mbr-section-title {
  color: #808080;
}
.cid-vbsNHbImk3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vbsNHbImk3 .item-title {
  color: #ffffff;
}
.cid-vbsNHbImk3 .item-date {
  color: #808080;
}
.cid-vbsNHbImk3 .item-label {
  color: #ffffff;
}
.cid-vbsNHbImk3 .mbr-section-title,
.cid-vbsNHbImk3 .main-btn {
  text-align: center;
}
.cid-vbsMFFnU9a {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vbsMFFnU9a .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbsMFFnU9a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbsMFFnU9a .card {
  justify-content: center;
}
.cid-vbsMFFnU9a .content-wrapper .mbr-label {
  margin-bottom: 16px;
}
.cid-vbsMFFnU9a .content-wrapper .title-wrap {
  margin-bottom: 24px;
}
.cid-vbsMFFnU9a .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vbsMFFnU9a .content-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vbsMFFnU9a .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vbsMFFnU9a .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vbsMFFnU9a .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vbsMFFnU9a .border-wrapper {
  margin-top: 40px;
  height: 1px;
  width: 100%;
  background-image: linear-gradient(90deg, transparent -20%, #323232 50%, transparent 120%);
}
.cid-vbsMFFnU9a .mbr-label {
  color: #ffdf7d;
  text-align: center;
}
.cid-vbsMFFnU9a .mbr-section-title {
  color: #808080;
}
.cid-vbsMFFnU9a .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vbsMFFnU9a .mbr-text {
  color: #808080;
  text-align: center;
}
.cid-vbsMFFnU9a .mbr-section-title,
.cid-vbsMFFnU9a .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vbsMFFnU9a .mbr-text,
.cid-vbsMFFnU9a .text-wrapper {
  color: #212529;
}
.cid-vbsMGhIWQ3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vbsMGhIWQ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbsMGhIWQ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbsMGhIWQ3 .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vbsMGhIWQ3 .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-vbsMGhIWQ3 .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vbsMGhIWQ3 .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vbsMGhIWQ3 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vbsMGhIWQ3 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vbsMGhIWQ3 .main-btn {
  margin-bottom: 80px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vbsMGhIWQ3 .main-btn {
    margin-bottom: 0;
    text-align: left;
  }
}
.cid-vbsMGhIWQ3 .main-btn .btn {
  margin-bottom: 0;
}
.cid-vbsMGhIWQ3 .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-vbsMGhIWQ3 .items-wrapper .item {
  position: relative;
  padding: 0 12px;
  margin-bottom: 40px;
}
.cid-vbsMGhIWQ3 .items-wrapper .item:hover .item-wrapper .image-wrapper .item-img::before,
.cid-vbsMGhIWQ3 .items-wrapper .item:focus .item-wrapper .image-wrapper .item-img::before {
  opacity: .5;
}
.cid-vbsMGhIWQ3 .items-wrapper .item:hover .item-wrapper .image-wrapper .icon-wrapper .mbr-iconfont,
.cid-vbsMGhIWQ3 .items-wrapper .item:focus .item-wrapper .image-wrapper .icon-wrapper .mbr-iconfont {
  transform: translateX(0) rotate(0);
  opacity: 1;
}
.cid-vbsMGhIWQ3 .items-wrapper .item .item-wrapper {
  will-change: transform;
  animation: none !important;
}
.cid-vbsMGhIWQ3 .items-wrapper .item .item-wrapper .image-wrapper {
  position: relative;
  margin-bottom: 16px;
}
.cid-vbsMGhIWQ3 .items-wrapper .item .item-wrapper .image-wrapper .item-img {
  position: relative;
  overflow: hidden;
}
.cid-vbsMGhIWQ3 .items-wrapper .item .item-wrapper .image-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #121212;
  opacity: 0;
  pointer-events: none;
  transition: all .5s ease;
}
.cid-vbsMGhIWQ3 .items-wrapper .item .item-wrapper .image-wrapper .item-img img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
.cid-vbsMGhIWQ3 .items-wrapper .item .item-wrapper .image-wrapper .icon-wrapper {
  position: absolute;
  bottom: 16px;
  right: 16px;
}
.cid-vbsMGhIWQ3 .items-wrapper .item .item-wrapper .image-wrapper .icon-wrapper .mbr-iconfont {
  width: 34px;
  height: 34px;
  min-width: 34px;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #323232;
  opacity: 0;
  transform: translateX(12px) rotate(45deg);
  transition: all .5s ease;
}
.cid-vbsMGhIWQ3 .items-wrapper .item .item-wrapper .image-wrapper .label-wrap {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 0 8px 12px;
  background-color: #ffffff;
  border-radius: 0 0 0 12px;
  z-index: 2;
}
.cid-vbsMGhIWQ3 .items-wrapper .item .item-wrapper .image-wrapper .label-wrap .item-label {
  display: inline-flex;
  margin-bottom: 0;
}
.cid-vbsMGhIWQ3 .items-wrapper .item .item-wrapper .image-wrapper .label-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 12px;
  box-shadow: 10px -6px 0 2px #ffffff;
}
.cid-vbsMGhIWQ3 .items-wrapper .item .item-wrapper .image-wrapper .label-wrap::after {
  content: '';
  position: absolute;
  top: 32px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 12px;
  box-shadow: 10px -6px 0 4px #ffffff;
}
.cid-vbsMGhIWQ3 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-vbsMGhIWQ3 .items-wrapper .item .item-wrapper .item-content .item-date {
  margin-bottom: 0;
}
.cid-vbsMGhIWQ3 .items-wrapper .item .item-wrapper .item-content .item-btn {
  margin-top: 16px;
}
.cid-vbsMGhIWQ3 .items-wrapper .item .item-wrapper .item-content .item-btn .btn {
  margin-bottom: 0;
}
.cid-vbsMGhIWQ3 .btn-wrapper {
  margin-left: 2%;
  margin-right: 0;
}
.cid-vbsMGhIWQ3 .mbr-section-title {
  color: #808080;
}
.cid-vbsMGhIWQ3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vbsMGhIWQ3 .item-title {
  color: #ffffff;
}
.cid-vbsMGhIWQ3 .item-date {
  color: #808080;
}
.cid-vbsMGhIWQ3 .item-label {
  color: #ffffff;
}
.cid-vbsMGhIWQ3 .mbr-section-title,
.cid-vbsMGhIWQ3 .main-btn {
  text-align: center;
}
.cid-vbth5iJTkq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vbth5iJTkq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbth5iJTkq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbth5iJTkq .card {
  justify-content: center;
}
.cid-vbth5iJTkq .content-wrapper .mbr-label {
  margin-bottom: 16px;
}
.cid-vbth5iJTkq .content-wrapper .title-wrap {
  margin-bottom: 24px;
}
.cid-vbth5iJTkq .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vbth5iJTkq .content-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vbth5iJTkq .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vbth5iJTkq .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vbth5iJTkq .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vbth5iJTkq .border-wrapper {
  margin-top: 40px;
  height: 1px;
  width: 100%;
  background-image: linear-gradient(90deg, transparent -20%, #323232 50%, transparent 120%);
}
.cid-vbth5iJTkq .mbr-label {
  color: #ffdf7d;
  text-align: center;
}
.cid-vbth5iJTkq .mbr-section-title {
  color: #808080;
}
.cid-vbth5iJTkq .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vbth5iJTkq .mbr-text {
  color: #808080;
  text-align: center;
}
.cid-vbth5iJTkq .mbr-section-title,
.cid-vbth5iJTkq .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vbth5iJTkq .mbr-text,
.cid-vbth5iJTkq .text-wrapper {
  color: #212529;
}
.cid-vbth6n72qg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vbth6n72qg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbth6n72qg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbth6n72qg .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vbth6n72qg .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-vbth6n72qg .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vbth6n72qg .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vbth6n72qg .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vbth6n72qg .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vbth6n72qg .main-btn {
  margin-bottom: 80px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vbth6n72qg .main-btn {
    margin-bottom: 0;
    text-align: left;
  }
}
.cid-vbth6n72qg .main-btn .btn {
  margin-bottom: 0;
}
.cid-vbth6n72qg .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-vbth6n72qg .items-wrapper .item {
  position: relative;
  padding: 0 12px;
  margin-bottom: 40px;
}
.cid-vbth6n72qg .items-wrapper .item:hover .item-wrapper .image-wrapper .item-img::before,
.cid-vbth6n72qg .items-wrapper .item:focus .item-wrapper .image-wrapper .item-img::before {
  opacity: .5;
}
.cid-vbth6n72qg .items-wrapper .item:hover .item-wrapper .image-wrapper .icon-wrapper .mbr-iconfont,
.cid-vbth6n72qg .items-wrapper .item:focus .item-wrapper .image-wrapper .icon-wrapper .mbr-iconfont {
  transform: translateX(0) rotate(0);
  opacity: 1;
}
.cid-vbth6n72qg .items-wrapper .item .item-wrapper {
  will-change: transform;
  animation: none !important;
}
.cid-vbth6n72qg .items-wrapper .item .item-wrapper .image-wrapper {
  position: relative;
  margin-bottom: 16px;
}
.cid-vbth6n72qg .items-wrapper .item .item-wrapper .image-wrapper .item-img {
  position: relative;
  overflow: hidden;
}
.cid-vbth6n72qg .items-wrapper .item .item-wrapper .image-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #121212;
  opacity: 0;
  pointer-events: none;
  transition: all .5s ease;
}
.cid-vbth6n72qg .items-wrapper .item .item-wrapper .image-wrapper .item-img img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
.cid-vbth6n72qg .items-wrapper .item .item-wrapper .image-wrapper .icon-wrapper {
  position: absolute;
  bottom: 16px;
  right: 16px;
}
.cid-vbth6n72qg .items-wrapper .item .item-wrapper .image-wrapper .icon-wrapper .mbr-iconfont {
  width: 34px;
  height: 34px;
  min-width: 34px;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #323232;
  opacity: 0;
  transform: translateX(12px) rotate(45deg);
  transition: all .5s ease;
}
.cid-vbth6n72qg .items-wrapper .item .item-wrapper .image-wrapper .label-wrap {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 0 8px 12px;
  background-color: #ffffff;
  border-radius: 0 0 0 12px;
  z-index: 2;
}
.cid-vbth6n72qg .items-wrapper .item .item-wrapper .image-wrapper .label-wrap .item-label {
  display: inline-flex;
  margin-bottom: 0;
}
.cid-vbth6n72qg .items-wrapper .item .item-wrapper .image-wrapper .label-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 12px;
  box-shadow: 10px -6px 0 2px #ffffff;
}
.cid-vbth6n72qg .items-wrapper .item .item-wrapper .image-wrapper .label-wrap::after {
  content: '';
  position: absolute;
  top: 32px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 12px;
  box-shadow: 10px -6px 0 4px #ffffff;
}
.cid-vbth6n72qg .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-vbth6n72qg .items-wrapper .item .item-wrapper .item-content .item-date {
  margin-bottom: 0;
}
.cid-vbth6n72qg .items-wrapper .item .item-wrapper .item-content .item-btn {
  margin-top: 16px;
}
.cid-vbth6n72qg .items-wrapper .item .item-wrapper .item-content .item-btn .btn {
  margin-bottom: 0;
}
.cid-vbth6n72qg .btn-wrapper {
  margin-left: 2%;
  margin-right: 0;
}
.cid-vbth6n72qg .mbr-section-title {
  color: #808080;
}
.cid-vbth6n72qg .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vbth6n72qg .item-title {
  color: #ffffff;
}
.cid-vbth6n72qg .item-date {
  color: #808080;
}
.cid-vbth6n72qg .item-label {
  color: #ffffff;
}
.cid-vbth6n72qg .mbr-section-title,
.cid-vbth6n72qg .main-btn {
  text-align: center;
}
.cid-vbthVmLQIr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vbthVmLQIr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbthVmLQIr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbthVmLQIr .card {
  justify-content: center;
}
.cid-vbthVmLQIr .content-wrapper .mbr-label {
  margin-bottom: 16px;
}
.cid-vbthVmLQIr .content-wrapper .title-wrap {
  margin-bottom: 24px;
}
.cid-vbthVmLQIr .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vbthVmLQIr .content-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vbthVmLQIr .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vbthVmLQIr .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vbthVmLQIr .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vbthVmLQIr .border-wrapper {
  margin-top: 40px;
  height: 1px;
  width: 100%;
  background-image: linear-gradient(90deg, transparent -20%, #323232 50%, transparent 120%);
}
.cid-vbthVmLQIr .mbr-label {
  color: #ffdf7d;
  text-align: center;
}
.cid-vbthVmLQIr .mbr-section-title {
  color: #808080;
}
.cid-vbthVmLQIr .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vbthVmLQIr .mbr-text {
  color: #808080;
  text-align: center;
}
.cid-vbthVmLQIr .mbr-section-title,
.cid-vbthVmLQIr .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vbthVmLQIr .mbr-text,
.cid-vbthVmLQIr .text-wrapper {
  color: #212529;
}
.cid-vbthWnw98A {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vbthWnw98A .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbthWnw98A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbthWnw98A .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vbthWnw98A .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-vbthWnw98A .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vbthWnw98A .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vbthWnw98A .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vbthWnw98A .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vbthWnw98A .main-btn {
  margin-bottom: 80px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vbthWnw98A .main-btn {
    margin-bottom: 0;
    text-align: left;
  }
}
.cid-vbthWnw98A .main-btn .btn {
  margin-bottom: 0;
}
.cid-vbthWnw98A .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-vbthWnw98A .items-wrapper .item {
  position: relative;
  padding: 0 12px;
  margin-bottom: 40px;
}
.cid-vbthWnw98A .items-wrapper .item:hover .item-wrapper .image-wrapper .item-img::before,
.cid-vbthWnw98A .items-wrapper .item:focus .item-wrapper .image-wrapper .item-img::before {
  opacity: .5;
}
.cid-vbthWnw98A .items-wrapper .item:hover .item-wrapper .image-wrapper .icon-wrapper .mbr-iconfont,
.cid-vbthWnw98A .items-wrapper .item:focus .item-wrapper .image-wrapper .icon-wrapper .mbr-iconfont {
  transform: translateX(0) rotate(0);
  opacity: 1;
}
.cid-vbthWnw98A .items-wrapper .item .item-wrapper {
  will-change: transform;
  animation: none !important;
}
.cid-vbthWnw98A .items-wrapper .item .item-wrapper .image-wrapper {
  position: relative;
  margin-bottom: 16px;
}
.cid-vbthWnw98A .items-wrapper .item .item-wrapper .image-wrapper .item-img {
  position: relative;
  overflow: hidden;
}
.cid-vbthWnw98A .items-wrapper .item .item-wrapper .image-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #121212;
  opacity: 0;
  pointer-events: none;
  transition: all .5s ease;
}
.cid-vbthWnw98A .items-wrapper .item .item-wrapper .image-wrapper .item-img img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
.cid-vbthWnw98A .items-wrapper .item .item-wrapper .image-wrapper .icon-wrapper {
  position: absolute;
  bottom: 16px;
  right: 16px;
}
.cid-vbthWnw98A .items-wrapper .item .item-wrapper .image-wrapper .icon-wrapper .mbr-iconfont {
  width: 34px;
  height: 34px;
  min-width: 34px;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #323232;
  opacity: 0;
  transform: translateX(12px) rotate(45deg);
  transition: all .5s ease;
}
.cid-vbthWnw98A .items-wrapper .item .item-wrapper .image-wrapper .label-wrap {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 0 8px 12px;
  background-color: #ffffff;
  border-radius: 0 0 0 12px;
  z-index: 2;
}
.cid-vbthWnw98A .items-wrapper .item .item-wrapper .image-wrapper .label-wrap .item-label {
  display: inline-flex;
  margin-bottom: 0;
}
.cid-vbthWnw98A .items-wrapper .item .item-wrapper .image-wrapper .label-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 12px;
  box-shadow: 10px -6px 0 2px #ffffff;
}
.cid-vbthWnw98A .items-wrapper .item .item-wrapper .image-wrapper .label-wrap::after {
  content: '';
  position: absolute;
  top: 32px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 12px;
  box-shadow: 10px -6px 0 4px #ffffff;
}
.cid-vbthWnw98A .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-vbthWnw98A .items-wrapper .item .item-wrapper .item-content .item-date {
  margin-bottom: 0;
}
.cid-vbthWnw98A .items-wrapper .item .item-wrapper .item-content .item-btn {
  margin-top: 16px;
}
.cid-vbthWnw98A .items-wrapper .item .item-wrapper .item-content .item-btn .btn {
  margin-bottom: 0;
}
.cid-vbthWnw98A .btn-wrapper {
  margin-left: 2%;
  margin-right: 0;
}
.cid-vbthWnw98A .mbr-section-title {
  color: #808080;
}
.cid-vbthWnw98A .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vbthWnw98A .item-title {
  color: #ffffff;
}
.cid-vbthWnw98A .item-date {
  color: #808080;
}
.cid-vbthWnw98A .item-label {
  color: #ffffff;
}
.cid-vbthWnw98A .mbr-section-title,
.cid-vbthWnw98A .main-btn {
  text-align: center;
}
.cid-vbtiky1XlS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vbtiky1XlS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbtiky1XlS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbtiky1XlS .card {
  justify-content: center;
}
.cid-vbtiky1XlS .content-wrapper .mbr-label {
  margin-bottom: 16px;
}
.cid-vbtiky1XlS .content-wrapper .title-wrap {
  margin-bottom: 24px;
}
.cid-vbtiky1XlS .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vbtiky1XlS .content-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vbtiky1XlS .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vbtiky1XlS .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vbtiky1XlS .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vbtiky1XlS .border-wrapper {
  margin-top: 40px;
  height: 1px;
  width: 100%;
  background-image: linear-gradient(90deg, transparent -20%, #323232 50%, transparent 120%);
}
.cid-vbtiky1XlS .mbr-label {
  color: #ffdf7d;
  text-align: center;
}
.cid-vbtiky1XlS .mbr-section-title {
  color: #808080;
}
.cid-vbtiky1XlS .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vbtiky1XlS .mbr-text {
  color: #808080;
  text-align: center;
}
.cid-vbtiky1XlS .mbr-section-title,
.cid-vbtiky1XlS .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vbtiky1XlS .mbr-text,
.cid-vbtiky1XlS .text-wrapper {
  color: #212529;
}
.cid-vbtilpRKsR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vbtilpRKsR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbtilpRKsR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbtilpRKsR .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vbtilpRKsR .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-vbtilpRKsR .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vbtilpRKsR .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vbtilpRKsR .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vbtilpRKsR .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vbtilpRKsR .main-btn {
  margin-bottom: 80px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vbtilpRKsR .main-btn {
    margin-bottom: 0;
    text-align: left;
  }
}
.cid-vbtilpRKsR .main-btn .btn {
  margin-bottom: 0;
}
.cid-vbtilpRKsR .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-vbtilpRKsR .items-wrapper .item {
  position: relative;
  padding: 0 12px;
  margin-bottom: 40px;
}
.cid-vbtilpRKsR .items-wrapper .item:hover .item-wrapper .image-wrapper .item-img::before,
.cid-vbtilpRKsR .items-wrapper .item:focus .item-wrapper .image-wrapper .item-img::before {
  opacity: .5;
}
.cid-vbtilpRKsR .items-wrapper .item:hover .item-wrapper .image-wrapper .icon-wrapper .mbr-iconfont,
.cid-vbtilpRKsR .items-wrapper .item:focus .item-wrapper .image-wrapper .icon-wrapper .mbr-iconfont {
  transform: translateX(0) rotate(0);
  opacity: 1;
}
.cid-vbtilpRKsR .items-wrapper .item .item-wrapper {
  will-change: transform;
  animation: none !important;
}
.cid-vbtilpRKsR .items-wrapper .item .item-wrapper .image-wrapper {
  position: relative;
  margin-bottom: 16px;
}
.cid-vbtilpRKsR .items-wrapper .item .item-wrapper .image-wrapper .item-img {
  position: relative;
  overflow: hidden;
}
.cid-vbtilpRKsR .items-wrapper .item .item-wrapper .image-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #121212;
  opacity: 0;
  pointer-events: none;
  transition: all .5s ease;
}
.cid-vbtilpRKsR .items-wrapper .item .item-wrapper .image-wrapper .item-img img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
.cid-vbtilpRKsR .items-wrapper .item .item-wrapper .image-wrapper .icon-wrapper {
  position: absolute;
  bottom: 16px;
  right: 16px;
}
.cid-vbtilpRKsR .items-wrapper .item .item-wrapper .image-wrapper .icon-wrapper .mbr-iconfont {
  width: 34px;
  height: 34px;
  min-width: 34px;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #323232;
  opacity: 0;
  transform: translateX(12px) rotate(45deg);
  transition: all .5s ease;
}
.cid-vbtilpRKsR .items-wrapper .item .item-wrapper .image-wrapper .label-wrap {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 0 8px 12px;
  background-color: #ffffff;
  border-radius: 0 0 0 12px;
  z-index: 2;
}
.cid-vbtilpRKsR .items-wrapper .item .item-wrapper .image-wrapper .label-wrap .item-label {
  display: inline-flex;
  margin-bottom: 0;
}
.cid-vbtilpRKsR .items-wrapper .item .item-wrapper .image-wrapper .label-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 12px;
  box-shadow: 10px -6px 0 2px #ffffff;
}
.cid-vbtilpRKsR .items-wrapper .item .item-wrapper .image-wrapper .label-wrap::after {
  content: '';
  position: absolute;
  top: 32px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 12px;
  box-shadow: 10px -6px 0 4px #ffffff;
}
.cid-vbtilpRKsR .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-vbtilpRKsR .items-wrapper .item .item-wrapper .item-content .item-date {
  margin-bottom: 0;
}
.cid-vbtilpRKsR .items-wrapper .item .item-wrapper .item-content .item-btn {
  margin-top: 16px;
}
.cid-vbtilpRKsR .items-wrapper .item .item-wrapper .item-content .item-btn .btn {
  margin-bottom: 0;
}
.cid-vbtilpRKsR .btn-wrapper {
  margin-left: 2%;
  margin-right: 0;
}
.cid-vbtilpRKsR .mbr-section-title {
  color: #808080;
}
.cid-vbtilpRKsR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vbtilpRKsR .item-title {
  color: #ffffff;
}
.cid-vbtilpRKsR .item-date {
  color: #808080;
}
.cid-vbtilpRKsR .item-label {
  color: #ffffff;
}
.cid-vbtilpRKsR .mbr-section-title,
.cid-vbtilpRKsR .main-btn {
  text-align: center;
}
.cid-vbtjtf8ufX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vbtjtf8ufX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbtjtf8ufX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbtjtf8ufX .card {
  justify-content: center;
}
.cid-vbtjtf8ufX .content-wrapper .mbr-label {
  margin-bottom: 16px;
}
.cid-vbtjtf8ufX .content-wrapper .title-wrap {
  margin-bottom: 24px;
}
.cid-vbtjtf8ufX .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vbtjtf8ufX .content-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vbtjtf8ufX .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vbtjtf8ufX .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vbtjtf8ufX .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vbtjtf8ufX .border-wrapper {
  margin-top: 40px;
  height: 1px;
  width: 100%;
  background-image: linear-gradient(90deg, transparent -20%, #323232 50%, transparent 120%);
}
.cid-vbtjtf8ufX .mbr-label {
  color: #ffdf7d;
  text-align: center;
}
.cid-vbtjtf8ufX .mbr-section-title {
  color: #808080;
}
.cid-vbtjtf8ufX .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vbtjtf8ufX .mbr-text {
  color: #808080;
  text-align: center;
}
.cid-vbtjtf8ufX .mbr-section-title,
.cid-vbtjtf8ufX .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vbtjtf8ufX .mbr-text,
.cid-vbtjtf8ufX .text-wrapper {
  color: #212529;
}
.cid-vbtjukcGAa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vbtjukcGAa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbtjukcGAa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbtjukcGAa .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vbtjukcGAa .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-vbtjukcGAa .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vbtjukcGAa .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vbtjukcGAa .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vbtjukcGAa .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vbtjukcGAa .main-btn {
  margin-bottom: 80px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vbtjukcGAa .main-btn {
    margin-bottom: 0;
    text-align: left;
  }
}
.cid-vbtjukcGAa .main-btn .btn {
  margin-bottom: 0;
}
.cid-vbtjukcGAa .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-vbtjukcGAa .items-wrapper .item {
  position: relative;
  padding: 0 12px;
  margin-bottom: 40px;
}
.cid-vbtjukcGAa .items-wrapper .item:hover .item-wrapper .image-wrapper .item-img::before,
.cid-vbtjukcGAa .items-wrapper .item:focus .item-wrapper .image-wrapper .item-img::before {
  opacity: .5;
}
.cid-vbtjukcGAa .items-wrapper .item:hover .item-wrapper .image-wrapper .icon-wrapper .mbr-iconfont,
.cid-vbtjukcGAa .items-wrapper .item:focus .item-wrapper .image-wrapper .icon-wrapper .mbr-iconfont {
  transform: translateX(0) rotate(0);
  opacity: 1;
}
.cid-vbtjukcGAa .items-wrapper .item .item-wrapper {
  will-change: transform;
  animation: none !important;
}
.cid-vbtjukcGAa .items-wrapper .item .item-wrapper .image-wrapper {
  position: relative;
  margin-bottom: 16px;
}
.cid-vbtjukcGAa .items-wrapper .item .item-wrapper .image-wrapper .item-img {
  position: relative;
  overflow: hidden;
}
.cid-vbtjukcGAa .items-wrapper .item .item-wrapper .image-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #121212;
  opacity: 0;
  pointer-events: none;
  transition: all .5s ease;
}
.cid-vbtjukcGAa .items-wrapper .item .item-wrapper .image-wrapper .item-img img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
.cid-vbtjukcGAa .items-wrapper .item .item-wrapper .image-wrapper .icon-wrapper {
  position: absolute;
  bottom: 16px;
  right: 16px;
}
.cid-vbtjukcGAa .items-wrapper .item .item-wrapper .image-wrapper .icon-wrapper .mbr-iconfont {
  width: 34px;
  height: 34px;
  min-width: 34px;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #323232;
  opacity: 0;
  transform: translateX(12px) rotate(45deg);
  transition: all .5s ease;
}
.cid-vbtjukcGAa .items-wrapper .item .item-wrapper .image-wrapper .label-wrap {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 0 8px 12px;
  background-color: #ffffff;
  border-radius: 0 0 0 12px;
  z-index: 2;
}
.cid-vbtjukcGAa .items-wrapper .item .item-wrapper .image-wrapper .label-wrap .item-label {
  display: inline-flex;
  margin-bottom: 0;
}
.cid-vbtjukcGAa .items-wrapper .item .item-wrapper .image-wrapper .label-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 12px;
  box-shadow: 10px -6px 0 2px #ffffff;
}
.cid-vbtjukcGAa .items-wrapper .item .item-wrapper .image-wrapper .label-wrap::after {
  content: '';
  position: absolute;
  top: 32px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 12px;
  box-shadow: 10px -6px 0 4px #ffffff;
}
.cid-vbtjukcGAa .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-vbtjukcGAa .items-wrapper .item .item-wrapper .item-content .item-date {
  margin-bottom: 0;
}
.cid-vbtjukcGAa .items-wrapper .item .item-wrapper .item-content .item-btn {
  margin-top: 16px;
}
.cid-vbtjukcGAa .items-wrapper .item .item-wrapper .item-content .item-btn .btn {
  margin-bottom: 0;
}
.cid-vbtjukcGAa .btn-wrapper {
  margin-left: 2%;
  margin-right: 0;
}
.cid-vbtjukcGAa .mbr-section-title {
  color: #808080;
}
.cid-vbtjukcGAa .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vbtjukcGAa .item-title {
  color: #ffffff;
}
.cid-vbtjukcGAa .item-date {
  color: #808080;
}
.cid-vbtjukcGAa .item-label {
  color: #ffffff;
}
.cid-vbtjukcGAa .mbr-section-title,
.cid-vbtjukcGAa .main-btn {
  text-align: center;
}
.cid-vbtjJitgIU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vbtjJitgIU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbtjJitgIU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbtjJitgIU .card {
  justify-content: center;
}
.cid-vbtjJitgIU .content-wrapper .mbr-label {
  margin-bottom: 16px;
}
.cid-vbtjJitgIU .content-wrapper .title-wrap {
  margin-bottom: 24px;
}
.cid-vbtjJitgIU .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vbtjJitgIU .content-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vbtjJitgIU .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vbtjJitgIU .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vbtjJitgIU .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vbtjJitgIU .border-wrapper {
  margin-top: 40px;
  height: 1px;
  width: 100%;
  background-image: linear-gradient(90deg, transparent -20%, #323232 50%, transparent 120%);
}
.cid-vbtjJitgIU .mbr-label {
  color: #ffdf7d;
  text-align: center;
}
.cid-vbtjJitgIU .mbr-section-title {
  color: #808080;
}
.cid-vbtjJitgIU .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vbtjJitgIU .mbr-text {
  color: #808080;
  text-align: center;
}
.cid-vbtjJitgIU .mbr-section-title,
.cid-vbtjJitgIU .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vbtjJitgIU .mbr-text,
.cid-vbtjJitgIU .text-wrapper {
  color: #212529;
}
.cid-vbtjKjLQZv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vbtjKjLQZv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbtjKjLQZv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbtjKjLQZv .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vbtjKjLQZv .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-vbtjKjLQZv .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vbtjKjLQZv .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vbtjKjLQZv .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vbtjKjLQZv .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vbtjKjLQZv .main-btn {
  margin-bottom: 80px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vbtjKjLQZv .main-btn {
    margin-bottom: 0;
    text-align: left;
  }
}
.cid-vbtjKjLQZv .main-btn .btn {
  margin-bottom: 0;
}
.cid-vbtjKjLQZv .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-vbtjKjLQZv .items-wrapper .item {
  position: relative;
  padding: 0 12px;
  margin-bottom: 40px;
}
.cid-vbtjKjLQZv .items-wrapper .item:hover .item-wrapper .image-wrapper .item-img::before,
.cid-vbtjKjLQZv .items-wrapper .item:focus .item-wrapper .image-wrapper .item-img::before {
  opacity: .5;
}
.cid-vbtjKjLQZv .items-wrapper .item:hover .item-wrapper .image-wrapper .icon-wrapper .mbr-iconfont,
.cid-vbtjKjLQZv .items-wrapper .item:focus .item-wrapper .image-wrapper .icon-wrapper .mbr-iconfont {
  transform: translateX(0) rotate(0);
  opacity: 1;
}
.cid-vbtjKjLQZv .items-wrapper .item .item-wrapper {
  will-change: transform;
  animation: none !important;
}
.cid-vbtjKjLQZv .items-wrapper .item .item-wrapper .image-wrapper {
  position: relative;
  margin-bottom: 16px;
}
.cid-vbtjKjLQZv .items-wrapper .item .item-wrapper .image-wrapper .item-img {
  position: relative;
  overflow: hidden;
}
.cid-vbtjKjLQZv .items-wrapper .item .item-wrapper .image-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #121212;
  opacity: 0;
  pointer-events: none;
  transition: all .5s ease;
}
.cid-vbtjKjLQZv .items-wrapper .item .item-wrapper .image-wrapper .item-img img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
.cid-vbtjKjLQZv .items-wrapper .item .item-wrapper .image-wrapper .icon-wrapper {
  position: absolute;
  bottom: 16px;
  right: 16px;
}
.cid-vbtjKjLQZv .items-wrapper .item .item-wrapper .image-wrapper .icon-wrapper .mbr-iconfont {
  width: 34px;
  height: 34px;
  min-width: 34px;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #323232;
  opacity: 0;
  transform: translateX(12px) rotate(45deg);
  transition: all .5s ease;
}
.cid-vbtjKjLQZv .items-wrapper .item .item-wrapper .image-wrapper .label-wrap {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 0 8px 12px;
  background-color: #ffffff;
  border-radius: 0 0 0 12px;
  z-index: 2;
}
.cid-vbtjKjLQZv .items-wrapper .item .item-wrapper .image-wrapper .label-wrap .item-label {
  display: inline-flex;
  margin-bottom: 0;
}
.cid-vbtjKjLQZv .items-wrapper .item .item-wrapper .image-wrapper .label-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 12px;
  box-shadow: 10px -6px 0 2px #ffffff;
}
.cid-vbtjKjLQZv .items-wrapper .item .item-wrapper .image-wrapper .label-wrap::after {
  content: '';
  position: absolute;
  top: 32px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 12px;
  box-shadow: 10px -6px 0 4px #ffffff;
}
.cid-vbtjKjLQZv .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-vbtjKjLQZv .items-wrapper .item .item-wrapper .item-content .item-date {
  margin-bottom: 0;
}
.cid-vbtjKjLQZv .items-wrapper .item .item-wrapper .item-content .item-btn {
  margin-top: 16px;
}
.cid-vbtjKjLQZv .items-wrapper .item .item-wrapper .item-content .item-btn .btn {
  margin-bottom: 0;
}
.cid-vbtjKjLQZv .btn-wrapper {
  margin-left: 2%;
  margin-right: 0;
}
.cid-vbtjKjLQZv .mbr-section-title {
  color: #808080;
}
.cid-vbtjKjLQZv .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vbtjKjLQZv .item-title {
  color: #ffffff;
}
.cid-vbtjKjLQZv .item-date {
  color: #808080;
}
.cid-vbtjKjLQZv .item-label {
  color: #ffffff;
}
.cid-vbtjKjLQZv .mbr-section-title,
.cid-vbtjKjLQZv .main-btn {
  text-align: center;
}
.cid-vbzrMlrfJl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #01009a;
}
.cid-vbzrMlrfJl .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uYKYe5ucuk {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYKYe5ucuk nav.navbar {
  position: fixed;
}
.cid-uYKYe5ucuk .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uYKYe5ucuk .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYKYe5ucuk .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-uYKYe5ucuk .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uYKYe5ucuk .dropdown-item {
  border: none !important;
  background: #01009a !important;
  font-weight: 400;
}
.cid-uYKYe5ucuk .dropdown-item:hover,
.cid-uYKYe5ucuk .dropdown-item:focus {
  background: #01009a !important;
  color: #fe0000 !important;
}
.cid-uYKYe5ucuk .dropdown-item:hover span {
  color: white;
}
.cid-uYKYe5ucuk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYKYe5ucuk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYKYe5ucuk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYKYe5ucuk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYKYe5ucuk .nav-link {
  position: relative;
}
.cid-uYKYe5ucuk .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uYKYe5ucuk .container {
    flex-wrap: nowrap;
  }
}
.cid-uYKYe5ucuk .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYKYe5ucuk .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uYKYe5ucuk .dropdown-menu,
.cid-uYKYe5ucuk .navbar.opened {
  background: #01009a !important;
}
.cid-uYKYe5ucuk .nav-item:focus,
.cid-uYKYe5ucuk .nav-link:focus {
  outline: none;
}
.cid-uYKYe5ucuk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYKYe5ucuk .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYKYe5ucuk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYKYe5ucuk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYKYe5ucuk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYKYe5ucuk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYKYe5ucuk .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #01009a;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uYKYe5ucuk .navbar.opened {
  transition: all 0.3s;
}
.cid-uYKYe5ucuk .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uYKYe5ucuk .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-uYKYe5ucuk .navbar .navbar-logo img {
  width: auto;
}
.cid-uYKYe5ucuk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYKYe5ucuk .navbar.collapsed {
  justify-content: center;
}
.cid-uYKYe5ucuk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYKYe5ucuk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYKYe5ucuk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-uYKYe5ucuk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYKYe5ucuk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYKYe5ucuk .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-uYKYe5ucuk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYKYe5ucuk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYKYe5ucuk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYKYe5ucuk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYKYe5ucuk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYKYe5ucuk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYKYe5ucuk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYKYe5ucuk .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-uYKYe5ucuk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYKYe5ucuk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYKYe5ucuk .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uYKYe5ucuk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYKYe5ucuk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYKYe5ucuk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYKYe5ucuk .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYKYe5ucuk .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYKYe5ucuk .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-uYKYe5ucuk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uYKYe5ucuk .navbar-brand .navbar-caption:hover,
.cid-uYKYe5ucuk .navbar-brand .navbar-caption:focus {
  color: #fe0000 !important;
}
.cid-uYKYe5ucuk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYKYe5ucuk .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYKYe5ucuk .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #fe0000 !important;
}
.cid-uYKYe5ucuk .dropdown-item.active,
.cid-uYKYe5ucuk .dropdown-item:active {
  background-color: transparent;
}
.cid-uYKYe5ucuk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYKYe5ucuk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYKYe5ucuk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYKYe5ucuk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #01009a;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uYKYe5ucuk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYKYe5ucuk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYKYe5ucuk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYKYe5ucuk ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYKYe5ucuk ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYKYe5ucuk .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uYKYe5ucuk .navbar-buttons {
    text-align: left;
  }
}
.cid-uYKYe5ucuk .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYKYe5ucuk .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYKYe5ucuk 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: #01009a !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYKYe5ucuk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYKYe5ucuk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYKYe5ucuk button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYKYe5ucuk button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYKYe5ucuk button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYKYe5ucuk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYKYe5ucuk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYKYe5ucuk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYKYe5ucuk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYKYe5ucuk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYKYe5ucuk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYKYe5ucuk .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-uYKYe5ucuk .navbar {
    height: 70px;
  }
  .cid-uYKYe5ucuk .navbar.opened {
    height: auto;
  }
  .cid-uYKYe5ucuk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYKYe5ucuk .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uYKYe5ucuk .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYKYe5ucuk .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uYKYe5ucuk .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uYKYe5ucuk .nav-item .nav-link:hover {
  background-color: transparent;
  color: #fe0000 !important;
}
.cid-uYKYe5ucuk .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uYKYe5ucuk .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYKYe5ucuk .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYKYe5ucuk .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uYKYe5ucuk .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYKYe5ucuk .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYKYe5ucuk .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYKYe5ucuk .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYKYe5ucuk .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYKYe5ucuk .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uYKYe5ucuk .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uYKYe5ucuk .content-wrap {
  min-height: 110px;
}
.cid-v8GcYPHIAj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v8GcYPHIAj h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-v8GcYPHIAj .container {
    position: relative;
  }
  .cid-v8GcYPHIAj .row {
    margin: 0;
  }
  .cid-v8GcYPHIAj h2 {
    margin: 0;
  }
}
.cid-v8GcYPHIAj .mbr-section-subtitle {
  color: #e9204f;
}
.cid-v8GcYPHIAj .mbr-text {
  margin-top: 1.4rem;
}
.cid-v8GcZwSRk6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v8GcZwSRk6 h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-v8GcZwSRk6 .container {
    position: relative;
  }
  .cid-v8GcZwSRk6 .row {
    margin: 0;
  }
  .cid-v8GcZwSRk6 h2 {
    margin: 0;
  }
}
.cid-v8GcZwSRk6 .mbr-section-subtitle {
  color: #e9204f;
}
.cid-v8GcZwSRk6 .mbr-text {
  margin-top: 1.4rem;
}
.cid-vbzrMlrfJl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #01009a;
}
.cid-vbzrMlrfJl .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uYKYe5ucuk {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYKYe5ucuk nav.navbar {
  position: fixed;
}
.cid-uYKYe5ucuk .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uYKYe5ucuk .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYKYe5ucuk .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-uYKYe5ucuk .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uYKYe5ucuk .dropdown-item {
  border: none !important;
  background: #01009a !important;
  font-weight: 400;
}
.cid-uYKYe5ucuk .dropdown-item:hover,
.cid-uYKYe5ucuk .dropdown-item:focus {
  background: #01009a !important;
  color: #fe0000 !important;
}
.cid-uYKYe5ucuk .dropdown-item:hover span {
  color: white;
}
.cid-uYKYe5ucuk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYKYe5ucuk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYKYe5ucuk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYKYe5ucuk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYKYe5ucuk .nav-link {
  position: relative;
}
.cid-uYKYe5ucuk .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uYKYe5ucuk .container {
    flex-wrap: nowrap;
  }
}
.cid-uYKYe5ucuk .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYKYe5ucuk .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uYKYe5ucuk .dropdown-menu,
.cid-uYKYe5ucuk .navbar.opened {
  background: #01009a !important;
}
.cid-uYKYe5ucuk .nav-item:focus,
.cid-uYKYe5ucuk .nav-link:focus {
  outline: none;
}
.cid-uYKYe5ucuk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYKYe5ucuk .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYKYe5ucuk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYKYe5ucuk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYKYe5ucuk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYKYe5ucuk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYKYe5ucuk .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #01009a;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uYKYe5ucuk .navbar.opened {
  transition: all 0.3s;
}
.cid-uYKYe5ucuk .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uYKYe5ucuk .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-uYKYe5ucuk .navbar .navbar-logo img {
  width: auto;
}
.cid-uYKYe5ucuk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYKYe5ucuk .navbar.collapsed {
  justify-content: center;
}
.cid-uYKYe5ucuk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYKYe5ucuk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYKYe5ucuk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-uYKYe5ucuk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYKYe5ucuk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYKYe5ucuk .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-uYKYe5ucuk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYKYe5ucuk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYKYe5ucuk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYKYe5ucuk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYKYe5ucuk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYKYe5ucuk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYKYe5ucuk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYKYe5ucuk .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-uYKYe5ucuk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYKYe5ucuk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYKYe5ucuk .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uYKYe5ucuk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYKYe5ucuk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYKYe5ucuk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYKYe5ucuk .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYKYe5ucuk .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYKYe5ucuk .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-uYKYe5ucuk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uYKYe5ucuk .navbar-brand .navbar-caption:hover,
.cid-uYKYe5ucuk .navbar-brand .navbar-caption:focus {
  color: #fe0000 !important;
}
.cid-uYKYe5ucuk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYKYe5ucuk .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYKYe5ucuk .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #fe0000 !important;
}
.cid-uYKYe5ucuk .dropdown-item.active,
.cid-uYKYe5ucuk .dropdown-item:active {
  background-color: transparent;
}
.cid-uYKYe5ucuk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYKYe5ucuk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYKYe5ucuk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYKYe5ucuk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #01009a;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uYKYe5ucuk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYKYe5ucuk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYKYe5ucuk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYKYe5ucuk ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYKYe5ucuk ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYKYe5ucuk .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uYKYe5ucuk .navbar-buttons {
    text-align: left;
  }
}
.cid-uYKYe5ucuk .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYKYe5ucuk .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYKYe5ucuk 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: #01009a !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYKYe5ucuk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYKYe5ucuk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYKYe5ucuk button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYKYe5ucuk button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYKYe5ucuk button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYKYe5ucuk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYKYe5ucuk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYKYe5ucuk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYKYe5ucuk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYKYe5ucuk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYKYe5ucuk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYKYe5ucuk .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-uYKYe5ucuk .navbar {
    height: 70px;
  }
  .cid-uYKYe5ucuk .navbar.opened {
    height: auto;
  }
  .cid-uYKYe5ucuk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYKYe5ucuk .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uYKYe5ucuk .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYKYe5ucuk .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uYKYe5ucuk .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uYKYe5ucuk .nav-item .nav-link:hover {
  background-color: transparent;
  color: #fe0000 !important;
}
.cid-uYKYe5ucuk .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uYKYe5ucuk .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYKYe5ucuk .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYKYe5ucuk .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uYKYe5ucuk .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYKYe5ucuk .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYKYe5ucuk .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYKYe5ucuk .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYKYe5ucuk .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYKYe5ucuk .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uYKYe5ucuk .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uYKYe5ucuk .content-wrap {
  min-height: 110px;
}
.cid-v8GdiDSNBS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v8GdiDSNBS h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-v8GdiDSNBS .container {
    position: relative;
  }
  .cid-v8GdiDSNBS .row {
    margin: 0;
  }
  .cid-v8GdiDSNBS h2 {
    margin: 0;
  }
}
.cid-v8GdiDSNBS .mbr-section-subtitle {
  color: #e9204f;
}
.cid-v8GdiDSNBS .mbr-text {
  margin-top: 1.4rem;
}
.cid-vbzrMlrfJl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #01009a;
}
.cid-vbzrMlrfJl .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uYKYe5ucuk {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYKYe5ucuk nav.navbar {
  position: fixed;
}
.cid-uYKYe5ucuk .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uYKYe5ucuk .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYKYe5ucuk .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-uYKYe5ucuk .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uYKYe5ucuk .dropdown-item {
  border: none !important;
  background: #01009a !important;
  font-weight: 400;
}
.cid-uYKYe5ucuk .dropdown-item:hover,
.cid-uYKYe5ucuk .dropdown-item:focus {
  background: #01009a !important;
  color: #fe0000 !important;
}
.cid-uYKYe5ucuk .dropdown-item:hover span {
  color: white;
}
.cid-uYKYe5ucuk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYKYe5ucuk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYKYe5ucuk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYKYe5ucuk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYKYe5ucuk .nav-link {
  position: relative;
}
.cid-uYKYe5ucuk .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uYKYe5ucuk .container {
    flex-wrap: nowrap;
  }
}
.cid-uYKYe5ucuk .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYKYe5ucuk .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uYKYe5ucuk .dropdown-menu,
.cid-uYKYe5ucuk .navbar.opened {
  background: #01009a !important;
}
.cid-uYKYe5ucuk .nav-item:focus,
.cid-uYKYe5ucuk .nav-link:focus {
  outline: none;
}
.cid-uYKYe5ucuk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYKYe5ucuk .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYKYe5ucuk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYKYe5ucuk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYKYe5ucuk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYKYe5ucuk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYKYe5ucuk .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #01009a;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uYKYe5ucuk .navbar.opened {
  transition: all 0.3s;
}
.cid-uYKYe5ucuk .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uYKYe5ucuk .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-uYKYe5ucuk .navbar .navbar-logo img {
  width: auto;
}
.cid-uYKYe5ucuk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYKYe5ucuk .navbar.collapsed {
  justify-content: center;
}
.cid-uYKYe5ucuk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYKYe5ucuk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYKYe5ucuk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-uYKYe5ucuk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYKYe5ucuk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYKYe5ucuk .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-uYKYe5ucuk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYKYe5ucuk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYKYe5ucuk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYKYe5ucuk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYKYe5ucuk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYKYe5ucuk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYKYe5ucuk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYKYe5ucuk .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-uYKYe5ucuk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYKYe5ucuk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYKYe5ucuk .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uYKYe5ucuk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYKYe5ucuk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYKYe5ucuk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYKYe5ucuk .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYKYe5ucuk .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYKYe5ucuk .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-uYKYe5ucuk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uYKYe5ucuk .navbar-brand .navbar-caption:hover,
.cid-uYKYe5ucuk .navbar-brand .navbar-caption:focus {
  color: #fe0000 !important;
}
.cid-uYKYe5ucuk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYKYe5ucuk .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYKYe5ucuk .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #fe0000 !important;
}
.cid-uYKYe5ucuk .dropdown-item.active,
.cid-uYKYe5ucuk .dropdown-item:active {
  background-color: transparent;
}
.cid-uYKYe5ucuk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYKYe5ucuk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYKYe5ucuk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYKYe5ucuk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #01009a;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uYKYe5ucuk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYKYe5ucuk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYKYe5ucuk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYKYe5ucuk ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYKYe5ucuk ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYKYe5ucuk .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uYKYe5ucuk .navbar-buttons {
    text-align: left;
  }
}
.cid-uYKYe5ucuk .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYKYe5ucuk .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYKYe5ucuk 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: #01009a !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYKYe5ucuk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYKYe5ucuk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYKYe5ucuk button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYKYe5ucuk button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYKYe5ucuk button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYKYe5ucuk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYKYe5ucuk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYKYe5ucuk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYKYe5ucuk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYKYe5ucuk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYKYe5ucuk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYKYe5ucuk .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-uYKYe5ucuk .navbar {
    height: 70px;
  }
  .cid-uYKYe5ucuk .navbar.opened {
    height: auto;
  }
  .cid-uYKYe5ucuk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYKYe5ucuk .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uYKYe5ucuk .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYKYe5ucuk .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uYKYe5ucuk .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uYKYe5ucuk .nav-item .nav-link:hover {
  background-color: transparent;
  color: #fe0000 !important;
}
.cid-uYKYe5ucuk .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uYKYe5ucuk .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYKYe5ucuk .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYKYe5ucuk .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uYKYe5ucuk .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYKYe5ucuk .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYKYe5ucuk .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYKYe5ucuk .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYKYe5ucuk .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYKYe5ucuk .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uYKYe5ucuk .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uYKYe5ucuk .content-wrap {
  min-height: 110px;
}
.cid-v8GenfD2jU {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v8GenfD2jU h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-v8GenfD2jU .container {
    position: relative;
  }
  .cid-v8GenfD2jU .row {
    margin: 0;
  }
  .cid-v8GenfD2jU h2 {
    margin: 0;
  }
}
.cid-v8GenfD2jU .mbr-section-subtitle {
  color: #e9204f;
}
.cid-v8GenfD2jU .mbr-text {
  margin-top: 1.4rem;
}
.cid-v8GdyOw2TJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v8GdyOw2TJ .mbr-section-subtitle {
  color: #767676;
}
.cid-v8GdyOw2TJ .container-table {
  margin: 0 auto;
}
.cid-v8GdyOw2TJ .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-v8GdyOw2TJ .dataTables_wrapper {
  display: block;
}
.cid-v8GdyOw2TJ .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-v8GdyOw2TJ .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-v8GdyOw2TJ table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #efefef;
  margin-bottom: 0;
}
.cid-v8GdyOw2TJ table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #efefef;
  transition: all .2s;
}
.cid-v8GdyOw2TJ table th:hover {
  background: #efefef;
  color: #000000;
}
.cid-v8GdyOw2TJ table td {
  border: 1px solid #efefef;
}
.cid-v8GdyOw2TJ .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-v8GdyOw2TJ .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-v8GdyOw2TJ .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-v8GdyOw2TJ .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-v8GdyOw2TJ .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-v8GdyOw2TJ .dataTables_filter {
    text-align: center;
  }
  .cid-v8GdyOw2TJ .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-v8GdyOw2TJ .head-item,
.cid-v8GdyOw2TJ .body-item {
  text-align: center;
}
.cid-v8GdyOw2TJ .head-item1 {
  color: #212529;
}
.cid-vbzrMlrfJl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #01009a;
}
.cid-vbzrMlrfJl .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uYKYe5ucuk {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYKYe5ucuk nav.navbar {
  position: fixed;
}
.cid-uYKYe5ucuk .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uYKYe5ucuk .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYKYe5ucuk .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-uYKYe5ucuk .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uYKYe5ucuk .dropdown-item {
  border: none !important;
  background: #01009a !important;
  font-weight: 400;
}
.cid-uYKYe5ucuk .dropdown-item:hover,
.cid-uYKYe5ucuk .dropdown-item:focus {
  background: #01009a !important;
  color: #fe0000 !important;
}
.cid-uYKYe5ucuk .dropdown-item:hover span {
  color: white;
}
.cid-uYKYe5ucuk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYKYe5ucuk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYKYe5ucuk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYKYe5ucuk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYKYe5ucuk .nav-link {
  position: relative;
}
.cid-uYKYe5ucuk .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uYKYe5ucuk .container {
    flex-wrap: nowrap;
  }
}
.cid-uYKYe5ucuk .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYKYe5ucuk .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uYKYe5ucuk .dropdown-menu,
.cid-uYKYe5ucuk .navbar.opened {
  background: #01009a !important;
}
.cid-uYKYe5ucuk .nav-item:focus,
.cid-uYKYe5ucuk .nav-link:focus {
  outline: none;
}
.cid-uYKYe5ucuk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYKYe5ucuk .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYKYe5ucuk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYKYe5ucuk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYKYe5ucuk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYKYe5ucuk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYKYe5ucuk .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #01009a;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uYKYe5ucuk .navbar.opened {
  transition: all 0.3s;
}
.cid-uYKYe5ucuk .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uYKYe5ucuk .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-uYKYe5ucuk .navbar .navbar-logo img {
  width: auto;
}
.cid-uYKYe5ucuk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYKYe5ucuk .navbar.collapsed {
  justify-content: center;
}
.cid-uYKYe5ucuk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYKYe5ucuk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYKYe5ucuk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-uYKYe5ucuk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYKYe5ucuk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYKYe5ucuk .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-uYKYe5ucuk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYKYe5ucuk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYKYe5ucuk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYKYe5ucuk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYKYe5ucuk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYKYe5ucuk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYKYe5ucuk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYKYe5ucuk .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-uYKYe5ucuk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYKYe5ucuk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYKYe5ucuk .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uYKYe5ucuk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYKYe5ucuk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYKYe5ucuk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYKYe5ucuk .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYKYe5ucuk .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYKYe5ucuk .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-uYKYe5ucuk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uYKYe5ucuk .navbar-brand .navbar-caption:hover,
.cid-uYKYe5ucuk .navbar-brand .navbar-caption:focus {
  color: #fe0000 !important;
}
.cid-uYKYe5ucuk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYKYe5ucuk .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYKYe5ucuk .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #fe0000 !important;
}
.cid-uYKYe5ucuk .dropdown-item.active,
.cid-uYKYe5ucuk .dropdown-item:active {
  background-color: transparent;
}
.cid-uYKYe5ucuk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYKYe5ucuk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYKYe5ucuk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYKYe5ucuk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #01009a;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uYKYe5ucuk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYKYe5ucuk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYKYe5ucuk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYKYe5ucuk ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYKYe5ucuk ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYKYe5ucuk .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uYKYe5ucuk .navbar-buttons {
    text-align: left;
  }
}
.cid-uYKYe5ucuk .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYKYe5ucuk .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYKYe5ucuk 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: #01009a !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYKYe5ucuk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYKYe5ucuk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYKYe5ucuk button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYKYe5ucuk button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYKYe5ucuk button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYKYe5ucuk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYKYe5ucuk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYKYe5ucuk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYKYe5ucuk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYKYe5ucuk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYKYe5ucuk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYKYe5ucuk .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-uYKYe5ucuk .navbar {
    height: 70px;
  }
  .cid-uYKYe5ucuk .navbar.opened {
    height: auto;
  }
  .cid-uYKYe5ucuk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYKYe5ucuk .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uYKYe5ucuk .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYKYe5ucuk .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uYKYe5ucuk .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uYKYe5ucuk .nav-item .nav-link:hover {
  background-color: transparent;
  color: #fe0000 !important;
}
.cid-uYKYe5ucuk .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uYKYe5ucuk .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYKYe5ucuk .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYKYe5ucuk .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uYKYe5ucuk .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYKYe5ucuk .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYKYe5ucuk .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYKYe5ucuk .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYKYe5ucuk .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYKYe5ucuk .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uYKYe5ucuk .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uYKYe5ucuk .content-wrap {
  min-height: 110px;
}
.cid-v8GdOF3HUZ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v8GdOF3HUZ h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-v8GdOF3HUZ .container {
    position: relative;
  }
  .cid-v8GdOF3HUZ .row {
    margin: 0;
  }
  .cid-v8GdOF3HUZ h2 {
    margin: 0;
  }
}
.cid-v8GdOF3HUZ .mbr-section-subtitle {
  color: #e9204f;
}
.cid-v8GdOF3HUZ .mbr-text {
  margin-top: 1.4rem;
}
.cid-v8Ge3912Go body {
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  background-color: #f4f6f8;
  margin: 0;
  padding: 30px;
  color: #333;
}
.cid-v8Ge3912Go h1 {
  text-align: center;
  color: #1f3a5f;
  margin-bottom: 5px;
}
.cid-v8Ge3912Go h2 {
  text-align: center;
  color: #555;
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: normal;
}
.cid-v8Ge3912Go table {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  border-collapse: collapse;
  background-color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  overflow: hidden;
}
.cid-v8Ge3912Go thead {
  background-color: #1f3a5f;
}
.cid-v8Ge3912Go th {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.85rem;
  padding: 14px;
}
.cid-v8Ge3912Go td {
  padding: 14px;
  border-bottom: 1px solid #e0e0e0;
  font-size: 0.95rem;
}
.cid-v8Ge3912Go tbody tr:nth-child(even) {
  background-color: #f9fafb;
}
.cid-v8Ge3912Go tbody tr:hover {
  background-color: #eef4fb;
  transition: background-color 0.2s ease-in-out;
}
.cid-v8Ge3912Go tbody tr:last-child td {
  border-bottom: none;
}
@media (max-width: 768px) {
  .cid-v8Ge3912Go table {
    font-size: 0.9rem;
  }
  .cid-v8Ge3912Go th,
  .cid-v8Ge3912Go td {
    padding: 10px;
  }
  .cid-v8Ge3912Go h1 {
    font-size: 1.6rem;
  }
  .cid-v8Ge3912Go h2 {
    font-size: 1.1rem;
  }
}
@media (max-width: 480px) {
  .cid-v8Ge3912Go table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}
.cid-v8Ge3wi2si {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-v8Ge3wi2si .mbr-text,
.cid-v8Ge3wi2si .ornament {
  color: #101010;
}
.cid-vbzrMlrfJl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #01009a;
}
.cid-vbzrMlrfJl .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uYKYe5ucuk {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYKYe5ucuk nav.navbar {
  position: fixed;
}
.cid-uYKYe5ucuk .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uYKYe5ucuk .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYKYe5ucuk .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-uYKYe5ucuk .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uYKYe5ucuk .dropdown-item {
  border: none !important;
  background: #01009a !important;
  font-weight: 400;
}
.cid-uYKYe5ucuk .dropdown-item:hover,
.cid-uYKYe5ucuk .dropdown-item:focus {
  background: #01009a !important;
  color: #fe0000 !important;
}
.cid-uYKYe5ucuk .dropdown-item:hover span {
  color: white;
}
.cid-uYKYe5ucuk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYKYe5ucuk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYKYe5ucuk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYKYe5ucuk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYKYe5ucuk .nav-link {
  position: relative;
}
.cid-uYKYe5ucuk .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uYKYe5ucuk .container {
    flex-wrap: nowrap;
  }
}
.cid-uYKYe5ucuk .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYKYe5ucuk .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uYKYe5ucuk .dropdown-menu,
.cid-uYKYe5ucuk .navbar.opened {
  background: #01009a !important;
}
.cid-uYKYe5ucuk .nav-item:focus,
.cid-uYKYe5ucuk .nav-link:focus {
  outline: none;
}
.cid-uYKYe5ucuk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYKYe5ucuk .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYKYe5ucuk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYKYe5ucuk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYKYe5ucuk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYKYe5ucuk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYKYe5ucuk .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #01009a;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uYKYe5ucuk .navbar.opened {
  transition: all 0.3s;
}
.cid-uYKYe5ucuk .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uYKYe5ucuk .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-uYKYe5ucuk .navbar .navbar-logo img {
  width: auto;
}
.cid-uYKYe5ucuk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYKYe5ucuk .navbar.collapsed {
  justify-content: center;
}
.cid-uYKYe5ucuk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYKYe5ucuk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYKYe5ucuk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-uYKYe5ucuk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYKYe5ucuk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYKYe5ucuk .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-uYKYe5ucuk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYKYe5ucuk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYKYe5ucuk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYKYe5ucuk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYKYe5ucuk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYKYe5ucuk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYKYe5ucuk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYKYe5ucuk .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-uYKYe5ucuk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYKYe5ucuk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYKYe5ucuk .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uYKYe5ucuk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYKYe5ucuk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYKYe5ucuk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYKYe5ucuk .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYKYe5ucuk .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYKYe5ucuk .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-uYKYe5ucuk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uYKYe5ucuk .navbar-brand .navbar-caption:hover,
.cid-uYKYe5ucuk .navbar-brand .navbar-caption:focus {
  color: #fe0000 !important;
}
.cid-uYKYe5ucuk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYKYe5ucuk .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYKYe5ucuk .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #fe0000 !important;
}
.cid-uYKYe5ucuk .dropdown-item.active,
.cid-uYKYe5ucuk .dropdown-item:active {
  background-color: transparent;
}
.cid-uYKYe5ucuk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYKYe5ucuk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYKYe5ucuk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYKYe5ucuk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #01009a;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uYKYe5ucuk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYKYe5ucuk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYKYe5ucuk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYKYe5ucuk ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYKYe5ucuk ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYKYe5ucuk .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uYKYe5ucuk .navbar-buttons {
    text-align: left;
  }
}
.cid-uYKYe5ucuk .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYKYe5ucuk .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYKYe5ucuk 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: #01009a !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYKYe5ucuk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYKYe5ucuk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYKYe5ucuk button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYKYe5ucuk button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYKYe5ucuk button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYKYe5ucuk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYKYe5ucuk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYKYe5ucuk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYKYe5ucuk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYKYe5ucuk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYKYe5ucuk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYKYe5ucuk .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-uYKYe5ucuk .navbar {
    height: 70px;
  }
  .cid-uYKYe5ucuk .navbar.opened {
    height: auto;
  }
  .cid-uYKYe5ucuk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYKYe5ucuk .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uYKYe5ucuk .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYKYe5ucuk .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uYKYe5ucuk .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uYKYe5ucuk .nav-item .nav-link:hover {
  background-color: transparent;
  color: #fe0000 !important;
}
.cid-uYKYe5ucuk .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uYKYe5ucuk .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYKYe5ucuk .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYKYe5ucuk .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uYKYe5ucuk .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYKYe5ucuk .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYKYe5ucuk .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYKYe5ucuk .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYKYe5ucuk .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYKYe5ucuk .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uYKYe5ucuk .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uYKYe5ucuk .content-wrap {
  min-height: 110px;
}
.cid-v8Fb43fIUG {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v8Fb43fIUG h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-v8Fb43fIUG .container {
    position: relative;
  }
  .cid-v8Fb43fIUG .row {
    margin: 0;
  }
  .cid-v8Fb43fIUG h2 {
    margin: 0;
  }
}
.cid-v8Fb43fIUG .mbr-section-subtitle {
  color: #e9204f;
}
.cid-v8Fb43fIUG .mbr-text {
  margin-top: 1.4rem;
}
.cid-v8Fb43fIUG h2 {
  color: #01009a;
}
.cid-v8Fb4yO9eP {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v8Fb4yO9eP h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-v8Fb4yO9eP .container {
    position: relative;
  }
  .cid-v8Fb4yO9eP .row {
    margin: 0;
  }
  .cid-v8Fb4yO9eP h2 {
    margin: 0;
  }
}
.cid-v8Fb4yO9eP .mbr-section-subtitle {
  color: #e9204f;
}
.cid-v8Fb4yO9eP .mbr-text {
  margin-top: 1.4rem;
}
.cid-v8Fnu0RDot {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v8Fnu0RDot .item-img {
  position: relative;
}
.cid-v8Fnu0RDot .item-img img {
  transition: all 0.2s;
}
.cid-v8Fnu0RDot .mbr-section-subtitle,
.cid-v8Fnu0RDot .item-title {
  line-height: 1.2;
}
.cid-v8Fnu0RDot .item {
  transition: transform 0.3s;
}
.cid-v8Fnu0RDot .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-v8Fnu0RDot .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-v8Fnu0RDot .item:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-v8Fnu0RDot .item {
    margin-bottom: 2rem;
  }
}
.cid-v8Fnu0RDot .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #fe0000;
}
@media (max-width: 992px) {
  .cid-v8Fnu0RDot .subtitle-wrap,
  .cid-v8Fnu0RDot .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-v8Fnu0RDot .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-v8Fnu0RDot .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v8Fnu0RDot .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v8Fnu0RDot .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-v8Fnu0RDot .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-v8Fnu0RDot .link-icon-wrapper .icon-wrap {
  background: #fe0000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-v8Fnu0RDot .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-v8Fnu0RDot .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-v8Fnu0RDot .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-v8Fnu0RDot .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-v8Fnu0RDot .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-v8Fnu0RDot .item-content {
  padding: 0.5rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-v8Fnu0RDot .item-content {
    padding: 0 0.5rem;
    padding-top: 1rem;
  }
}
.cid-v8Fnu0RDot img,
.cid-v8Fnu0RDot .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v8Fnu0RDot .item:focus,
.cid-v8Fnu0RDot span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-v8Fnu0RDot .item {
    margin-bottom: 1rem;
  }
}
.cid-v8Fnu0RDot .mbr-section-title {
  color: #01009a;
  text-align: center;
}
.cid-v8Fnu0RDot .item-title {
  text-align: center;
  color: #000000;
}
.cid-v8Fnu0RDot .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-v8Fnu0RDot .mbr-text,
.cid-v8Fnu0RDot .item .mbr-section-btn {
  color: #000000;
}
.cid-v8Fnu0RDot .mbr-section-subtitle,
.cid-v8Fnu0RDot .subtitle-wrap,
.cid-v8Fnu0RDot .mbr-section-btn {
  text-align: left;
}
.cid-v8Rq8o9LVL {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v8Rq8o9LVL .item-img {
  position: relative;
}
.cid-v8Rq8o9LVL .item-img img {
  transition: all 0.2s;
}
.cid-v8Rq8o9LVL .mbr-section-subtitle,
.cid-v8Rq8o9LVL .item-title {
  line-height: 1.2;
}
.cid-v8Rq8o9LVL .item {
  transition: transform 0.3s;
}
.cid-v8Rq8o9LVL .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-v8Rq8o9LVL .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-v8Rq8o9LVL .item:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-v8Rq8o9LVL .item {
    margin-bottom: 2rem;
  }
}
.cid-v8Rq8o9LVL .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #fe0000;
}
@media (max-width: 992px) {
  .cid-v8Rq8o9LVL .subtitle-wrap,
  .cid-v8Rq8o9LVL .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-v8Rq8o9LVL .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-v8Rq8o9LVL .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v8Rq8o9LVL .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v8Rq8o9LVL .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-v8Rq8o9LVL .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-v8Rq8o9LVL .link-icon-wrapper .icon-wrap {
  background: #fe0000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-v8Rq8o9LVL .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-v8Rq8o9LVL .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-v8Rq8o9LVL .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-v8Rq8o9LVL .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-v8Rq8o9LVL .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-v8Rq8o9LVL .item-content {
  padding: 0.5rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-v8Rq8o9LVL .item-content {
    padding: 0 0.5rem;
    padding-top: 1rem;
  }
}
.cid-v8Rq8o9LVL img,
.cid-v8Rq8o9LVL .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v8Rq8o9LVL .item:focus,
.cid-v8Rq8o9LVL span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-v8Rq8o9LVL .item {
    margin-bottom: 1rem;
  }
}
.cid-v8Rq8o9LVL .mbr-section-title {
  color: #01009a;
  text-align: center;
}
.cid-v8Rq8o9LVL .item-title {
  text-align: center;
  color: #000000;
}
.cid-v8Rq8o9LVL .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-v8Rq8o9LVL .mbr-text,
.cid-v8Rq8o9LVL .item .mbr-section-btn {
  color: #000000;
}
.cid-v8Rq8o9LVL .mbr-section-subtitle,
.cid-v8Rq8o9LVL .subtitle-wrap,
.cid-v8Rq8o9LVL .mbr-section-btn {
  text-align: left;
}
.cid-v8RugB5XCX {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v8RugB5XCX .item-img {
  position: relative;
}
.cid-v8RugB5XCX .item-img img {
  transition: all 0.2s;
}
.cid-v8RugB5XCX .mbr-section-subtitle,
.cid-v8RugB5XCX .item-title {
  line-height: 1.2;
}
.cid-v8RugB5XCX .item {
  transition: transform 0.3s;
}
.cid-v8RugB5XCX .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-v8RugB5XCX .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-v8RugB5XCX .item:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-v8RugB5XCX .item {
    margin-bottom: 2rem;
  }
}
.cid-v8RugB5XCX .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #fe0000;
}
@media (max-width: 992px) {
  .cid-v8RugB5XCX .subtitle-wrap,
  .cid-v8RugB5XCX .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-v8RugB5XCX .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-v8RugB5XCX .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v8RugB5XCX .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v8RugB5XCX .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-v8RugB5XCX .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-v8RugB5XCX .link-icon-wrapper .icon-wrap {
  background: #fe0000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-v8RugB5XCX .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-v8RugB5XCX .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-v8RugB5XCX .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-v8RugB5XCX .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-v8RugB5XCX .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-v8RugB5XCX .item-content {
  padding: 0.5rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-v8RugB5XCX .item-content {
    padding: 0 0.5rem;
    padding-top: 1rem;
  }
}
.cid-v8RugB5XCX img,
.cid-v8RugB5XCX .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v8RugB5XCX .item:focus,
.cid-v8RugB5XCX span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-v8RugB5XCX .item {
    margin-bottom: 1rem;
  }
}
.cid-v8RugB5XCX .mbr-section-title {
  color: #01009a;
  text-align: center;
}
.cid-v8RugB5XCX .item-title {
  text-align: center;
  color: #000000;
}
.cid-v8RugB5XCX .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-v8RugB5XCX .mbr-text,
.cid-v8RugB5XCX .item .mbr-section-btn {
  color: #000000;
}
.cid-v8RugB5XCX .mbr-section-subtitle,
.cid-v8RugB5XCX .subtitle-wrap,
.cid-v8RugB5XCX .mbr-section-btn {
  text-align: left;
}
.cid-v8Rx2urZz8 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v8Rx2urZz8 .item-img {
  position: relative;
}
.cid-v8Rx2urZz8 .item-img img {
  transition: all 0.2s;
}
.cid-v8Rx2urZz8 .mbr-section-subtitle,
.cid-v8Rx2urZz8 .item-title {
  line-height: 1.2;
}
.cid-v8Rx2urZz8 .item {
  transition: transform 0.3s;
}
.cid-v8Rx2urZz8 .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-v8Rx2urZz8 .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-v8Rx2urZz8 .item:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-v8Rx2urZz8 .item {
    margin-bottom: 2rem;
  }
}
.cid-v8Rx2urZz8 .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #fe0000;
}
@media (max-width: 992px) {
  .cid-v8Rx2urZz8 .subtitle-wrap,
  .cid-v8Rx2urZz8 .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-v8Rx2urZz8 .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-v8Rx2urZz8 .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v8Rx2urZz8 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v8Rx2urZz8 .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-v8Rx2urZz8 .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-v8Rx2urZz8 .link-icon-wrapper .icon-wrap {
  background: #fe0000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-v8Rx2urZz8 .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-v8Rx2urZz8 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-v8Rx2urZz8 .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-v8Rx2urZz8 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-v8Rx2urZz8 .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-v8Rx2urZz8 .item-content {
  padding: 0.5rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-v8Rx2urZz8 .item-content {
    padding: 0 0.5rem;
    padding-top: 1rem;
  }
}
.cid-v8Rx2urZz8 img,
.cid-v8Rx2urZz8 .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v8Rx2urZz8 .item:focus,
.cid-v8Rx2urZz8 span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-v8Rx2urZz8 .item {
    margin-bottom: 1rem;
  }
}
.cid-v8Rx2urZz8 .mbr-section-title {
  color: #01009a;
  text-align: center;
}
.cid-v8Rx2urZz8 .item-title {
  text-align: center;
  color: #000000;
}
.cid-v8Rx2urZz8 .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-v8Rx2urZz8 .mbr-text,
.cid-v8Rx2urZz8 .item .mbr-section-btn {
  color: #000000;
}
.cid-v8Rx2urZz8 .mbr-section-subtitle,
.cid-v8Rx2urZz8 .subtitle-wrap,
.cid-v8Rx2urZz8 .mbr-section-btn {
  text-align: left;
}
.cid-v8RBVOVG4M {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v8RBVOVG4M .item-img {
  position: relative;
}
.cid-v8RBVOVG4M .item-img img {
  transition: all 0.2s;
}
.cid-v8RBVOVG4M .mbr-section-subtitle,
.cid-v8RBVOVG4M .item-title {
  line-height: 1.2;
}
.cid-v8RBVOVG4M .item {
  transition: transform 0.3s;
}
.cid-v8RBVOVG4M .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-v8RBVOVG4M .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-v8RBVOVG4M .item:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-v8RBVOVG4M .item {
    margin-bottom: 2rem;
  }
}
.cid-v8RBVOVG4M .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #fe0000;
}
@media (max-width: 992px) {
  .cid-v8RBVOVG4M .subtitle-wrap,
  .cid-v8RBVOVG4M .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-v8RBVOVG4M .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-v8RBVOVG4M .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v8RBVOVG4M .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v8RBVOVG4M .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-v8RBVOVG4M .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-v8RBVOVG4M .link-icon-wrapper .icon-wrap {
  background: #fe0000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-v8RBVOVG4M .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-v8RBVOVG4M .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-v8RBVOVG4M .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-v8RBVOVG4M .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-v8RBVOVG4M .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-v8RBVOVG4M .item-content {
  padding: 0.5rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-v8RBVOVG4M .item-content {
    padding: 0 0.5rem;
    padding-top: 1rem;
  }
}
.cid-v8RBVOVG4M img,
.cid-v8RBVOVG4M .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v8RBVOVG4M .item:focus,
.cid-v8RBVOVG4M span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-v8RBVOVG4M .item {
    margin-bottom: 1rem;
  }
}
.cid-v8RBVOVG4M .mbr-section-title {
  color: #01009a;
  text-align: center;
}
.cid-v8RBVOVG4M .item-title {
  text-align: center;
  color: #000000;
}
.cid-v8RBVOVG4M .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-v8RBVOVG4M .mbr-text,
.cid-v8RBVOVG4M .item .mbr-section-btn {
  color: #000000;
}
.cid-v8RBVOVG4M .mbr-section-subtitle,
.cid-v8RBVOVG4M .subtitle-wrap,
.cid-v8RBVOVG4M .mbr-section-btn {
  text-align: left;
}
.cid-v8RDLexH7L {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v8RDLexH7L .item-img {
  position: relative;
}
.cid-v8RDLexH7L .item-img img {
  transition: all 0.2s;
}
.cid-v8RDLexH7L .mbr-section-subtitle,
.cid-v8RDLexH7L .item-title {
  line-height: 1.2;
}
.cid-v8RDLexH7L .item {
  transition: transform 0.3s;
}
.cid-v8RDLexH7L .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-v8RDLexH7L .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-v8RDLexH7L .item:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-v8RDLexH7L .item {
    margin-bottom: 2rem;
  }
}
.cid-v8RDLexH7L .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #fe0000;
}
@media (max-width: 992px) {
  .cid-v8RDLexH7L .subtitle-wrap,
  .cid-v8RDLexH7L .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-v8RDLexH7L .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-v8RDLexH7L .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v8RDLexH7L .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v8RDLexH7L .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-v8RDLexH7L .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-v8RDLexH7L .link-icon-wrapper .icon-wrap {
  background: #fe0000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-v8RDLexH7L .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-v8RDLexH7L .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-v8RDLexH7L .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-v8RDLexH7L .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-v8RDLexH7L .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-v8RDLexH7L .item-content {
  padding: 0.5rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-v8RDLexH7L .item-content {
    padding: 0 0.5rem;
    padding-top: 1rem;
  }
}
.cid-v8RDLexH7L img,
.cid-v8RDLexH7L .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v8RDLexH7L .item:focus,
.cid-v8RDLexH7L span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-v8RDLexH7L .item {
    margin-bottom: 1rem;
  }
}
.cid-v8RDLexH7L .mbr-section-title {
  color: #01009a;
  text-align: center;
}
.cid-v8RDLexH7L .item-title {
  text-align: center;
  color: #000000;
}
.cid-v8RDLexH7L .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-v8RDLexH7L .mbr-text,
.cid-v8RDLexH7L .item .mbr-section-btn {
  color: #000000;
}
.cid-v8RDLexH7L .mbr-section-subtitle,
.cid-v8RDLexH7L .subtitle-wrap,
.cid-v8RDLexH7L .mbr-section-btn {
  text-align: left;
}
.cid-v8RFoKZcfS {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v8RFoKZcfS .item-img {
  position: relative;
}
.cid-v8RFoKZcfS .item-img img {
  transition: all 0.2s;
}
.cid-v8RFoKZcfS .mbr-section-subtitle,
.cid-v8RFoKZcfS .item-title {
  line-height: 1.2;
}
.cid-v8RFoKZcfS .item {
  transition: transform 0.3s;
}
.cid-v8RFoKZcfS .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-v8RFoKZcfS .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-v8RFoKZcfS .item:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-v8RFoKZcfS .item {
    margin-bottom: 2rem;
  }
}
.cid-v8RFoKZcfS .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #fe0000;
}
@media (max-width: 992px) {
  .cid-v8RFoKZcfS .subtitle-wrap,
  .cid-v8RFoKZcfS .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-v8RFoKZcfS .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-v8RFoKZcfS .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v8RFoKZcfS .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v8RFoKZcfS .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-v8RFoKZcfS .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-v8RFoKZcfS .link-icon-wrapper .icon-wrap {
  background: #fe0000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-v8RFoKZcfS .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-v8RFoKZcfS .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-v8RFoKZcfS .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-v8RFoKZcfS .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-v8RFoKZcfS .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-v8RFoKZcfS .item-content {
  padding: 0.5rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-v8RFoKZcfS .item-content {
    padding: 0 0.5rem;
    padding-top: 1rem;
  }
}
.cid-v8RFoKZcfS img,
.cid-v8RFoKZcfS .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v8RFoKZcfS .item:focus,
.cid-v8RFoKZcfS span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-v8RFoKZcfS .item {
    margin-bottom: 1rem;
  }
}
.cid-v8RFoKZcfS .mbr-section-title {
  color: #01009a;
  text-align: center;
}
.cid-v8RFoKZcfS .item-title {
  text-align: center;
  color: #000000;
}
.cid-v8RFoKZcfS .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-v8RFoKZcfS .mbr-text,
.cid-v8RFoKZcfS .item .mbr-section-btn {
  color: #000000;
}
.cid-v8RFoKZcfS .mbr-section-subtitle,
.cid-v8RFoKZcfS .subtitle-wrap,
.cid-v8RFoKZcfS .mbr-section-btn {
  text-align: left;
}
.cid-v8RHaAoI0f {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v8RHaAoI0f .item-img {
  position: relative;
}
.cid-v8RHaAoI0f .item-img img {
  transition: all 0.2s;
}
.cid-v8RHaAoI0f .mbr-section-subtitle,
.cid-v8RHaAoI0f .item-title {
  line-height: 1.2;
}
.cid-v8RHaAoI0f .item {
  transition: transform 0.3s;
}
.cid-v8RHaAoI0f .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-v8RHaAoI0f .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-v8RHaAoI0f .item:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-v8RHaAoI0f .item {
    margin-bottom: 2rem;
  }
}
.cid-v8RHaAoI0f .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #fe0000;
}
@media (max-width: 992px) {
  .cid-v8RHaAoI0f .subtitle-wrap,
  .cid-v8RHaAoI0f .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-v8RHaAoI0f .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-v8RHaAoI0f .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v8RHaAoI0f .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v8RHaAoI0f .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-v8RHaAoI0f .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-v8RHaAoI0f .link-icon-wrapper .icon-wrap {
  background: #fe0000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-v8RHaAoI0f .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-v8RHaAoI0f .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-v8RHaAoI0f .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-v8RHaAoI0f .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-v8RHaAoI0f .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-v8RHaAoI0f .item-content {
  padding: 0.5rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-v8RHaAoI0f .item-content {
    padding: 0 0.5rem;
    padding-top: 1rem;
  }
}
.cid-v8RHaAoI0f img,
.cid-v8RHaAoI0f .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v8RHaAoI0f .item:focus,
.cid-v8RHaAoI0f span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-v8RHaAoI0f .item {
    margin-bottom: 1rem;
  }
}
.cid-v8RHaAoI0f .mbr-section-title {
  color: #01009a;
  text-align: center;
}
.cid-v8RHaAoI0f .item-title {
  text-align: center;
  color: #000000;
}
.cid-v8RHaAoI0f .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-v8RHaAoI0f .mbr-text,
.cid-v8RHaAoI0f .item .mbr-section-btn {
  color: #000000;
}
.cid-v8RHaAoI0f .mbr-section-subtitle,
.cid-v8RHaAoI0f .subtitle-wrap,
.cid-v8RHaAoI0f .mbr-section-btn {
  text-align: left;
}
.cid-v91lQ3oebQ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v91lQ3oebQ .item-img {
  position: relative;
}
.cid-v91lQ3oebQ .item-img img {
  transition: all 0.2s;
}
.cid-v91lQ3oebQ .mbr-section-subtitle,
.cid-v91lQ3oebQ .item-title {
  line-height: 1.2;
}
.cid-v91lQ3oebQ .item {
  transition: transform 0.3s;
}
.cid-v91lQ3oebQ .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-v91lQ3oebQ .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-v91lQ3oebQ .item:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-v91lQ3oebQ .item {
    margin-bottom: 2rem;
  }
}
.cid-v91lQ3oebQ .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #fe0000;
}
@media (max-width: 992px) {
  .cid-v91lQ3oebQ .subtitle-wrap,
  .cid-v91lQ3oebQ .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-v91lQ3oebQ .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-v91lQ3oebQ .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v91lQ3oebQ .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v91lQ3oebQ .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-v91lQ3oebQ .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-v91lQ3oebQ .link-icon-wrapper .icon-wrap {
  background: #fe0000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-v91lQ3oebQ .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-v91lQ3oebQ .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-v91lQ3oebQ .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-v91lQ3oebQ .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-v91lQ3oebQ .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-v91lQ3oebQ .item-content {
  padding: 0.5rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-v91lQ3oebQ .item-content {
    padding: 0 0.5rem;
    padding-top: 1rem;
  }
}
.cid-v91lQ3oebQ img,
.cid-v91lQ3oebQ .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v91lQ3oebQ .item:focus,
.cid-v91lQ3oebQ span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-v91lQ3oebQ .item {
    margin-bottom: 1rem;
  }
}
.cid-v91lQ3oebQ .mbr-section-title {
  color: #01009a;
  text-align: center;
}
.cid-v91lQ3oebQ .item-title {
  text-align: center;
  color: #000000;
}
.cid-v91lQ3oebQ .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-v91lQ3oebQ .mbr-text,
.cid-v91lQ3oebQ .item .mbr-section-btn {
  color: #000000;
}
.cid-v91lQ3oebQ .mbr-section-subtitle,
.cid-v91lQ3oebQ .subtitle-wrap,
.cid-v91lQ3oebQ .mbr-section-btn {
  text-align: left;
}
.cid-v90WKjjzbe {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v90WKjjzbe .item-img {
  position: relative;
}
.cid-v90WKjjzbe .item-img img {
  transition: all 0.2s;
}
.cid-v90WKjjzbe .mbr-section-subtitle,
.cid-v90WKjjzbe .item-title {
  line-height: 1.2;
}
.cid-v90WKjjzbe .item {
  transition: transform 0.3s;
}
.cid-v90WKjjzbe .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-v90WKjjzbe .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-v90WKjjzbe .item:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-v90WKjjzbe .item {
    margin-bottom: 2rem;
  }
}
.cid-v90WKjjzbe .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #fe0000;
}
@media (max-width: 992px) {
  .cid-v90WKjjzbe .subtitle-wrap,
  .cid-v90WKjjzbe .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-v90WKjjzbe .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-v90WKjjzbe .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v90WKjjzbe .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v90WKjjzbe .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-v90WKjjzbe .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-v90WKjjzbe .link-icon-wrapper .icon-wrap {
  background: #fe0000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-v90WKjjzbe .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-v90WKjjzbe .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-v90WKjjzbe .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-v90WKjjzbe .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-v90WKjjzbe .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-v90WKjjzbe .item-content {
  padding: 0.5rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-v90WKjjzbe .item-content {
    padding: 0 0.5rem;
    padding-top: 1rem;
  }
}
.cid-v90WKjjzbe img,
.cid-v90WKjjzbe .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v90WKjjzbe .item:focus,
.cid-v90WKjjzbe span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-v90WKjjzbe .item {
    margin-bottom: 1rem;
  }
}
.cid-v90WKjjzbe .mbr-section-title {
  color: #01009a;
  text-align: center;
}
.cid-v90WKjjzbe .item-title {
  text-align: center;
  color: #000000;
}
.cid-v90WKjjzbe .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-v90WKjjzbe .mbr-text,
.cid-v90WKjjzbe .item .mbr-section-btn {
  color: #000000;
}
.cid-v90WKjjzbe .mbr-section-subtitle,
.cid-v90WKjjzbe .subtitle-wrap,
.cid-v90WKjjzbe .mbr-section-btn {
  text-align: left;
}
.cid-v91dcCxcJh {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v91dcCxcJh .item-img {
  position: relative;
}
.cid-v91dcCxcJh .item-img img {
  transition: all 0.2s;
}
.cid-v91dcCxcJh .mbr-section-subtitle,
.cid-v91dcCxcJh .item-title {
  line-height: 1.2;
}
.cid-v91dcCxcJh .item {
  transition: transform 0.3s;
}
.cid-v91dcCxcJh .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-v91dcCxcJh .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-v91dcCxcJh .item:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-v91dcCxcJh .item {
    margin-bottom: 2rem;
  }
}
.cid-v91dcCxcJh .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #fe0000;
}
@media (max-width: 992px) {
  .cid-v91dcCxcJh .subtitle-wrap,
  .cid-v91dcCxcJh .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-v91dcCxcJh .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-v91dcCxcJh .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v91dcCxcJh .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v91dcCxcJh .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-v91dcCxcJh .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-v91dcCxcJh .link-icon-wrapper .icon-wrap {
  background: #fe0000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-v91dcCxcJh .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-v91dcCxcJh .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-v91dcCxcJh .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-v91dcCxcJh .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-v91dcCxcJh .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-v91dcCxcJh .item-content {
  padding: 0.5rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-v91dcCxcJh .item-content {
    padding: 0 0.5rem;
    padding-top: 1rem;
  }
}
.cid-v91dcCxcJh img,
.cid-v91dcCxcJh .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v91dcCxcJh .item:focus,
.cid-v91dcCxcJh span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-v91dcCxcJh .item {
    margin-bottom: 1rem;
  }
}
.cid-v91dcCxcJh .mbr-section-title {
  color: #01009a;
  text-align: center;
}
.cid-v91dcCxcJh .item-title {
  text-align: center;
  color: #000000;
}
.cid-v91dcCxcJh .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-v91dcCxcJh .mbr-text,
.cid-v91dcCxcJh .item .mbr-section-btn {
  color: #000000;
}
.cid-v91dcCxcJh .mbr-section-subtitle,
.cid-v91dcCxcJh .subtitle-wrap,
.cid-v91dcCxcJh .mbr-section-btn {
  text-align: left;
}
.cid-v91jyf36zL {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v91jyf36zL .item-img {
  position: relative;
}
.cid-v91jyf36zL .item-img img {
  transition: all 0.2s;
}
.cid-v91jyf36zL .mbr-section-subtitle,
.cid-v91jyf36zL .item-title {
  line-height: 1.2;
}
.cid-v91jyf36zL .item {
  transition: transform 0.3s;
}
.cid-v91jyf36zL .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-v91jyf36zL .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-v91jyf36zL .item:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-v91jyf36zL .item {
    margin-bottom: 2rem;
  }
}
.cid-v91jyf36zL .mbr-section-subtitle {
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #fe0000;
}
@media (max-width: 992px) {
  .cid-v91jyf36zL .subtitle-wrap,
  .cid-v91jyf36zL .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-v91jyf36zL .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-v91jyf36zL .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v91jyf36zL .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v91jyf36zL .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-v91jyf36zL .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-v91jyf36zL .link-icon-wrapper .icon-wrap {
  background: #fe0000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-v91jyf36zL .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-v91jyf36zL .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-v91jyf36zL .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-v91jyf36zL .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-v91jyf36zL .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-v91jyf36zL .item-content {
  padding: 0.5rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-v91jyf36zL .item-content {
    padding: 0 0.5rem;
    padding-top: 1rem;
  }
}
.cid-v91jyf36zL img,
.cid-v91jyf36zL .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v91jyf36zL .item:focus,
.cid-v91jyf36zL span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-v91jyf36zL .item {
    margin-bottom: 1rem;
  }
}
.cid-v91jyf36zL .mbr-section-title {
  color: #01009a;
  text-align: center;
}
.cid-v91jyf36zL .item-title {
  text-align: center;
  color: #000000;
}
.cid-v91jyf36zL .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-v91jyf36zL .mbr-text,
.cid-v91jyf36zL .item .mbr-section-btn {
  color: #000000;
}
.cid-v91jyf36zL .mbr-section-subtitle,
.cid-v91jyf36zL .subtitle-wrap,
.cid-v91jyf36zL .mbr-section-btn {
  text-align: left;
}
.cid-vbzrMlrfJl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #01009a;
}
.cid-vbzrMlrfJl .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uYKYe5ucuk {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYKYe5ucuk nav.navbar {
  position: fixed;
}
.cid-uYKYe5ucuk .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uYKYe5ucuk .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYKYe5ucuk .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-uYKYe5ucuk .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uYKYe5ucuk .dropdown-item {
  border: none !important;
  background: #01009a !important;
  font-weight: 400;
}
.cid-uYKYe5ucuk .dropdown-item:hover,
.cid-uYKYe5ucuk .dropdown-item:focus {
  background: #01009a !important;
  color: #fe0000 !important;
}
.cid-uYKYe5ucuk .dropdown-item:hover span {
  color: white;
}
.cid-uYKYe5ucuk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYKYe5ucuk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYKYe5ucuk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYKYe5ucuk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYKYe5ucuk .nav-link {
  position: relative;
}
.cid-uYKYe5ucuk .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uYKYe5ucuk .container {
    flex-wrap: nowrap;
  }
}
.cid-uYKYe5ucuk .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYKYe5ucuk .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uYKYe5ucuk .dropdown-menu,
.cid-uYKYe5ucuk .navbar.opened {
  background: #01009a !important;
}
.cid-uYKYe5ucuk .nav-item:focus,
.cid-uYKYe5ucuk .nav-link:focus {
  outline: none;
}
.cid-uYKYe5ucuk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYKYe5ucuk .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYKYe5ucuk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYKYe5ucuk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYKYe5ucuk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYKYe5ucuk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYKYe5ucuk .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #01009a;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uYKYe5ucuk .navbar.opened {
  transition: all 0.3s;
}
.cid-uYKYe5ucuk .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uYKYe5ucuk .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-uYKYe5ucuk .navbar .navbar-logo img {
  width: auto;
}
.cid-uYKYe5ucuk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYKYe5ucuk .navbar.collapsed {
  justify-content: center;
}
.cid-uYKYe5ucuk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYKYe5ucuk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYKYe5ucuk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-uYKYe5ucuk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYKYe5ucuk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYKYe5ucuk .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-uYKYe5ucuk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYKYe5ucuk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYKYe5ucuk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYKYe5ucuk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYKYe5ucuk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYKYe5ucuk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYKYe5ucuk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYKYe5ucuk .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-uYKYe5ucuk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYKYe5ucuk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYKYe5ucuk .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uYKYe5ucuk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYKYe5ucuk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYKYe5ucuk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYKYe5ucuk .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYKYe5ucuk .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYKYe5ucuk .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-uYKYe5ucuk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uYKYe5ucuk .navbar-brand .navbar-caption:hover,
.cid-uYKYe5ucuk .navbar-brand .navbar-caption:focus {
  color: #fe0000 !important;
}
.cid-uYKYe5ucuk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYKYe5ucuk .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYKYe5ucuk .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #fe0000 !important;
}
.cid-uYKYe5ucuk .dropdown-item.active,
.cid-uYKYe5ucuk .dropdown-item:active {
  background-color: transparent;
}
.cid-uYKYe5ucuk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYKYe5ucuk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYKYe5ucuk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYKYe5ucuk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #01009a;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uYKYe5ucuk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYKYe5ucuk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYKYe5ucuk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYKYe5ucuk ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYKYe5ucuk ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYKYe5ucuk .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uYKYe5ucuk .navbar-buttons {
    text-align: left;
  }
}
.cid-uYKYe5ucuk .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYKYe5ucuk .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYKYe5ucuk 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: #01009a !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYKYe5ucuk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYKYe5ucuk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYKYe5ucuk button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYKYe5ucuk button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYKYe5ucuk button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYKYe5ucuk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYKYe5ucuk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYKYe5ucuk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYKYe5ucuk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYKYe5ucuk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYKYe5ucuk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYKYe5ucuk .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-uYKYe5ucuk .navbar {
    height: 70px;
  }
  .cid-uYKYe5ucuk .navbar.opened {
    height: auto;
  }
  .cid-uYKYe5ucuk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYKYe5ucuk .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uYKYe5ucuk .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYKYe5ucuk .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uYKYe5ucuk .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uYKYe5ucuk .nav-item .nav-link:hover {
  background-color: transparent;
  color: #fe0000 !important;
}
.cid-uYKYe5ucuk .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uYKYe5ucuk .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYKYe5ucuk .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYKYe5ucuk .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uYKYe5ucuk .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYKYe5ucuk .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYKYe5ucuk .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYKYe5ucuk .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYKYe5ucuk .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYKYe5ucuk .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uYKYe5ucuk .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uYKYe5ucuk .content-wrap {
  min-height: 110px;
}
.cid-vbK9pxdLbb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vbK9pxdLbb .card {
  position: relative;
  align-items: center;
}
.cid-vbK9pxdLbb .card .gradient-wrapper {
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 100px;
  width: 100%;
  background-image: linear-gradient(180deg, transparent 0, #ffffff 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-vbK9pxdLbb .card .decor-wrapper {
  position: absolute;
  top: 0;
  height: 400px;
  width: 60%;
  border-radius: 100%;
  background-image: linear-gradient(100deg, #ffdf7d, transparent);
  pointer-events: none;
  filter: blur(40px);
}
.cid-vbK9pxdLbb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbK9pxdLbb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbK9pxdLbb .card-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-vbK9pxdLbb .card-wrapper .border-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: #ffffff 0 0 0 4px;
  opacity: .1;
  pointer-events: none;
}
.cid-vbK9pxdLbb .card-wrapper .card-wrap {
  position: relative;
  display: flex;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vbK9pxdLbb .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-vbK9pxdLbb .card-wrapper .card-wrap .tabs-wrapper {
  position: relative;
  width: 25%;
  backdrop-filter: blur(40px);
}
@media (max-width: 992px) {
  .cid-vbK9pxdLbb .card-wrapper .card-wrap .tabs-wrapper {
    width: 100%;
  }
}
.cid-vbK9pxdLbb .card-wrapper .card-wrap .tabs-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #01009a;
  opacity: .7;
  pointer-events: none;
}
.cid-vbK9pxdLbb .card-wrapper .card-wrap .tabs-wrapper .border-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-vbK9pxdLbb .card-wrapper .card-wrap .tabs-wrapper .border-wrap {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 1px;
  }
}
.cid-vbK9pxdLbb .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 24px;
  border-radius: 0 !important;
  background-color: transparent;
  display: block;
}
@media (max-width: 992px) {
  .cid-vbK9pxdLbb .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs {
    padding: 16px;
  }
}
.cid-vbK9pxdLbb .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  background-color: transparent;
  display: block;
  margin-top: 8px;
}
.cid-vbK9pxdLbb .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs .nav-item:first-child {
  margin-top: 0;
}
.cid-vbK9pxdLbb .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: block;
  background-color: transparent;
  border: none;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  padding: 16px;
}
.cid-vbK9pxdLbb .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(100deg, #ffffff 0, transparent 100%);
  opacity: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-vbK9pxdLbb .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  opacity: .1;
}
.cid-vbK9pxdLbb .card-wrapper .card-wrap .tab-content {
  position: relative;
  padding: 24px;
  width: 75%;
  backdrop-filter: blur(40px);
}
.cid-vbK9pxdLbb .card-wrapper .card-wrap .tab-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #01009a;
  opacity: .5;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-vbK9pxdLbb .card-wrapper .card-wrap .tab-content {
    padding: 16px;
    width: 100%;
  }
}
.cid-vbK9pxdLbb .card-wrapper .card-wrap .tab-content .tab-pane .item-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 992px) {
  .cid-vbK9pxdLbb .card-wrapper .card-wrap .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-vbK9pxdLbb .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box {
  display: block;
  position: relative;
  overflow: hidden;
  min-height: 400px;
  height: 100%;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-vbK9pxdLbb .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box {
    min-height: auto;
    padding: 16px;
  }
  .cid-vbK9pxdLbb .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box:first-child {
    margin-bottom: 12px;
  }
}
.cid-vbK9pxdLbb .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  pointer-events: none;
}
.cid-vbK9pxdLbb .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box .item-number {
  position: relative;
  z-index: 3;
  margin-bottom: 0;
}
.cid-vbK9pxdLbb .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box .item-title {
  position: relative;
  z-index: 3;
  margin-bottom: 16px;
}
.cid-vbK9pxdLbb .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box .item-text {
  position: relative;
  z-index: 3;
  margin-bottom: 0;
}
.cid-vbK9pxdLbb .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box .mbr-section-btn {
  position: relative;
  z-index: 3;
  margin-top: 16px;
}
.cid-vbK9pxdLbb .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vbK9pxdLbb .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box img {
  position: relative;
  z-index: 3;
  height: 352px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vbK9pxdLbb .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box img {
    height: 300px;
  }
}
.cid-vbK9pxdLbb .card-wrapper .card-wrap .tab-content .tab-pane .item-content .text-wrap {
  padding: 24px 24px 76px 24px;
}
@media (max-width: 992px) {
  .cid-vbK9pxdLbb .card-wrapper .card-wrap .tab-content .tab-pane .item-content .text-wrap {
    padding: 16px;
  }
}
.cid-vbK9pxdLbb .item-title {
  color: #ffffff;
}
.cid-vbK9pxdLbb .item-number {
  color: #ffffff;
}
.cid-vbK9pxdLbb .item-text {
  color: #ffffff;
}
.cid-vbzrMlrfJl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #01009a;
}
.cid-vbzrMlrfJl .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-v9SR6qI1Uq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-v9SR6qI1Uq nav.navbar {
  position: fixed;
}
.cid-v9SR6qI1Uq .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-v9SR6qI1Uq .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v9SR6qI1Uq .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-v9SR6qI1Uq .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v9SR6qI1Uq .dropdown-item {
  border: none !important;
  background: #01009a !important;
  font-weight: 400;
}
.cid-v9SR6qI1Uq .dropdown-item:hover,
.cid-v9SR6qI1Uq .dropdown-item:focus {
  background: #01009a !important;
  color: #fe0000 !important;
}
.cid-v9SR6qI1Uq .dropdown-item:hover span {
  color: white;
}
.cid-v9SR6qI1Uq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v9SR6qI1Uq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v9SR6qI1Uq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v9SR6qI1Uq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v9SR6qI1Uq .nav-link {
  position: relative;
}
.cid-v9SR6qI1Uq .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-v9SR6qI1Uq .container {
    flex-wrap: nowrap;
  }
}
.cid-v9SR6qI1Uq .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-v9SR6qI1Uq .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v9SR6qI1Uq .dropdown-menu,
.cid-v9SR6qI1Uq .navbar.opened {
  background: #01009a !important;
}
.cid-v9SR6qI1Uq .nav-item:focus,
.cid-v9SR6qI1Uq .nav-link:focus {
  outline: none;
}
.cid-v9SR6qI1Uq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v9SR6qI1Uq .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v9SR6qI1Uq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9SR6qI1Uq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9SR6qI1Uq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9SR6qI1Uq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9SR6qI1Uq .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #01009a;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-v9SR6qI1Uq .navbar.opened {
  transition: all 0.3s;
}
.cid-v9SR6qI1Uq .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v9SR6qI1Uq .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-v9SR6qI1Uq .navbar .navbar-logo img {
  width: auto;
}
.cid-v9SR6qI1Uq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v9SR6qI1Uq .navbar.collapsed {
  justify-content: center;
}
.cid-v9SR6qI1Uq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v9SR6qI1Uq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v9SR6qI1Uq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-v9SR6qI1Uq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v9SR6qI1Uq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v9SR6qI1Uq .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-v9SR6qI1Uq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v9SR6qI1Uq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v9SR6qI1Uq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v9SR6qI1Uq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9SR6qI1Uq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9SR6qI1Uq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9SR6qI1Uq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v9SR6qI1Uq .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-v9SR6qI1Uq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9SR6qI1Uq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v9SR6qI1Uq .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-v9SR6qI1Uq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v9SR6qI1Uq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9SR6qI1Uq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v9SR6qI1Uq .navbar.navbar-short {
  min-height: 96px;
}
.cid-v9SR6qI1Uq .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v9SR6qI1Uq .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-v9SR6qI1Uq .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v9SR6qI1Uq .navbar-brand .navbar-caption:hover,
.cid-v9SR6qI1Uq .navbar-brand .navbar-caption:focus {
  color: #fe0000 !important;
}
.cid-v9SR6qI1Uq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9SR6qI1Uq .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v9SR6qI1Uq .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #fe0000 !important;
}
.cid-v9SR6qI1Uq .dropdown-item.active,
.cid-v9SR6qI1Uq .dropdown-item:active {
  background-color: transparent;
}
.cid-v9SR6qI1Uq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v9SR6qI1Uq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9SR6qI1Uq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9SR6qI1Uq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #01009a;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v9SR6qI1Uq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v9SR6qI1Uq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v9SR6qI1Uq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9SR6qI1Uq ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v9SR6qI1Uq ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v9SR6qI1Uq .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-v9SR6qI1Uq .navbar-buttons {
    text-align: left;
  }
}
.cid-v9SR6qI1Uq .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-v9SR6qI1Uq .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v9SR6qI1Uq 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: #01009a !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v9SR6qI1Uq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v9SR6qI1Uq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v9SR6qI1Uq button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v9SR6qI1Uq button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v9SR6qI1Uq button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v9SR6qI1Uq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9SR6qI1Uq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9SR6qI1Uq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9SR6qI1Uq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9SR6qI1Uq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v9SR6qI1Uq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9SR6qI1Uq .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-v9SR6qI1Uq .navbar {
    height: 70px;
  }
  .cid-v9SR6qI1Uq .navbar.opened {
    height: auto;
  }
  .cid-v9SR6qI1Uq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9SR6qI1Uq .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-v9SR6qI1Uq .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v9SR6qI1Uq .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v9SR6qI1Uq .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v9SR6qI1Uq .nav-item .nav-link:hover {
  background-color: transparent;
  color: #fe0000 !important;
}
.cid-v9SR6qI1Uq .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-v9SR6qI1Uq .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v9SR6qI1Uq .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v9SR6qI1Uq .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v9SR6qI1Uq .navbar {
    justify-content: flex-start !important;
  }
  .cid-v9SR6qI1Uq .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v9SR6qI1Uq .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v9SR6qI1Uq .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v9SR6qI1Uq .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v9SR6qI1Uq .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v9SR6qI1Uq .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v9SR6qI1Uq .content-wrap {
  min-height: 110px;
}
.cid-v9SRf6x9tH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v9SRf6x9tH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9SRf6x9tH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9SRf6x9tH .card {
  justify-content: center;
}
.cid-v9SRf6x9tH .content-wrapper .mbr-label {
  margin-bottom: 16px;
}
.cid-v9SRf6x9tH .content-wrapper .title-wrap {
  margin-bottom: 24px;
}
.cid-v9SRf6x9tH .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v9SRf6x9tH .content-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v9SRf6x9tH .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v9SRf6x9tH .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v9SRf6x9tH .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v9SRf6x9tH .border-wrapper {
  margin-top: 40px;
  height: 1px;
  width: 100%;
  background-image: linear-gradient(90deg, transparent -20%, #323232 50%, transparent 120%);
}
.cid-v9SRf6x9tH .mbr-label {
  color: #ffdf7d;
  text-align: center;
}
.cid-v9SRf6x9tH .mbr-section-title {
  color: #808080;
}
.cid-v9SRf6x9tH .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v9SRf6x9tH .mbr-text {
  color: #808080;
  text-align: center;
}
.cid-v9SRf6x9tH .mbr-section-title,
.cid-v9SRf6x9tH .mbr-section-btn {
  text-align: center;
}
.cid-vbzrMlrfJl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #01009a;
}
.cid-vbzrMlrfJl .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uYKYe5ucuk {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uYKYe5ucuk nav.navbar {
  position: fixed;
}
.cid-uYKYe5ucuk .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uYKYe5ucuk .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYKYe5ucuk .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-uYKYe5ucuk .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uYKYe5ucuk .dropdown-item {
  border: none !important;
  background: #01009a !important;
  font-weight: 400;
}
.cid-uYKYe5ucuk .dropdown-item:hover,
.cid-uYKYe5ucuk .dropdown-item:focus {
  background: #01009a !important;
  color: #fe0000 !important;
}
.cid-uYKYe5ucuk .dropdown-item:hover span {
  color: white;
}
.cid-uYKYe5ucuk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYKYe5ucuk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYKYe5ucuk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYKYe5ucuk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYKYe5ucuk .nav-link {
  position: relative;
}
.cid-uYKYe5ucuk .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uYKYe5ucuk .container {
    flex-wrap: nowrap;
  }
}
.cid-uYKYe5ucuk .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYKYe5ucuk .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uYKYe5ucuk .dropdown-menu,
.cid-uYKYe5ucuk .navbar.opened {
  background: #01009a !important;
}
.cid-uYKYe5ucuk .nav-item:focus,
.cid-uYKYe5ucuk .nav-link:focus {
  outline: none;
}
.cid-uYKYe5ucuk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYKYe5ucuk .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uYKYe5ucuk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYKYe5ucuk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYKYe5ucuk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYKYe5ucuk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYKYe5ucuk .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #01009a;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uYKYe5ucuk .navbar.opened {
  transition: all 0.3s;
}
.cid-uYKYe5ucuk .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uYKYe5ucuk .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-uYKYe5ucuk .navbar .navbar-logo img {
  width: auto;
}
.cid-uYKYe5ucuk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYKYe5ucuk .navbar.collapsed {
  justify-content: center;
}
.cid-uYKYe5ucuk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYKYe5ucuk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYKYe5ucuk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-uYKYe5ucuk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYKYe5ucuk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYKYe5ucuk .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-uYKYe5ucuk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYKYe5ucuk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYKYe5ucuk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYKYe5ucuk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYKYe5ucuk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYKYe5ucuk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYKYe5ucuk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYKYe5ucuk .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-uYKYe5ucuk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYKYe5ucuk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYKYe5ucuk .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uYKYe5ucuk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uYKYe5ucuk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYKYe5ucuk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYKYe5ucuk .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYKYe5ucuk .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYKYe5ucuk .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-uYKYe5ucuk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uYKYe5ucuk .navbar-brand .navbar-caption:hover,
.cid-uYKYe5ucuk .navbar-brand .navbar-caption:focus {
  color: #fe0000 !important;
}
.cid-uYKYe5ucuk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYKYe5ucuk .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uYKYe5ucuk .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #fe0000 !important;
}
.cid-uYKYe5ucuk .dropdown-item.active,
.cid-uYKYe5ucuk .dropdown-item:active {
  background-color: transparent;
}
.cid-uYKYe5ucuk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYKYe5ucuk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYKYe5ucuk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYKYe5ucuk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #01009a;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uYKYe5ucuk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYKYe5ucuk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uYKYe5ucuk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYKYe5ucuk ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYKYe5ucuk ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uYKYe5ucuk .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uYKYe5ucuk .navbar-buttons {
    text-align: left;
  }
}
.cid-uYKYe5ucuk .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYKYe5ucuk .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYKYe5ucuk 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: #01009a !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYKYe5ucuk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYKYe5ucuk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYKYe5ucuk button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYKYe5ucuk button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYKYe5ucuk button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYKYe5ucuk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYKYe5ucuk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYKYe5ucuk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYKYe5ucuk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYKYe5ucuk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYKYe5ucuk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYKYe5ucuk .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-uYKYe5ucuk .navbar {
    height: 70px;
  }
  .cid-uYKYe5ucuk .navbar.opened {
    height: auto;
  }
  .cid-uYKYe5ucuk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYKYe5ucuk .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uYKYe5ucuk .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uYKYe5ucuk .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uYKYe5ucuk .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uYKYe5ucuk .nav-item .nav-link:hover {
  background-color: transparent;
  color: #fe0000 !important;
}
.cid-uYKYe5ucuk .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uYKYe5ucuk .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYKYe5ucuk .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uYKYe5ucuk .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uYKYe5ucuk .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYKYe5ucuk .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYKYe5ucuk .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYKYe5ucuk .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYKYe5ucuk .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYKYe5ucuk .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uYKYe5ucuk .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uYKYe5ucuk .content-wrap {
  min-height: 110px;
}
.cid-vbzrMlrfJl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #01009a;
}
.cid-vbzrMlrfJl .media-container-row .mbr-text {
  color: #ffffff;
}
#custom-html-5i {
  /* Type valid CSS here */
}
#custom-html-5i div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-5i p {
  font-size: 60px;
  color: #777;
}
#custom-html-5k {
  /* Type valid CSS here */
}
#custom-html-5k div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-5k p {
  font-size: 60px;
  color: #777;
}
