.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Host Grotesk;
}
.display-1 {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 5.2rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.5rem;
}
.display-2 {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 0.8rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 1.4rem;
  line-height: 1;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'Host Grotesk', 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: 4.16rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.64rem;
    font-size: calc( 2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((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.64rem;
    font-size: calc( 2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((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: #3c60a9 !important;
}
.bg-success {
  background-color: #00b2ff !important;
}
.bg-info {
  background-color: #f2f1f3 !important;
}
.bg-warning {
  background-color: #ff9067 !important;
}
.bg-danger {
  background-color: #141e47 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #3c60a9 !important;
  border-color: #3c60a9 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #3c60a9 !important;
  border-color: #3c60a9 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #5579c3 !important;
  border-color: #5579c3 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #00b2ff !important;
  border-color: #00b2ff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #00b2ff !important;
  border-color: #00b2ff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #33c1ff !important;
  border-color: #33c1ff !important;
}
.btn-info,
.btn-info:active {
  background-color: #f2f1f3 !important;
  border-color: #f2f1f3 !important;
  color: #726a7b !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #f2f1f3 !important;
  border-color: #f2f1f3 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #726a7b !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #00b2ff !important;
  border-color: #00b2ff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #00b2ff !important;
  border-color: #00b2ff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #33c1ff !important;
  border-color: #33c1ff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff9067 !important;
  border-color: #ff9067 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ff9067 !important;
  border-color: #ff9067 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffb59a !important;
  border-color: #ffb59a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #141e47 !important;
  border-color: #141e47 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #141e47 !important;
  border-color: #141e47 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1f2f6f !important;
  border-color: #1f2f6f !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #19171c !important;
  border-color: #19171c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #19171c !important;
  border-color: #19171c !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #322e38 !important;
  border-color: #322e38 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #3c60a9;
  color: #3c60a9;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #253c69 !important;
  background-color: transparent !important;
  border-color: #253c69 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #3c60a9 !important;
  border-color: #3c60a9 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #00b2ff;
  color: #00b2ff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #0075a8 !important;
  background-color: transparent !important;
  border-color: #0075a8 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #00b2ff !important;
  border-color: #00b2ff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f2f1f3;
  color: #f2f1f3;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #c7c2cb !important;
  background-color: transparent !important;
  border-color: #c7c2cb !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #726a7b !important;
  background-color: #f2f1f3 !important;
  border-color: #f2f1f3 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #00b2ff;
  color: #00b2ff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0075a8 !important;
  background-color: transparent !important;
  border-color: #0075a8 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #00b2ff !important;
  border-color: #00b2ff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ff9067;
  color: #ff9067;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ff5110 !important;
  background-color: transparent !important;
  border-color: #ff5110 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9067 !important;
  border-color: #ff9067 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #141e47;
  color: #141e47;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #010103 !important;
  background-color: transparent !important;
  border-color: #010103 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #141e47 !important;
  border-color: #141e47 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #19171c;
  color: #19171c;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #19171c !important;
  border-color: #19171c !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #3c60a9 !important;
}
.text-secondary {
  color: #00b2ff !important;
}
.text-success {
  color: #00b2ff !important;
}
.text-info {
  color: #f2f1f3 !important;
}
.text-warning {
  color: #ff9067 !important;
}
.text-danger {
  color: #141e47 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #19171c !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #21355e !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #006b99 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #006b99 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #bfbac4 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ff4601 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !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: #3c60a9;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f2f1f3;
}
.alert-warning {
  background-color: #ff9067;
}
.alert-danger {
  background-color: #141e47;
}
.mbr-gallery-filter li.active .btn {
  background-color: #3c60a9;
  border-color: #3c60a9;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #3c60a9;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #8ea6d7;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ccf0ff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #6b80d5;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 0.8rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1rem;
}
.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: #3c60a9 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 0.8rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1rem;
}
blockquote {
  border-color: #3c60a9;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #3c60a9;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #3c60a9;
}
.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: #3c60a9;
  border-bottom-color: #3c60a9;
}
.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: #3c60a9 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #00b2ff !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='%233c60a9' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn {
  padding: 14px 50px;
  font-weight: 700;
  border-radius: 0 !important;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn .btn:focus {
  transform: scale(1.05);
}
.form-control {
  border-radius: 100px;
  border-radius: 0 !important;
}
.dropdown-menu .dropdown-item {
  border-radius: 1rem;
  border-radius: 0 !important;
}
.card-wrap,
.card-wrapper,
.video-wrapper,
.slide-content,
.plan,
.card,
.item-wrapper,
.video-wrap,
.tab-content,
.video-content,
.image-phone img {
  border-radius: 2.5rem !important;
}
@media (max-width: 992px) {
  .card-wrap,
  .card-wrapper,
  .video-wrapper,
  .slide-content,
  .plan,
  .card,
  .item-wrapper,
  .video-wrap,
  .tab-content,
  .video-content,
  .image-phone img {
    border-radius: 1.5rem !important;
  }
}
.mbr-label {
  border-radius: 100px;
}
.person-wrap {
  border-radius: 100px;
}
.nav.nav-tabs .nav-item .nav-link {
  border-radius: 100px;
}
.navbar.navbar-dropdown .container {
  border-radius: 1rem;
}
img {
  border-radius: 0 !important;
}
.cid-uUenAb9iyZ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uUenAb9iyZ .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-uUenAb9iyZ .btn:hover {
  background: #00b2ff !important;
  border-color: #00b2ff !important;
}
@media (max-width: 767px) {
  .cid-uUenAb9iyZ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uUenAb9iyZ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUenAb9iyZ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uUenAb9iyZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUenAb9iyZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUenAb9iyZ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uUenAb9iyZ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uUenAb9iyZ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uUenAb9iyZ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uUenAb9iyZ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uUenAb9iyZ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uUenAb9iyZ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uUenAb9iyZ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uUenAb9iyZ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uUenAb9iyZ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uUenAb9iyZ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uUenAb9iyZ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uUenAb9iyZ .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uUenAb9iyZ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uUenAb9iyZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uUenAb9iyZ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uUenAb9iyZ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUenAb9iyZ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uUenAb9iyZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUenAb9iyZ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0) !important;
  border-radius: 4px !important;
}
.cid-uUenAb9iyZ .nav-item:focus,
.cid-uUenAb9iyZ .nav-link:focus {
  outline: none;
}
.cid-uUenAb9iyZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUenAb9iyZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUenAb9iyZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUenAb9iyZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUenAb9iyZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUenAb9iyZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUenAb9iyZ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uUenAb9iyZ .navbar.opened {
  transition: all 0.25s;
}
.cid-uUenAb9iyZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUenAb9iyZ .navbar .navbar-logo img {
  width: auto;
}
.cid-uUenAb9iyZ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uUenAb9iyZ .navbar.collapsed {
  justify-content: center;
}
.cid-uUenAb9iyZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUenAb9iyZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUenAb9iyZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.2rem);
  }
}
.cid-uUenAb9iyZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUenAb9iyZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUenAb9iyZ .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-uUenAb9iyZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUenAb9iyZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUenAb9iyZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uUenAb9iyZ .navbar {
    min-height: 72px;
  }
  .cid-uUenAb9iyZ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uUenAb9iyZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUenAb9iyZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUenAb9iyZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUenAb9iyZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUenAb9iyZ .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-uUenAb9iyZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUenAb9iyZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uUenAb9iyZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUenAb9iyZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUenAb9iyZ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uUenAb9iyZ .dropdown-item.active,
.cid-uUenAb9iyZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uUenAb9iyZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUenAb9iyZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUenAb9iyZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUenAb9iyZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uUenAb9iyZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uUenAb9iyZ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uUenAb9iyZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUenAb9iyZ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uUenAb9iyZ .navbar-buttons {
    text-align: left;
  }
}
.cid-uUenAb9iyZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUenAb9iyZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUenAb9iyZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUenAb9iyZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUenAb9iyZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUenAb9iyZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUenAb9iyZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUenAb9iyZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUenAb9iyZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUenAb9iyZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUenAb9iyZ .navbar-dropdown {
  padding: 0;
  background: rgba(0, 0, 0, 0) !important;
}
.cid-uUenAb9iyZ .opacityScroll {
  background: #000000 !important;
}
.cid-uUenAb9iyZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUenAb9iyZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uUenAb9iyZ .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUenAb9iyZ .navbar {
    height: 70px;
  }
  .cid-uUenAb9iyZ .navbar.opened {
    height: auto;
  }
  .cid-uUenAb9iyZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUenAb9iyZ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uUenAb9iyZ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uUenAb9iyZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uUenAb9iyZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uUenAb9iyZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uUenAb9iyZ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uUenAb9iyZ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uUenAb9iyZ .navbar-brand {
    margin-right: auto;
  }
  .cid-uUenAb9iyZ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0) !important;
    background: rgba(0, 0, 0, 0) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uUenAb9iyZ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uUenAb9iyZ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uUenAb9iyZ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uUenAb9iyZ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uUenAb9iyZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uUenAb9iyZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uUenAb9iyZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uUenAb9iyZ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uUenAb9iyZ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uUenAb9iyZ .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uUenAb9iyZ .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uUenAb9iyZ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uUq3x2pS8i {
  background-image: url("../../../assets/images/banner-1-2000x1209.webp");
}
.cid-uUq3x2pS8i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUq3x2pS8i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUq3x2pS8i .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uUq3x2pS8i .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-uUq3x2pS8i .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uUq3x2pS8i .col-text {
  padding: 10px;
}
.cid-uUq3x2pS8i .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-uUq3x2pS8i .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 22px;
}
.cid-uUq3x2pS8i .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uUq3x2pS8i .mbr-text {
  color: #C4CFDE;
  margin-bottom: 20px;
  padding-right: 16%;
}
@media (max-width: 991px) {
  .cid-uUq3x2pS8i .mbr-text {
    padding-right: 0;
  }
}
.cid-uUq3x2pS8i .mbr-section-btn {
  margin-top: 20px;
}
.cid-uUq3x2pS8i .social-container {
  width: 100%;
  padding-top: 80px;
}
@media (max-width: 991px) {
  .cid-uUq3x2pS8i .social-container {
    padding-top: 40px;
  }
}
.cid-uUq3x2pS8i .social-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-uUq3x2pS8i .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.cid-uUq3x2pS8i .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 10px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  transition: 0.4s all;
}
.cid-uUq3x2pS8i .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uUq3x2pS8i .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-uUq3x2pS8i .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uUq3x2pS8i .soc-item:hover:before {
  opacity: 1;
}
.cid-uUesvGmSiD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uUesvGmSiD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUesvGmSiD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUesvGmSiD .container {
    padding: 0 30px;
  }
}
.cid-uUesvGmSiD .card {
  justify-content: center;
}
.cid-uUesvGmSiD .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uUesvGmSiD .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uUesvGmSiD .content-wrapper {
    padding: 0;
  }
}
.cid-uUesvGmSiD .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uUesvGmSiD .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-uUesvGmSiD .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uUesvGmSiD .content-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-uUesvGmSiD .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uUesvGmSiD .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uUesvGmSiD .mbr-desc {
  color: #254b45;
}
.cid-uUesvGmSiD .mbr-section-title {
  color: #254b45;
}
.cid-uUesvGmSiD .mbr-text {
  color: #ffffff;
}
.cid-uUesvGmSiD .mbr-section-title,
.cid-uUesvGmSiD .mbr-section-btn {
  color: #ffffff;
}
.cid-uUesvGmSiD .mbr-desc,
.cid-uUesvGmSiD .desc-wrapper {
  color: #ffffff;
}
.cid-uUexCvPKYu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eff6fa;
}
.cid-uUexCvPKYu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUexCvPKYu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUexCvPKYu .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uUexCvPKYu .container {
    padding: 0 16px;
  }
}
.cid-uUexCvPKYu .mbr-section-subtitle {
  margin-bottom: 56px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uUexCvPKYu .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uUexCvPKYu .content-wrapper {
  padding-right: 48px;
}
@media (max-width: 992px) {
  .cid-uUexCvPKYu .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uUexCvPKYu .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uUexCvPKYu .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUexCvPKYu .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 992px) {
  .cid-uUexCvPKYu .cards-wrapper {
    display: block;
  }
}
.cid-uUexCvPKYu .cards-wrapper .item {
  padding: 32px;
  background-color: #ffffff;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uUexCvPKYu .cards-wrapper .item {
    display: block;
    margin-bottom: 2rem;
    padding: 24px;
  }
}
.cid-uUexCvPKYu .cards-wrapper .item a:focus .item-wrapper .card-box .link-wrapper .mbr-iconfont,
.cid-uUexCvPKYu .cards-wrapper .item a:hover .item-wrapper .card-box .link-wrapper .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uUexCvPKYu .cards-wrapper .item a .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 12px;
}
.cid-uUexCvPKYu .cards-wrapper .item a .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #000000;
  display: inline-flex;
}
.cid-uUexCvPKYu .cards-wrapper .item a .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-uUexCvPKYu .cards-wrapper .item a .item-wrapper .card-box .card-text {
  margin-bottom: 16px;
}
.cid-uUexCvPKYu .cards-wrapper .item a .item-wrapper .card-box .link-wrapper .mbr-iconfont {
  font-size: 22px;
  color: #000000;
  display: inline-flex;
  transition: all .3s ease;
}
.cid-uUexCvPKYu .mbr-section-title {
  color: #000000;
}
.cid-uUexCvPKYu .mbr-text {
  color: #000000;
}
.cid-uUexCvPKYu .card-title {
  color: #000000;
}
.cid-uUexCvPKYu .card-text {
  color: #000000;
}
.cid-uUeBNW0MKO {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUeBNW0MKO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUeBNW0MKO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUeBNW0MKO .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uUeBNW0MKO .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uUeBNW0MKO .items-wrapper {
  justify-content: center;
  margin: 0 -32px;
}
.cid-uUeBNW0MKO .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uUeBNW0MKO .item {
    margin-bottom: 40px;
  }
}
.cid-uUeBNW0MKO .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uUeBNW0MKO .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 20px;
}
.cid-uUeBNW0MKO .item .item-wrapper .card-box .number-wrapper .card-number {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #3c60a9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uUeBNW0MKO .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uUeBNW0MKO .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uUeBNW0MKO .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uUeBNW0MKO .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uUeBNW0MKO .mbr-section-title,
.cid-uUeBNW0MKO .title-wrapper {
  color: #323432;
  text-align: left;
}
.cid-uUeBNW0MKO .card-number {
  color: #f1f5eb;
}
.cid-uUeBNW0MKO .card-title {
  color: #323432;
}
.cid-uUeBNW0MKO .card-text {
  color: #323432;
}
.cid-uVEltjJaiJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVEltjJaiJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVEltjJaiJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVEltjJaiJ .content-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uVEltjJaiJ .content-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uVEltjJaiJ .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #f2f1f3;
  margin-bottom: 0;
}
.cid-uVEltjJaiJ .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 55%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uVEltjJaiJ .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uVEltjJaiJ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-uVEltjJaiJ .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uVEltjJaiJ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uVEltjJaiJ .mbr-label,
.cid-uVEltjJaiJ .label-wrapper {
  color: #19171c;
  text-align: left;
}
.cid-uVEltjJaiJ .mbr-section-title {
  color: #19171c;
}
.cid-uVEltjJaiJ .mbr-text,
.cid-uVEltjJaiJ .text-wrapper {
  color: #19171c;
  text-align: left;
}
.cid-uVEltjJaiJ .mbr-section-title,
.cid-uVEltjJaiJ .title-wrapper,
.cid-uVEltjJaiJ .mbr-section-btn {
  text-align: center;
}
.cid-uVEltjJaiJ .mbr-section-title,
.cid-uVEltjJaiJ .mbr-section-btn,
.cid-uVEltjJaiJ .title-wrapper {
  text-align: left;
}
.cid-uUeqs0E837 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eff6fa;
}
.cid-uUeqs0E837 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUeqs0E837 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUeqs0E837 .row {
  justify-content: space-between;
}
.cid-uUeqs0E837 .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uUeqs0E837 .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uUeqs0E837 .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uUeqs0E837 .image-wrapper img {
    height: 350px;
  }
}
.cid-uUeqs0E837 .content-wrapper .label-wrapper {
  margin-bottom: 20px;
}
.cid-uUeqs0E837 .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #ffffff;
  margin-bottom: 0;
}
.cid-uUeqs0E837 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUeqs0E837 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uUeqs0E837 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUeqs0E837 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uUeqs0E837 .mbr-label {
  color: #19171c;
}
.cid-uUeqs0E837 .mbr-section-title {
  color: #19171c;
}
.cid-uUeqs0E837 .mbr-text,
.cid-uUeqs0E837 .text-wrapper {
  color: #19171c;
}
.cid-uUeEYy3yMw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUeEYy3yMw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUeEYy3yMw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uUeEYy3yMw .container {
    padding: 0 16px;
  }
}
.cid-uUeEYy3yMw .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-uUeEYy3yMw .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uUeEYy3yMw .content-wrapper {
  margin-bottom: 80px;
}
.cid-uUeEYy3yMw .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uUeEYy3yMw .content-wrapper .mbr-section-title span {
  color: #2a397b;
}
.cid-uUeEYy3yMw .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uUeEYy3yMw .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uUeEYy3yMw .mbr-section-btn-main {
  margin-bottom: 14px;
}
.cid-uUeEYy3yMw .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-uUeEYy3yMw .item .item-wrapper {
  background-color: #eff6fa;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uUeEYy3yMw .item .item-wrapper {
    padding: 32px;
  }
}
.cid-uUeEYy3yMw .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uUeEYy3yMw .item .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-uUeEYy3yMw .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uUeEYy3yMw .item .item-wrapper .card-box .title-wrap .mbr-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #000000;
}
.cid-uUeEYy3yMw .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uUeEYy3yMw .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-uUeEYy3yMw .mbr-section-title {
  color: #000000;
}
.cid-uUeEYy3yMw .mbr-text,
.cid-uUeEYy3yMw .text-wrap {
  color: #6f6f6f;
  text-align: center;
}
.cid-uUeEYy3yMw .item-title {
  color: #000000;
}
.cid-uUeEYy3yMw .item-text {
  color: #6f6f6f;
}
.cid-uUeEYy3yMw .mbr-section-title,
.cid-uUeEYy3yMw .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uUeAquE6J1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUeAquE6J1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUeAquE6J1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUeAquE6J1 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uUeAquE6J1 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uUeAquE6J1 .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  padding: 20px 30px 20px 20px;
  border: 1px solid #e5e4e7;
}
@media (max-width: 992px) {
  .cid-uUeAquE6J1 .content-wrapper .person-wrapper .person-wrap {
    padding: 20px;
  }
}
.cid-uUeAquE6J1 .content-wrapper .person-wrapper .person-wrap .image-wrapper img {
  width: 54px;
  height: 54px;
  min-width: 54px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-uUeAquE6J1 .content-wrapper .person-wrapper .person-wrap .name-wrapper {
  margin-left: 20px;
}
.cid-uUeAquE6J1 .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uUeAquE6J1 .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
}
.cid-uUeAquE6J1 .mbr-text {
  color: #19171c;
}
.cid-uUeAquE6J1 .mbr-name {
  color: #19171c;
  text-align: left;
}
.cid-uUeAquE6J1 .mbr-role {
  color: #6e6e73;
  text-align: left;
}
.cid-uUeAquE6J1 .mbr-text,
.cid-uUeAquE6J1 .text-wrapper,
.cid-uUeAquE6J1 .person-wrapper {
  text-align: center;
}
.cid-uUfPfXLhig {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #141e47;
}
.cid-uUfPfXLhig .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUfPfXLhig .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUfPfXLhig .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uUfPfXLhig .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uUfPfXLhig .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUfPfXLhig .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uUfPfXLhig .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uUfPfXLhig .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uUfPfXLhig .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uUfPfXLhig .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uUfPfXLhig .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uUfPfXLhig .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUfPfXLhig .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uUfPfXLhig .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uUfPfXLhig .items-wrapper .card {
  padding: 0 32px;
}
.cid-uUfPfXLhig .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uUfPfXLhig .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uUfPfXLhig .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uUfPfXLhig .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uUfPfXLhig .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uUfPfXLhig .list-wrapper .list .item-wrap:hover,
.cid-uUfPfXLhig .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uUfPfXLhig .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uUfPfXLhig .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uUfPfXLhig .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uUfPfXLhig .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uUfPfXLhig .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uUfPfXLhig .mbr-copy {
  margin-bottom: 0;
  color: #9aa0a6;
}
.cid-uUfPfXLhig .mbr-desc {
  color: #ffffff;
}
.cid-uUfPfXLhig .mbr-text,
.cid-uUfPfXLhig .text-wrapper {
  color: #9aa0a6;
}
.cid-uUfPfXLhig .list {
  color: #9aa0a6;
}
.cid-uUenAb9iyZ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uUenAb9iyZ .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-uUenAb9iyZ .btn:hover {
  background: #00b2ff !important;
  border-color: #00b2ff !important;
}
@media (max-width: 767px) {
  .cid-uUenAb9iyZ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uUenAb9iyZ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUenAb9iyZ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uUenAb9iyZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUenAb9iyZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUenAb9iyZ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uUenAb9iyZ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uUenAb9iyZ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uUenAb9iyZ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uUenAb9iyZ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uUenAb9iyZ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uUenAb9iyZ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uUenAb9iyZ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uUenAb9iyZ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uUenAb9iyZ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uUenAb9iyZ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uUenAb9iyZ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uUenAb9iyZ .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uUenAb9iyZ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uUenAb9iyZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uUenAb9iyZ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uUenAb9iyZ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUenAb9iyZ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uUenAb9iyZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUenAb9iyZ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0) !important;
  border-radius: 4px !important;
}
.cid-uUenAb9iyZ .nav-item:focus,
.cid-uUenAb9iyZ .nav-link:focus {
  outline: none;
}
.cid-uUenAb9iyZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUenAb9iyZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUenAb9iyZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUenAb9iyZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUenAb9iyZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUenAb9iyZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUenAb9iyZ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uUenAb9iyZ .navbar.opened {
  transition: all 0.25s;
}
.cid-uUenAb9iyZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUenAb9iyZ .navbar .navbar-logo img {
  width: auto;
}
.cid-uUenAb9iyZ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uUenAb9iyZ .navbar.collapsed {
  justify-content: center;
}
.cid-uUenAb9iyZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUenAb9iyZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUenAb9iyZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.2rem);
  }
}
.cid-uUenAb9iyZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUenAb9iyZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUenAb9iyZ .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-uUenAb9iyZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUenAb9iyZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUenAb9iyZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uUenAb9iyZ .navbar {
    min-height: 72px;
  }
  .cid-uUenAb9iyZ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uUenAb9iyZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUenAb9iyZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUenAb9iyZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUenAb9iyZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUenAb9iyZ .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-uUenAb9iyZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUenAb9iyZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uUenAb9iyZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUenAb9iyZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUenAb9iyZ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uUenAb9iyZ .dropdown-item.active,
.cid-uUenAb9iyZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uUenAb9iyZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUenAb9iyZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUenAb9iyZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUenAb9iyZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uUenAb9iyZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uUenAb9iyZ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uUenAb9iyZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUenAb9iyZ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uUenAb9iyZ .navbar-buttons {
    text-align: left;
  }
}
.cid-uUenAb9iyZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUenAb9iyZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUenAb9iyZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUenAb9iyZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUenAb9iyZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUenAb9iyZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUenAb9iyZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUenAb9iyZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUenAb9iyZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUenAb9iyZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUenAb9iyZ .navbar-dropdown {
  padding: 0;
  background: rgba(0, 0, 0, 0) !important;
}
.cid-uUenAb9iyZ .opacityScroll {
  background: #000000 !important;
}
.cid-uUenAb9iyZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUenAb9iyZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uUenAb9iyZ .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUenAb9iyZ .navbar {
    height: 70px;
  }
  .cid-uUenAb9iyZ .navbar.opened {
    height: auto;
  }
  .cid-uUenAb9iyZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUenAb9iyZ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uUenAb9iyZ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uUenAb9iyZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uUenAb9iyZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uUenAb9iyZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uUenAb9iyZ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uUenAb9iyZ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uUenAb9iyZ .navbar-brand {
    margin-right: auto;
  }
  .cid-uUenAb9iyZ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0) !important;
    background: rgba(0, 0, 0, 0) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uUenAb9iyZ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uUenAb9iyZ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uUenAb9iyZ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uUenAb9iyZ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uUenAb9iyZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uUenAb9iyZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uUenAb9iyZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uUenAb9iyZ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uUenAb9iyZ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uUenAb9iyZ .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uUenAb9iyZ .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uUenAb9iyZ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uVEc7Cg2cv {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #141e47;
}
.cid-uVEc7Cg2cv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVEc7Cg2cv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uVEc7Cg2cv .container {
    padding: 0 16px;
  }
}
.cid-uVEc7Cg2cv .list-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-uVEc7Cg2cv .list-wrapper .text-wrap .mbr-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uVEc7Cg2cv .list-wrapper .text-wrap .mbr-title {
    margin-bottom: 20px;
  }
}
.cid-uVEc7Cg2cv .list-wrapper .text-wrap .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uVEc7Cg2cv .list-wrapper .text-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uVEc7Cg2cv .list-wrapper .list-wrap {
    margin-bottom: 40px;
  }
}
.cid-uVEc7Cg2cv .list-wrapper .list-wrap .list {
  margin: 0;
  list-style: none;
  padding-left: 32px;
  padding-left: 0;
}
.cid-uVEc7Cg2cv .list-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 30px;
  position: relative;
  padding-left: 0;
}
@media (max-width: 992px) {
  .cid-uVEc7Cg2cv .list-wrapper .list-wrap .list .item-wrap {
    margin-bottom: 20px;
  }
}
.cid-uVEc7Cg2cv .dragArea.row {
  background-color: #ffffff;
  padding: 40px 30px;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uVEc7Cg2cv .dragArea.row {
    padding: 20px 16px;
    margin: 0;
  }
}
.cid-uVEc7Cg2cv .dragArea.row .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uVEc7Cg2cv .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uVEc7Cg2cv .dragArea.row .form-group .form-control-label {
  padding-left: 8px;
  margin-bottom: 6px;
}
.cid-uVEc7Cg2cv .dragArea.row .form-group .form-control {
  padding: 14px;
  border: 1px solid #bbbbbb !important;
  box-shadow: none;
  background-color: transparent;
}
.cid-uVEc7Cg2cv .dragArea.row .form-group .form-control:hover,
.cid-uVEc7Cg2cv .dragArea.row .form-group .form-control:focus {
  border: 1px solid #bbbbbb !important;
  box-shadow: none;
}
.cid-uVEc7Cg2cv .dragArea.row .form-group .form-check {
  padding-left: 2rem;
}
.cid-uVEc7Cg2cv .dragArea.row .form-group .form-check .form-check-input:checked {
  background-color: #00b2ff;
  border-color: #00b2ff;
}
.cid-uVEc7Cg2cv .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
.cid-uVEc7Cg2cv .mbr-title {
  color: #ffffff;
}
.cid-uVEc7Cg2cv .mbr-section-title {
  color: #08323C;
  text-align: center;
}
.cid-uVEc7Cg2cv .mbr-section-subtitle {
  color: #08323C;
}
.cid-uVEc7Cg2cv .mbr-text {
  color: #ffffff;
}
.cid-uVEc7Cg2cv .list {
  color: #ffffff;
}
.cid-uVEc7Cg2cv label {
  color: #08323C;
}
.cid-uVEc7Cg2cv H3 {
  text-align: right;
}
.cid-uUre1cOw4o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUre1cOw4o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUre1cOw4o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUre1cOw4o .items-wrapper {
  justify-content: center;
  margin: 0 -40px;
}
.cid-uUre1cOw4o .items-wrapper .item {
  padding: 0 40px;
}
.cid-uUre1cOw4o .item {
  margin-bottom: 40px;
}
.cid-uUre1cOw4o .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uUre1cOw4o .item .item-wrapper .item-content .title-wrapper {
  margin-bottom: 20px;
}
.cid-uUre1cOw4o .item .item-wrapper .item-content .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uUre1cOw4o .item .item-wrapper .item-content .title-wrapper .title-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
  color: #19171c;
  margin-right: 10px;
}
.cid-uUre1cOw4o .item .item-wrapper .item-content .title-wrapper .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uUre1cOw4o .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uUre1cOw4o .item-title,
.cid-uUre1cOw4o .title-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uUre1cOw4o .item-text {
  color: #6e6e73;
  text-align: center;
}
.cid-uUre1cOw4o .item-text,
.cid-uUre1cOw4o .mbr-section-btn {
  text-align: center;
}
.cid-uUfLiQSWdi {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uUfLiQSWdi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUfLiQSWdi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUfLiQSWdi .container {
    padding: 0 30px;
  }
}
.cid-uUfLiQSWdi .card {
  justify-content: center;
}
.cid-uUfLiQSWdi .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uUfLiQSWdi .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uUfLiQSWdi .content-wrapper {
    padding: 0;
  }
}
.cid-uUfLiQSWdi .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uUfLiQSWdi .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-uUfLiQSWdi .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #254b45;
}
@media (max-width: 992px) {
  .cid-uUfLiQSWdi .content-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-uUfLiQSWdi .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uUfLiQSWdi .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uUfLiQSWdi .mbr-desc {
  color: #254b45;
}
.cid-uUfLiQSWdi .mbr-section-title {
  color: #254b45;
}
.cid-uUfLiQSWdi .mbr-text {
  color: #254b45;
  text-align: left;
}
.cid-uUfLiQSWdi .mbr-section-title,
.cid-uUfLiQSWdi .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uUfLiQSWdi .mbr-desc,
.cid-uUfLiQSWdi .desc-wrapper {
  color: #000000;
}
.cid-uUfPfXLhig {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #141e47;
}
.cid-uUfPfXLhig .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUfPfXLhig .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUfPfXLhig .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uUfPfXLhig .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uUfPfXLhig .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUfPfXLhig .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uUfPfXLhig .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uUfPfXLhig .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uUfPfXLhig .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uUfPfXLhig .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uUfPfXLhig .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uUfPfXLhig .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUfPfXLhig .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uUfPfXLhig .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uUfPfXLhig .items-wrapper .card {
  padding: 0 32px;
}
.cid-uUfPfXLhig .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uUfPfXLhig .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uUfPfXLhig .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uUfPfXLhig .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uUfPfXLhig .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uUfPfXLhig .list-wrapper .list .item-wrap:hover,
.cid-uUfPfXLhig .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uUfPfXLhig .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uUfPfXLhig .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uUfPfXLhig .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uUfPfXLhig .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uUfPfXLhig .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uUfPfXLhig .mbr-copy {
  margin-bottom: 0;
  color: #9aa0a6;
}
.cid-uUfPfXLhig .mbr-desc {
  color: #ffffff;
}
.cid-uUfPfXLhig .mbr-text,
.cid-uUfPfXLhig .text-wrapper {
  color: #9aa0a6;
}
.cid-uUfPfXLhig .list {
  color: #9aa0a6;
}
.cid-uUenAb9iyZ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uUenAb9iyZ .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-uUenAb9iyZ .btn:hover {
  background: #00b2ff !important;
  border-color: #00b2ff !important;
}
@media (max-width: 767px) {
  .cid-uUenAb9iyZ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uUenAb9iyZ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUenAb9iyZ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uUenAb9iyZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUenAb9iyZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUenAb9iyZ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uUenAb9iyZ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uUenAb9iyZ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uUenAb9iyZ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uUenAb9iyZ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uUenAb9iyZ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uUenAb9iyZ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uUenAb9iyZ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uUenAb9iyZ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uUenAb9iyZ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uUenAb9iyZ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uUenAb9iyZ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uUenAb9iyZ .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uUenAb9iyZ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uUenAb9iyZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uUenAb9iyZ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uUenAb9iyZ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUenAb9iyZ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uUenAb9iyZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUenAb9iyZ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0) !important;
  border-radius: 4px !important;
}
.cid-uUenAb9iyZ .nav-item:focus,
.cid-uUenAb9iyZ .nav-link:focus {
  outline: none;
}
.cid-uUenAb9iyZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUenAb9iyZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUenAb9iyZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUenAb9iyZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUenAb9iyZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUenAb9iyZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUenAb9iyZ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uUenAb9iyZ .navbar.opened {
  transition: all 0.25s;
}
.cid-uUenAb9iyZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUenAb9iyZ .navbar .navbar-logo img {
  width: auto;
}
.cid-uUenAb9iyZ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uUenAb9iyZ .navbar.collapsed {
  justify-content: center;
}
.cid-uUenAb9iyZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUenAb9iyZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUenAb9iyZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.2rem);
  }
}
.cid-uUenAb9iyZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUenAb9iyZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUenAb9iyZ .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-uUenAb9iyZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUenAb9iyZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUenAb9iyZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uUenAb9iyZ .navbar {
    min-height: 72px;
  }
  .cid-uUenAb9iyZ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uUenAb9iyZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUenAb9iyZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUenAb9iyZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUenAb9iyZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUenAb9iyZ .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-uUenAb9iyZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUenAb9iyZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uUenAb9iyZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUenAb9iyZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUenAb9iyZ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uUenAb9iyZ .dropdown-item.active,
.cid-uUenAb9iyZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uUenAb9iyZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUenAb9iyZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUenAb9iyZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUenAb9iyZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uUenAb9iyZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uUenAb9iyZ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uUenAb9iyZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUenAb9iyZ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uUenAb9iyZ .navbar-buttons {
    text-align: left;
  }
}
.cid-uUenAb9iyZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUenAb9iyZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUenAb9iyZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUenAb9iyZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUenAb9iyZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUenAb9iyZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUenAb9iyZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUenAb9iyZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUenAb9iyZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUenAb9iyZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUenAb9iyZ .navbar-dropdown {
  padding: 0;
  background: rgba(0, 0, 0, 0) !important;
}
.cid-uUenAb9iyZ .opacityScroll {
  background: #000000 !important;
}
.cid-uUenAb9iyZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUenAb9iyZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uUenAb9iyZ .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUenAb9iyZ .navbar {
    height: 70px;
  }
  .cid-uUenAb9iyZ .navbar.opened {
    height: auto;
  }
  .cid-uUenAb9iyZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUenAb9iyZ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uUenAb9iyZ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uUenAb9iyZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uUenAb9iyZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uUenAb9iyZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uUenAb9iyZ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uUenAb9iyZ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uUenAb9iyZ .navbar-brand {
    margin-right: auto;
  }
  .cid-uUenAb9iyZ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0) !important;
    background: rgba(0, 0, 0, 0) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uUenAb9iyZ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uUenAb9iyZ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uUenAb9iyZ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uUenAb9iyZ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uUenAb9iyZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uUenAb9iyZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uUenAb9iyZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uUenAb9iyZ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uUenAb9iyZ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uUenAb9iyZ .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uUenAb9iyZ .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uUenAb9iyZ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uUfMYRNEzO {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #141e47;
}
.cid-uUfMYRNEzO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUfMYRNEzO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUfMYRNEzO .content-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUfMYRNEzO .content-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uUfMYRNEzO .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #f2f1f3;
  margin-bottom: 0;
}
.cid-uUfMYRNEzO .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUfMYRNEzO .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uUfMYRNEzO .content-wrapper .mbr-section-btn {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uUfMYRNEzO .content-wrapper .mbr-section-btn {
    margin-bottom: 40px;
  }
}
.cid-uUfMYRNEzO .content-wrapper .text-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUfMYRNEzO .content-wrapper .text-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  width: 25%;
  height: 1px;
  background-color: #e5e4e7;
}
@media (max-width: 992px) {
  .cid-uUfMYRNEzO .content-wrapper .text-wrapper::before {
    width: 8%;
  }
}
.cid-uUfMYRNEzO .content-wrapper .text-wrapper::after {
  content: '';
  position: absolute;
  right: 0;
  width: 25%;
  height: 1px;
  background-color: #e5e4e7;
}
@media (max-width: 992px) {
  .cid-uUfMYRNEzO .content-wrapper .text-wrapper::after {
    width: 8%;
  }
}
.cid-uUfMYRNEzO .content-wrapper .text-wrapper .mbr-text {
  padding: 20px;
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUfMYRNEzO .content-wrapper .text-wrapper .mbr-text {
    padding: 0;
    width: 80%;
  }
}
.cid-uUfMYRNEzO .mbr-section-title {
  color: #19171c;
  text-align: center;
}
.cid-uUfMYRNEzO .mbr-label,
.cid-uUfMYRNEzO .label-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uUfMYRNEzO .mbr-text,
.cid-uUfMYRNEzO .text-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uUfMYRNEzO .mbr-section-title,
.cid-uUfMYRNEzO .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uUfMYRNEzO .mbr-text {
  color: #ffffff;
}
.cid-uUfMZXCtjv {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUfMZXCtjv .mbr-section-subtitle {
  color: #14191e;
}
.cid-uUfMZXCtjv .mbr-text {
  color: #777777;
}
.cid-uUfMZXCtjv .mbr-section-title {
  color: #000000;
}
.cid-uUfPfXLhig {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #141e47;
}
.cid-uUfPfXLhig .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUfPfXLhig .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUfPfXLhig .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uUfPfXLhig .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uUfPfXLhig .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUfPfXLhig .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uUfPfXLhig .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uUfPfXLhig .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uUfPfXLhig .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uUfPfXLhig .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uUfPfXLhig .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uUfPfXLhig .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUfPfXLhig .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uUfPfXLhig .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uUfPfXLhig .items-wrapper .card {
  padding: 0 32px;
}
.cid-uUfPfXLhig .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uUfPfXLhig .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uUfPfXLhig .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uUfPfXLhig .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uUfPfXLhig .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uUfPfXLhig .list-wrapper .list .item-wrap:hover,
.cid-uUfPfXLhig .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uUfPfXLhig .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uUfPfXLhig .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uUfPfXLhig .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uUfPfXLhig .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uUfPfXLhig .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uUfPfXLhig .mbr-copy {
  margin-bottom: 0;
  color: #9aa0a6;
}
.cid-uUfPfXLhig .mbr-desc {
  color: #ffffff;
}
.cid-uUfPfXLhig .mbr-text,
.cid-uUfPfXLhig .text-wrapper {
  color: #9aa0a6;
}
.cid-uUfPfXLhig .list {
  color: #9aa0a6;
}
.cid-uUenAb9iyZ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uUenAb9iyZ .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-uUenAb9iyZ .btn:hover {
  background: #00b2ff !important;
  border-color: #00b2ff !important;
}
@media (max-width: 767px) {
  .cid-uUenAb9iyZ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uUenAb9iyZ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUenAb9iyZ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uUenAb9iyZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUenAb9iyZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUenAb9iyZ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uUenAb9iyZ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uUenAb9iyZ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uUenAb9iyZ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uUenAb9iyZ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uUenAb9iyZ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uUenAb9iyZ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uUenAb9iyZ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uUenAb9iyZ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uUenAb9iyZ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uUenAb9iyZ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uUenAb9iyZ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uUenAb9iyZ .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uUenAb9iyZ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uUenAb9iyZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uUenAb9iyZ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uUenAb9iyZ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUenAb9iyZ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uUenAb9iyZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUenAb9iyZ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0) !important;
  border-radius: 4px !important;
}
.cid-uUenAb9iyZ .nav-item:focus,
.cid-uUenAb9iyZ .nav-link:focus {
  outline: none;
}
.cid-uUenAb9iyZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUenAb9iyZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUenAb9iyZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUenAb9iyZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUenAb9iyZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUenAb9iyZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUenAb9iyZ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uUenAb9iyZ .navbar.opened {
  transition: all 0.25s;
}
.cid-uUenAb9iyZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUenAb9iyZ .navbar .navbar-logo img {
  width: auto;
}
.cid-uUenAb9iyZ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uUenAb9iyZ .navbar.collapsed {
  justify-content: center;
}
.cid-uUenAb9iyZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUenAb9iyZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUenAb9iyZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.2rem);
  }
}
.cid-uUenAb9iyZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUenAb9iyZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUenAb9iyZ .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-uUenAb9iyZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUenAb9iyZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUenAb9iyZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uUenAb9iyZ .navbar {
    min-height: 72px;
  }
  .cid-uUenAb9iyZ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uUenAb9iyZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUenAb9iyZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUenAb9iyZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUenAb9iyZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUenAb9iyZ .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-uUenAb9iyZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUenAb9iyZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uUenAb9iyZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUenAb9iyZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUenAb9iyZ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uUenAb9iyZ .dropdown-item.active,
.cid-uUenAb9iyZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uUenAb9iyZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUenAb9iyZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUenAb9iyZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUenAb9iyZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uUenAb9iyZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uUenAb9iyZ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uUenAb9iyZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUenAb9iyZ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uUenAb9iyZ .navbar-buttons {
    text-align: left;
  }
}
.cid-uUenAb9iyZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUenAb9iyZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUenAb9iyZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUenAb9iyZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUenAb9iyZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUenAb9iyZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUenAb9iyZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUenAb9iyZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUenAb9iyZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUenAb9iyZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUenAb9iyZ .navbar-dropdown {
  padding: 0;
  background: rgba(0, 0, 0, 0) !important;
}
.cid-uUenAb9iyZ .opacityScroll {
  background: #000000 !important;
}
.cid-uUenAb9iyZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUenAb9iyZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uUenAb9iyZ .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUenAb9iyZ .navbar {
    height: 70px;
  }
  .cid-uUenAb9iyZ .navbar.opened {
    height: auto;
  }
  .cid-uUenAb9iyZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUenAb9iyZ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uUenAb9iyZ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uUenAb9iyZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uUenAb9iyZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uUenAb9iyZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uUenAb9iyZ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uUenAb9iyZ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uUenAb9iyZ .navbar-brand {
    margin-right: auto;
  }
  .cid-uUenAb9iyZ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0) !important;
    background: rgba(0, 0, 0, 0) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uUenAb9iyZ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uUenAb9iyZ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uUenAb9iyZ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uUenAb9iyZ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uUenAb9iyZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uUenAb9iyZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uUenAb9iyZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uUenAb9iyZ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uUenAb9iyZ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uUenAb9iyZ .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uUenAb9iyZ .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uUenAb9iyZ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uUfNJXXloU {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #141e47;
}
.cid-uUfNJXXloU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUfNJXXloU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUfNJXXloU .content-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUfNJXXloU .content-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uUfNJXXloU .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #f2f1f3;
  margin-bottom: 0;
}
.cid-uUfNJXXloU .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUfNJXXloU .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uUfNJXXloU .content-wrapper .mbr-section-btn {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uUfNJXXloU .content-wrapper .mbr-section-btn {
    margin-bottom: 40px;
  }
}
.cid-uUfNJXXloU .content-wrapper .text-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUfNJXXloU .content-wrapper .text-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  width: 25%;
  height: 1px;
  background-color: #e5e4e7;
}
@media (max-width: 992px) {
  .cid-uUfNJXXloU .content-wrapper .text-wrapper::before {
    width: 8%;
  }
}
.cid-uUfNJXXloU .content-wrapper .text-wrapper::after {
  content: '';
  position: absolute;
  right: 0;
  width: 25%;
  height: 1px;
  background-color: #e5e4e7;
}
@media (max-width: 992px) {
  .cid-uUfNJXXloU .content-wrapper .text-wrapper::after {
    width: 8%;
  }
}
.cid-uUfNJXXloU .content-wrapper .text-wrapper .mbr-text {
  padding: 20px;
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUfNJXXloU .content-wrapper .text-wrapper .mbr-text {
    padding: 0;
    width: 80%;
  }
}
.cid-uUfNJXXloU .mbr-section-title {
  color: #19171c;
  text-align: center;
}
.cid-uUfNJXXloU .mbr-label,
.cid-uUfNJXXloU .label-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uUfNJXXloU .mbr-text,
.cid-uUfNJXXloU .text-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uUfNJXXloU .mbr-section-title,
.cid-uUfNJXXloU .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uUfNJXXloU .mbr-text {
  color: #ffffff;
}
.cid-uUfO3H8mGc {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUfO3H8mGc .mbr-section-subtitle {
  color: #353535;
}
.cid-uUfO3H8mGc .mbr-text {
  color: #777777;
}
.cid-uUfPfXLhig {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #141e47;
}
.cid-uUfPfXLhig .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUfPfXLhig .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUfPfXLhig .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uUfPfXLhig .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uUfPfXLhig .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUfPfXLhig .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uUfPfXLhig .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uUfPfXLhig .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uUfPfXLhig .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uUfPfXLhig .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uUfPfXLhig .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uUfPfXLhig .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUfPfXLhig .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uUfPfXLhig .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uUfPfXLhig .items-wrapper .card {
  padding: 0 32px;
}
.cid-uUfPfXLhig .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uUfPfXLhig .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uUfPfXLhig .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uUfPfXLhig .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uUfPfXLhig .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uUfPfXLhig .list-wrapper .list .item-wrap:hover,
.cid-uUfPfXLhig .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uUfPfXLhig .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uUfPfXLhig .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uUfPfXLhig .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uUfPfXLhig .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uUfPfXLhig .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uUfPfXLhig .mbr-copy {
  margin-bottom: 0;
  color: #9aa0a6;
}
.cid-uUfPfXLhig .mbr-desc {
  color: #ffffff;
}
.cid-uUfPfXLhig .mbr-text,
.cid-uUfPfXLhig .text-wrapper {
  color: #9aa0a6;
}
.cid-uUfPfXLhig .list {
  color: #9aa0a6;
}
.cid-uUfQWrxmVA {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uUfQWrxmVA .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-uUfQWrxmVA .btn:hover {
  background: #00b2ff !important;
  border-color: #00b2ff !important;
}
@media (max-width: 767px) {
  .cid-uUfQWrxmVA .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uUfQWrxmVA .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUfQWrxmVA .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uUfQWrxmVA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUfQWrxmVA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUfQWrxmVA .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uUfQWrxmVA .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uUfQWrxmVA .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uUfQWrxmVA .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uUfQWrxmVA .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uUfQWrxmVA .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uUfQWrxmVA .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uUfQWrxmVA .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uUfQWrxmVA .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uUfQWrxmVA .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uUfQWrxmVA .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uUfQWrxmVA .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uUfQWrxmVA .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uUfQWrxmVA .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uUfQWrxmVA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uUfQWrxmVA .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uUfQWrxmVA .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUfQWrxmVA .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uUfQWrxmVA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUfQWrxmVA .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0) !important;
  border-radius: 4px !important;
}
.cid-uUfQWrxmVA .nav-item:focus,
.cid-uUfQWrxmVA .nav-link:focus {
  outline: none;
}
.cid-uUfQWrxmVA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUfQWrxmVA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUfQWrxmVA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUfQWrxmVA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUfQWrxmVA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUfQWrxmVA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUfQWrxmVA .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uUfQWrxmVA .navbar.opened {
  transition: all 0.25s;
}
.cid-uUfQWrxmVA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUfQWrxmVA .navbar .navbar-logo img {
  width: auto;
}
.cid-uUfQWrxmVA .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uUfQWrxmVA .navbar.collapsed {
  justify-content: center;
}
.cid-uUfQWrxmVA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUfQWrxmVA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUfQWrxmVA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.2rem);
  }
}
.cid-uUfQWrxmVA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUfQWrxmVA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUfQWrxmVA .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-uUfQWrxmVA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUfQWrxmVA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUfQWrxmVA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uUfQWrxmVA .navbar {
    min-height: 72px;
  }
  .cid-uUfQWrxmVA .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uUfQWrxmVA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUfQWrxmVA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUfQWrxmVA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUfQWrxmVA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUfQWrxmVA .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-uUfQWrxmVA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUfQWrxmVA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uUfQWrxmVA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUfQWrxmVA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUfQWrxmVA .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uUfQWrxmVA .dropdown-item.active,
.cid-uUfQWrxmVA .dropdown-item:active {
  background-color: transparent;
}
.cid-uUfQWrxmVA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUfQWrxmVA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUfQWrxmVA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUfQWrxmVA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uUfQWrxmVA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uUfQWrxmVA .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uUfQWrxmVA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUfQWrxmVA .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uUfQWrxmVA .navbar-buttons {
    text-align: left;
  }
}
.cid-uUfQWrxmVA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUfQWrxmVA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUfQWrxmVA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUfQWrxmVA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUfQWrxmVA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUfQWrxmVA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUfQWrxmVA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUfQWrxmVA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUfQWrxmVA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUfQWrxmVA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUfQWrxmVA .navbar-dropdown {
  padding: 0;
  background: rgba(0, 0, 0, 0) !important;
}
.cid-uUfQWrxmVA .opacityScroll {
  background: #000000 !important;
}
.cid-uUfQWrxmVA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUfQWrxmVA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uUfQWrxmVA .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUfQWrxmVA .navbar {
    height: 70px;
  }
  .cid-uUfQWrxmVA .navbar.opened {
    height: auto;
  }
  .cid-uUfQWrxmVA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUfQWrxmVA .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uUfQWrxmVA .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uUfQWrxmVA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uUfQWrxmVA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uUfQWrxmVA .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uUfQWrxmVA .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uUfQWrxmVA .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uUfQWrxmVA .navbar-brand {
    margin-right: auto;
  }
  .cid-uUfQWrxmVA .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0) !important;
    background: rgba(0, 0, 0, 0) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uUfQWrxmVA .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uUfQWrxmVA .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uUfQWrxmVA .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uUfQWrxmVA .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uUfQWrxmVA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uUfQWrxmVA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uUfQWrxmVA .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uUfQWrxmVA .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uUfQWrxmVA .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uUfQWrxmVA .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uUfQWrxmVA .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uUfQWrxmVA .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uVEd3uafGf {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #141e47;
}
.cid-uVEd3uafGf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVEd3uafGf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uVEd3uafGf .container {
    padding: 0 16px;
  }
}
.cid-uVEd3uafGf .list-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-uVEd3uafGf .list-wrapper .text-wrap .mbr-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uVEd3uafGf .list-wrapper .text-wrap .mbr-title {
    margin-bottom: 20px;
  }
}
.cid-uVEd3uafGf .list-wrapper .text-wrap .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uVEd3uafGf .list-wrapper .text-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uVEd3uafGf .list-wrapper .list-wrap {
    margin-bottom: 40px;
  }
}
.cid-uVEd3uafGf .list-wrapper .list-wrap .list {
  margin: 0;
  list-style: none;
  padding-left: 32px;
  padding-left: 0;
}
.cid-uVEd3uafGf .list-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 30px;
  position: relative;
  padding-left: 0;
}
@media (max-width: 992px) {
  .cid-uVEd3uafGf .list-wrapper .list-wrap .list .item-wrap {
    margin-bottom: 20px;
  }
}
.cid-uVEd3uafGf .dragArea.row {
  background-color: #ffffff;
  padding: 40px 30px;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uVEd3uafGf .dragArea.row {
    padding: 20px 16px;
    margin: 0;
  }
}
.cid-uVEd3uafGf .dragArea.row .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uVEd3uafGf .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uVEd3uafGf .dragArea.row .form-group .form-control-label {
  padding-left: 8px;
  margin-bottom: 6px;
}
.cid-uVEd3uafGf .dragArea.row .form-group .form-control {
  padding: 14px;
  border: 1px solid #bbbbbb !important;
  box-shadow: none;
  background-color: transparent;
}
.cid-uVEd3uafGf .dragArea.row .form-group .form-control:hover,
.cid-uVEd3uafGf .dragArea.row .form-group .form-control:focus {
  border: 1px solid #bbbbbb !important;
  box-shadow: none;
}
.cid-uVEd3uafGf .dragArea.row .form-group .form-check {
  padding-left: 2rem;
}
.cid-uVEd3uafGf .dragArea.row .form-group .form-check .form-check-input:checked {
  background-color: #00b2ff;
  border-color: #00b2ff;
}
.cid-uVEd3uafGf .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
.cid-uVEd3uafGf .mbr-title {
  color: #ffffff;
}
.cid-uVEd3uafGf .mbr-section-title {
  color: #08323C;
  text-align: center;
}
.cid-uVEd3uafGf .mbr-section-subtitle {
  color: #08323C;
}
.cid-uVEd3uafGf .mbr-text {
  color: #ffffff;
}
.cid-uVEd3uafGf .list {
  color: #ffffff;
}
.cid-uVEd3uafGf label {
  color: #08323C;
}
.cid-uVEd3uafGf H3 {
  text-align: right;
}
.cid-uUfQWsoUdL {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uUfQWsoUdL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUfQWsoUdL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUfQWsoUdL .container {
    padding: 0 30px;
  }
}
.cid-uUfQWsoUdL .card {
  justify-content: center;
}
.cid-uUfQWsoUdL .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uUfQWsoUdL .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uUfQWsoUdL .content-wrapper {
    padding: 0;
  }
}
.cid-uUfQWsoUdL .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uUfQWsoUdL .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-uUfQWsoUdL .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #254b45;
}
@media (max-width: 992px) {
  .cid-uUfQWsoUdL .content-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-uUfQWsoUdL .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uUfQWsoUdL .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uUfQWsoUdL .mbr-desc {
  color: #254b45;
}
.cid-uUfQWsoUdL .mbr-section-title {
  color: #254b45;
}
.cid-uUfQWsoUdL .mbr-text {
  color: #254b45;
  text-align: left;
}
.cid-uUfQWsoUdL .mbr-section-title,
.cid-uUfQWsoUdL .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uUfQWsoUdL .mbr-desc,
.cid-uUfQWsoUdL .desc-wrapper {
  color: #000000;
}
.cid-uUfQWsC8kR {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uUfQWsC8kR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUfQWsC8kR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUfQWsC8kR .text-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUfQWsC8kR .text-wrapper .mbr-text {
  margin: 32px 0 0 0;
}
.cid-uUfQWsC8kR .date-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uUfQWsC8kR .date-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uUfQWsC8kR .date-wrapper .mbr-iconfont {
  font-size: 48px;
  margin-right: 10px;
}
.cid-uUfQWsC8kR .date-wrapper .mbr-date {
  margin: 0;
}
.cid-uUfQWsC8kR .icons-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.cid-uUfQWsC8kR .icons-wrapper .mbr-iconfont {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: transparent;
  border-radius: 100%;
  border: 1px solid #bbbbbb;
  margin: 0 5px 10px 5px;
  transition: all .3s ease;
}
.cid-uUfQWsC8kR .icons-wrapper .mbr-iconfont:hover {
  opacity: .7;
}
.cid-uUfQWsC8kR .mbr-date,
.cid-uUfQWsC8kR .mbr-iconfont {
  color: #111120;
}
.cid-uUfQWsWfVz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #141e47;
}
.cid-uUfQWsWfVz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUfQWsWfVz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUfQWsWfVz .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uUfQWsWfVz .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uUfQWsWfVz .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUfQWsWfVz .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uUfQWsWfVz .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uUfQWsWfVz .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uUfQWsWfVz .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uUfQWsWfVz .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uUfQWsWfVz .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uUfQWsWfVz .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUfQWsWfVz .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uUfQWsWfVz .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uUfQWsWfVz .items-wrapper .card {
  padding: 0 32px;
}
.cid-uUfQWsWfVz .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uUfQWsWfVz .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uUfQWsWfVz .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uUfQWsWfVz .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uUfQWsWfVz .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uUfQWsWfVz .list-wrapper .list .item-wrap:hover,
.cid-uUfQWsWfVz .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uUfQWsWfVz .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uUfQWsWfVz .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uUfQWsWfVz .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uUfQWsWfVz .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uUfQWsWfVz .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uUfQWsWfVz .mbr-copy {
  margin-bottom: 0;
  color: #9aa0a6;
}
.cid-uUfQWsWfVz .mbr-desc {
  color: #ffffff;
}
.cid-uUfQWsWfVz .mbr-text,
.cid-uUfQWsWfVz .text-wrapper {
  color: #9aa0a6;
}
.cid-uUfQWsWfVz .list {
  color: #9aa0a6;
}
.cid-uUenAb9iyZ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uUenAb9iyZ .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-uUenAb9iyZ .btn:hover {
  background: #00b2ff !important;
  border-color: #00b2ff !important;
}
@media (max-width: 767px) {
  .cid-uUenAb9iyZ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uUenAb9iyZ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUenAb9iyZ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uUenAb9iyZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUenAb9iyZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUenAb9iyZ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uUenAb9iyZ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uUenAb9iyZ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uUenAb9iyZ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uUenAb9iyZ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uUenAb9iyZ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uUenAb9iyZ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uUenAb9iyZ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uUenAb9iyZ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uUenAb9iyZ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uUenAb9iyZ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uUenAb9iyZ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uUenAb9iyZ .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uUenAb9iyZ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uUenAb9iyZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uUenAb9iyZ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uUenAb9iyZ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUenAb9iyZ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uUenAb9iyZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUenAb9iyZ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0) !important;
  border-radius: 4px !important;
}
.cid-uUenAb9iyZ .nav-item:focus,
.cid-uUenAb9iyZ .nav-link:focus {
  outline: none;
}
.cid-uUenAb9iyZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUenAb9iyZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUenAb9iyZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUenAb9iyZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUenAb9iyZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUenAb9iyZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUenAb9iyZ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uUenAb9iyZ .navbar.opened {
  transition: all 0.25s;
}
.cid-uUenAb9iyZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUenAb9iyZ .navbar .navbar-logo img {
  width: auto;
}
.cid-uUenAb9iyZ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uUenAb9iyZ .navbar.collapsed {
  justify-content: center;
}
.cid-uUenAb9iyZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUenAb9iyZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUenAb9iyZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.2rem);
  }
}
.cid-uUenAb9iyZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUenAb9iyZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUenAb9iyZ .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-uUenAb9iyZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUenAb9iyZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUenAb9iyZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uUenAb9iyZ .navbar {
    min-height: 72px;
  }
  .cid-uUenAb9iyZ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uUenAb9iyZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUenAb9iyZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUenAb9iyZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUenAb9iyZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUenAb9iyZ .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-uUenAb9iyZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUenAb9iyZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uUenAb9iyZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUenAb9iyZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUenAb9iyZ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uUenAb9iyZ .dropdown-item.active,
.cid-uUenAb9iyZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uUenAb9iyZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUenAb9iyZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUenAb9iyZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUenAb9iyZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uUenAb9iyZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uUenAb9iyZ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uUenAb9iyZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUenAb9iyZ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uUenAb9iyZ .navbar-buttons {
    text-align: left;
  }
}
.cid-uUenAb9iyZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUenAb9iyZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUenAb9iyZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUenAb9iyZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUenAb9iyZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUenAb9iyZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUenAb9iyZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUenAb9iyZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUenAb9iyZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUenAb9iyZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUenAb9iyZ .navbar-dropdown {
  padding: 0;
  background: rgba(0, 0, 0, 0) !important;
}
.cid-uUenAb9iyZ .opacityScroll {
  background: #000000 !important;
}
.cid-uUenAb9iyZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUenAb9iyZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uUenAb9iyZ .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUenAb9iyZ .navbar {
    height: 70px;
  }
  .cid-uUenAb9iyZ .navbar.opened {
    height: auto;
  }
  .cid-uUenAb9iyZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUenAb9iyZ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uUenAb9iyZ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uUenAb9iyZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uUenAb9iyZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uUenAb9iyZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uUenAb9iyZ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uUenAb9iyZ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uUenAb9iyZ .navbar-brand {
    margin-right: auto;
  }
  .cid-uUenAb9iyZ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0) !important;
    background: rgba(0, 0, 0, 0) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uUenAb9iyZ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uUenAb9iyZ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uUenAb9iyZ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uUenAb9iyZ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uUenAb9iyZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uUenAb9iyZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uUenAb9iyZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uUenAb9iyZ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uUenAb9iyZ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uUenAb9iyZ .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uUenAb9iyZ .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uUenAb9iyZ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uUxw5jdqKI {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #141e47;
}
.cid-uUxw5jdqKI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUxw5jdqKI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUxw5jdqKI .row {
  flex-direction: row-reverse;
}
.cid-uUxw5jdqKI .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uUxw5jdqKI .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-uUxw5jdqKI .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uUxw5jdqKI .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uUxw5jdqKI .col-text {
    order: 2;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uUxw5jdqKI .col-text {
    margin-top: 20px;
  }
}
.cid-uUxw5jdqKI .text-wrapper {
  width: 100%;
}
.cid-uUxw5jdqKI .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-uUxw5jdqKI .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 22px;
}
.cid-uUxw5jdqKI .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uUxw5jdqKI .mbr-text {
  color: #C4CFDE;
  padding-right: 16%;
  opacity: 0.9;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .cid-uUxw5jdqKI .mbr-text {
    padding-right: 0;
  }
}
.cid-uUxw5jdqKI .mbr-section-btn {
  margin-top: 20px;
}
.cid-uUxw5jdqKI .social-container {
  width: 100%;
  padding-top: 125px;
}
@media (max-width: 991px) {
  .cid-uUxw5jdqKI .social-container {
    padding-top: 40px;
  }
}
.cid-uUxw5jdqKI .social-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-uUxw5jdqKI .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.cid-uUxw5jdqKI .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 10px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-uUxw5jdqKI .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uUxw5jdqKI .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-uUxw5jdqKI .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uUxw5jdqKI .soc-item:hover:before {
  opacity: 1;
}
.cid-uUxw5jdqKI .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uUxw5jdqKI .col-img {
    order: 1;
  }
}
.cid-uUxw5jdqKI .image-wrapper {
  position: relative;
  width: 100%;
}
.cid-uUxw5jdqKI .image-wrapper img {
  position: relative;
  z-index: 5;
  object-fit: cover;
  width: 100%;
}
.cid-uUxw5jdqKI .img-bg {
  content: "";
  position: absolute;
  z-index: 4;
  width: 100%;
  height: calc(100% - 130px);
  left: 0;
  bottom: 0;
  background: linear-gradient(145deg, #1e2024, #23272b);
  border-radius: 6px;
}
.cid-uUfJcT8ohd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUfJcT8ohd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUfJcT8ohd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUfJcT8ohd .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUfJcT8ohd .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uUfJcT8ohd .mbr-text {
  color: #19171c;
}
.cid-uUfJUh7ORQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uUfJUh7ORQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUfJUh7ORQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUfJUh7ORQ b,
.cid-uUfJUh7ORQ strong {
  font-weight: 900;
}
@keyframes wave1 {
  0% {
    left: -30%;
  }
  100% {
    left: -1%;
  }
}
.cid-uUfJUh7ORQ .link-wrapper {
  width: fit-content;
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  padding-bottom: 10px;
}
.cid-uUfJUh7ORQ .link-wrapper .svg1 {
  position: absolute;
  top: 60%;
  width: 130%;
  min-width: 300px;
  left: -30%;
  height: auto;
}
.cid-uUfJUh7ORQ .link-wrapper .svg1 path {
  stroke: currentColor !important;
}
.cid-uUfJUh7ORQ .link-wrapper:hover .svg1 {
  animation: 1s linear forwards infinite wave1;
}
.cid-uUfJUh7ORQ .card {
  padding: 0;
}
.cid-uUfJUh7ORQ .container-fluid {
  padding: 0;
}
.cid-uUfJUh7ORQ .container-fluid .row {
  margin: 0;
}
.cid-uUfJUh7ORQ .card-wrap {
  padding: 8rem 5rem;
  height: 100%;
}
@media (max-width: 1400px) {
  .cid-uUfJUh7ORQ .card-wrap {
    padding: 4rem 3.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uUfJUh7ORQ .card-wrap {
    padding: 3rem 1rem;
  }
}
.cid-uUfJUh7ORQ .card1 {
  background: #f3f9ff;
}
.cid-uUfJUh7ORQ .card2 {
  background: #eff6fa;
}
.cid-uUfJUh7ORQ .card3 {
  background: #dce8eb;
}
.cid-uUfJUh7ORQ .card-text,
.cid-uUfJUh7ORQ .mbr-section-btn,
.cid-uUfJUh7ORQ .social-row {
  color: #17003b;
}
.cid-uUfJUh7ORQ .card-title,
.cid-uUfJUh7ORQ .social-row {
  color: #17003b;
}
.cid-uUfJUh7ORQ .mbr-link,
.cid-uUfJUh7ORQ .content-wrap,
.cid-uUfJUh7ORQ path {
  color: #17003b;
}
.cid-uUfGlZ5hEu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUfGlZ5hEu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUfGlZ5hEu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUfGlZ5hEu .content-container {
  display: flex;
  align-items: stretch;
  width: 100%;
  background-color: #eff6fa;
  padding: 80px 80px 80px 80px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-uUfGlZ5hEu .content-container {
    flex-wrap: wrap;
    padding: 80px 20px 80px 20px;
  }
}
.cid-uUfGlZ5hEu .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uUfGlZ5hEu .text-container {
    width: 100%;
  }
}
.cid-uUfGlZ5hEu .iconfont-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uUfGlZ5hEu .iconfont-wrapper .mbr-iconfont {
  font-size: 86px;
  color: #112b6d;
}
.cid-uUfGlZ5hEu .text-wrap {
  width: 100%;
  padding: 0;
}
.cid-uUfGlZ5hEu .mbr-section-title {
  color: #112B6D;
  margin-bottom: 0;
  width: 100%;
}
.cid-uUfGlZ5hEu .mbr-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 20px;
  width: 100%;
}
.cid-uUfGlZ5hEu .mbr-section-btn {
  margin-top: 10px;
}
.cid-uUfPfXLhig {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #141e47;
}
.cid-uUfPfXLhig .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUfPfXLhig .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUfPfXLhig .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uUfPfXLhig .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uUfPfXLhig .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUfPfXLhig .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uUfPfXLhig .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uUfPfXLhig .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uUfPfXLhig .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uUfPfXLhig .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uUfPfXLhig .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uUfPfXLhig .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUfPfXLhig .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uUfPfXLhig .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uUfPfXLhig .items-wrapper .card {
  padding: 0 32px;
}
.cid-uUfPfXLhig .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uUfPfXLhig .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uUfPfXLhig .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uUfPfXLhig .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uUfPfXLhig .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uUfPfXLhig .list-wrapper .list .item-wrap:hover,
.cid-uUfPfXLhig .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uUfPfXLhig .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uUfPfXLhig .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uUfPfXLhig .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uUfPfXLhig .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uUfPfXLhig .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uUfPfXLhig .mbr-copy {
  margin-bottom: 0;
  color: #9aa0a6;
}
.cid-uUfPfXLhig .mbr-desc {
  color: #ffffff;
}
.cid-uUfPfXLhig .mbr-text,
.cid-uUfPfXLhig .text-wrapper {
  color: #9aa0a6;
}
.cid-uUfPfXLhig .list {
  color: #9aa0a6;
}
.cid-uVEhZQKcav {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uVEhZQKcav .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-uVEhZQKcav .btn:hover {
  background: #00b2ff !important;
  border-color: #00b2ff !important;
}
@media (max-width: 767px) {
  .cid-uVEhZQKcav .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uVEhZQKcav .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVEhZQKcav .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uVEhZQKcav .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVEhZQKcav .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVEhZQKcav .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uVEhZQKcav .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uVEhZQKcav .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uVEhZQKcav .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uVEhZQKcav .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uVEhZQKcav .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uVEhZQKcav .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  border-radius: 4px !important;
}
.cid-uVEhZQKcav .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uVEhZQKcav .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uVEhZQKcav .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uVEhZQKcav .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uVEhZQKcav .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uVEhZQKcav .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uVEhZQKcav .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uVEhZQKcav .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uVEhZQKcav .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uVEhZQKcav .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uVEhZQKcav .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uVEhZQKcav .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVEhZQKcav .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0) !important;
  border-radius: 4px !important;
}
.cid-uVEhZQKcav .nav-item:focus,
.cid-uVEhZQKcav .nav-link:focus {
  outline: none;
}
.cid-uVEhZQKcav .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVEhZQKcav .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVEhZQKcav .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVEhZQKcav .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVEhZQKcav .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVEhZQKcav .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVEhZQKcav .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uVEhZQKcav .navbar.opened {
  transition: all 0.25s;
}
.cid-uVEhZQKcav .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVEhZQKcav .navbar .navbar-logo img {
  width: auto;
}
.cid-uVEhZQKcav .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uVEhZQKcav .navbar.collapsed {
  justify-content: center;
}
.cid-uVEhZQKcav .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVEhZQKcav .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVEhZQKcav .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.2rem);
  }
}
.cid-uVEhZQKcav .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVEhZQKcav .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVEhZQKcav .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-uVEhZQKcav .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVEhZQKcav .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVEhZQKcav .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uVEhZQKcav .navbar {
    min-height: 72px;
  }
  .cid-uVEhZQKcav .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uVEhZQKcav .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVEhZQKcav .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVEhZQKcav .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVEhZQKcav .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVEhZQKcav .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-uVEhZQKcav .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVEhZQKcav .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uVEhZQKcav .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVEhZQKcav .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVEhZQKcav .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uVEhZQKcav .dropdown-item.active,
.cid-uVEhZQKcav .dropdown-item:active {
  background-color: transparent;
}
.cid-uVEhZQKcav .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVEhZQKcav .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVEhZQKcav .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVEhZQKcav .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uVEhZQKcav .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uVEhZQKcav .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uVEhZQKcav ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVEhZQKcav .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uVEhZQKcav .navbar-buttons {
    text-align: left;
  }
}
.cid-uVEhZQKcav button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVEhZQKcav button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uVEhZQKcav button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVEhZQKcav button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVEhZQKcav button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVEhZQKcav button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVEhZQKcav nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVEhZQKcav nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVEhZQKcav nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVEhZQKcav nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVEhZQKcav .navbar-dropdown {
  padding: 0;
  background: rgba(0, 0, 0, 0) !important;
}
.cid-uVEhZQKcav .opacityScroll {
  background: #000000 !important;
}
.cid-uVEhZQKcav a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVEhZQKcav .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uVEhZQKcav .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVEhZQKcav .navbar {
    height: 70px;
  }
  .cid-uVEhZQKcav .navbar.opened {
    height: auto;
  }
  .cid-uVEhZQKcav .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVEhZQKcav .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uVEhZQKcav .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uVEhZQKcav .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uVEhZQKcav .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uVEhZQKcav .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uVEhZQKcav .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uVEhZQKcav .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uVEhZQKcav .navbar-brand {
    margin-right: auto;
  }
  .cid-uVEhZQKcav .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0) !important;
    background: rgba(0, 0, 0, 0) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uVEhZQKcav .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uVEhZQKcav .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uVEhZQKcav .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uVEhZQKcav .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uVEhZQKcav .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uVEhZQKcav .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uVEhZQKcav .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uVEhZQKcav .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uVEhZQKcav .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uVEhZQKcav .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uVEhZQKcav .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uVEhZQKcav .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uVEhZR982Y {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #141e47;
}
.cid-uVEhZR982Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVEhZR982Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uVEhZR982Y .container {
    padding: 0 16px;
  }
}
.cid-uVEhZR982Y .list-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-uVEhZR982Y .list-wrapper .text-wrap .mbr-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uVEhZR982Y .list-wrapper .text-wrap .mbr-title {
    margin-bottom: 20px;
  }
}
.cid-uVEhZR982Y .list-wrapper .text-wrap .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uVEhZR982Y .list-wrapper .text-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uVEhZR982Y .list-wrapper .list-wrap {
    margin-bottom: 40px;
  }
}
.cid-uVEhZR982Y .list-wrapper .list-wrap .list {
  margin: 0;
  list-style: none;
  padding-left: 32px;
  padding-left: 0;
}
.cid-uVEhZR982Y .list-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 30px;
  position: relative;
  padding-left: 0;
}
@media (max-width: 992px) {
  .cid-uVEhZR982Y .list-wrapper .list-wrap .list .item-wrap {
    margin-bottom: 20px;
  }
}
.cid-uVEhZR982Y .dragArea.row {
  background-color: #ffffff;
  padding: 40px 30px;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uVEhZR982Y .dragArea.row {
    padding: 20px 16px;
    margin: 0;
  }
}
.cid-uVEhZR982Y .dragArea.row .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uVEhZR982Y .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uVEhZR982Y .dragArea.row .form-group .form-control-label {
  padding-left: 8px;
  margin-bottom: 6px;
}
.cid-uVEhZR982Y .dragArea.row .form-group .form-control {
  padding: 14px;
  border: 1px solid #bbbbbb !important;
  box-shadow: none;
  background-color: transparent;
}
.cid-uVEhZR982Y .dragArea.row .form-group .form-control:hover,
.cid-uVEhZR982Y .dragArea.row .form-group .form-control:focus {
  border: 1px solid #bbbbbb !important;
  box-shadow: none;
}
.cid-uVEhZR982Y .dragArea.row .form-group .form-check {
  padding-left: 2rem;
}
.cid-uVEhZR982Y .dragArea.row .form-group .form-check .form-check-input:checked {
  background-color: #00b2ff;
  border-color: #00b2ff;
}
.cid-uVEhZR982Y .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
.cid-uVEhZR982Y .mbr-title {
  color: #ffffff;
}
.cid-uVEhZR982Y .mbr-section-title {
  color: #08323C;
  text-align: center;
}
.cid-uVEhZR982Y .mbr-section-subtitle {
  color: #08323C;
}
.cid-uVEhZR982Y .mbr-text {
  color: #ffffff;
}
.cid-uVEhZR982Y .list {
  color: #ffffff;
}
.cid-uVEhZR982Y label {
  color: #08323C;
}
.cid-uVEhZR982Y H3 {
  text-align: right;
}
.cid-uVEmuDRRrr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uVEmuDRRrr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVEmuDRRrr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uVEmuDRRrr .container {
    padding: 0 30px;
  }
}
.cid-uVEmuDRRrr .card {
  justify-content: center;
}
.cid-uVEmuDRRrr .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uVEmuDRRrr .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uVEmuDRRrr .content-wrapper {
    padding: 0;
  }
}
.cid-uVEmuDRRrr .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uVEmuDRRrr .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-uVEmuDRRrr .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uVEmuDRRrr .content-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-uVEmuDRRrr .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uVEmuDRRrr .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uVEmuDRRrr .mbr-desc {
  color: #254b45;
}
.cid-uVEmuDRRrr .mbr-section-title {
  color: #254b45;
}
.cid-uVEmuDRRrr .mbr-text {
  color: #ffffff;
}
.cid-uVEmuDRRrr .mbr-section-title,
.cid-uVEmuDRRrr .mbr-section-btn {
  color: #ffffff;
}
.cid-uVEmuDRRrr .mbr-desc,
.cid-uVEmuDRRrr .desc-wrapper {
  color: #ffffff;
}
.cid-uVEmjUH3Im {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVEmjUH3Im .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVEmjUH3Im .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVEmjUH3Im .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVEmjUH3Im .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uVEmjUH3Im .items-wrapper {
  justify-content: center;
  margin: 0 -32px;
}
.cid-uVEmjUH3Im .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVEmjUH3Im .item {
    margin-bottom: 40px;
  }
}
.cid-uVEmjUH3Im .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uVEmjUH3Im .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 20px;
}
.cid-uVEmjUH3Im .item .item-wrapper .card-box .number-wrapper .card-number {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #3c60a9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uVEmjUH3Im .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uVEmjUH3Im .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uVEmjUH3Im .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uVEmjUH3Im .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVEmjUH3Im .mbr-section-title,
.cid-uVEmjUH3Im .title-wrapper {
  color: #323432;
  text-align: left;
}
.cid-uVEmjUH3Im .card-number {
  color: #f1f5eb;
}
.cid-uVEmjUH3Im .card-title {
  color: #323432;
}
.cid-uVEmjUH3Im .card-text {
  color: #323432;
}
.cid-uVEmiCwWIz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVEmiCwWIz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVEmiCwWIz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uVEmiCwWIz .container {
    padding: 0 16px;
  }
}
.cid-uVEmiCwWIz .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-uVEmiCwWIz .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uVEmiCwWIz .content-wrapper {
  margin-bottom: 80px;
}
.cid-uVEmiCwWIz .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uVEmiCwWIz .content-wrapper .mbr-section-title span {
  color: #2a397b;
}
.cid-uVEmiCwWIz .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uVEmiCwWIz .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uVEmiCwWIz .mbr-section-btn-main {
  margin-bottom: 14px;
}
.cid-uVEmiCwWIz .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-uVEmiCwWIz .item .item-wrapper {
  background-color: #eff6fa;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uVEmiCwWIz .item .item-wrapper {
    padding: 32px;
  }
}
.cid-uVEmiCwWIz .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVEmiCwWIz .item .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-uVEmiCwWIz .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uVEmiCwWIz .item .item-wrapper .card-box .title-wrap .mbr-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #000000;
}
.cid-uVEmiCwWIz .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uVEmiCwWIz .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-uVEmiCwWIz .mbr-section-title {
  color: #000000;
}
.cid-uVEmiCwWIz .mbr-text,
.cid-uVEmiCwWIz .text-wrap {
  color: #6f6f6f;
  text-align: center;
}
.cid-uVEmiCwWIz .item-title {
  color: #000000;
}
.cid-uVEmiCwWIz .item-text {
  color: #6f6f6f;
}
.cid-uVEmiCwWIz .mbr-section-title,
.cid-uVEmiCwWIz .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uVEhZRCNIn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVEhZRCNIn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVEhZRCNIn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVEhZRCNIn .items-wrapper {
  justify-content: center;
  margin: 0 -40px;
}
.cid-uVEhZRCNIn .items-wrapper .item {
  padding: 0 40px;
}
.cid-uVEhZRCNIn .item {
  margin-bottom: 40px;
}
.cid-uVEhZRCNIn .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uVEhZRCNIn .item .item-wrapper .item-content .title-wrapper {
  margin-bottom: 20px;
}
.cid-uVEhZRCNIn .item .item-wrapper .item-content .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uVEhZRCNIn .item .item-wrapper .item-content .title-wrapper .title-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
  color: #19171c;
  margin-right: 10px;
}
.cid-uVEhZRCNIn .item .item-wrapper .item-content .title-wrapper .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uVEhZRCNIn .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uVEhZRCNIn .item-title,
.cid-uVEhZRCNIn .title-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uVEhZRCNIn .item-text {
  color: #6e6e73;
  text-align: center;
}
.cid-uVEhZRCNIn .item-text,
.cid-uVEhZRCNIn .mbr-section-btn {
  text-align: center;
}
.cid-uVEhZRUWxo {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uVEhZRUWxo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVEhZRUWxo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uVEhZRUWxo .container {
    padding: 0 30px;
  }
}
.cid-uVEhZRUWxo .card {
  justify-content: center;
}
.cid-uVEhZRUWxo .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uVEhZRUWxo .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uVEhZRUWxo .content-wrapper {
    padding: 0;
  }
}
.cid-uVEhZRUWxo .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uVEhZRUWxo .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-uVEhZRUWxo .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #254b45;
}
@media (max-width: 992px) {
  .cid-uVEhZRUWxo .content-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-uVEhZRUWxo .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uVEhZRUWxo .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uVEhZRUWxo .mbr-desc {
  color: #254b45;
}
.cid-uVEhZRUWxo .mbr-section-title {
  color: #254b45;
}
.cid-uVEhZRUWxo .mbr-text {
  color: #254b45;
  text-align: left;
}
.cid-uVEhZRUWxo .mbr-section-title,
.cid-uVEhZRUWxo .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uVEhZRUWxo .mbr-desc,
.cid-uVEhZRUWxo .desc-wrapper {
  color: #000000;
}
.cid-uVEhZScJGE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #141e47;
}
.cid-uVEhZScJGE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVEhZScJGE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVEhZScJGE .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uVEhZScJGE .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uVEhZScJGE .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVEhZScJGE .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uVEhZScJGE .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uVEhZScJGE .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uVEhZScJGE .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uVEhZScJGE .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uVEhZScJGE .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uVEhZScJGE .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uVEhZScJGE .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uVEhZScJGE .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uVEhZScJGE .items-wrapper .card {
  padding: 0 32px;
}
.cid-uVEhZScJGE .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uVEhZScJGE .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uVEhZScJGE .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uVEhZScJGE .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uVEhZScJGE .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uVEhZScJGE .list-wrapper .list .item-wrap:hover,
.cid-uVEhZScJGE .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uVEhZScJGE .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uVEhZScJGE .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uVEhZScJGE .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uVEhZScJGE .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uVEhZScJGE .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uVEhZScJGE .mbr-copy {
  margin-bottom: 0;
  color: #9aa0a6;
}
.cid-uVEhZScJGE .mbr-desc {
  color: #ffffff;
}
.cid-uVEhZScJGE .mbr-text,
.cid-uVEhZScJGE .text-wrapper {
  color: #9aa0a6;
}
.cid-uVEhZScJGE .list {
  color: #9aa0a6;
}
