body {
  font-family: Jost;
}
.display-1 {
  font-family: 'EB Garamond', serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'EB Garamond', serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'EB Garamond', serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'EB Garamond', serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'EB Garamond', serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 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-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 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))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ff6666 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: #ff6666 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ff0000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !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: #ff6666;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff6666;
  border-color: #ff6666;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff6666;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.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: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'EB Garamond', serif;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #ff6666 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'EB Garamond', serif;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #ff6666;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff6666;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff6666;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff6666;
  border-bottom-color: #ff6666;
}
.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: #000000 !important;
  background-color: #ff6666 !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: #ff6666 !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='%23ff6666' %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;
}
.cid-uF6ZoV4qV6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uF6ZoV4qV6 nav.navbar {
  position: fixed;
}
.cid-uF6ZoV4qV6 .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-uF6ZoV4qV6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uF6ZoV4qV6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uF6ZoV4qV6 .dropdown-item:hover,
.cid-uF6ZoV4qV6 .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-uF6ZoV4qV6 .dropdown-item:hover span {
  color: white;
}
.cid-uF6ZoV4qV6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uF6ZoV4qV6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uF6ZoV4qV6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uF6ZoV4qV6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uF6ZoV4qV6 .nav-link {
  position: relative;
}
.cid-uF6ZoV4qV6 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uF6ZoV4qV6 .container {
    flex-wrap: wrap;
  }
}
.cid-uF6ZoV4qV6 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uF6ZoV4qV6 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uF6ZoV4qV6 .iconfont-wrapper {
  color: #33871e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uF6ZoV4qV6 .dropdown-menu,
.cid-uF6ZoV4qV6 .navbar.opened {
  background: #20054f !important;
}
.cid-uF6ZoV4qV6 .nav-item:focus,
.cid-uF6ZoV4qV6 .nav-link:focus {
  outline: none;
}
.cid-uF6ZoV4qV6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uF6ZoV4qV6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF6ZoV4qV6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uF6ZoV4qV6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF6ZoV4qV6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF6ZoV4qV6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF6ZoV4qV6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #20054f;
}
.cid-uF6ZoV4qV6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uF6ZoV4qV6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uF6ZoV4qV6 .navbar .navbar-logo img {
  width: auto;
}
.cid-uF6ZoV4qV6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uF6ZoV4qV6 .navbar.collapsed {
  justify-content: center;
}
.cid-uF6ZoV4qV6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF6ZoV4qV6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uF6ZoV4qV6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-uF6ZoV4qV6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF6ZoV4qV6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF6ZoV4qV6 .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-uF6ZoV4qV6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF6ZoV4qV6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uF6ZoV4qV6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uF6ZoV4qV6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF6ZoV4qV6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF6ZoV4qV6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF6ZoV4qV6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uF6ZoV4qV6 .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-uF6ZoV4qV6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uF6ZoV4qV6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF6ZoV4qV6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uF6ZoV4qV6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uF6ZoV4qV6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uF6ZoV4qV6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uF6ZoV4qV6 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uF6ZoV4qV6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uF6ZoV4qV6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uF6ZoV4qV6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uF6ZoV4qV6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF6ZoV4qV6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF6ZoV4qV6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF6ZoV4qV6 .dropdown-item.active,
.cid-uF6ZoV4qV6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uF6ZoV4qV6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF6ZoV4qV6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF6ZoV4qV6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF6ZoV4qV6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #20054f;
}
.cid-uF6ZoV4qV6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF6ZoV4qV6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF6ZoV4qV6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uF6ZoV4qV6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uF6ZoV4qV6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uF6ZoV4qV6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uF6ZoV4qV6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uF6ZoV4qV6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF6ZoV4qV6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF6ZoV4qV6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uF6ZoV4qV6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF6ZoV4qV6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uF6ZoV4qV6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uF6ZoV4qV6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF6ZoV4qV6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uF6ZoV4qV6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uF6ZoV4qV6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF6ZoV4qV6 .navbar {
    height: 70px;
  }
  .cid-uF6ZoV4qV6 .navbar.opened {
    height: auto;
  }
  .cid-uF6ZoV4qV6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSwZr983dX {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uSwZr983dX .decor-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 52%;
  height: 95%;
  border-radius: 0 85% 0 0;
  background-color: #20054f;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uSwZr983dX .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-uSwZr983dX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSwZr983dX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSwZr983dX .row {
  position: relative;
  z-index: 1;
}
.cid-uSwZr983dX .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uSwZr983dX .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uSwZr983dX .image-wrapper {
  margin-right: 18px;
  margin-right: 0;
  margin-left: 18px;
}
@media (max-width: 992px) {
  .cid-uSwZr983dX .image-wrapper {
    margin-right: 0;
    margin-bottom: 46px;
  }
}
@media (max-width: 992px) {
  .cid-uSwZr983dX .image-wrapper {
    margin-left: 0;
  }
}
.cid-uSwZr983dX .image-wrapper img {
  height: 620px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uSwZr983dX .image-wrapper img {
    height: 350px;
  }
}
.cid-uSwZr983dX .content-wrapper {
  padding-top: 64px;
}
@media (max-width: 992px) {
  .cid-uSwZr983dX .content-wrapper {
    padding-top: 22px;
  }
}
.cid-uSwZr983dX .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 46px;
  display: inline-block;
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uSwZr983dX .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uSwZr983dX .content-wrapper .desc-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uSwZr983dX .content-wrapper .desc-wrapper {
    display: block;
  }
}
.cid-uSwZr983dX .content-wrapper .desc-wrapper .mbr-desc {
  width: 50%;
  margin-right: 20px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uSwZr983dX .content-wrapper .desc-wrapper .mbr-desc {
    margin-right: 0;
    width: 100%;
    margin-bottom: 12px;
  }
}
.cid-uSwZr983dX .content-wrapper .desc-wrapper .mbr-section-btn {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uSwZr983dX .content-wrapper .desc-wrapper .mbr-section-btn {
    width: 100%;
  }
}
.cid-uSwZr983dX .content-wrapper .desc-wrapper .mbr-section-btn .btn {
  padding: 29px 64px;
}
@media (max-width: 1200px) {
  .cid-uSwZr983dX .content-wrapper .desc-wrapper .mbr-section-btn .btn {
    padding: 20px 32px;
  }
}
.cid-uSwZr983dX .mbr-section-title {
  color: #e43f3f;
  text-align: center;
}
.cid-uSwZr983dX .mbr-text {
  color: #51565c;
}
.cid-uSwZr983dX .mbr-desc {
  color: #51565c;
}
.cid-uSwZr983dX .mbr-text,
.cid-uSwZr983dX .text-wrapper {
  color: #ffffff;
}
.cid-uSx2uNhQnp {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uSx2uNhQnp .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uSx2uNhQnp .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1.5rem;
}
.cid-uSx2uNhQnp .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #20054f;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uSx2uNhQnp .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uSx2uNhQnp .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff6666;
}
.cid-uSx2uNhQnp .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSx2uNhQnp .svg-top {
    width: 1000px;
  }
}
.cid-uSx2uNhQnp .mbr-text {
  color: #1a449a;
}
.cid-uF7egwf3tm {
  padding-top: 2rem;
  padding-bottom: 8rem;
  background-color: #20054f;
}
.cid-uF7egwf3tm .line {
  background-color: #20054f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uF7egwf3tm .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uSx36QJZi6 {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-color: #f8f8f8;
}
.cid-uSx36QJZi6 .mbr-section-title {
  color: #000000;
}
.cid-uSx36QJZi6 .mbr-text {
  color: #000000;
}
.cid-uSx36QJZi6 .mbr-section-subtitle {
  color: #1a449a;
}
.cid-uSx36QJZi6 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uSx36QJZi6 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff6666;
}
.cid-uSx36QJZi6 .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-uSx36QJZi6 .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-uSwXSKjKVW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #20054f;
}
.cid-uSwXSKjKVW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSwXSKjKVW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSwXSKjKVW .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uSwXSKjKVW .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uSwXSKjKVW .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uSwXSKjKVW .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uSwXSKjKVW .container {
    padding: 0 16px;
  }
}
.cid-uSwXSKjKVW .mbr-section-subtitle {
  margin-bottom: 56px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uSwXSKjKVW .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uSwXSKjKVW .content-wrapper {
  padding-right: 48px;
}
@media (max-width: 992px) {
  .cid-uSwXSKjKVW .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uSwXSKjKVW .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uSwXSKjKVW .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSwXSKjKVW .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 992px) {
  .cid-uSwXSKjKVW .cards-wrapper {
    display: block;
  }
}
.cid-uSwXSKjKVW .cards-wrapper .item {
  padding: 32px;
  background-color: #20054f;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uSwXSKjKVW .cards-wrapper .item {
    display: block;
    margin-bottom: 2rem;
    padding: 24px;
  }
}
.cid-uSwXSKjKVW .cards-wrapper .item a:focus .item-wrapper .card-box .link-wrapper .mbr-iconfont,
.cid-uSwXSKjKVW .cards-wrapper .item a:hover .item-wrapper .card-box .link-wrapper .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uSwXSKjKVW .cards-wrapper .item a .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 12px;
}
.cid-uSwXSKjKVW .cards-wrapper .item a .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #000000;
  display: inline-flex;
}
.cid-uSwXSKjKVW .cards-wrapper .item a .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-uSwXSKjKVW .cards-wrapper .item a .item-wrapper .card-box .card-text {
  margin-bottom: 16px;
}
.cid-uSwXSKjKVW .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-uSwXSKjKVW .mbr-section-title {
  color: #ffffff;
}
.cid-uSwXSKjKVW .mbr-text {
  color: #000000;
}
.cid-uSwXSKjKVW .card-title {
  color: #000000;
}
.cid-uSwXSKjKVW .card-text {
  color: #ffffff;
}
.cid-uSwXSKjKVW .card-title,
.cid-uSwXSKjKVW .icon-wrapper,
.cid-uSwXSKjKVW .link-wrapper {
  color: #ffffff;
}
.cid-uSv0VOxNFm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSv0VOxNFm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSv0VOxNFm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSv0VOxNFm .row {
  justify-content: space-between;
}
.cid-uSv0VOxNFm .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uSv0VOxNFm .content-wrapper {
    padding: 0;
  }
}
.cid-uSv0VOxNFm .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSv0VOxNFm .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uSv0VOxNFm .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSv0VOxNFm .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uSv0VOxNFm .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uSv0VOxNFm .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uSv0VOxNFm .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uSv0VOxNFm .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uSv0VOxNFm .mbr-section-title {
  color: #000000;
}
.cid-uSv0VOxNFm .mbr-desc {
  color: #000000;
}
.cid-uSv0VOxNFm .mbr-text {
  color: #000000;
}
.cid-uSx3eGoPLO {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #20054f;
}
.cid-uSx3eGoPLO .row {
  flex-direction: row-reverse;
}
.cid-uSx3eGoPLO .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uSx3eGoPLO .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff6666;
}
.cid-uSx3eGoPLO .svg-top .st0 {
  fill: #20054f;
}
@media (max-width: 992px) {
  .cid-uSx3eGoPLO .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@media (min-width: 1400px) {
  .cid-uSx3eGoPLO .col-12 {
    padding: 0 2rem;
  }
  .cid-uSx3eGoPLO .row {
    margin: 0 -2rem;
  }
}
.cid-uSx3eGoPLO .mbr-text,
.cid-uSx3eGoPLO .mbr-section-btn {
  color: #ffffff;
}
.cid-uSx3eGoPLO .mbr-section-title {
  color: #ffffff;
}
.cid-uSuYIZTiAB {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uSuYIZTiAB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSuYIZTiAB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSuYIZTiAB .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uSuYIZTiAB .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uSuYIZTiAB .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uSuYIZTiAB .card-wrapper {
    padding: 4rem;
  }
}
.cid-uSuYIZTiAB .mbr-text,
.cid-uSuYIZTiAB .mbr-section-btn {
  color: #000000;
}
.cid-uSuYIZTiAB .card-title,
.cid-uSuYIZTiAB .card-box {
  text-align: left;
  color: #000000;
}
.cid-uStZiKEaGn {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #20054f;
}
.cid-uStZiKEaGn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uStZiKEaGn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uStZiKEaGn .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uStZiKEaGn .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uStZiKEaGn .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-uStZiKEaGn .card-title {
  color: #ffffff;
}
.cid-uSwZYHfiqV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #20054f;
}
.cid-uSwZYHfiqV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSwZYHfiqV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSwZYHfiqV .content-wrapper {
  padding: 80px 90px;
  background-color: #ffffff;
  display: flex;
}
@media (max-width: 1199px) {
  .cid-uSwZYHfiqV .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uSwZYHfiqV .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uSwZYHfiqV .content-wrapper .content-wrap {
  width: 45%;
  padding-right: 48px;
}
@media (max-width: 1199px) {
  .cid-uSwZYHfiqV .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uSwZYHfiqV .content-wrapper .content-wrap {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uSwZYHfiqV .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uSwZYHfiqV .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uSwZYHfiqV .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #ffe66d;
}
@media (max-width: 992px) {
  .cid-uSwZYHfiqV .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uSwZYHfiqV .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uSwZYHfiqV .content-wrapper .panel-group {
  width: 55%;
}
@media (max-width: 1199px) {
  .cid-uSwZYHfiqV .content-wrapper .panel-group {
    width: 100%;
  }
}
.cid-uSwZYHfiqV .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #4200ca;
  box-shadow: 4px 4px 0 0 #4200ca;
  background-color: #20054f;
}
@media (max-width: 992px) {
  .cid-uSwZYHfiqV .content-wrapper .panel-group .card {
    padding: 16px;
  }
}
.cid-uSwZYHfiqV .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uSwZYHfiqV .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uSwZYHfiqV .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uSwZYHfiqV .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uSwZYHfiqV .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uSwZYHfiqV .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #ffffff;
}
.cid-uSwZYHfiqV .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uSwZYHfiqV .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uSwZYHfiqV .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uSwZYHfiqV .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uSwZYHfiqV .mbr-section-title {
  color: #050f0f;
}
.cid-uSwZYHfiqV .mbr-text {
  color: #050f0f;
}
.cid-uSwZYHfiqV .panel-title-edit {
  color: #050f0f;
}
.cid-uSwZYHfiqV .panel-text {
  color: #050f0f;
}
.cid-uSwZYHfiqV .mbr-section-title,
.cid-uSwZYHfiqV .icon-wrapper {
  color: #000000;
}
.cid-uSwZYHfiqV .panel-title-edit,
.cid-uSwZYHfiqV .icon-wrapper {
  color: #ffffff;
}
.cid-uSx16tv7cf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #20054f;
}
.cid-uSx16tv7cf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSx16tv7cf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSx16tv7cf .content-head {
  max-width: 800px;
}
.cid-uSx16tv7cf .mbr-section-title {
  color: #fafafa;
}
.cid-uSx3sMYXda {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uSx3sMYXda .mbr-section-title {
  color: #1a449a;
}
.cid-uSx3sMYXda .mbr-text {
  color: #000000;
}
.cid-uSx3sMYXda .mbr-section-subtitle {
  color: #000000;
}
.cid-uSx3sMYXda .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uSx3sMYXda .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff6666;
}
.cid-uSx3sMYXda .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSx3sMYXda .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-uSwLkmtNYl {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uSwLkmtNYl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSwLkmtNYl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSwLkmtNYl .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uSwLkmtNYl .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uSwLkmtNYl .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-uSx3GGC86J {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #20054f;
}
.cid-uSx3GGC86J .container {
  max-width: 1000px;
}
.cid-uSx3GGC86J .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #ffffff;
}
.cid-uSx3GGC86J .mbr-section-title {
  color: #ffffff;
}
.cid-uF7bwAsTaD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #20054f;
}
.cid-uF7bwAsTaD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF7bwAsTaD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF7bwAsTaD .google-map {
  height: 30rem;
  position: relative;
}
.cid-uF7bwAsTaD .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uF7bwAsTaD .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uF7bwAsTaD .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uF7bwAsTaD .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uStXfedFVL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #20054f;
}
.cid-uStXfedFVL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uStXfedFVL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uStXfedFVL .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uStXfedFVL .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uStXfedFVL .container {
    padding: 0 25px;
  }
}
.cid-uStXfedFVL .row {
  justify-content: center;
}
.cid-uStXfedFVL .mbr-section-title {
  margin-bottom: 130px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uStXfedFVL .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uStXfedFVL .list-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-uStXfedFVL .list-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uStXfedFVL .list-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uStXfedFVL .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uStXfedFVL .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
.cid-uStXfedFVL .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uStXfedFVL .list-wrapper .list .item-wrap:hover,
.cid-uStXfedFVL .list-wrapper .list .item-wrap:focus {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .cid-uStXfedFVL .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uStXfedFVL .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uStXfedFVL .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uStXfedFVL .border-wrap {
  height: 2px;
  background-color: #ffffff;
  margin-bottom: 25px;
}
.cid-uStXfedFVL .social-wrap {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uStXfedFVL .social-wrap {
    margin-top: 20px;
    text-align: center;
  }
}
.cid-uStXfedFVL .social-wrap .social-row {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uStXfedFVL .social-wrap .social-row .soc-item {
  margin-right: 10px;
}
.cid-uStXfedFVL .social-wrap .social-row .soc-item a:hover .mbr-iconfont {
  background-color: #a0ffc2;
  color: #2f2e30;
}
.cid-uStXfedFVL .social-wrap .social-row .soc-item a .mbr-iconfont {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  color: #ffffff;
}
.cid-uStXfedFVL .copyright {
  margin: 0;
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uStXfedFVL .copyright {
    margin-bottom: 20px;
  }
}
.cid-uStXfedFVL .mbr-section-btn {
  text-align: center;
}
.cid-uStXfedFVL .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-uStXfedFVL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uStXfedFVL .mbr-text {
  color: #ffffff;
}
.cid-uStXfedFVL .list {
  color: #ffffff;
}
.cid-uF7hPORGKq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uF7hPORGKq nav.navbar {
  position: fixed;
}
.cid-uF7hPORGKq .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-uF7hPORGKq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uF7hPORGKq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uF7hPORGKq .dropdown-item:hover,
.cid-uF7hPORGKq .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-uF7hPORGKq .dropdown-item:hover span {
  color: white;
}
.cid-uF7hPORGKq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uF7hPORGKq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uF7hPORGKq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uF7hPORGKq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uF7hPORGKq .nav-link {
  position: relative;
}
.cid-uF7hPORGKq .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uF7hPORGKq .container {
    flex-wrap: wrap;
  }
}
.cid-uF7hPORGKq .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uF7hPORGKq .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uF7hPORGKq .iconfont-wrapper {
  color: #33871e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uF7hPORGKq .dropdown-menu,
.cid-uF7hPORGKq .navbar.opened {
  background: #20054f !important;
}
.cid-uF7hPORGKq .nav-item:focus,
.cid-uF7hPORGKq .nav-link:focus {
  outline: none;
}
.cid-uF7hPORGKq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uF7hPORGKq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF7hPORGKq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uF7hPORGKq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF7hPORGKq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF7hPORGKq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF7hPORGKq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #20054f;
}
.cid-uF7hPORGKq .navbar.opened {
  transition: all 0.3s;
}
.cid-uF7hPORGKq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uF7hPORGKq .navbar .navbar-logo img {
  width: auto;
}
.cid-uF7hPORGKq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uF7hPORGKq .navbar.collapsed {
  justify-content: center;
}
.cid-uF7hPORGKq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF7hPORGKq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uF7hPORGKq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-uF7hPORGKq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF7hPORGKq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF7hPORGKq .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-uF7hPORGKq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF7hPORGKq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uF7hPORGKq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uF7hPORGKq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF7hPORGKq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF7hPORGKq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF7hPORGKq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uF7hPORGKq .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-uF7hPORGKq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uF7hPORGKq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF7hPORGKq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uF7hPORGKq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uF7hPORGKq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uF7hPORGKq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uF7hPORGKq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uF7hPORGKq .navbar.navbar-short {
  min-height: 60px;
}
.cid-uF7hPORGKq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uF7hPORGKq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uF7hPORGKq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF7hPORGKq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF7hPORGKq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF7hPORGKq .dropdown-item.active,
.cid-uF7hPORGKq .dropdown-item:active {
  background-color: transparent;
}
.cid-uF7hPORGKq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF7hPORGKq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF7hPORGKq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF7hPORGKq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #20054f;
}
.cid-uF7hPORGKq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF7hPORGKq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF7hPORGKq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uF7hPORGKq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uF7hPORGKq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uF7hPORGKq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uF7hPORGKq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uF7hPORGKq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF7hPORGKq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF7hPORGKq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uF7hPORGKq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF7hPORGKq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uF7hPORGKq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uF7hPORGKq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF7hPORGKq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uF7hPORGKq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uF7hPORGKq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF7hPORGKq .navbar {
    height: 70px;
  }
  .cid-uF7hPORGKq .navbar.opened {
    height: auto;
  }
  .cid-uF7hPORGKq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSx9rzxYZv {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
@media (max-width: 991px) {
  .cid-uSx9rzxYZv .image-wrapper {
    padding: 1rem;
  }
}
.cid-uSx9rzxYZv img {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-uSx9rzxYZv img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-uSx9rzxYZv .mbr-text,
.cid-uSx9rzxYZv .mbr-section-btn {
  color: #696969;
}
.cid-uSx9rzxYZv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSx9rzxYZv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF7hPQI2iM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #20054f;
}
.cid-uF7hPQI2iM .line {
  background-color: #20054f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uF7hPQI2iM .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uF7hPXy4qD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #fafafa;
}
.cid-uF7hPXy4qD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF7hPXy4qD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF7hPXy4qD .google-map {
  height: 30rem;
  position: relative;
}
.cid-uF7hPXy4qD .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uF7hPXy4qD .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uF7hPXy4qD .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uF7hPXy4qD .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uStXfedFVL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #20054f;
}
.cid-uStXfedFVL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uStXfedFVL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uStXfedFVL .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uStXfedFVL .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uStXfedFVL .container {
    padding: 0 25px;
  }
}
.cid-uStXfedFVL .row {
  justify-content: center;
}
.cid-uStXfedFVL .mbr-section-title {
  margin-bottom: 130px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uStXfedFVL .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uStXfedFVL .list-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-uStXfedFVL .list-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uStXfedFVL .list-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uStXfedFVL .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uStXfedFVL .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
.cid-uStXfedFVL .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uStXfedFVL .list-wrapper .list .item-wrap:hover,
.cid-uStXfedFVL .list-wrapper .list .item-wrap:focus {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .cid-uStXfedFVL .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uStXfedFVL .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uStXfedFVL .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uStXfedFVL .border-wrap {
  height: 2px;
  background-color: #ffffff;
  margin-bottom: 25px;
}
.cid-uStXfedFVL .social-wrap {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uStXfedFVL .social-wrap {
    margin-top: 20px;
    text-align: center;
  }
}
.cid-uStXfedFVL .social-wrap .social-row {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uStXfedFVL .social-wrap .social-row .soc-item {
  margin-right: 10px;
}
.cid-uStXfedFVL .social-wrap .social-row .soc-item a:hover .mbr-iconfont {
  background-color: #a0ffc2;
  color: #2f2e30;
}
.cid-uStXfedFVL .social-wrap .social-row .soc-item a .mbr-iconfont {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  color: #ffffff;
}
.cid-uStXfedFVL .copyright {
  margin: 0;
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uStXfedFVL .copyright {
    margin-bottom: 20px;
  }
}
.cid-uStXfedFVL .mbr-section-btn {
  text-align: center;
}
.cid-uStXfedFVL .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-uStXfedFVL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uStXfedFVL .mbr-text {
  color: #ffffff;
}
.cid-uStXfedFVL .list {
  color: #ffffff;
}
.cid-uF7jbFTd2D {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uF7jbFTd2D nav.navbar {
  position: fixed;
}
.cid-uF7jbFTd2D .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-uF7jbFTd2D .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uF7jbFTd2D .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uF7jbFTd2D .dropdown-item:hover,
.cid-uF7jbFTd2D .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-uF7jbFTd2D .dropdown-item:hover span {
  color: white;
}
.cid-uF7jbFTd2D .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uF7jbFTd2D .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uF7jbFTd2D .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uF7jbFTd2D .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uF7jbFTd2D .nav-link {
  position: relative;
}
.cid-uF7jbFTd2D .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uF7jbFTd2D .container {
    flex-wrap: wrap;
  }
}
.cid-uF7jbFTd2D .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uF7jbFTd2D .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uF7jbFTd2D .iconfont-wrapper {
  color: #33871e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uF7jbFTd2D .dropdown-menu,
.cid-uF7jbFTd2D .navbar.opened {
  background: #20054f !important;
}
.cid-uF7jbFTd2D .nav-item:focus,
.cid-uF7jbFTd2D .nav-link:focus {
  outline: none;
}
.cid-uF7jbFTd2D .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uF7jbFTd2D .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF7jbFTd2D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uF7jbFTd2D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF7jbFTd2D .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF7jbFTd2D .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF7jbFTd2D .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #20054f;
}
.cid-uF7jbFTd2D .navbar.opened {
  transition: all 0.3s;
}
.cid-uF7jbFTd2D .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uF7jbFTd2D .navbar .navbar-logo img {
  width: auto;
}
.cid-uF7jbFTd2D .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uF7jbFTd2D .navbar.collapsed {
  justify-content: center;
}
.cid-uF7jbFTd2D .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF7jbFTd2D .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uF7jbFTd2D .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-uF7jbFTd2D .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF7jbFTd2D .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF7jbFTd2D .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-uF7jbFTd2D .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF7jbFTd2D .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uF7jbFTd2D .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uF7jbFTd2D .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF7jbFTd2D .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF7jbFTd2D .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF7jbFTd2D .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uF7jbFTd2D .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-uF7jbFTd2D .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uF7jbFTd2D .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF7jbFTd2D .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uF7jbFTd2D .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uF7jbFTd2D .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uF7jbFTd2D .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uF7jbFTd2D .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uF7jbFTd2D .navbar.navbar-short {
  min-height: 60px;
}
.cid-uF7jbFTd2D .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uF7jbFTd2D .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uF7jbFTd2D .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF7jbFTd2D .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF7jbFTd2D .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF7jbFTd2D .dropdown-item.active,
.cid-uF7jbFTd2D .dropdown-item:active {
  background-color: transparent;
}
.cid-uF7jbFTd2D .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF7jbFTd2D .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF7jbFTd2D .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF7jbFTd2D .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #20054f;
}
.cid-uF7jbFTd2D .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF7jbFTd2D .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF7jbFTd2D ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uF7jbFTd2D .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uF7jbFTd2D button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uF7jbFTd2D button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uF7jbFTd2D button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uF7jbFTd2D button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF7jbFTd2D button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF7jbFTd2D button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uF7jbFTd2D nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF7jbFTd2D nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uF7jbFTd2D nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uF7jbFTd2D nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF7jbFTd2D .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uF7jbFTd2D a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uF7jbFTd2D .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF7jbFTd2D .navbar {
    height: 70px;
  }
  .cid-uF7jbFTd2D .navbar.opened {
    height: auto;
  }
  .cid-uF7jbFTd2D .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSx9IYv7v4 {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
@media (max-width: 991px) {
  .cid-uSx9IYv7v4 .image-wrapper {
    padding: 1rem;
  }
}
.cid-uSx9IYv7v4 img {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-uSx9IYv7v4 img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-uSx9IYv7v4 .mbr-text,
.cid-uSx9IYv7v4 .mbr-section-btn {
  color: #696969;
}
.cid-uSx9IYv7v4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSx9IYv7v4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF7jbHhrdG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #20054f;
}
.cid-uF7jbHhrdG .line {
  background-color: #20054f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uF7jbHhrdG .mbr-text {
  text-align: left;
  color: #fafafa;
}
.cid-uF7jbHBbHT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #fafafa;
}
.cid-uF7jbHBbHT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF7jbHBbHT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF7jbHBbHT .google-map {
  height: 30rem;
  position: relative;
}
.cid-uF7jbHBbHT .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uF7jbHBbHT .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uF7jbHBbHT .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uF7jbHBbHT .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uStXfedFVL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #20054f;
}
.cid-uStXfedFVL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uStXfedFVL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uStXfedFVL .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uStXfedFVL .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uStXfedFVL .container {
    padding: 0 25px;
  }
}
.cid-uStXfedFVL .row {
  justify-content: center;
}
.cid-uStXfedFVL .mbr-section-title {
  margin-bottom: 130px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uStXfedFVL .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uStXfedFVL .list-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-uStXfedFVL .list-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uStXfedFVL .list-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uStXfedFVL .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uStXfedFVL .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
.cid-uStXfedFVL .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uStXfedFVL .list-wrapper .list .item-wrap:hover,
.cid-uStXfedFVL .list-wrapper .list .item-wrap:focus {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .cid-uStXfedFVL .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uStXfedFVL .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uStXfedFVL .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uStXfedFVL .border-wrap {
  height: 2px;
  background-color: #ffffff;
  margin-bottom: 25px;
}
.cid-uStXfedFVL .social-wrap {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uStXfedFVL .social-wrap {
    margin-top: 20px;
    text-align: center;
  }
}
.cid-uStXfedFVL .social-wrap .social-row {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uStXfedFVL .social-wrap .social-row .soc-item {
  margin-right: 10px;
}
.cid-uStXfedFVL .social-wrap .social-row .soc-item a:hover .mbr-iconfont {
  background-color: #a0ffc2;
  color: #2f2e30;
}
.cid-uStXfedFVL .social-wrap .social-row .soc-item a .mbr-iconfont {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  color: #ffffff;
}
.cid-uStXfedFVL .copyright {
  margin: 0;
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uStXfedFVL .copyright {
    margin-bottom: 20px;
  }
}
.cid-uStXfedFVL .mbr-section-btn {
  text-align: center;
}
.cid-uStXfedFVL .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-uStXfedFVL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uStXfedFVL .mbr-text {
  color: #ffffff;
}
.cid-uStXfedFVL .list {
  color: #ffffff;
}
.cid-uSx9gRrMUN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uSx9gRrMUN nav.navbar {
  position: fixed;
}
.cid-uSx9gRrMUN .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-uSx9gRrMUN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uSx9gRrMUN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uSx9gRrMUN .dropdown-item:hover,
.cid-uSx9gRrMUN .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-uSx9gRrMUN .dropdown-item:hover span {
  color: white;
}
.cid-uSx9gRrMUN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uSx9gRrMUN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uSx9gRrMUN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uSx9gRrMUN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uSx9gRrMUN .nav-link {
  position: relative;
}
.cid-uSx9gRrMUN .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uSx9gRrMUN .container {
    flex-wrap: wrap;
  }
}
.cid-uSx9gRrMUN .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uSx9gRrMUN .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uSx9gRrMUN .iconfont-wrapper {
  color: #33871e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uSx9gRrMUN .dropdown-menu,
.cid-uSx9gRrMUN .navbar.opened {
  background: #20054f !important;
}
.cid-uSx9gRrMUN .nav-item:focus,
.cid-uSx9gRrMUN .nav-link:focus {
  outline: none;
}
.cid-uSx9gRrMUN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSx9gRrMUN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSx9gRrMUN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSx9gRrMUN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSx9gRrMUN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSx9gRrMUN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSx9gRrMUN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #20054f;
}
.cid-uSx9gRrMUN .navbar.opened {
  transition: all 0.3s;
}
.cid-uSx9gRrMUN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uSx9gRrMUN .navbar .navbar-logo img {
  width: auto;
}
.cid-uSx9gRrMUN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uSx9gRrMUN .navbar.collapsed {
  justify-content: center;
}
.cid-uSx9gRrMUN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSx9gRrMUN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uSx9gRrMUN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-uSx9gRrMUN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSx9gRrMUN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSx9gRrMUN .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-uSx9gRrMUN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSx9gRrMUN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uSx9gRrMUN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uSx9gRrMUN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSx9gRrMUN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSx9gRrMUN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSx9gRrMUN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uSx9gRrMUN .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-uSx9gRrMUN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSx9gRrMUN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uSx9gRrMUN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uSx9gRrMUN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uSx9gRrMUN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSx9gRrMUN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uSx9gRrMUN .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uSx9gRrMUN .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSx9gRrMUN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSx9gRrMUN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSx9gRrMUN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uSx9gRrMUN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uSx9gRrMUN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSx9gRrMUN .dropdown-item.active,
.cid-uSx9gRrMUN .dropdown-item:active {
  background-color: transparent;
}
.cid-uSx9gRrMUN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSx9gRrMUN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSx9gRrMUN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSx9gRrMUN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #20054f;
}
.cid-uSx9gRrMUN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSx9gRrMUN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSx9gRrMUN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uSx9gRrMUN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSx9gRrMUN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uSx9gRrMUN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uSx9gRrMUN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSx9gRrMUN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSx9gRrMUN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSx9gRrMUN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSx9gRrMUN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSx9gRrMUN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSx9gRrMUN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSx9gRrMUN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSx9gRrMUN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uSx9gRrMUN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uSx9gRrMUN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uSx9gRrMUN .navbar {
    height: 70px;
  }
  .cid-uSx9gRrMUN .navbar.opened {
    height: auto;
  }
  .cid-uSx9gRrMUN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSx9gSby6W {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uSx9gSby6W .decor-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 52%;
  height: 95%;
  border-radius: 0 85% 0 0;
  background-color: #20054f;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uSx9gSby6W .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-uSx9gSby6W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSx9gSby6W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSx9gSby6W .row {
  position: relative;
  z-index: 1;
}
.cid-uSx9gSby6W .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uSx9gSby6W .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uSx9gSby6W .image-wrapper {
  margin-right: 18px;
  margin-right: 0;
  margin-left: 18px;
}
@media (max-width: 992px) {
  .cid-uSx9gSby6W .image-wrapper {
    margin-right: 0;
    margin-bottom: 46px;
  }
}
@media (max-width: 992px) {
  .cid-uSx9gSby6W .image-wrapper {
    margin-left: 0;
  }
}
.cid-uSx9gSby6W .image-wrapper img {
  height: 620px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uSx9gSby6W .image-wrapper img {
    height: 350px;
  }
}
.cid-uSx9gSby6W .content-wrapper {
  padding-top: 64px;
}
@media (max-width: 992px) {
  .cid-uSx9gSby6W .content-wrapper {
    padding-top: 22px;
  }
}
.cid-uSx9gSby6W .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 46px;
  display: inline-block;
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uSx9gSby6W .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uSx9gSby6W .content-wrapper .desc-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uSx9gSby6W .content-wrapper .desc-wrapper {
    display: block;
  }
}
.cid-uSx9gSby6W .content-wrapper .desc-wrapper .mbr-desc {
  width: 50%;
  margin-right: 20px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uSx9gSby6W .content-wrapper .desc-wrapper .mbr-desc {
    margin-right: 0;
    width: 100%;
    margin-bottom: 12px;
  }
}
.cid-uSx9gSby6W .content-wrapper .desc-wrapper .mbr-section-btn {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uSx9gSby6W .content-wrapper .desc-wrapper .mbr-section-btn {
    width: 100%;
  }
}
.cid-uSx9gSby6W .content-wrapper .desc-wrapper .mbr-section-btn .btn {
  padding: 29px 64px;
}
@media (max-width: 1200px) {
  .cid-uSx9gSby6W .content-wrapper .desc-wrapper .mbr-section-btn .btn {
    padding: 20px 32px;
  }
}
.cid-uSx9gSby6W .mbr-section-title {
  color: #e43f3f;
  text-align: center;
}
.cid-uSx9gSby6W .mbr-text {
  color: #51565c;
}
.cid-uSx9gSby6W .mbr-desc {
  color: #51565c;
}
.cid-uSx9gSby6W .mbr-text,
.cid-uSx9gSby6W .text-wrapper {
  color: #ffffff;
}
.cid-uSx9gSUDEr {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uSx9gSUDEr .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uSx9gSUDEr .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1.5rem;
}
.cid-uSx9gSUDEr .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #20054f;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uSx9gSUDEr .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uSx9gSUDEr .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff6666;
}
.cid-uSx9gSUDEr .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSx9gSUDEr .svg-top {
    width: 1000px;
  }
}
.cid-uSx9gSUDEr .mbr-text {
  color: #1a449a;
}
.cid-uSx9gTplLs {
  padding-top: 2rem;
  padding-bottom: 8rem;
  background-color: #20054f;
}
.cid-uSx9gTplLs .line {
  background-color: #20054f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uSx9gTplLs .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uSx9gTTqTR {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-color: #f8f8f8;
}
.cid-uSx9gTTqTR .mbr-section-title {
  color: #000000;
}
.cid-uSx9gTTqTR .mbr-text {
  color: #000000;
}
.cid-uSx9gTTqTR .mbr-section-subtitle {
  color: #1a449a;
}
.cid-uSx9gTTqTR .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uSx9gTTqTR .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff6666;
}
.cid-uSx9gTTqTR .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-uSx9gTTqTR .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-uSx9gUm8eT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #20054f;
}
.cid-uSx9gUm8eT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSx9gUm8eT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSx9gUm8eT .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uSx9gUm8eT .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uSx9gUm8eT .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uSx9gUm8eT .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uSx9gUm8eT .container {
    padding: 0 16px;
  }
}
.cid-uSx9gUm8eT .mbr-section-subtitle {
  margin-bottom: 56px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uSx9gUm8eT .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uSx9gUm8eT .content-wrapper {
  padding-right: 48px;
}
@media (max-width: 992px) {
  .cid-uSx9gUm8eT .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uSx9gUm8eT .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uSx9gUm8eT .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSx9gUm8eT .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 992px) {
  .cid-uSx9gUm8eT .cards-wrapper {
    display: block;
  }
}
.cid-uSx9gUm8eT .cards-wrapper .item {
  padding: 32px;
  background-color: #20054f;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uSx9gUm8eT .cards-wrapper .item {
    display: block;
    margin-bottom: 2rem;
    padding: 24px;
  }
}
.cid-uSx9gUm8eT .cards-wrapper .item a:focus .item-wrapper .card-box .link-wrapper .mbr-iconfont,
.cid-uSx9gUm8eT .cards-wrapper .item a:hover .item-wrapper .card-box .link-wrapper .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uSx9gUm8eT .cards-wrapper .item a .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 12px;
}
.cid-uSx9gUm8eT .cards-wrapper .item a .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #000000;
  display: inline-flex;
}
.cid-uSx9gUm8eT .cards-wrapper .item a .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-uSx9gUm8eT .cards-wrapper .item a .item-wrapper .card-box .card-text {
  margin-bottom: 16px;
}
.cid-uSx9gUm8eT .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-uSx9gUm8eT .mbr-section-title {
  color: #ffffff;
}
.cid-uSx9gUm8eT .mbr-text {
  color: #000000;
}
.cid-uSx9gUm8eT .card-title {
  color: #000000;
}
.cid-uSx9gUm8eT .card-text {
  color: #ffffff;
}
.cid-uSx9gUm8eT .card-title,
.cid-uSx9gUm8eT .icon-wrapper,
.cid-uSx9gUm8eT .link-wrapper {
  color: #ffffff;
}
.cid-uSx9gVaHsI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSx9gVaHsI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSx9gVaHsI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSx9gVaHsI .row {
  justify-content: space-between;
}
.cid-uSx9gVaHsI .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uSx9gVaHsI .content-wrapper {
    padding: 0;
  }
}
.cid-uSx9gVaHsI .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSx9gVaHsI .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uSx9gVaHsI .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSx9gVaHsI .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uSx9gVaHsI .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uSx9gVaHsI .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uSx9gVaHsI .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uSx9gVaHsI .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uSx9gVaHsI .mbr-section-title {
  color: #000000;
}
.cid-uSx9gVaHsI .mbr-desc {
  color: #000000;
}
.cid-uSx9gVaHsI .mbr-text {
  color: #000000;
}
.cid-uSx9gVNcfR {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #20054f;
}
.cid-uSx9gVNcfR .row {
  flex-direction: row-reverse;
}
.cid-uSx9gVNcfR .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uSx9gVNcfR .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff6666;
}
.cid-uSx9gVNcfR .svg-top .st0 {
  fill: #20054f;
}
@media (max-width: 992px) {
  .cid-uSx9gVNcfR .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@media (min-width: 1400px) {
  .cid-uSx9gVNcfR .col-12 {
    padding: 0 2rem;
  }
  .cid-uSx9gVNcfR .row {
    margin: 0 -2rem;
  }
}
.cid-uSx9gVNcfR .mbr-text,
.cid-uSx9gVNcfR .mbr-section-btn {
  color: #ffffff;
}
.cid-uSx9gVNcfR .mbr-section-title {
  color: #ffffff;
}
.cid-uSx9gWj028 {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uSx9gWj028 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSx9gWj028 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSx9gWj028 .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uSx9gWj028 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uSx9gWj028 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uSx9gWj028 .card-wrapper {
    padding: 4rem;
  }
}
.cid-uSx9gWj028 .mbr-text,
.cid-uSx9gWj028 .mbr-section-btn {
  color: #000000;
}
.cid-uSx9gWj028 .card-title,
.cid-uSx9gWj028 .card-box {
  text-align: left;
  color: #000000;
}
.cid-uSx9gWVXZK {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #20054f;
}
.cid-uSx9gWVXZK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSx9gWVXZK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSx9gWVXZK .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uSx9gWVXZK .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uSx9gWVXZK .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-uSx9gWVXZK .card-title {
  color: #ffffff;
}
.cid-uSx9gXDCdb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #20054f;
}
.cid-uSx9gXDCdb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSx9gXDCdb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSx9gXDCdb .content-wrapper {
  padding: 80px 90px;
  background-color: #ffffff;
  display: flex;
}
@media (max-width: 1199px) {
  .cid-uSx9gXDCdb .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uSx9gXDCdb .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uSx9gXDCdb .content-wrapper .content-wrap {
  width: 45%;
  padding-right: 48px;
}
@media (max-width: 1199px) {
  .cid-uSx9gXDCdb .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uSx9gXDCdb .content-wrapper .content-wrap {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uSx9gXDCdb .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uSx9gXDCdb .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uSx9gXDCdb .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #ffe66d;
}
@media (max-width: 992px) {
  .cid-uSx9gXDCdb .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uSx9gXDCdb .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uSx9gXDCdb .content-wrapper .panel-group {
  width: 55%;
}
@media (max-width: 1199px) {
  .cid-uSx9gXDCdb .content-wrapper .panel-group {
    width: 100%;
  }
}
.cid-uSx9gXDCdb .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #4200ca;
  box-shadow: 4px 4px 0 0 #4200ca;
  background-color: #20054f;
}
@media (max-width: 992px) {
  .cid-uSx9gXDCdb .content-wrapper .panel-group .card {
    padding: 16px;
  }
}
.cid-uSx9gXDCdb .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uSx9gXDCdb .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uSx9gXDCdb .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uSx9gXDCdb .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uSx9gXDCdb .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uSx9gXDCdb .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #ffffff;
}
.cid-uSx9gXDCdb .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uSx9gXDCdb .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uSx9gXDCdb .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uSx9gXDCdb .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uSx9gXDCdb .mbr-section-title {
  color: #050f0f;
}
.cid-uSx9gXDCdb .mbr-text {
  color: #050f0f;
}
.cid-uSx9gXDCdb .panel-title-edit {
  color: #050f0f;
}
.cid-uSx9gXDCdb .panel-text {
  color: #050f0f;
}
.cid-uSx9gXDCdb .mbr-section-title,
.cid-uSx9gXDCdb .icon-wrapper {
  color: #000000;
}
.cid-uSx9gXDCdb .panel-title-edit,
.cid-uSx9gXDCdb .icon-wrapper {
  color: #ffffff;
}
.cid-uSx9gYvR94 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #20054f;
}
.cid-uSx9gYvR94 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSx9gYvR94 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSx9gYvR94 .content-head {
  max-width: 800px;
}
.cid-uSx9gYvR94 .mbr-section-title {
  color: #fafafa;
}
.cid-uSx9gZbowj {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uSx9gZbowj .mbr-section-title {
  color: #1a449a;
}
.cid-uSx9gZbowj .mbr-text {
  color: #000000;
}
.cid-uSx9gZbowj .mbr-section-subtitle {
  color: #000000;
}
.cid-uSx9gZbowj .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uSx9gZbowj .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff6666;
}
.cid-uSx9gZbowj .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSx9gZbowj .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-uSx9gZSVLu {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uSx9gZSVLu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSx9gZSVLu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSx9gZSVLu .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uSx9gZSVLu .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uSx9gZSVLu .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-uSx9h0HcIc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #20054f;
}
.cid-uSx9h0HcIc .container {
  max-width: 1000px;
}
.cid-uSx9h0HcIc .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #ffffff;
}
.cid-uSx9h0HcIc .mbr-section-title {
  color: #ffffff;
}
.cid-uSxmq7h75Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.cid-uSxmq7h75Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSxmq7h75Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSxmq7h75Z .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uSxmq7h75Z .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uSxmq7h75Z .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uSxmq7h75Z .container {
    padding: 0 16px;
  }
}
.cid-uSxmq7h75Z .row {
  justify-content: space-between;
}
.cid-uSxmq7h75Z .title-wrapper {
  position: sticky;
}
.cid-uSxmq7h75Z .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uSxmq7h75Z .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-uSxmq7h75Z .panel-group .card {
  border-bottom: none;
  background-image: linear-gradient(135deg, #000000, #56acff 34%, #9b3400 67%, #e26a69) !important;
  border-radius: 2em !important;
  padding: 5px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uSxmq7h75Z .panel-group .card {
    margin-bottom: 24px;
  }
}
.cid-uSxmq7h75Z .panel-group .card .card-wrap {
  border-radius: 1.9em !important;
  background-color: #f0f0f0;
  padding: 36px;
}
@media (max-width: 992px) {
  .cid-uSxmq7h75Z .panel-group .card .card-wrap {
    padding: 16px;
  }
}
.cid-uSxmq7h75Z .panel-group .card .card-wrap .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uSxmq7h75Z .panel-group .card .card-wrap .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uSxmq7h75Z .panel-group .card .card-wrap .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uSxmq7h75Z .panel-group .card .card-wrap .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uSxmq7h75Z .panel-group .card .card-wrap .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  min-width: 54px;
  font-size: 26px;
  color: #080808;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-image: linear-gradient(135deg, #000000, #56acff 34%, #9b3400 67%, #e26a69);
  border-radius: 50%;
}
.cid-uSxmq7h75Z .panel-group .card .card-wrap .panel-collapse .panel-body {
  padding-top: 24px;
}
.cid-uSxmq7h75Z .panel-group .card .card-wrap .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uSxmq7h75Z .mbr-section-title {
  color: #080808;
  text-align: center;
}
.cid-uSxmq7h75Z .panel-title-edit {
  color: #080808;
}
.cid-uSxmq7h75Z .panel-text {
  color: #333333;
}
.cid-uSx9h1iLpM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #20054f;
}
.cid-uSx9h1iLpM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSx9h1iLpM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSx9h1iLpM .google-map {
  height: 30rem;
  position: relative;
}
.cid-uSx9h1iLpM .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uSx9h1iLpM .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uSx9h1iLpM .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uSx9h1iLpM .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uSx9h20P6a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #20054f;
}
.cid-uSx9h20P6a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSx9h20P6a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSx9h20P6a .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uSx9h20P6a .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uSx9h20P6a .container {
    padding: 0 25px;
  }
}
.cid-uSx9h20P6a .row {
  justify-content: center;
}
.cid-uSx9h20P6a .mbr-section-title {
  margin-bottom: 130px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSx9h20P6a .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uSx9h20P6a .list-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-uSx9h20P6a .list-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uSx9h20P6a .list-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uSx9h20P6a .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uSx9h20P6a .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
.cid-uSx9h20P6a .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uSx9h20P6a .list-wrapper .list .item-wrap:hover,
.cid-uSx9h20P6a .list-wrapper .list .item-wrap:focus {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .cid-uSx9h20P6a .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uSx9h20P6a .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uSx9h20P6a .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uSx9h20P6a .border-wrap {
  height: 2px;
  background-color: #ffffff;
  margin-bottom: 25px;
}
.cid-uSx9h20P6a .social-wrap {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uSx9h20P6a .social-wrap {
    margin-top: 20px;
    text-align: center;
  }
}
.cid-uSx9h20P6a .social-wrap .social-row {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uSx9h20P6a .social-wrap .social-row .soc-item {
  margin-right: 10px;
}
.cid-uSx9h20P6a .social-wrap .social-row .soc-item a:hover .mbr-iconfont {
  background-color: #a0ffc2;
  color: #2f2e30;
}
.cid-uSx9h20P6a .social-wrap .social-row .soc-item a .mbr-iconfont {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  color: #ffffff;
}
.cid-uSx9h20P6a .copyright {
  margin: 0;
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uSx9h20P6a .copyright {
    margin-bottom: 20px;
  }
}
.cid-uSx9h20P6a .mbr-section-btn {
  text-align: center;
}
.cid-uSx9h20P6a .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-uSx9h20P6a .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uSx9h20P6a .mbr-text {
  color: #ffffff;
}
.cid-uSx9h20P6a .list {
  color: #ffffff;
}
.cid-uSx9ig1qQV {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uSx9ig1qQV nav.navbar {
  position: fixed;
}
.cid-uSx9ig1qQV .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-uSx9ig1qQV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uSx9ig1qQV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uSx9ig1qQV .dropdown-item:hover,
.cid-uSx9ig1qQV .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-uSx9ig1qQV .dropdown-item:hover span {
  color: white;
}
.cid-uSx9ig1qQV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uSx9ig1qQV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uSx9ig1qQV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uSx9ig1qQV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uSx9ig1qQV .nav-link {
  position: relative;
}
.cid-uSx9ig1qQV .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uSx9ig1qQV .container {
    flex-wrap: wrap;
  }
}
.cid-uSx9ig1qQV .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uSx9ig1qQV .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uSx9ig1qQV .iconfont-wrapper {
  color: #33871e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uSx9ig1qQV .dropdown-menu,
.cid-uSx9ig1qQV .navbar.opened {
  background: #20054f !important;
}
.cid-uSx9ig1qQV .nav-item:focus,
.cid-uSx9ig1qQV .nav-link:focus {
  outline: none;
}
.cid-uSx9ig1qQV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSx9ig1qQV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSx9ig1qQV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSx9ig1qQV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSx9ig1qQV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSx9ig1qQV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSx9ig1qQV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #20054f;
}
.cid-uSx9ig1qQV .navbar.opened {
  transition: all 0.3s;
}
.cid-uSx9ig1qQV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uSx9ig1qQV .navbar .navbar-logo img {
  width: auto;
}
.cid-uSx9ig1qQV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uSx9ig1qQV .navbar.collapsed {
  justify-content: center;
}
.cid-uSx9ig1qQV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSx9ig1qQV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uSx9ig1qQV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-uSx9ig1qQV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSx9ig1qQV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSx9ig1qQV .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-uSx9ig1qQV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSx9ig1qQV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uSx9ig1qQV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uSx9ig1qQV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSx9ig1qQV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSx9ig1qQV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSx9ig1qQV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uSx9ig1qQV .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-uSx9ig1qQV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSx9ig1qQV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uSx9ig1qQV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uSx9ig1qQV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uSx9ig1qQV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSx9ig1qQV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uSx9ig1qQV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uSx9ig1qQV .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSx9ig1qQV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSx9ig1qQV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSx9ig1qQV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uSx9ig1qQV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uSx9ig1qQV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSx9ig1qQV .dropdown-item.active,
.cid-uSx9ig1qQV .dropdown-item:active {
  background-color: transparent;
}
.cid-uSx9ig1qQV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSx9ig1qQV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSx9ig1qQV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSx9ig1qQV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #20054f;
}
.cid-uSx9ig1qQV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSx9ig1qQV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSx9ig1qQV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uSx9ig1qQV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSx9ig1qQV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uSx9ig1qQV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uSx9ig1qQV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSx9ig1qQV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSx9ig1qQV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSx9ig1qQV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSx9ig1qQV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSx9ig1qQV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSx9ig1qQV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSx9ig1qQV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSx9ig1qQV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uSx9ig1qQV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uSx9ig1qQV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uSx9ig1qQV .navbar {
    height: 70px;
  }
  .cid-uSx9ig1qQV .navbar.opened {
    height: auto;
  }
  .cid-uSx9ig1qQV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSx9igwbUY {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uSx9igwbUY .decor-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 52%;
  height: 95%;
  border-radius: 0 85% 0 0;
  background-color: #20054f;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uSx9igwbUY .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-uSx9igwbUY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSx9igwbUY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSx9igwbUY .row {
  position: relative;
  z-index: 1;
}
.cid-uSx9igwbUY .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uSx9igwbUY .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uSx9igwbUY .image-wrapper {
  margin-right: 18px;
  margin-right: 0;
  margin-left: 18px;
}
@media (max-width: 992px) {
  .cid-uSx9igwbUY .image-wrapper {
    margin-right: 0;
    margin-bottom: 46px;
  }
}
@media (max-width: 992px) {
  .cid-uSx9igwbUY .image-wrapper {
    margin-left: 0;
  }
}
.cid-uSx9igwbUY .image-wrapper img {
  height: 620px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uSx9igwbUY .image-wrapper img {
    height: 350px;
  }
}
.cid-uSx9igwbUY .content-wrapper {
  padding-top: 64px;
}
@media (max-width: 992px) {
  .cid-uSx9igwbUY .content-wrapper {
    padding-top: 22px;
  }
}
.cid-uSx9igwbUY .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 46px;
  display: inline-block;
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uSx9igwbUY .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uSx9igwbUY .content-wrapper .desc-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uSx9igwbUY .content-wrapper .desc-wrapper {
    display: block;
  }
}
.cid-uSx9igwbUY .content-wrapper .desc-wrapper .mbr-desc {
  width: 50%;
  margin-right: 20px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uSx9igwbUY .content-wrapper .desc-wrapper .mbr-desc {
    margin-right: 0;
    width: 100%;
    margin-bottom: 12px;
  }
}
.cid-uSx9igwbUY .content-wrapper .desc-wrapper .mbr-section-btn {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uSx9igwbUY .content-wrapper .desc-wrapper .mbr-section-btn {
    width: 100%;
  }
}
.cid-uSx9igwbUY .content-wrapper .desc-wrapper .mbr-section-btn .btn {
  padding: 29px 64px;
}
@media (max-width: 1200px) {
  .cid-uSx9igwbUY .content-wrapper .desc-wrapper .mbr-section-btn .btn {
    padding: 20px 32px;
  }
}
.cid-uSx9igwbUY .mbr-section-title {
  color: #e43f3f;
  text-align: center;
}
.cid-uSx9igwbUY .mbr-text {
  color: #51565c;
}
.cid-uSx9igwbUY .mbr-desc {
  color: #51565c;
}
.cid-uSx9igwbUY .mbr-text,
.cid-uSx9igwbUY .text-wrapper {
  color: #ffffff;
}
.cid-uSx9ih1EOy {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uSx9ih1EOy .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uSx9ih1EOy .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1.5rem;
}
.cid-uSx9ih1EOy .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #20054f;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uSx9ih1EOy .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uSx9ih1EOy .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff6666;
}
.cid-uSx9ih1EOy .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSx9ih1EOy .svg-top {
    width: 1000px;
  }
}
.cid-uSx9ih1EOy .mbr-text {
  color: #1a449a;
}
.cid-uSx9ihwPAa {
  padding-top: 2rem;
  padding-bottom: 8rem;
  background-color: #20054f;
}
.cid-uSx9ihwPAa .line {
  background-color: #20054f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uSx9ihwPAa .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uSx9ii2duL {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-color: #f8f8f8;
}
.cid-uSx9ii2duL .mbr-section-title {
  color: #000000;
}
.cid-uSx9ii2duL .mbr-text {
  color: #000000;
}
.cid-uSx9ii2duL .mbr-section-subtitle {
  color: #1a449a;
}
.cid-uSx9ii2duL .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uSx9ii2duL .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff6666;
}
.cid-uSx9ii2duL .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-uSx9ii2duL .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-uSx9iivZFo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #20054f;
}
.cid-uSx9iivZFo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSx9iivZFo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSx9iivZFo .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uSx9iivZFo .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uSx9iivZFo .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uSx9iivZFo .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uSx9iivZFo .container {
    padding: 0 16px;
  }
}
.cid-uSx9iivZFo .mbr-section-subtitle {
  margin-bottom: 56px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uSx9iivZFo .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uSx9iivZFo .content-wrapper {
  padding-right: 48px;
}
@media (max-width: 992px) {
  .cid-uSx9iivZFo .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uSx9iivZFo .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uSx9iivZFo .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSx9iivZFo .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 992px) {
  .cid-uSx9iivZFo .cards-wrapper {
    display: block;
  }
}
.cid-uSx9iivZFo .cards-wrapper .item {
  padding: 32px;
  background-color: #20054f;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uSx9iivZFo .cards-wrapper .item {
    display: block;
    margin-bottom: 2rem;
    padding: 24px;
  }
}
.cid-uSx9iivZFo .cards-wrapper .item a:focus .item-wrapper .card-box .link-wrapper .mbr-iconfont,
.cid-uSx9iivZFo .cards-wrapper .item a:hover .item-wrapper .card-box .link-wrapper .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uSx9iivZFo .cards-wrapper .item a .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 12px;
}
.cid-uSx9iivZFo .cards-wrapper .item a .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #000000;
  display: inline-flex;
}
.cid-uSx9iivZFo .cards-wrapper .item a .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-uSx9iivZFo .cards-wrapper .item a .item-wrapper .card-box .card-text {
  margin-bottom: 16px;
}
.cid-uSx9iivZFo .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-uSx9iivZFo .mbr-section-title {
  color: #ffffff;
}
.cid-uSx9iivZFo .mbr-text {
  color: #000000;
}
.cid-uSx9iivZFo .card-title {
  color: #000000;
}
.cid-uSx9iivZFo .card-text {
  color: #ffffff;
}
.cid-uSx9iivZFo .card-title,
.cid-uSx9iivZFo .icon-wrapper,
.cid-uSx9iivZFo .link-wrapper {
  color: #ffffff;
}
.cid-uSx9ijivLO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSx9ijivLO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSx9ijivLO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSx9ijivLO .row {
  justify-content: space-between;
}
.cid-uSx9ijivLO .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uSx9ijivLO .content-wrapper {
    padding: 0;
  }
}
.cid-uSx9ijivLO .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSx9ijivLO .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uSx9ijivLO .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSx9ijivLO .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uSx9ijivLO .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uSx9ijivLO .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uSx9ijivLO .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uSx9ijivLO .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uSx9ijivLO .mbr-section-title {
  color: #000000;
}
.cid-uSx9ijivLO .mbr-desc {
  color: #000000;
}
.cid-uSx9ijivLO .mbr-text {
  color: #000000;
}
.cid-uSx9ijM1cV {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #20054f;
}
.cid-uSx9ijM1cV .row {
  flex-direction: row-reverse;
}
.cid-uSx9ijM1cV .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uSx9ijM1cV .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff6666;
}
.cid-uSx9ijM1cV .svg-top .st0 {
  fill: #20054f;
}
@media (max-width: 992px) {
  .cid-uSx9ijM1cV .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@media (min-width: 1400px) {
  .cid-uSx9ijM1cV .col-12 {
    padding: 0 2rem;
  }
  .cid-uSx9ijM1cV .row {
    margin: 0 -2rem;
  }
}
.cid-uSx9ijM1cV .mbr-text,
.cid-uSx9ijM1cV .mbr-section-btn {
  color: #ffffff;
}
.cid-uSx9ijM1cV .mbr-section-title {
  color: #ffffff;
}
.cid-uSx9ikn1jW {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uSx9ikn1jW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSx9ikn1jW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSx9ikn1jW .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uSx9ikn1jW .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uSx9ikn1jW .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uSx9ikn1jW .card-wrapper {
    padding: 4rem;
  }
}
.cid-uSx9ikn1jW .mbr-text,
.cid-uSx9ikn1jW .mbr-section-btn {
  color: #000000;
}
.cid-uSx9ikn1jW .card-title,
.cid-uSx9ikn1jW .card-box {
  text-align: left;
  color: #000000;
}
.cid-uSx9ikTMEm {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #20054f;
}
.cid-uSx9ikTMEm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSx9ikTMEm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSx9ikTMEm .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uSx9ikTMEm .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uSx9ikTMEm .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-uSx9ikTMEm .card-title {
  color: #ffffff;
}
.cid-uSx9ilEaeJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #20054f;
}
.cid-uSx9ilEaeJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSx9ilEaeJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSx9ilEaeJ .content-wrapper {
  padding: 80px 90px;
  background-color: #ffffff;
  display: flex;
}
@media (max-width: 1199px) {
  .cid-uSx9ilEaeJ .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uSx9ilEaeJ .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uSx9ilEaeJ .content-wrapper .content-wrap {
  width: 45%;
  padding-right: 48px;
}
@media (max-width: 1199px) {
  .cid-uSx9ilEaeJ .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uSx9ilEaeJ .content-wrapper .content-wrap {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uSx9ilEaeJ .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uSx9ilEaeJ .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uSx9ilEaeJ .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #ffe66d;
}
@media (max-width: 992px) {
  .cid-uSx9ilEaeJ .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uSx9ilEaeJ .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uSx9ilEaeJ .content-wrapper .panel-group {
  width: 55%;
}
@media (max-width: 1199px) {
  .cid-uSx9ilEaeJ .content-wrapper .panel-group {
    width: 100%;
  }
}
.cid-uSx9ilEaeJ .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #4200ca;
  box-shadow: 4px 4px 0 0 #4200ca;
  background-color: #20054f;
}
@media (max-width: 992px) {
  .cid-uSx9ilEaeJ .content-wrapper .panel-group .card {
    padding: 16px;
  }
}
.cid-uSx9ilEaeJ .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uSx9ilEaeJ .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uSx9ilEaeJ .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uSx9ilEaeJ .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uSx9ilEaeJ .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uSx9ilEaeJ .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #ffffff;
}
.cid-uSx9ilEaeJ .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uSx9ilEaeJ .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uSx9ilEaeJ .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uSx9ilEaeJ .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uSx9ilEaeJ .mbr-section-title {
  color: #050f0f;
}
.cid-uSx9ilEaeJ .mbr-text {
  color: #050f0f;
}
.cid-uSx9ilEaeJ .panel-title-edit {
  color: #050f0f;
}
.cid-uSx9ilEaeJ .panel-text {
  color: #050f0f;
}
.cid-uSx9ilEaeJ .mbr-section-title,
.cid-uSx9ilEaeJ .icon-wrapper {
  color: #000000;
}
.cid-uSx9ilEaeJ .panel-title-edit,
.cid-uSx9ilEaeJ .icon-wrapper {
  color: #ffffff;
}
.cid-uSx9imqMH3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #20054f;
}
.cid-uSx9imqMH3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSx9imqMH3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSx9imqMH3 .content-head {
  max-width: 800px;
}
.cid-uSx9imqMH3 .mbr-section-title {
  color: #fafafa;
}
.cid-uSx9in0ipW {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uSx9in0ipW .mbr-section-title {
  color: #1a449a;
}
.cid-uSx9in0ipW .mbr-text {
  color: #000000;
}
.cid-uSx9in0ipW .mbr-section-subtitle {
  color: #000000;
}
.cid-uSx9in0ipW .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uSx9in0ipW .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff6666;
}
.cid-uSx9in0ipW .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSx9in0ipW .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-uSx9inAJo0 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uSx9inAJo0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSx9inAJo0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSx9inAJo0 .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uSx9inAJo0 .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uSx9inAJo0 .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-uSx9ionTr5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #20054f;
}
.cid-uSx9ionTr5 .container {
  max-width: 1000px;
}
.cid-uSx9ionTr5 .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #ffffff;
}
.cid-uSx9ionTr5 .mbr-section-title {
  color: #ffffff;
}
.cid-uSxnf3gQZz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.cid-uSxnf3gQZz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSxnf3gQZz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSxnf3gQZz .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uSxnf3gQZz .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uSxnf3gQZz .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uSxnf3gQZz .container {
    padding: 0 16px;
  }
}
.cid-uSxnf3gQZz .row {
  justify-content: space-between;
}
.cid-uSxnf3gQZz .title-wrapper {
  position: sticky;
}
.cid-uSxnf3gQZz .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uSxnf3gQZz .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-uSxnf3gQZz .panel-group .card {
  border-bottom: none;
  background-image: linear-gradient(135deg, #000000, #56acff 34%, #9b3400 67%, #e26a69) !important;
  border-radius: 2em !important;
  padding: 5px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uSxnf3gQZz .panel-group .card {
    margin-bottom: 24px;
  }
}
.cid-uSxnf3gQZz .panel-group .card .card-wrap {
  border-radius: 1.9em !important;
  background-color: #f0f0f0;
  padding: 36px;
}
@media (max-width: 992px) {
  .cid-uSxnf3gQZz .panel-group .card .card-wrap {
    padding: 16px;
  }
}
.cid-uSxnf3gQZz .panel-group .card .card-wrap .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uSxnf3gQZz .panel-group .card .card-wrap .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uSxnf3gQZz .panel-group .card .card-wrap .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uSxnf3gQZz .panel-group .card .card-wrap .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uSxnf3gQZz .panel-group .card .card-wrap .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  min-width: 54px;
  font-size: 26px;
  color: #080808;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-image: linear-gradient(135deg, #000000, #56acff 34%, #9b3400 67%, #e26a69);
  border-radius: 50%;
}
.cid-uSxnf3gQZz .panel-group .card .card-wrap .panel-collapse .panel-body {
  padding-top: 24px;
}
.cid-uSxnf3gQZz .panel-group .card .card-wrap .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uSxnf3gQZz .mbr-section-title {
  color: #080808;
  text-align: center;
}
.cid-uSxnf3gQZz .panel-title-edit {
  color: #080808;
}
.cid-uSxnf3gQZz .panel-text {
  color: #333333;
}
.cid-uSx9ioUfJI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #20054f;
}
.cid-uSx9ioUfJI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSx9ioUfJI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSx9ioUfJI .google-map {
  height: 30rem;
  position: relative;
}
.cid-uSx9ioUfJI .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uSx9ioUfJI .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uSx9ioUfJI .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uSx9ioUfJI .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uSx9ipFk1R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #20054f;
}
.cid-uSx9ipFk1R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSx9ipFk1R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSx9ipFk1R .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uSx9ipFk1R .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uSx9ipFk1R .container {
    padding: 0 25px;
  }
}
.cid-uSx9ipFk1R .row {
  justify-content: center;
}
.cid-uSx9ipFk1R .mbr-section-title {
  margin-bottom: 130px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSx9ipFk1R .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uSx9ipFk1R .list-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-uSx9ipFk1R .list-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uSx9ipFk1R .list-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uSx9ipFk1R .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uSx9ipFk1R .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
.cid-uSx9ipFk1R .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uSx9ipFk1R .list-wrapper .list .item-wrap:hover,
.cid-uSx9ipFk1R .list-wrapper .list .item-wrap:focus {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .cid-uSx9ipFk1R .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uSx9ipFk1R .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uSx9ipFk1R .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uSx9ipFk1R .border-wrap {
  height: 2px;
  background-color: #ffffff;
  margin-bottom: 25px;
}
.cid-uSx9ipFk1R .social-wrap {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uSx9ipFk1R .social-wrap {
    margin-top: 20px;
    text-align: center;
  }
}
.cid-uSx9ipFk1R .social-wrap .social-row {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uSx9ipFk1R .social-wrap .social-row .soc-item {
  margin-right: 10px;
}
.cid-uSx9ipFk1R .social-wrap .social-row .soc-item a:hover .mbr-iconfont {
  background-color: #a0ffc2;
  color: #2f2e30;
}
.cid-uSx9ipFk1R .social-wrap .social-row .soc-item a .mbr-iconfont {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  color: #ffffff;
}
.cid-uSx9ipFk1R .copyright {
  margin: 0;
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uSx9ipFk1R .copyright {
    margin-bottom: 20px;
  }
}
.cid-uSx9ipFk1R .mbr-section-btn {
  text-align: center;
}
.cid-uSx9ipFk1R .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-uSx9ipFk1R .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uSx9ipFk1R .mbr-text {
  color: #ffffff;
}
.cid-uSx9ipFk1R .list {
  color: #ffffff;
}
.cid-uSxirmsOlN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uSxirmsOlN nav.navbar {
  position: fixed;
}
.cid-uSxirmsOlN .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-uSxirmsOlN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uSxirmsOlN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uSxirmsOlN .dropdown-item:hover,
.cid-uSxirmsOlN .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-uSxirmsOlN .dropdown-item:hover span {
  color: white;
}
.cid-uSxirmsOlN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uSxirmsOlN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uSxirmsOlN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uSxirmsOlN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uSxirmsOlN .nav-link {
  position: relative;
}
.cid-uSxirmsOlN .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uSxirmsOlN .container {
    flex-wrap: wrap;
  }
}
.cid-uSxirmsOlN .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uSxirmsOlN .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uSxirmsOlN .iconfont-wrapper {
  color: #33871e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uSxirmsOlN .dropdown-menu,
.cid-uSxirmsOlN .navbar.opened {
  background: #20054f !important;
}
.cid-uSxirmsOlN .nav-item:focus,
.cid-uSxirmsOlN .nav-link:focus {
  outline: none;
}
.cid-uSxirmsOlN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSxirmsOlN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSxirmsOlN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSxirmsOlN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSxirmsOlN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSxirmsOlN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSxirmsOlN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #20054f;
}
.cid-uSxirmsOlN .navbar.opened {
  transition: all 0.3s;
}
.cid-uSxirmsOlN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uSxirmsOlN .navbar .navbar-logo img {
  width: auto;
}
.cid-uSxirmsOlN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uSxirmsOlN .navbar.collapsed {
  justify-content: center;
}
.cid-uSxirmsOlN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSxirmsOlN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uSxirmsOlN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-uSxirmsOlN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSxirmsOlN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSxirmsOlN .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-uSxirmsOlN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSxirmsOlN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uSxirmsOlN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uSxirmsOlN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSxirmsOlN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSxirmsOlN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSxirmsOlN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uSxirmsOlN .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-uSxirmsOlN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSxirmsOlN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uSxirmsOlN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uSxirmsOlN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uSxirmsOlN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSxirmsOlN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uSxirmsOlN .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uSxirmsOlN .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSxirmsOlN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSxirmsOlN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSxirmsOlN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uSxirmsOlN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uSxirmsOlN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSxirmsOlN .dropdown-item.active,
.cid-uSxirmsOlN .dropdown-item:active {
  background-color: transparent;
}
.cid-uSxirmsOlN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSxirmsOlN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSxirmsOlN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSxirmsOlN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #20054f;
}
.cid-uSxirmsOlN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSxirmsOlN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSxirmsOlN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uSxirmsOlN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSxirmsOlN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uSxirmsOlN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uSxirmsOlN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSxirmsOlN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSxirmsOlN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSxirmsOlN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSxirmsOlN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSxirmsOlN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSxirmsOlN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSxirmsOlN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSxirmsOlN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uSxirmsOlN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uSxirmsOlN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uSxirmsOlN .navbar {
    height: 70px;
  }
  .cid-uSxirmsOlN .navbar.opened {
    height: auto;
  }
  .cid-uSxirmsOlN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSxirn6VVH {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uSxirn6VVH .decor-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 52%;
  height: 95%;
  border-radius: 0 85% 0 0;
  background-color: #20054f;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uSxirn6VVH .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-uSxirn6VVH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSxirn6VVH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSxirn6VVH .row {
  position: relative;
  z-index: 1;
}
.cid-uSxirn6VVH .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uSxirn6VVH .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uSxirn6VVH .image-wrapper {
  margin-right: 18px;
  margin-right: 0;
  margin-left: 18px;
}
@media (max-width: 992px) {
  .cid-uSxirn6VVH .image-wrapper {
    margin-right: 0;
    margin-bottom: 46px;
  }
}
@media (max-width: 992px) {
  .cid-uSxirn6VVH .image-wrapper {
    margin-left: 0;
  }
}
.cid-uSxirn6VVH .image-wrapper img {
  height: 620px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uSxirn6VVH .image-wrapper img {
    height: 350px;
  }
}
.cid-uSxirn6VVH .content-wrapper {
  padding-top: 64px;
}
@media (max-width: 992px) {
  .cid-uSxirn6VVH .content-wrapper {
    padding-top: 22px;
  }
}
.cid-uSxirn6VVH .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 46px;
  display: inline-block;
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uSxirn6VVH .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uSxirn6VVH .content-wrapper .desc-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uSxirn6VVH .content-wrapper .desc-wrapper {
    display: block;
  }
}
.cid-uSxirn6VVH .content-wrapper .desc-wrapper .mbr-desc {
  width: 50%;
  margin-right: 20px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uSxirn6VVH .content-wrapper .desc-wrapper .mbr-desc {
    margin-right: 0;
    width: 100%;
    margin-bottom: 12px;
  }
}
.cid-uSxirn6VVH .content-wrapper .desc-wrapper .mbr-section-btn {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uSxirn6VVH .content-wrapper .desc-wrapper .mbr-section-btn {
    width: 100%;
  }
}
.cid-uSxirn6VVH .content-wrapper .desc-wrapper .mbr-section-btn .btn {
  padding: 29px 64px;
}
@media (max-width: 1200px) {
  .cid-uSxirn6VVH .content-wrapper .desc-wrapper .mbr-section-btn .btn {
    padding: 20px 32px;
  }
}
.cid-uSxirn6VVH .mbr-section-title {
  color: #e43f3f;
  text-align: center;
}
.cid-uSxirn6VVH .mbr-text {
  color: #51565c;
}
.cid-uSxirn6VVH .mbr-desc {
  color: #51565c;
}
.cid-uSxirn6VVH .mbr-text,
.cid-uSxirn6VVH .text-wrapper {
  color: #ffffff;
}
.cid-uSxirnSu91 {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uSxirnSu91 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uSxirnSu91 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1.5rem;
}
.cid-uSxirnSu91 .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #20054f;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uSxirnSu91 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uSxirnSu91 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff6666;
}
.cid-uSxirnSu91 .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSxirnSu91 .svg-top {
    width: 1000px;
  }
}
.cid-uSxirnSu91 .mbr-text {
  color: #1a449a;
}
.cid-uSxirohfLr {
  padding-top: 2rem;
  padding-bottom: 8rem;
  background-color: #20054f;
}
.cid-uSxirohfLr .line {
  background-color: #20054f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uSxirohfLr .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-uSxiroKpOl {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-color: #f8f8f8;
}
.cid-uSxiroKpOl .mbr-section-title {
  color: #000000;
}
.cid-uSxiroKpOl .mbr-text {
  color: #000000;
}
.cid-uSxiroKpOl .mbr-section-subtitle {
  color: #1a449a;
}
.cid-uSxiroKpOl .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uSxiroKpOl .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff6666;
}
.cid-uSxiroKpOl .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-uSxiroKpOl .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-uSxirpey6G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #20054f;
}
.cid-uSxirpey6G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSxirpey6G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSxirpey6G .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uSxirpey6G .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uSxirpey6G .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uSxirpey6G .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uSxirpey6G .container {
    padding: 0 16px;
  }
}
.cid-uSxirpey6G .mbr-section-subtitle {
  margin-bottom: 56px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uSxirpey6G .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uSxirpey6G .content-wrapper {
  padding-right: 48px;
}
@media (max-width: 992px) {
  .cid-uSxirpey6G .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uSxirpey6G .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uSxirpey6G .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSxirpey6G .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 992px) {
  .cid-uSxirpey6G .cards-wrapper {
    display: block;
  }
}
.cid-uSxirpey6G .cards-wrapper .item {
  padding: 32px;
  background-color: #20054f;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uSxirpey6G .cards-wrapper .item {
    display: block;
    margin-bottom: 2rem;
    padding: 24px;
  }
}
.cid-uSxirpey6G .cards-wrapper .item a:focus .item-wrapper .card-box .link-wrapper .mbr-iconfont,
.cid-uSxirpey6G .cards-wrapper .item a:hover .item-wrapper .card-box .link-wrapper .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uSxirpey6G .cards-wrapper .item a .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 12px;
}
.cid-uSxirpey6G .cards-wrapper .item a .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  color: #000000;
  display: inline-flex;
}
.cid-uSxirpey6G .cards-wrapper .item a .item-wrapper .card-box .card-title {
  margin-bottom: 12px;
}
.cid-uSxirpey6G .cards-wrapper .item a .item-wrapper .card-box .card-text {
  margin-bottom: 16px;
}
.cid-uSxirpey6G .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-uSxirpey6G .mbr-section-title {
  color: #ffffff;
}
.cid-uSxirpey6G .mbr-text {
  color: #000000;
}
.cid-uSxirpey6G .card-title {
  color: #000000;
}
.cid-uSxirpey6G .card-text {
  color: #ffffff;
}
.cid-uSxirpey6G .card-title,
.cid-uSxirpey6G .icon-wrapper,
.cid-uSxirpey6G .link-wrapper {
  color: #ffffff;
}
.cid-uSxirpTHP6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSxirpTHP6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSxirpTHP6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSxirpTHP6 .row {
  justify-content: space-between;
}
.cid-uSxirpTHP6 .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uSxirpTHP6 .content-wrapper {
    padding: 0;
  }
}
.cid-uSxirpTHP6 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSxirpTHP6 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uSxirpTHP6 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSxirpTHP6 .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uSxirpTHP6 .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uSxirpTHP6 .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uSxirpTHP6 .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uSxirpTHP6 .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uSxirpTHP6 .mbr-section-title {
  color: #000000;
}
.cid-uSxirpTHP6 .mbr-desc {
  color: #000000;
}
.cid-uSxirpTHP6 .mbr-text {
  color: #000000;
}
.cid-uSxirqmgBX {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #20054f;
}
.cid-uSxirqmgBX .row {
  flex-direction: row-reverse;
}
.cid-uSxirqmgBX .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uSxirqmgBX .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff6666;
}
.cid-uSxirqmgBX .svg-top .st0 {
  fill: #20054f;
}
@media (max-width: 992px) {
  .cid-uSxirqmgBX .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@media (min-width: 1400px) {
  .cid-uSxirqmgBX .col-12 {
    padding: 0 2rem;
  }
  .cid-uSxirqmgBX .row {
    margin: 0 -2rem;
  }
}
.cid-uSxirqmgBX .mbr-text,
.cid-uSxirqmgBX .mbr-section-btn {
  color: #ffffff;
}
.cid-uSxirqmgBX .mbr-section-title {
  color: #ffffff;
}
.cid-uSxirqSxjg {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uSxirqSxjg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSxirqSxjg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSxirqSxjg .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uSxirqSxjg .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uSxirqSxjg .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uSxirqSxjg .card-wrapper {
    padding: 4rem;
  }
}
.cid-uSxirqSxjg .mbr-text,
.cid-uSxirqSxjg .mbr-section-btn {
  color: #000000;
}
.cid-uSxirqSxjg .card-title,
.cid-uSxirqSxjg .card-box {
  text-align: left;
  color: #000000;
}
.cid-uSxirrnBEX {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #20054f;
}
.cid-uSxirrnBEX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSxirrnBEX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSxirrnBEX .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uSxirrnBEX .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uSxirrnBEX .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-uSxirrnBEX .card-title {
  color: #ffffff;
}
.cid-uSxirs3pZm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #20054f;
}
.cid-uSxirs3pZm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSxirs3pZm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSxirs3pZm .content-wrapper {
  padding: 80px 90px;
  background-color: #ffffff;
  display: flex;
}
@media (max-width: 1199px) {
  .cid-uSxirs3pZm .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uSxirs3pZm .content-wrapper {
    padding: 32px 16px;
  }
}
.cid-uSxirs3pZm .content-wrapper .content-wrap {
  width: 45%;
  padding-right: 48px;
}
@media (max-width: 1199px) {
  .cid-uSxirs3pZm .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uSxirs3pZm .content-wrapper .content-wrap {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uSxirs3pZm .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uSxirs3pZm .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uSxirs3pZm .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #ffe66d;
}
@media (max-width: 992px) {
  .cid-uSxirs3pZm .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uSxirs3pZm .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uSxirs3pZm .content-wrapper .panel-group {
  width: 55%;
}
@media (max-width: 1199px) {
  .cid-uSxirs3pZm .content-wrapper .panel-group {
    width: 100%;
  }
}
.cid-uSxirs3pZm .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #4200ca;
  box-shadow: 4px 4px 0 0 #4200ca;
  background-color: #20054f;
}
@media (max-width: 992px) {
  .cid-uSxirs3pZm .content-wrapper .panel-group .card {
    padding: 16px;
  }
}
.cid-uSxirs3pZm .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uSxirs3pZm .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uSxirs3pZm .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uSxirs3pZm .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uSxirs3pZm .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uSxirs3pZm .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #ffffff;
}
.cid-uSxirs3pZm .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uSxirs3pZm .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uSxirs3pZm .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uSxirs3pZm .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uSxirs3pZm .mbr-section-title {
  color: #050f0f;
}
.cid-uSxirs3pZm .mbr-text {
  color: #050f0f;
}
.cid-uSxirs3pZm .panel-title-edit {
  color: #050f0f;
}
.cid-uSxirs3pZm .panel-text {
  color: #050f0f;
}
.cid-uSxirs3pZm .mbr-section-title,
.cid-uSxirs3pZm .icon-wrapper {
  color: #000000;
}
.cid-uSxirs3pZm .panel-title-edit,
.cid-uSxirs3pZm .icon-wrapper {
  color: #ffffff;
}
.cid-uSxirsR4jy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #20054f;
}
.cid-uSxirsR4jy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSxirsR4jy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSxirsR4jy .content-head {
  max-width: 800px;
}
.cid-uSxirsR4jy .mbr-section-title {
  color: #fafafa;
}
.cid-uSxirtmPlV {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uSxirtmPlV .mbr-section-title {
  color: #1a449a;
}
.cid-uSxirtmPlV .mbr-text {
  color: #000000;
}
.cid-uSxirtmPlV .mbr-section-subtitle {
  color: #000000;
}
.cid-uSxirtmPlV .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uSxirtmPlV .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ff6666;
}
.cid-uSxirtmPlV .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSxirtmPlV .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-uSxirtSdCM {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uSxirtSdCM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSxirtSdCM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSxirtSdCM .item-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uSxirtSdCM .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uSxirtSdCM .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-uSxiruzlfA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #20054f;
}
.cid-uSxiruzlfA .container {
  max-width: 1000px;
}
.cid-uSxiruzlfA .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #ffffff;
}
.cid-uSxiruzlfA .mbr-section-title {
  color: #ffffff;
}
.cid-uSxpzL7RHU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.cid-uSxpzL7RHU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSxpzL7RHU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSxpzL7RHU .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uSxpzL7RHU .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uSxpzL7RHU .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uSxpzL7RHU .container {
    padding: 0 16px;
  }
}
.cid-uSxpzL7RHU .row {
  justify-content: space-between;
}
.cid-uSxpzL7RHU .title-wrapper {
  position: sticky;
}
.cid-uSxpzL7RHU .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uSxpzL7RHU .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-uSxpzL7RHU .panel-group .card {
  border-bottom: none;
  background-image: linear-gradient(135deg, #000000, #56acff 34%, #9b3400 67%, #e26a69) !important;
  border-radius: 2em !important;
  padding: 5px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uSxpzL7RHU .panel-group .card {
    margin-bottom: 24px;
  }
}
.cid-uSxpzL7RHU .panel-group .card .card-wrap {
  border-radius: 1.9em !important;
  background-color: #f0f0f0;
  padding: 36px;
}
@media (max-width: 992px) {
  .cid-uSxpzL7RHU .panel-group .card .card-wrap {
    padding: 16px;
  }
}
.cid-uSxpzL7RHU .panel-group .card .card-wrap .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uSxpzL7RHU .panel-group .card .card-wrap .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uSxpzL7RHU .panel-group .card .card-wrap .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uSxpzL7RHU .panel-group .card .card-wrap .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uSxpzL7RHU .panel-group .card .card-wrap .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  min-width: 54px;
  font-size: 26px;
  color: #080808;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-image: linear-gradient(135deg, #000000, #56acff 34%, #9b3400 67%, #e26a69);
  border-radius: 50%;
}
.cid-uSxpzL7RHU .panel-group .card .card-wrap .panel-collapse .panel-body {
  padding-top: 24px;
}
.cid-uSxpzL7RHU .panel-group .card .card-wrap .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uSxpzL7RHU .mbr-section-title {
  color: #080808;
  text-align: center;
}
.cid-uSxpzL7RHU .panel-title-edit {
  color: #080808;
}
.cid-uSxpzL7RHU .panel-text {
  color: #333333;
}
.cid-uSxirva4gh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #20054f;
}
.cid-uSxirva4gh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSxirva4gh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSxirva4gh .google-map {
  height: 30rem;
  position: relative;
}
.cid-uSxirva4gh .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uSxirva4gh .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uSxirva4gh .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uSxirva4gh .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uSxirvOM2b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #20054f;
}
.cid-uSxirvOM2b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSxirvOM2b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSxirvOM2b .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uSxirvOM2b .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uSxirvOM2b .container {
    padding: 0 25px;
  }
}
.cid-uSxirvOM2b .row {
  justify-content: center;
}
.cid-uSxirvOM2b .mbr-section-title {
  margin-bottom: 130px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSxirvOM2b .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uSxirvOM2b .list-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-uSxirvOM2b .list-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uSxirvOM2b .list-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uSxirvOM2b .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uSxirvOM2b .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
.cid-uSxirvOM2b .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uSxirvOM2b .list-wrapper .list .item-wrap:hover,
.cid-uSxirvOM2b .list-wrapper .list .item-wrap:focus {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .cid-uSxirvOM2b .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uSxirvOM2b .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uSxirvOM2b .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uSxirvOM2b .border-wrap {
  height: 2px;
  background-color: #ffffff;
  margin-bottom: 25px;
}
.cid-uSxirvOM2b .social-wrap {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uSxirvOM2b .social-wrap {
    margin-top: 20px;
    text-align: center;
  }
}
.cid-uSxirvOM2b .social-wrap .social-row {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uSxirvOM2b .social-wrap .social-row .soc-item {
  margin-right: 10px;
}
.cid-uSxirvOM2b .social-wrap .social-row .soc-item a:hover .mbr-iconfont {
  background-color: #a0ffc2;
  color: #2f2e30;
}
.cid-uSxirvOM2b .social-wrap .social-row .soc-item a .mbr-iconfont {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  color: #ffffff;
}
.cid-uSxirvOM2b .copyright {
  margin: 0;
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uSxirvOM2b .copyright {
    margin-bottom: 20px;
  }
}
.cid-uSxirvOM2b .mbr-section-btn {
  text-align: center;
}
.cid-uSxirvOM2b .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-uSxirvOM2b .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uSxirvOM2b .mbr-text {
  color: #ffffff;
}
.cid-uSxirvOM2b .list {
  color: #ffffff;
}
