body {
  font-family: 'Darker Grotesque', sans-serif;
}
.display-1 {
  font-family: 'Darker Grotesque', sans-serif;
  font-size: 7rem;
  line-height: 0.9;
  letter-spacing: .0625rem;
}
.display-1 > .mbr-iconfont {
  font-size: 8.75rem;
}
.display-2 {
  font-family: 'Darker Grotesque', sans-serif;
  font-size: 4.5rem;
  line-height: 0.8;
}
.display-2 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-4 {
  font-family: 'Darker Grotesque', sans-serif;
  font-size: 1.7rem;
  line-height: 1;
}
.display-4 > .mbr-iconfont {
  font-size: 2.125rem;
}
.display-5 {
  font-family: 'Darker Grotesque', sans-serif;
  font-size: 3.25rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 4.0625rem;
}
.display-7 {
  font-family: 'Darker Grotesque', sans-serif;
  font-size: 1.3rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 5.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.9rem;
    font-size: calc( 3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 0.9 * (3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.6rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 0.8 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.6rem;
    font-size: calc( 1.7874999999999999rem + (3.25 - 1.7874999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7874999999999999rem + (3.25 - 1.7874999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.105rem + (1.3 - 1.105) * ((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: #001326 !important;
}
.bg-success {
  background-color: #a38482 !important;
}
.bg-info {
  background-color: #002549 !important;
}
.bg-warning {
  background-color: #ffc092 !important;
}
.bg-danger {
  background-color: #9c521b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #001326 !important;
  border-color: #001326 !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary: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-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.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-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-info,
.btn-info:active {
  background-color: #002549 !important;
  border-color: #002549 !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #a38482 !important;
  border-color: #a38482 !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: #775957 !important;
  border-color: #775957 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #775957 !important;
  border-color: #775957 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffc092 !important;
  border-color: #ffc092 !important;
  color: #923e00 !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: #ffffff !important;
  background-color: #ff8e3b !important;
  border-color: #ff8e3b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #923e00 !important;
  background-color: #ff8e3b !important;
  border-color: #ff8e3b !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #9c521b !important;
  border-color: #9c521b !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: #522b0e !important;
  border-color: #522b0e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #522b0e !important;
  border-color: #522b0e !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: #001326;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !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: #001326 !important;
  border-color: #001326 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #2a747e !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: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #002549;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !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: #002549 !important;
  border-color: #002549 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #a38482;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #775957 !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: #a38482 !important;
  border-color: #a38482 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffc092;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ff8e3b !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #923e00 !important;
  background-color: #ffc092 !important;
  border-color: #ffc092 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #9c521b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #522b0e !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: #9c521b !important;
  border-color: #9c521b !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: #001326 !important;
}
.text-secondary {
  color: #40b0bf !important;
}
.text-success {
  color: #a38482 !important;
}
.text-info {
  color: #002549 !important;
}
.text-warning {
  color: #ffc092 !important;
}
.text-danger {
  color: #9c521b !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #266a73 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #6e5351 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ff852c !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #45240c !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: #001326;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #002549;
}
.alert-warning {
  background-color: #ffc092;
}
.alert-danger {
  background-color: #9c521b;
}
.mbr-gallery-filter li.active .btn {
  background-color: #001326;
  border-color: #001326;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #001326;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #8cc5ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d9cccb;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #3099ff;
}
.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: #e29155;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Darker Grotesque', sans-serif;
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2.125rem;
}
.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: #001326 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Darker Grotesque', sans-serif;
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.125rem;
}
blockquote {
  border-color: #001326;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #001326;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #001326;
}
.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: #001326;
  border-bottom-color: #001326;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #001326 !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: #40b0bf !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='%23001326' %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;
}
.container {
  max-width: 1056px;
}
.btn {
  border-radius: 100vw;
  padding: 0.75rem 1.5rem;
}
.cid-sRAtUuncVC {
  background-image: url("../../../assets/images/banner-aresb.png");
}
@media (min-width: 768px) {
  .cid-sRAtUuncVC .col-text {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-sRAtUuncVC .col-text {
    padding-bottom: 120px;
    padding-top: 120px;
  }
}
.cid-sRAtUuncVC .container {
  max-width: 1312px;
}
.cid-sRAtUuncVC .label-text {
  color: #003a4d;
  position: relative;
  z-index: 2;
}
.cid-sRAtUuncVC .mbr-section-title {
  color: #002549;
}
.cid-sRAtUuncVC .mbr-section-title,
.cid-sRAtUuncVC .mbr-section-btn {
  text-align: center;
  color: #003a4d;
}
.cid-ugDMS3xOJ3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/banner-aresb-web-4.png");
}
.cid-ugDMS3xOJ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugDMS3xOJ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ugDMS3xOJ3 .container {
    padding: 0 24px;
  }
}
.cid-ugDMS3xOJ3 .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-ugDMS3xOJ3 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-ugDMS3xOJ3 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ugDMS3xOJ3 .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-ugDMS3xOJ3 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugDMS3xOJ3 .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-ugDMS3xOJ3 .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-ugDMS3xOJ3 .content-wrapper .mbr-section-btn .btn:hover,
.cid-ugDMS3xOJ3 .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-ugDMS3xOJ3 .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-ugDMS3xOJ3 .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-ugDMS3xOJ3 .decor-wrapper .decor_1 {
  background-color: #f8e885;
}
.cid-ugDMS3xOJ3 .decor-wrapper .decor_2 {
  background-color: #fb8fc9;
}
.cid-ugDMS3xOJ3 .decor-wrapper .decor_3 {
  background-color: #7f89e9;
}
.cid-ugDMS3xOJ3 .decor-wrapper .decor_4 {
  background-color: #82ebff;
}
.cid-ugDMS3xOJ3 .mbr-section-title {
  color: #141414;
}
.cid-ugDMS3xOJ3 .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-ugDMS3xOJ3 .mbr-desc {
  color: #232323;
  text-align: center;
}
.cid-ugDMS3xOJ3 .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-ugDMS3xOJ3 .mbr-section-title,
.cid-ugDMS3xOJ3 .mbr-section-btn {
  text-align: center;
}
.cid-ufh5yEcBsN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #003a4d;
}
.cid-ufh5yEcBsN .links {
  text-align: center;
  color: #ffffff;
}
.cid-ufh5yEcBsN p {
  margin: 0;
}
.cid-ufh5yEcBsN a {
  color: #ffffff;
}
.cid-ufh5yEcBsN a:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-ufhUjCMUh0 .navbar-dropdown {
  position: relative !important;
}
.cid-ufhUjCMUh0 .navbar-dropdown {
  position: absolute !important;
}
.cid-ufhUjCMUh0 .navbar-logo {
  margin-right: 1rem !important;
}
.cid-ufhUjCMUh0 .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-ufhUjCMUh0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ufhUjCMUh0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ufhUjCMUh0 .dropdown-item:hover,
.cid-ufhUjCMUh0 .dropdown-item:focus {
  background: #001326 !important;
  color: white !important;
}
.cid-ufhUjCMUh0 .dropdown-item:hover span {
  color: white;
}
.cid-ufhUjCMUh0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufhUjCMUh0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufhUjCMUh0 .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufhUjCMUh0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufhUjCMUh0 .nav-link {
  position: relative;
}
.cid-ufhUjCMUh0 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ufhUjCMUh0 .container {
    flex-wrap: nowrap;
  }
}
.cid-ufhUjCMUh0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufhUjCMUh0 .dropdown-menu,
.cid-ufhUjCMUh0 .navbar.opened {
  background: #ffffff !important;
}
.cid-ufhUjCMUh0 .nav-item:focus,
.cid-ufhUjCMUh0 .nav-link:focus {
  outline: none;
}
.cid-ufhUjCMUh0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufhUjCMUh0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufhUjCMUh0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufhUjCMUh0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufhUjCMUh0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufhUjCMUh0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufhUjCMUh0 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.2);
}
.cid-ufhUjCMUh0 .navbar.opened {
  transition: all 0.3s;
}
.cid-ufhUjCMUh0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufhUjCMUh0 .navbar .navbar-logo img {
  width: auto;
}
.cid-ufhUjCMUh0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufhUjCMUh0 .navbar.collapsed {
  justify-content: center;
}
.cid-ufhUjCMUh0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufhUjCMUh0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ufhUjCMUh0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufhUjCMUh0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufhUjCMUh0 .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-ufhUjCMUh0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufhUjCMUh0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufhUjCMUh0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufhUjCMUh0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufhUjCMUh0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufhUjCMUh0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufhUjCMUh0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufhUjCMUh0 .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-ufhUjCMUh0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ufhUjCMUh0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufhUjCMUh0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufhUjCMUh0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufhUjCMUh0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufhUjCMUh0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ufhUjCMUh0 .navbar.navbar-short {
  min-height: 80px;
}
.cid-ufhUjCMUh0 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-ufhUjCMUh0 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ufhUjCMUh0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufhUjCMUh0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufhUjCMUh0 .dropdown-item.active,
.cid-ufhUjCMUh0 .dropdown-item:active {
  background-color: transparent;
}
.cid-ufhUjCMUh0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufhUjCMUh0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufhUjCMUh0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufhUjCMUh0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ufhUjCMUh0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufhUjCMUh0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufhUjCMUh0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ufhUjCMUh0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ufhUjCMUh0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufhUjCMUh0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #004383;
}
.cid-ufhUjCMUh0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufhUjCMUh0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufhUjCMUh0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufhUjCMUh0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufhUjCMUh0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufhUjCMUh0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufhUjCMUh0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufhUjCMUh0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufhUjCMUh0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ufhUjCMUh0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufhUjCMUh0 .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-ufhUjCMUh0 .navbar {
    height: 70px;
  }
  .cid-ufhUjCMUh0 .navbar.opened {
    height: auto;
  }
  .cid-ufhUjCMUh0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1puSzoyqM {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/background1-6.jpg");
}
@media (min-width: 768px) {
  .cid-u1puSzoyqM .col-text {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-u1puSzoyqM .col-text {
    padding-bottom: 120px;
    padding-top: 120px;
  }
}
.cid-u1puSzoyqM .container {
  max-width: 1312px;
}
.cid-u1puSzoyqM .label-text {
  color: #000000;
  position: relative;
  z-index: 2;
  text-align: center;
}
.cid-u1puSzoyqM .mbr-section-title {
  color: #002549;
}
.cid-u1puSzoyqM .mbr-section-title,
.cid-u1puSzoyqM .mbr-section-btn {
  color: #5f5e5e;
  text-align: center;
}
.cid-ugDwnlTCDH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ugDwnlTCDH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugDwnlTCDH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugDwnlTCDH .row {
  margin: 0 !important;
  row-gap: 40px;
  flex-direction: row-reverse;
}
.cid-ugDwnlTCDH .item-img {
  display: flex;
  justify-content: flex-start;
  width: 50%;
  padding: 0 !important;
  justify-content: flex-end;
}
.cid-ugDwnlTCDH .item-img img {
  max-width: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-ugDwnlTCDH .item-img {
    width: 100%;
  }
}
.cid-ugDwnlTCDH .item-content {
  width: 50%;
  padding: 0 !important;
}
@media (max-width: 1500px) {
  .cid-ugDwnlTCDH .item-content {
    padding-left: 40px !important;
    padding-left: 0 !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-ugDwnlTCDH .item-content {
    padding-left: 25px !important;
    padding-left: 0 !important;
    padding-right: 25px !important;
  }
}
@media (max-width: 991px) {
  .cid-ugDwnlTCDH .item-content {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-ugDwnlTCDH .card-title {
  color: #131313;
}
.cid-ugDwnlTCDH .card-text {
  margin-top: 25px;
  color: #131313;
}
@media (max-width: 991px) {
  .cid-ugDwnlTCDH .card-text {
    margin-top: 20px;
  }
}
.cid-ugDwnlTCDH .mbr-section-btn {
  margin-top: 34px;
}
@media (max-width: 991px) {
  .cid-ugDwnlTCDH .mbr-section-btn {
    margin-top: 14px;
  }
}
@media (max-width: 767px) {
  .cid-ugDwnlTCDH .mbr-section-btn {
    margin-top: 4px;
  }
}
.cid-u1hV9DsqkU {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/582585-2000x1334.jpg");
}
.cid-u1hV9DsqkU .mbr-section-title {
  text-align: left;
}
.cid-u1hV9DsqkU .mbr-text,
.cid-u1hV9DsqkU .mbr-section-btn {
  text-align: left;
}
.cid-u1hV9DsqkU .mbr-iconfont {
  -webkit-order: -1;
  order: -1;
  padding-right: 0.5rem;
  padding-left: 0rem !important;
}
.cid-u1hV9DsqkU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1hV9DsqkU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uffKRL2tid {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f4f4f6;
}
.cid-uffKRL2tid .container {
  max-width: 1312px;
}
.cid-uffKRL2tid .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-uffKRL2tid .row {
    padding: 0 0.75rem;
  }
}
.cid-uffKRL2tid .text-container {
  width: 100%;
  padding: 0;
}
.cid-uffKRL2tid .mbr-section-title {
  margin-bottom: 4rem;
  width: 100%;
  color: #232323;
}
.cid-uffKRL2tid .cards-container {
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 8rem;
  grid-row-gap: 4rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uffKRL2tid .cards-container {
    grid-column-gap: 4rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-uffKRL2tid .cards-container {
    max-width: 20rem;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-uffKRL2tid .card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uffKRL2tid .card-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uffKRL2tid .card-title {
  color: #003a4d;
  margin-bottom: 1rem;
}
.cid-uffKRL2tid .card-text {
  color: #000000;
  text-align: center;
}
.cid-uffKRL2tid .mbr-iconfont {
  font-size: 25px;
  color: #2299aa;
}
.cid-uffKRL2tid .icon-box {
  width: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
}
.cid-uffZolvJ8t {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uffZolvJ8t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uffZolvJ8t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uffZolvJ8t .text-wrapper {
  position: relative;
  margin: 0 160px 60px;
  padding-top: 20px;
  border-top: 2px solid #e5e5e5;
}
@media (max-width: 992px) {
  .cid-uffZolvJ8t .text-wrapper {
    margin: 0 30px 40px;
    padding-top: 12px;
  }
}
@media (max-width: 768px) {
  .cid-uffZolvJ8t .text-wrapper {
    margin: 0 30px 30px;
  }
}
.cid-uffZolvJ8t .text-wrapper .mbr-section-title {
  margin: 0;
}
.cid-uffZolvJ8t .text-wrapper .mbr-text {
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uffZolvJ8t .text-wrapper .mbr-text {
    margin-top: 12px;
  }
}
.cid-uffZolvJ8t .client-wrapper {
  margin: 0 144px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uffZolvJ8t .client-wrapper {
    margin: 0 18px;
  }
}
.cid-uffZolvJ8t .client-wrapper .card {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uffZolvJ8t .client-wrapper .card {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .cid-uffZolvJ8t .client-wrapper .card {
    height: auto;
    margin-bottom: 40px;
  }
}
.cid-uffZolvJ8t .client-wrapper .card img {
  width: 65%;
  object-fit: cover;
}
.cid-uffZolvJ8t .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-uffZolvJ8t .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ufhFBNsavk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f4f6;
}
.cid-ufhFBNsavk .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-ufhFBNsavk .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-ufhFBNsavk .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-ufhFBNsavk .btn-primary {
  border: 1px solid #001326 !important;
}
.cid-ufhFBNsavk .btn-primary:hover {
  border: 1px solid #001326 !important;
}
.cid-ufhFBNsavk .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-ufhFBNsavk .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-ufhFBNsavk .input-group-btn {
  padding-left: 0;
}
.cid-ufhFBNsavk .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-ufhFBNsavk .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-ufhFBNsavk .mbr-text {
  color: #444;
}
.cid-ufhFBNsavk h5 {
  margin-bottom: 0;
}
.cid-ufhFBNsavk .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-ufhFBNsavk .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ufhFBNsavk .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-ufhFBNsavk .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ufhFBNsavk .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-ufhFBNsavk .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-ufhFBNsavk .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ufhFBNsavk .social-list a:hover {
  opacity: 0.4;
}
.cid-ufhFBNsavk .media-container-row > div {
  padding: 0px;
}
.cid-ufhFBNsavk .text2 {
  color: #000000;
  text-align: left;
}
.cid-ufhFBNsavk .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-ufhFBNsavk .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-ufhFBNsavk .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-ufhFBNsavk .social-list,
  .cid-ufhFBNsavk .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-ufhFBNsavk h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-ufhFBNsavk .form-group {
    max-width: 180px;
  }
}
.cid-ufhFBNsavk .links span {
  color: #9e9e9e;
}
.cid-ufhFBNsavk .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-ufhFBNsavk .logo-title {
  text-align: center;
}
.cid-ufhFBNsavk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufhFBNsavk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufhbiURfhh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #003a4d;
}
.cid-ufhbiURfhh .links {
  text-align: center;
  color: #ffffff;
}
.cid-ufhbiURfhh p {
  margin: 0;
}
.cid-ufhbiURfhh a {
  color: #ffffff;
}
.cid-ufhbiURfhh a:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-ufhUjCMUh0 .navbar-dropdown {
  position: relative !important;
}
.cid-ufhUjCMUh0 .navbar-dropdown {
  position: absolute !important;
}
.cid-ufhUjCMUh0 .navbar-logo {
  margin-right: 1rem !important;
}
.cid-ufhUjCMUh0 .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-ufhUjCMUh0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ufhUjCMUh0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ufhUjCMUh0 .dropdown-item:hover,
.cid-ufhUjCMUh0 .dropdown-item:focus {
  background: #001326 !important;
  color: white !important;
}
.cid-ufhUjCMUh0 .dropdown-item:hover span {
  color: white;
}
.cid-ufhUjCMUh0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufhUjCMUh0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufhUjCMUh0 .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufhUjCMUh0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufhUjCMUh0 .nav-link {
  position: relative;
}
.cid-ufhUjCMUh0 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ufhUjCMUh0 .container {
    flex-wrap: nowrap;
  }
}
.cid-ufhUjCMUh0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufhUjCMUh0 .dropdown-menu,
.cid-ufhUjCMUh0 .navbar.opened {
  background: #ffffff !important;
}
.cid-ufhUjCMUh0 .nav-item:focus,
.cid-ufhUjCMUh0 .nav-link:focus {
  outline: none;
}
.cid-ufhUjCMUh0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufhUjCMUh0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufhUjCMUh0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufhUjCMUh0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufhUjCMUh0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufhUjCMUh0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufhUjCMUh0 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.2);
}
.cid-ufhUjCMUh0 .navbar.opened {
  transition: all 0.3s;
}
.cid-ufhUjCMUh0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufhUjCMUh0 .navbar .navbar-logo img {
  width: auto;
}
.cid-ufhUjCMUh0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufhUjCMUh0 .navbar.collapsed {
  justify-content: center;
}
.cid-ufhUjCMUh0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufhUjCMUh0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ufhUjCMUh0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufhUjCMUh0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufhUjCMUh0 .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-ufhUjCMUh0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufhUjCMUh0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufhUjCMUh0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufhUjCMUh0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufhUjCMUh0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufhUjCMUh0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufhUjCMUh0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufhUjCMUh0 .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-ufhUjCMUh0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ufhUjCMUh0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufhUjCMUh0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufhUjCMUh0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufhUjCMUh0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufhUjCMUh0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ufhUjCMUh0 .navbar.navbar-short {
  min-height: 80px;
}
.cid-ufhUjCMUh0 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-ufhUjCMUh0 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ufhUjCMUh0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufhUjCMUh0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufhUjCMUh0 .dropdown-item.active,
.cid-ufhUjCMUh0 .dropdown-item:active {
  background-color: transparent;
}
.cid-ufhUjCMUh0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufhUjCMUh0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufhUjCMUh0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufhUjCMUh0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ufhUjCMUh0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufhUjCMUh0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufhUjCMUh0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ufhUjCMUh0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ufhUjCMUh0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufhUjCMUh0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #004383;
}
.cid-ufhUjCMUh0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufhUjCMUh0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufhUjCMUh0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufhUjCMUh0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufhUjCMUh0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufhUjCMUh0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufhUjCMUh0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufhUjCMUh0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufhUjCMUh0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ufhUjCMUh0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufhUjCMUh0 .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-ufhUjCMUh0 .navbar {
    height: 70px;
  }
  .cid-ufhUjCMUh0 .navbar.opened {
    height: auto;
  }
  .cid-ufhUjCMUh0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufhvQ1uM9m {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/areastern-2-2000x1045.jpg");
}
@media (min-width: 768px) {
  .cid-ufhvQ1uM9m .col-text {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-ufhvQ1uM9m .col-text {
    padding-bottom: 120px;
    padding-top: 120px;
  }
}
.cid-ufhvQ1uM9m .container {
  max-width: 1312px;
}
.cid-ufhvQ1uM9m .label-text {
  color: #000000;
  position: relative;
  z-index: 2;
  text-align: center;
}
.cid-ufhvQ1uM9m .mbr-section-title {
  color: #002549;
}
.cid-ufhvQ1uM9m .mbr-section-title,
.cid-ufhvQ1uM9m .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-u1oD7C0hTt {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-u1oD7C0hTt .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-u1oD7C0hTt .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-u1oD7C0hTt .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-u1oD7C0hTt img {
  width: 100%;
  border-radius: 30px;
}
.cid-u1oD7C0hTt .wrapp {
  padding: 44px 40px;
  border: 1px solid;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .cid-u1oD7C0hTt .wrapp {
    padding: 3rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u1oD7C0hTt .wrapp {
    padding: 3rem;
  }
}
.cid-u1oD7C0hTt .mbr-text {
  text-align: left;
}
.cid-u1oD7C0hTt .mbr-section-subtitle {
  text-align: left;
}
.cid-ufhUjCMUh0 .navbar-dropdown {
  position: relative !important;
}
.cid-ufhUjCMUh0 .navbar-dropdown {
  position: absolute !important;
}
.cid-ufhUjCMUh0 .navbar-logo {
  margin-right: 1rem !important;
}
.cid-ufhUjCMUh0 .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-ufhUjCMUh0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ufhUjCMUh0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ufhUjCMUh0 .dropdown-item:hover,
.cid-ufhUjCMUh0 .dropdown-item:focus {
  background: #001326 !important;
  color: white !important;
}
.cid-ufhUjCMUh0 .dropdown-item:hover span {
  color: white;
}
.cid-ufhUjCMUh0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufhUjCMUh0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufhUjCMUh0 .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufhUjCMUh0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufhUjCMUh0 .nav-link {
  position: relative;
}
.cid-ufhUjCMUh0 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ufhUjCMUh0 .container {
    flex-wrap: nowrap;
  }
}
.cid-ufhUjCMUh0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufhUjCMUh0 .dropdown-menu,
.cid-ufhUjCMUh0 .navbar.opened {
  background: #ffffff !important;
}
.cid-ufhUjCMUh0 .nav-item:focus,
.cid-ufhUjCMUh0 .nav-link:focus {
  outline: none;
}
.cid-ufhUjCMUh0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufhUjCMUh0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufhUjCMUh0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufhUjCMUh0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufhUjCMUh0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufhUjCMUh0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufhUjCMUh0 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.2);
}
.cid-ufhUjCMUh0 .navbar.opened {
  transition: all 0.3s;
}
.cid-ufhUjCMUh0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufhUjCMUh0 .navbar .navbar-logo img {
  width: auto;
}
.cid-ufhUjCMUh0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufhUjCMUh0 .navbar.collapsed {
  justify-content: center;
}
.cid-ufhUjCMUh0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufhUjCMUh0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ufhUjCMUh0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufhUjCMUh0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufhUjCMUh0 .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-ufhUjCMUh0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufhUjCMUh0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufhUjCMUh0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufhUjCMUh0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufhUjCMUh0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufhUjCMUh0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufhUjCMUh0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufhUjCMUh0 .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-ufhUjCMUh0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ufhUjCMUh0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufhUjCMUh0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufhUjCMUh0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufhUjCMUh0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufhUjCMUh0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ufhUjCMUh0 .navbar.navbar-short {
  min-height: 80px;
}
.cid-ufhUjCMUh0 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-ufhUjCMUh0 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ufhUjCMUh0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufhUjCMUh0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufhUjCMUh0 .dropdown-item.active,
.cid-ufhUjCMUh0 .dropdown-item:active {
  background-color: transparent;
}
.cid-ufhUjCMUh0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufhUjCMUh0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufhUjCMUh0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufhUjCMUh0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ufhUjCMUh0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufhUjCMUh0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufhUjCMUh0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ufhUjCMUh0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ufhUjCMUh0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufhUjCMUh0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #004383;
}
.cid-ufhUjCMUh0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufhUjCMUh0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufhUjCMUh0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufhUjCMUh0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufhUjCMUh0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufhUjCMUh0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufhUjCMUh0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufhUjCMUh0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufhUjCMUh0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ufhUjCMUh0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufhUjCMUh0 .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-ufhUjCMUh0 .navbar {
    height: 70px;
  }
  .cid-ufhUjCMUh0 .navbar.opened {
    height: auto;
  }
  .cid-ufhUjCMUh0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOOK5ALGVW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f4f6;
}
.cid-uOOK5ALGVW .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-uOOK5ALGVW .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uOOK5ALGVW .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uOOK5ALGVW .btn-primary {
  border: 1px solid #001326 !important;
}
.cid-uOOK5ALGVW .btn-primary:hover {
  border: 1px solid #001326 !important;
}
.cid-uOOK5ALGVW .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uOOK5ALGVW .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uOOK5ALGVW .input-group-btn {
  padding-left: 0;
}
.cid-uOOK5ALGVW .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uOOK5ALGVW .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uOOK5ALGVW .mbr-text {
  color: #444;
}
.cid-uOOK5ALGVW h5 {
  margin-bottom: 0;
}
.cid-uOOK5ALGVW .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uOOK5ALGVW .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uOOK5ALGVW .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uOOK5ALGVW .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uOOK5ALGVW .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uOOK5ALGVW .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uOOK5ALGVW .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uOOK5ALGVW .social-list a:hover {
  opacity: 0.4;
}
.cid-uOOK5ALGVW .media-container-row > div {
  padding: 0px;
}
.cid-uOOK5ALGVW .text2 {
  color: #000000;
  text-align: left;
}
.cid-uOOK5ALGVW .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-uOOK5ALGVW .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uOOK5ALGVW .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uOOK5ALGVW .social-list,
  .cid-uOOK5ALGVW .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uOOK5ALGVW h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uOOK5ALGVW .form-group {
    max-width: 180px;
  }
}
.cid-uOOK5ALGVW .links span {
  color: #9e9e9e;
}
.cid-uOOK5ALGVW .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-uOOK5ALGVW .logo-title {
  text-align: center;
}
.cid-uOOK5ALGVW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOOK5ALGVW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufhblEZlmZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #003a4d;
}
.cid-ufhblEZlmZ .links {
  text-align: center;
  color: #ffffff;
}
.cid-ufhblEZlmZ p {
  margin: 0;
}
.cid-ufhblEZlmZ a {
  color: #ffffff;
}
.cid-ufhblEZlmZ a:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-u1hw5YaTdC {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/banner-are-1805x1201.png");
}
@media (min-width: 768px) {
  .cid-u1hw5YaTdC .col-text {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-u1hw5YaTdC .col-text {
    padding-bottom: 120px;
    padding-top: 120px;
  }
}
.cid-u1hw5YaTdC .container {
  max-width: 1312px;
}
.cid-u1hw5YaTdC .label-text {
  color: #000000;
  position: relative;
  z-index: 2;
  text-align: center;
}
.cid-u1hw5YaTdC .mbr-section-title {
  color: #002549;
}
.cid-u1hw5YaTdC .mbr-section-title,
.cid-u1hw5YaTdC .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-tWTjFW13pz {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tWTjFW13pz .container {
  max-width: 1312px;
}
.cid-tWTjFW13pz img,
.cid-tWTjFW13pz .item-img {
  transition: transform 3s, filter 0.5s;
  overflow: hidden;
  height: 100%;
  object-fit: cover;
}
.cid-tWTjFW13pz .img-filter {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: #7F5F5D;
  opacity: 0;
  transition: 0.5s all;
  pointer-events: none;
}
.cid-tWTjFW13pz .item:focus,
.cid-tWTjFW13pz span:focus {
  outline: none;
}
.cid-tWTjFW13pz .item-wrap {
  position: relative;
  flex-grow: 1;
}
.cid-tWTjFW13pz .sl-content {
  position: relative;
  background: #002549;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-tWTjFW13pz .sl-content:hover .img-filter {
  opacity: 0.6;
  z-index: 1;
}
.cid-tWTjFW13pz .sl-content:hover img {
  transform: scale3d(1.2, 1.2, 1);
  filter: saturate(0);
}
.cid-tWTjFW13pz .sl-content .item-content {
  display: grid;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}
.cid-tWTjFW13pz .sl-content .item-content {
  padding: 1.5rem;
}
.cid-tWTjFW13pz .mbr-section-btn {
  margin-top: auto !important;
  padding-top: 0.9rem !important;
}
.cid-tWTjFW13pz .mbr-section-head {
  margin-bottom: 4rem;
}
.cid-tWTjFW13pz .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-tWTjFW13pz .mbr-section-subtitle {
  color: #002549;
  text-align: center;
}
.cid-tWTjFW13pz .mbr-text {
  color: #ffffff;
  width: 100%;
}
.cid-tWTjFW13pz .item-title-container {
  width: 100%;
}
.cid-tWTjFW13pz .item-title {
  color: #002549;
  width: 100%;
  max-width: 100%;
}
.cid-tWTjFW13pz .item-title span {
  background-color: #ffffff;
  padding-right: 1rem;
  padding-left: 1rem;
  border-radius: 2em;
  line-height: inherit;
  font-size: inherit;
}
.cid-tWTjFW13pz .item-subtitle {
  color: #ffffff;
  width: 100%;
}
.cid-tWTjFW13pz .embla__slide {
  display: flex;
  justify-content: center;
  padding: 0 1rem;
}
@media (max-width: 767px) {
  .cid-tWTjFW13pz .embla__slide {
    max-width: 416px;
    margin: 0 auto;
    padding: 0 0.75rem;
  }
}
.cid-tWTjFW13pz .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tWTjFW13pz .embla__container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 2rem;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-tWTjFW13pz .embla__container {
    margin: 0 -1rem;
  }
}
@media (max-width: 991px) {
  .cid-tWTjFW13pz .embla__container {
    margin: 0 -0.75rem;
  }
}
.cid-tWTjGk60cY {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tWTjGk60cY .container {
  max-width: 1312px;
}
.cid-tWTjGk60cY img,
.cid-tWTjGk60cY .item-img {
  transition: transform 3s, filter 0.5s;
  overflow: hidden;
  height: 100%;
  object-fit: cover;
}
.cid-tWTjGk60cY .img-filter {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: #7F5F5D;
  opacity: 0;
  transition: 0.5s all;
  pointer-events: none;
}
.cid-tWTjGk60cY .item:focus,
.cid-tWTjGk60cY span:focus {
  outline: none;
}
.cid-tWTjGk60cY .item-wrap {
  position: relative;
  flex-grow: 1;
}
.cid-tWTjGk60cY .sl-content {
  position: relative;
  background: #002549;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-tWTjGk60cY .sl-content:hover .img-filter {
  opacity: 0.6;
  z-index: 1;
}
.cid-tWTjGk60cY .sl-content:hover img {
  transform: scale3d(1.2, 1.2, 1);
  filter: saturate(0);
}
.cid-tWTjGk60cY .sl-content .item-content {
  display: grid;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}
.cid-tWTjGk60cY .sl-content .item-content {
  padding: 1.5rem;
}
.cid-tWTjGk60cY .mbr-section-btn {
  margin-top: auto !important;
  padding-top: 0.9rem !important;
}
.cid-tWTjGk60cY .mbr-section-head {
  margin-bottom: 4rem;
}
.cid-tWTjGk60cY .mbr-section-title {
  color: #002549;
}
.cid-tWTjGk60cY .mbr-section-subtitle {
  color: #002549;
}
.cid-tWTjGk60cY .mbr-text {
  color: #ffffff;
  width: 100%;
}
.cid-tWTjGk60cY .item-title-container {
  width: 100%;
}
.cid-tWTjGk60cY .item-title {
  color: #002549;
  width: 100%;
  max-width: 100%;
}
.cid-tWTjGk60cY .item-title span {
  background-color: #ffffff;
  padding-right: 1rem;
  padding-left: 1rem;
  border-radius: 2em;
  line-height: inherit;
  font-size: inherit;
}
.cid-tWTjGk60cY .item-subtitle {
  color: #ffffff;
  width: 100%;
}
.cid-tWTjGk60cY .embla__slide {
  display: flex;
  justify-content: center;
  padding: 0 1rem;
}
@media (max-width: 767px) {
  .cid-tWTjGk60cY .embla__slide {
    max-width: 416px;
    margin: 0 auto;
    padding: 0 0.75rem;
  }
}
.cid-tWTjGk60cY .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tWTjGk60cY .embla__container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 2rem;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-tWTjGk60cY .embla__container {
    margin: 0 -1rem;
  }
}
@media (max-width: 991px) {
  .cid-tWTjGk60cY .embla__container {
    margin: 0 -0.75rem;
  }
}
.cid-uOOJOOMrPT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f4f6;
}
.cid-uOOJOOMrPT .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-uOOJOOMrPT .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uOOJOOMrPT .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uOOJOOMrPT .btn-primary {
  border: 1px solid #001326 !important;
}
.cid-uOOJOOMrPT .btn-primary:hover {
  border: 1px solid #001326 !important;
}
.cid-uOOJOOMrPT .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uOOJOOMrPT .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uOOJOOMrPT .input-group-btn {
  padding-left: 0;
}
.cid-uOOJOOMrPT .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uOOJOOMrPT .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uOOJOOMrPT .mbr-text {
  color: #444;
}
.cid-uOOJOOMrPT h5 {
  margin-bottom: 0;
}
.cid-uOOJOOMrPT .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uOOJOOMrPT .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uOOJOOMrPT .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uOOJOOMrPT .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uOOJOOMrPT .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uOOJOOMrPT .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uOOJOOMrPT .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uOOJOOMrPT .social-list a:hover {
  opacity: 0.4;
}
.cid-uOOJOOMrPT .media-container-row > div {
  padding: 0px;
}
.cid-uOOJOOMrPT .text2 {
  color: #000000;
  text-align: left;
}
.cid-uOOJOOMrPT .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-uOOJOOMrPT .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uOOJOOMrPT .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uOOJOOMrPT .social-list,
  .cid-uOOJOOMrPT .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uOOJOOMrPT h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uOOJOOMrPT .form-group {
    max-width: 180px;
  }
}
.cid-uOOJOOMrPT .links span {
  color: #9e9e9e;
}
.cid-uOOJOOMrPT .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-uOOJOOMrPT .logo-title {
  text-align: center;
}
.cid-uOOJOOMrPT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOOJOOMrPT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufhbDV0v5l {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #003a4d;
}
.cid-ufhbDV0v5l .links {
  text-align: center;
  color: #ffffff;
}
.cid-ufhbDV0v5l p {
  margin: 0;
}
.cid-ufhbDV0v5l a {
  color: #ffffff;
}
.cid-ufhbDV0v5l a:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-ufhUjCMUh0 .navbar-dropdown {
  position: relative !important;
}
.cid-ufhUjCMUh0 .navbar-dropdown {
  position: absolute !important;
}
.cid-ufhUjCMUh0 .navbar-logo {
  margin-right: 1rem !important;
}
.cid-ufhUjCMUh0 .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-ufhUjCMUh0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ufhUjCMUh0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ufhUjCMUh0 .dropdown-item:hover,
.cid-ufhUjCMUh0 .dropdown-item:focus {
  background: #001326 !important;
  color: white !important;
}
.cid-ufhUjCMUh0 .dropdown-item:hover span {
  color: white;
}
.cid-ufhUjCMUh0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufhUjCMUh0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufhUjCMUh0 .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufhUjCMUh0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufhUjCMUh0 .nav-link {
  position: relative;
}
.cid-ufhUjCMUh0 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ufhUjCMUh0 .container {
    flex-wrap: nowrap;
  }
}
.cid-ufhUjCMUh0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufhUjCMUh0 .dropdown-menu,
.cid-ufhUjCMUh0 .navbar.opened {
  background: #ffffff !important;
}
.cid-ufhUjCMUh0 .nav-item:focus,
.cid-ufhUjCMUh0 .nav-link:focus {
  outline: none;
}
.cid-ufhUjCMUh0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufhUjCMUh0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufhUjCMUh0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufhUjCMUh0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufhUjCMUh0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufhUjCMUh0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufhUjCMUh0 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.2);
}
.cid-ufhUjCMUh0 .navbar.opened {
  transition: all 0.3s;
}
.cid-ufhUjCMUh0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufhUjCMUh0 .navbar .navbar-logo img {
  width: auto;
}
.cid-ufhUjCMUh0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufhUjCMUh0 .navbar.collapsed {
  justify-content: center;
}
.cid-ufhUjCMUh0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufhUjCMUh0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ufhUjCMUh0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufhUjCMUh0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufhUjCMUh0 .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-ufhUjCMUh0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufhUjCMUh0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufhUjCMUh0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufhUjCMUh0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufhUjCMUh0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufhUjCMUh0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufhUjCMUh0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufhUjCMUh0 .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-ufhUjCMUh0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ufhUjCMUh0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufhUjCMUh0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufhUjCMUh0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufhUjCMUh0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufhUjCMUh0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ufhUjCMUh0 .navbar.navbar-short {
  min-height: 80px;
}
.cid-ufhUjCMUh0 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-ufhUjCMUh0 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ufhUjCMUh0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufhUjCMUh0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufhUjCMUh0 .dropdown-item.active,
.cid-ufhUjCMUh0 .dropdown-item:active {
  background-color: transparent;
}
.cid-ufhUjCMUh0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufhUjCMUh0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufhUjCMUh0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufhUjCMUh0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ufhUjCMUh0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufhUjCMUh0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufhUjCMUh0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ufhUjCMUh0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ufhUjCMUh0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufhUjCMUh0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #004383;
}
.cid-ufhUjCMUh0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufhUjCMUh0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufhUjCMUh0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufhUjCMUh0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufhUjCMUh0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufhUjCMUh0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufhUjCMUh0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufhUjCMUh0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufhUjCMUh0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ufhUjCMUh0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufhUjCMUh0 .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-ufhUjCMUh0 .navbar {
    height: 70px;
  }
  .cid-ufhUjCMUh0 .navbar.opened {
    height: auto;
  }
  .cid-ufhUjCMUh0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1hgfQWgIM {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/quality-certifications-2000x1334.jpg");
}
@media (min-width: 768px) {
  .cid-u1hgfQWgIM .col-text {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-u1hgfQWgIM .col-text {
    padding-bottom: 120px;
    padding-top: 120px;
  }
}
.cid-u1hgfQWgIM .container {
  max-width: 1312px;
}
.cid-u1hgfQWgIM .label-text {
  color: #000000;
  position: relative;
  z-index: 2;
  text-align: center;
}
.cid-u1hgfQWgIM .mbr-section-title {
  color: #002549;
}
.cid-u1hgfQWgIM .mbr-section-title,
.cid-u1hgfQWgIM .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-u1hnY4SFKv {
  padding-top: 7rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u1hnY4SFKv .two__background:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  max-width: 49%;
  width: 100%;
  height: 100%;
  background-color: #cce4f0;
  z-index: 0;
}
.cid-u1hnY4SFKv .carousel-inner {
  margin-bottom: 70px;
}
.cid-u1hnY4SFKv .slider__content {
  padding-top: 52px;
  text-align: left;
}
.cid-u1hnY4SFKv .mbr-section-subtitle {
  color: #2299aa;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
}
.cid-u1hnY4SFKv .mbr-section-title {
  margin-bottom: 33px;
}
.cid-u1hnY4SFKv .slider__image {
  margin-left: 11.8%;
}
.cid-u1hnY4SFKv .img-wrap {
  max-width: 100%;
}
.cid-u1hnY4SFKv .img-wrap img {
  width: 100%;
  object-fit: cover;
}
.cid-u1hnY4SFKv .carousel-indicators {
  flex-direction: column;
  margin: 0;
  width: fit-content;
  transition: all 0.25s;
  height: 100%;
  left: 44.5%;
}
.cid-u1hnY4SFKv .carousel-indicators .active {
  background: #003d59;
  opacity: 1;
  border: none;
}
.cid-u1hnY4SFKv .carousel-indicators .active:before {
  content: '';
  display: block;
  position: absolute;
  top: -14px;
  left: -14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: inherit;
  opacity: 0.2;
}
.cid-u1hnY4SFKv .carousel-indicators li {
  width: 12px;
  height: 12px;
  border: none;
  margin-bottom: 30px;
  box-sizing: border-box;
  background-color: #003d59;
  border-radius: 50%;
  position: relative;
  opacity: 0.2;
}
.cid-u1hnY4SFKv .carousel-indicators li:last-child {
  margin-bottom: 0px;
}
.cid-u1hnY4SFKv .carousel-controls a {
  border-radius: 50%;
  border: 2px solid #003d59;
  background-color: transparent;
}
.cid-u1hnY4SFKv .carousel-controls a span {
  transition: all 0.3s;
  color: #003d59;
  font-size: 18px;
}
.cid-u1hnY4SFKv .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-u1hnY4SFKv .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-u1hnY4SFKv .carousel-controls .carousel-control-next,
.cid-u1hnY4SFKv .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-u1hnY4SFKv .carousel-controls .carousel-control-next {
  right: 40%;
  bottom: 5px;
  top: auto;
  left: auto;
}
.cid-u1hnY4SFKv .carousel-controls .carousel-control-prev {
  right: 45%;
  bottom: 5px;
  top: auto;
  left: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1hnY4SFKv .image-element {
    min-width: 50%;
  }
  .cid-u1hnY4SFKv .media-container-row {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-u1hnY4SFKv .two__background:before {
    max-width: 90%;
  }
  .cid-u1hnY4SFKv .carousel-indicators {
    flex-direction: row;
    height: 50px;
    width: 100%;
    left: auto;
    bottom: 0;
    right: auto;
  }
  .cid-u1hnY4SFKv .carousel-indicators li {
    margin: 0 16px;
  }
  .cid-u1hnY4SFKv .slider__content {
    padding-top: 0;
    margin-bottom: 72px;
  }
  .cid-u1hnY4SFKv .mbr-section-subtitle {
    margin-bottom: 6px;
  }
  .cid-u1hnY4SFKv .mbr-section-subtitle:after {
    content: none;
  }
  .cid-u1hnY4SFKv .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-u1hnY4SFKv .slider__image {
    margin-left: 0;
    margin-bottom: 100px;
  }
  .cid-u1hnY4SFKv .img-wrap {
    width: 100%;
  }
  .cid-u1hnY4SFKv .carousel-controls {
    display: none;
  }
  .cid-u1hnY4SFKv .carousel-inner {
    margin-bottom: 0;
  }
}
.cid-u1hnY4SFKv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1hnY4SFKv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufhUjCMUh0 .navbar-dropdown {
  position: relative !important;
}
.cid-ufhUjCMUh0 .navbar-dropdown {
  position: absolute !important;
}
.cid-ufhUjCMUh0 .navbar-logo {
  margin-right: 1rem !important;
}
.cid-ufhUjCMUh0 .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-ufhUjCMUh0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ufhUjCMUh0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ufhUjCMUh0 .dropdown-item:hover,
.cid-ufhUjCMUh0 .dropdown-item:focus {
  background: #001326 !important;
  color: white !important;
}
.cid-ufhUjCMUh0 .dropdown-item:hover span {
  color: white;
}
.cid-ufhUjCMUh0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufhUjCMUh0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufhUjCMUh0 .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufhUjCMUh0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufhUjCMUh0 .nav-link {
  position: relative;
}
.cid-ufhUjCMUh0 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ufhUjCMUh0 .container {
    flex-wrap: nowrap;
  }
}
.cid-ufhUjCMUh0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufhUjCMUh0 .dropdown-menu,
.cid-ufhUjCMUh0 .navbar.opened {
  background: #ffffff !important;
}
.cid-ufhUjCMUh0 .nav-item:focus,
.cid-ufhUjCMUh0 .nav-link:focus {
  outline: none;
}
.cid-ufhUjCMUh0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufhUjCMUh0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufhUjCMUh0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufhUjCMUh0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufhUjCMUh0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufhUjCMUh0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufhUjCMUh0 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.2);
}
.cid-ufhUjCMUh0 .navbar.opened {
  transition: all 0.3s;
}
.cid-ufhUjCMUh0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufhUjCMUh0 .navbar .navbar-logo img {
  width: auto;
}
.cid-ufhUjCMUh0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufhUjCMUh0 .navbar.collapsed {
  justify-content: center;
}
.cid-ufhUjCMUh0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufhUjCMUh0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ufhUjCMUh0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufhUjCMUh0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufhUjCMUh0 .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-ufhUjCMUh0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufhUjCMUh0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufhUjCMUh0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufhUjCMUh0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufhUjCMUh0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufhUjCMUh0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufhUjCMUh0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufhUjCMUh0 .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-ufhUjCMUh0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ufhUjCMUh0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufhUjCMUh0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufhUjCMUh0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufhUjCMUh0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufhUjCMUh0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ufhUjCMUh0 .navbar.navbar-short {
  min-height: 80px;
}
.cid-ufhUjCMUh0 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-ufhUjCMUh0 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ufhUjCMUh0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufhUjCMUh0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufhUjCMUh0 .dropdown-item.active,
.cid-ufhUjCMUh0 .dropdown-item:active {
  background-color: transparent;
}
.cid-ufhUjCMUh0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufhUjCMUh0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufhUjCMUh0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufhUjCMUh0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ufhUjCMUh0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufhUjCMUh0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufhUjCMUh0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ufhUjCMUh0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ufhUjCMUh0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufhUjCMUh0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #004383;
}
.cid-ufhUjCMUh0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufhUjCMUh0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufhUjCMUh0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufhUjCMUh0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufhUjCMUh0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufhUjCMUh0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufhUjCMUh0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufhUjCMUh0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufhUjCMUh0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ufhUjCMUh0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufhUjCMUh0 .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-ufhUjCMUh0 .navbar {
    height: 70px;
  }
  .cid-ufhUjCMUh0 .navbar.opened {
    height: auto;
  }
  .cid-ufhUjCMUh0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOOJVH9ukj {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f4f6;
}
.cid-uOOJVH9ukj .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-uOOJVH9ukj .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uOOJVH9ukj .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uOOJVH9ukj .btn-primary {
  border: 1px solid #001326 !important;
}
.cid-uOOJVH9ukj .btn-primary:hover {
  border: 1px solid #001326 !important;
}
.cid-uOOJVH9ukj .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uOOJVH9ukj .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uOOJVH9ukj .input-group-btn {
  padding-left: 0;
}
.cid-uOOJVH9ukj .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uOOJVH9ukj .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uOOJVH9ukj .mbr-text {
  color: #444;
}
.cid-uOOJVH9ukj h5 {
  margin-bottom: 0;
}
.cid-uOOJVH9ukj .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uOOJVH9ukj .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uOOJVH9ukj .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uOOJVH9ukj .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uOOJVH9ukj .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uOOJVH9ukj .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uOOJVH9ukj .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uOOJVH9ukj .social-list a:hover {
  opacity: 0.4;
}
.cid-uOOJVH9ukj .media-container-row > div {
  padding: 0px;
}
.cid-uOOJVH9ukj .text2 {
  color: #000000;
  text-align: left;
}
.cid-uOOJVH9ukj .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-uOOJVH9ukj .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uOOJVH9ukj .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uOOJVH9ukj .social-list,
  .cid-uOOJVH9ukj .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uOOJVH9ukj h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uOOJVH9ukj .form-group {
    max-width: 180px;
  }
}
.cid-uOOJVH9ukj .links span {
  color: #9e9e9e;
}
.cid-uOOJVH9ukj .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-uOOJVH9ukj .logo-title {
  text-align: center;
}
.cid-uOOJVH9ukj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOOJVH9ukj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufhbI0Oz13 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #003a4d;
}
.cid-ufhbI0Oz13 .links {
  text-align: center;
  color: #ffffff;
}
.cid-ufhbI0Oz13 p {
  margin: 0;
}
.cid-ufhbI0Oz13 a {
  color: #ffffff;
}
.cid-ufhbI0Oz13 a:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-u1oh1NTBp5 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1276.jpg");
}
@media (min-width: 768px) {
  .cid-u1oh1NTBp5 .col-text {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-u1oh1NTBp5 .col-text {
    padding-bottom: 120px;
    padding-top: 120px;
  }
}
.cid-u1oh1NTBp5 .container {
  max-width: 1312px;
}
.cid-u1oh1NTBp5 .label-text {
  color: #000000;
  position: relative;
  z-index: 2;
  text-align: center;
}
.cid-u1oh1NTBp5 .mbr-section-title {
  color: #002549;
}
.cid-u1oh1NTBp5 .mbr-section-title,
.cid-u1oh1NTBp5 .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-u1pk4B4DQo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u1pk4B4DQo .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1pk4B4DQo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1pk4B4DQo .container,
.cid-u1pk4B4DQo .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u1pk4B4DQo .container,
  .cid-u1pk4B4DQo .container-fluid {
    padding: 0 20px;
  }
}
.cid-u1pk4B4DQo .row {
  position: relative;
  padding: 100px 16px;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  background-color: #ffffff;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u1pk4B4DQo .row {
    padding: 85px 8px;
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-u1pk4B4DQo .map-wrapper {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .cid-u1pk4B4DQo .map-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u1pk4B4DQo .map-wrapper .google-map iframe {
  height: 300px;
}
@media (max-width: 992px) {
  .cid-u1pk4B4DQo .map-wrapper .google-map iframe {
    height: 250px;
  }
}
.cid-u1pk4B4DQo .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u1pk4B4DQo .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u1pk4B4DQo .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u1pk4B4DQo .mbr-iconfont {
  font-size: 32px;
  display: block;
  margin-right: 10px;
}
.cid-u1pk4B4DQo .address-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 992px) {
  .cid-u1pk4B4DQo .address-wrapper {
    display: block;
  }
}
.cid-u1pk4B4DQo .address-wrapper .text-wrapper {
  display: flex;
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .cid-u1pk4B4DQo .address-wrapper .text-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u1pk4B4DQo .address-wrapper .text-wrapper .text-wrap .mbr-section-subtitle {
  margin-bottom: 5px;
}
.cid-u1pk4B4DQo .address-wrapper .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u1pk4B4DQo .links-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 992px) {
  .cid-u1pk4B4DQo .links-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-u1pk4B4DQo .links-wrapper .links-wrap {
    margin-bottom: 20px;
  }
}
.cid-u1pk4B4DQo .links-wrapper .links-wrap a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-u1pk4B4DQo .links-wrapper .links-wrap a:hover .mbr-email,
.cid-u1pk4B4DQo .links-wrapper .links-wrap a:hover .mbr-phone {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .cid-u1pk4B4DQo .links-wrapper .links-wrap a {
    margin-bottom: 20px;
  }
}
.cid-u1pk4B4DQo .links-wrapper .links-wrap a .mbr-email,
.cid-u1pk4B4DQo .links-wrapper .links-wrap a .mbr-phone {
  margin-bottom: 0;
}
.cid-u1pk4B4DQo .mbr-section-title {
  color: #3d4045;
}
.cid-u1pk4B4DQo .mbr-section-subtitle,
.cid-u1pk4B4DQo .mbr-iconfont {
  color: #3d4045;
}
.cid-u1pk4B4DQo .mbr-email {
  color: #3d4045;
}
.cid-u1pk4B4DQo .mbr-phone {
  color: #3d4045;
}
.cid-tWTrmPiMPa {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f4f4f6;
}
.cid-tWTrmPiMPa .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tWTrmPiMPa .btn {
  padding: 1rem 3rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-tWTrmPiMPa .col-auto {
    margin: auto;
  }
}
.cid-tWTrmPiMPa textarea {
  min-height: 200px;
}
.cid-tWTrmPiMPa .form-control,
.cid-tWTrmPiMPa .field-input {
  padding: 1.5rem 2rem;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  background-color: #edeff3;
  border-radius: 3rem;
  border: 0!important;
  color: #000000;
  transition: 0.4s;
  outline: none;
}
.cid-tWTrmPiMPa .form-control::-webkit-input-placeholder,
.cid-tWTrmPiMPa .field-input::-webkit-input-placeholder,
.cid-tWTrmPiMPa .form-control::-webkit-input-placeholder,
.cid-tWTrmPiMPa .field-input::-webkit-input-placeholder {
  color: #36187d;
}
.cid-tWTrmPiMPa .form-control:-moz-placeholder,
.cid-tWTrmPiMPa .field-input:-moz-placeholder,
.cid-tWTrmPiMPa .form-control:-moz-placeholder,
.cid-tWTrmPiMPa .field-input:-moz-placeholder {
  color: #36187d;
}
.cid-tWTrmPiMPa .form-control:hover,
.cid-tWTrmPiMPa .field-input:hover,
.cid-tWTrmPiMPa .form-control:focus,
.cid-tWTrmPiMPa .field-input:focus {
  background-color: #edeff3;
  color: #232323;
  border: 0!important;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  outline: none;
}
.cid-tWTrmPiMPa .form-control:hover::-webkit-input-placeholder,
.cid-tWTrmPiMPa .field-input:hover::-webkit-input-placeholder,
.cid-tWTrmPiMPa .form-control:focus::-webkit-input-placeholder,
.cid-tWTrmPiMPa .field-input:focus::-webkit-input-placeholder,
.cid-tWTrmPiMPa .form-control:hover::-webkit-input-placeholder,
.cid-tWTrmPiMPa .field-input:hover::-webkit-input-placeholder,
.cid-tWTrmPiMPa .form-control:focus::-webkit-input-placeholder,
.cid-tWTrmPiMPa .field-input:focus::-webkit-input-placeholder {
  color: #36187d;
}
.cid-tWTrmPiMPa .form-control:hover:-moz-placeholder,
.cid-tWTrmPiMPa .field-input:hover:-moz-placeholder,
.cid-tWTrmPiMPa .form-control:focus:-moz-placeholder,
.cid-tWTrmPiMPa .field-input:focus:-moz-placeholder,
.cid-tWTrmPiMPa .form-control:hover:-moz-placeholder,
.cid-tWTrmPiMPa .field-input:hover:-moz-placeholder,
.cid-tWTrmPiMPa .form-control:focus:-moz-placeholder,
.cid-tWTrmPiMPa .field-input:focus:-moz-placeholder {
  color: #36187d;
}
.cid-tWTrmPiMPa .jq-number__spin:hover,
.cid-tWTrmPiMPa .jq-number__spin:focus {
  background-color: #edeff3;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tWTrmPiMPa .jq-number__spin {
  background-color: #edeff3;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tWTrmPiMPa .jq-selectbox li,
.cid-tWTrmPiMPa .jq-selectbox li {
  background-color: #edeff3;
  color: #000000;
}
.cid-tWTrmPiMPa .jq-selectbox li:hover,
.cid-tWTrmPiMPa .jq-selectbox li.selected {
  background-color: #edeff3;
  color: #000000;
}
.cid-tWTrmPiMPa .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tWTrmPiMPa .jq-number__spin.minus:hover:after,
.cid-tWTrmPiMPa .jq-number__spin.plus:hover:after {
  border-top-color: #edeff3;
  border-bottom-color: #edeff3;
}
.cid-tWTrmPiMPa .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tWTrmPiMPa .jq-number__spin.minus:after,
.cid-tWTrmPiMPa .jq-number__spin.plus:after {
  border-top-color: #edeff3;
  border-bottom-color: #edeff3;
}
.cid-tWTrmPiMPa input::-webkit-clear-button {
  display: none;
}
.cid-tWTrmPiMPa input::-webkit-inner-spin-button {
  display: none;
}
.cid-tWTrmPiMPa input::-webkit-outer-spin-button {
  display: none;
}
.cid-tWTrmPiMPa input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tWTrmPiMPa H4 {
  color: #232323;
}
.cid-tWTtniUx0n {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/air-aircraft-airplane-amazing-wallpaper-preview-728x455.jpg");
}
.cid-tWTtniUx0n .media-container-row {
  justify-content: space-between;
}
.cid-tWTtniUx0n .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-tWTtniUx0n .text-content {
    max-width: none;
  }
}
@media (max-width: 768px) {
  .cid-tWTtniUx0n .icons {
    justify-content: center !important;
  }
  .cid-tWTtniUx0n .text-content * {
    text-align: center;
  }
}
.cid-tWTtniUx0n .mbr-iconfont {
  font-size: 1.8rem;
  color: #0196e3;
  padding: 1.2rem;
  width: fit-content;
  transition: all 0.3s;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  margin: 0 0.5rem;
  margin-bottom: 2rem;
  display: block;
}
.cid-tWTtniUx0n .mbr-iconfont:hover {
  background: #ffffff;
}
.cid-tWTtniUx0n .mbr-section-title {
  color: #232323;
}
.cid-tWTtniUx0n P {
  color: #232323;
}
.cid-tWTtniUx0n .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWTtniUx0n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufhUjCMUh0 .navbar-dropdown {
  position: relative !important;
}
.cid-ufhUjCMUh0 .navbar-dropdown {
  position: absolute !important;
}
.cid-ufhUjCMUh0 .navbar-logo {
  margin-right: 1rem !important;
}
.cid-ufhUjCMUh0 .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-ufhUjCMUh0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ufhUjCMUh0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ufhUjCMUh0 .dropdown-item:hover,
.cid-ufhUjCMUh0 .dropdown-item:focus {
  background: #001326 !important;
  color: white !important;
}
.cid-ufhUjCMUh0 .dropdown-item:hover span {
  color: white;
}
.cid-ufhUjCMUh0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufhUjCMUh0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufhUjCMUh0 .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufhUjCMUh0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufhUjCMUh0 .nav-link {
  position: relative;
}
.cid-ufhUjCMUh0 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ufhUjCMUh0 .container {
    flex-wrap: nowrap;
  }
}
.cid-ufhUjCMUh0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufhUjCMUh0 .dropdown-menu,
.cid-ufhUjCMUh0 .navbar.opened {
  background: #ffffff !important;
}
.cid-ufhUjCMUh0 .nav-item:focus,
.cid-ufhUjCMUh0 .nav-link:focus {
  outline: none;
}
.cid-ufhUjCMUh0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufhUjCMUh0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufhUjCMUh0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufhUjCMUh0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufhUjCMUh0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufhUjCMUh0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufhUjCMUh0 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.2);
}
.cid-ufhUjCMUh0 .navbar.opened {
  transition: all 0.3s;
}
.cid-ufhUjCMUh0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufhUjCMUh0 .navbar .navbar-logo img {
  width: auto;
}
.cid-ufhUjCMUh0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufhUjCMUh0 .navbar.collapsed {
  justify-content: center;
}
.cid-ufhUjCMUh0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufhUjCMUh0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ufhUjCMUh0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufhUjCMUh0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufhUjCMUh0 .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-ufhUjCMUh0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufhUjCMUh0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufhUjCMUh0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufhUjCMUh0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufhUjCMUh0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufhUjCMUh0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufhUjCMUh0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufhUjCMUh0 .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-ufhUjCMUh0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ufhUjCMUh0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufhUjCMUh0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufhUjCMUh0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufhUjCMUh0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufhUjCMUh0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ufhUjCMUh0 .navbar.navbar-short {
  min-height: 80px;
}
.cid-ufhUjCMUh0 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-ufhUjCMUh0 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ufhUjCMUh0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufhUjCMUh0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufhUjCMUh0 .dropdown-item.active,
.cid-ufhUjCMUh0 .dropdown-item:active {
  background-color: transparent;
}
.cid-ufhUjCMUh0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufhUjCMUh0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufhUjCMUh0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufhUjCMUh0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ufhUjCMUh0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufhUjCMUh0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufhUjCMUh0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ufhUjCMUh0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ufhUjCMUh0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufhUjCMUh0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #004383;
}
.cid-ufhUjCMUh0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufhUjCMUh0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufhUjCMUh0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufhUjCMUh0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufhUjCMUh0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufhUjCMUh0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufhUjCMUh0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufhUjCMUh0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufhUjCMUh0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ufhUjCMUh0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufhUjCMUh0 .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-ufhUjCMUh0 .navbar {
    height: 70px;
  }
  .cid-ufhUjCMUh0 .navbar.opened {
    height: auto;
  }
  .cid-ufhUjCMUh0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOOKhcGYkA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f4f6;
}
.cid-uOOKhcGYkA .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-uOOKhcGYkA .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uOOKhcGYkA .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uOOKhcGYkA .btn-primary {
  border: 1px solid #001326 !important;
}
.cid-uOOKhcGYkA .btn-primary:hover {
  border: 1px solid #001326 !important;
}
.cid-uOOKhcGYkA .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uOOKhcGYkA .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uOOKhcGYkA .input-group-btn {
  padding-left: 0;
}
.cid-uOOKhcGYkA .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uOOKhcGYkA .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uOOKhcGYkA .mbr-text {
  color: #444;
}
.cid-uOOKhcGYkA h5 {
  margin-bottom: 0;
}
.cid-uOOKhcGYkA .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uOOKhcGYkA .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uOOKhcGYkA .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uOOKhcGYkA .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uOOKhcGYkA .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uOOKhcGYkA .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uOOKhcGYkA .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uOOKhcGYkA .social-list a:hover {
  opacity: 0.4;
}
.cid-uOOKhcGYkA .media-container-row > div {
  padding: 0px;
}
.cid-uOOKhcGYkA .text2 {
  color: #000000;
  text-align: left;
}
.cid-uOOKhcGYkA .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-uOOKhcGYkA .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uOOKhcGYkA .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uOOKhcGYkA .social-list,
  .cid-uOOKhcGYkA .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uOOKhcGYkA h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uOOKhcGYkA .form-group {
    max-width: 180px;
  }
}
.cid-uOOKhcGYkA .links span {
  color: #9e9e9e;
}
.cid-uOOKhcGYkA .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-uOOKhcGYkA .logo-title {
  text-align: center;
}
.cid-uOOKhcGYkA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOOKhcGYkA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufhbM1E36h {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #003a4d;
}
.cid-ufhbM1E36h .links {
  text-align: center;
  color: #ffffff;
}
.cid-ufhbM1E36h p {
  margin: 0;
}
.cid-ufhbM1E36h a {
  color: #ffffff;
}
.cid-ufhbM1E36h a:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-ugDFyJmQrj {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr.jpg");
}
@media (min-width: 768px) {
  .cid-ugDFyJmQrj .col-text {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .cid-ugDFyJmQrj .col-text {
    padding-bottom: 120px;
    padding-top: 120px;
  }
}
.cid-ugDFyJmQrj .container {
  max-width: 1312px;
}
.cid-ugDFyJmQrj .label-text {
  color: #000000;
  position: relative;
  z-index: 2;
  text-align: center;
}
.cid-ugDFyJmQrj .mbr-section-title {
  color: #002549;
}
.cid-ugDFyJmQrj .mbr-section-title,
.cid-ugDFyJmQrj .mbr-section-btn {
  color: #5f5e5e;
  text-align: center;
}
.cid-ugDKAKe51p {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ugDKAKe51p .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugDKAKe51p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugDKAKe51p.mbr-fullscreen {
  padding: 0 !important;
}
.cid-ugDKAKe51p .container-fluid {
  padding: 0 !important;
}
.cid-ugDKAKe51p img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-ugDydnT3uu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ugDydnT3uu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugDydnT3uu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-ugDydnT3uu .container {
    padding: 0 20px;
  }
}
.cid-ugDydnT3uu .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-ugDydnT3uu .title-wrapper .mbr-text {
  margin-bottom: 34px;
}
.cid-ugDydnT3uu .mbr-section-title {
  color: #1d1d1d;
}
.cid-ugDydnT3uu .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-ugDydnT3uu .mbr-section-title,
.cid-ugDydnT3uu .mbr-section-btn {
  text-align: center;
}
.cid-uOOJKaFgF5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f4f6;
}
.cid-uOOJKaFgF5 .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-uOOJKaFgF5 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-uOOJKaFgF5 .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uOOJKaFgF5 .btn-primary {
  border: 1px solid #001326 !important;
}
.cid-uOOJKaFgF5 .btn-primary:hover {
  border: 1px solid #001326 !important;
}
.cid-uOOJKaFgF5 .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uOOJKaFgF5 .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uOOJKaFgF5 .input-group-btn {
  padding-left: 0;
}
.cid-uOOJKaFgF5 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uOOJKaFgF5 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uOOJKaFgF5 .mbr-text {
  color: #444;
}
.cid-uOOJKaFgF5 h5 {
  margin-bottom: 0;
}
.cid-uOOJKaFgF5 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uOOJKaFgF5 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uOOJKaFgF5 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uOOJKaFgF5 .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uOOJKaFgF5 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uOOJKaFgF5 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uOOJKaFgF5 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uOOJKaFgF5 .social-list a:hover {
  opacity: 0.4;
}
.cid-uOOJKaFgF5 .media-container-row > div {
  padding: 0px;
}
.cid-uOOJKaFgF5 .text2 {
  color: #000000;
  text-align: left;
}
.cid-uOOJKaFgF5 .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-uOOJKaFgF5 .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uOOJKaFgF5 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uOOJKaFgF5 .social-list,
  .cid-uOOJKaFgF5 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uOOJKaFgF5 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-uOOJKaFgF5 .form-group {
    max-width: 180px;
  }
}
.cid-uOOJKaFgF5 .links span {
  color: #9e9e9e;
}
.cid-uOOJKaFgF5 .logo-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-uOOJKaFgF5 .logo-title {
  text-align: center;
}
.cid-uOOJKaFgF5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOOJKaFgF5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufhbgdkfx4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #003a4d;
}
.cid-ufhbgdkfx4 .links {
  text-align: center;
  color: #ffffff;
}
.cid-ufhbgdkfx4 p {
  margin: 0;
}
.cid-ufhbgdkfx4 a {
  color: #ffffff;
}
.cid-ufhbgdkfx4 a:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-ufhUjCMUh0 .navbar-dropdown {
  position: relative !important;
}
.cid-ufhUjCMUh0 .navbar-dropdown {
  position: absolute !important;
}
.cid-ufhUjCMUh0 .navbar-logo {
  margin-right: 1rem !important;
}
.cid-ufhUjCMUh0 .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-ufhUjCMUh0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ufhUjCMUh0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ufhUjCMUh0 .dropdown-item:hover,
.cid-ufhUjCMUh0 .dropdown-item:focus {
  background: #001326 !important;
  color: white !important;
}
.cid-ufhUjCMUh0 .dropdown-item:hover span {
  color: white;
}
.cid-ufhUjCMUh0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufhUjCMUh0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufhUjCMUh0 .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufhUjCMUh0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufhUjCMUh0 .nav-link {
  position: relative;
}
.cid-ufhUjCMUh0 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ufhUjCMUh0 .container {
    flex-wrap: nowrap;
  }
}
.cid-ufhUjCMUh0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufhUjCMUh0 .dropdown-menu,
.cid-ufhUjCMUh0 .navbar.opened {
  background: #ffffff !important;
}
.cid-ufhUjCMUh0 .nav-item:focus,
.cid-ufhUjCMUh0 .nav-link:focus {
  outline: none;
}
.cid-ufhUjCMUh0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufhUjCMUh0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufhUjCMUh0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufhUjCMUh0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufhUjCMUh0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufhUjCMUh0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufhUjCMUh0 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.2);
}
.cid-ufhUjCMUh0 .navbar.opened {
  transition: all 0.3s;
}
.cid-ufhUjCMUh0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufhUjCMUh0 .navbar .navbar-logo img {
  width: auto;
}
.cid-ufhUjCMUh0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufhUjCMUh0 .navbar.collapsed {
  justify-content: center;
}
.cid-ufhUjCMUh0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufhUjCMUh0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ufhUjCMUh0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufhUjCMUh0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufhUjCMUh0 .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-ufhUjCMUh0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufhUjCMUh0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufhUjCMUh0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufhUjCMUh0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufhUjCMUh0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufhUjCMUh0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufhUjCMUh0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufhUjCMUh0 .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-ufhUjCMUh0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ufhUjCMUh0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufhUjCMUh0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufhUjCMUh0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufhUjCMUh0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufhUjCMUh0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ufhUjCMUh0 .navbar.navbar-short {
  min-height: 80px;
}
.cid-ufhUjCMUh0 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-ufhUjCMUh0 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ufhUjCMUh0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufhUjCMUh0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufhUjCMUh0 .dropdown-item.active,
.cid-ufhUjCMUh0 .dropdown-item:active {
  background-color: transparent;
}
.cid-ufhUjCMUh0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufhUjCMUh0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufhUjCMUh0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufhUjCMUh0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ufhUjCMUh0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufhUjCMUh0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufhUjCMUh0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ufhUjCMUh0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ufhUjCMUh0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufhUjCMUh0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #004383;
}
.cid-ufhUjCMUh0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufhUjCMUh0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufhUjCMUh0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufhUjCMUh0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufhUjCMUh0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufhUjCMUh0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufhUjCMUh0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufhUjCMUh0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufhUjCMUh0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ufhUjCMUh0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufhUjCMUh0 .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-ufhUjCMUh0 .navbar {
    height: 70px;
  }
  .cid-ufhUjCMUh0 .navbar.opened {
    height: auto;
  }
  .cid-ufhUjCMUh0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
