.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #007bbf !important;
}
.bg-success {
  background-color: #f4f7f9 !important;
}
.bg-info {
  background-color: #2a2e32 !important;
}
.bg-warning {
  background-color: #d9cec1 !important;
}
.bg-danger {
  background-color: #6dbf5b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #007bbf !important;
  border-color: #007bbf !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #009cf2 !important;
  border-color: #009cf2 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #009cf2 !important;
  border-color: #009cf2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #3fb5b8 !important;
  border-color: #3fb5b8 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #61c6c9 !important;
  border-color: #61c6c9 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #61c6c9 !important;
  border-color: #61c6c9 !important;
}
.btn-info,
.btn-info:active {
  background-color: #2a2e32 !important;
  border-color: #2a2e32 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #41484e !important;
  border-color: #41484e !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #41484e !important;
  border-color: #41484e !important;
}
.btn-success,
.btn-success:active {
  background-color: #f4f7f9 !important;
  border-color: #f4f7f9 !important;
  color: #547e9a !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #547e9a !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #d9cec1 !important;
  border-color: #d9cec1 !important;
  color: #604f3b !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ece7e1 !important;
  border-color: #ece7e1 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #604f3b !important;
  background-color: #ece7e1 !important;
  border-color: #ece7e1 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #6dbf5b !important;
  border-color: #6dbf5b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #8ecd80 !important;
  border-color: #8ecd80 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8ecd80 !important;
  border-color: #8ecd80 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #007bbf;
  color: #007bbf;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #004368 !important;
  background-color: transparent !important;
  border-color: #004368 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #007bbf !important;
  border-color: #007bbf !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #3fb5b8;
  color: #3fb5b8;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #297577 !important;
  background-color: transparent !important;
  border-color: #297577 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3fb5b8 !important;
  border-color: #3fb5b8 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #2a2e32;
  color: #2a2e32;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #020303 !important;
  background-color: transparent !important;
  border-color: #020303 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #2a2e32 !important;
  border-color: #2a2e32 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #f4f7f9;
  color: #f4f7f9;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #bcceda !important;
  background-color: transparent !important;
  border-color: #bcceda !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #547e9a !important;
  background-color: #f4f7f9 !important;
  border-color: #f4f7f9 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #d9cec1;
  color: #d9cec1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #b8a48b !important;
  background-color: transparent !important;
  border-color: #b8a48b !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #604f3b !important;
  background-color: #d9cec1 !important;
  border-color: #d9cec1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #6dbf5b;
  color: #6dbf5b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #468c37 !important;
  background-color: transparent !important;
  border-color: #468c37 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #6dbf5b !important;
  border-color: #6dbf5b !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.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: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #007bbf !important;
}
.text-secondary {
  color: #3fb5b8 !important;
}
.text-success {
  color: #f4f7f9 !important;
}
.text-info {
  color: #2a2e32 !important;
}
.text-warning {
  color: #d9cec1 !important;
}
.text-danger {
  color: #6dbf5b !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #003959 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #256a6c !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #b2c7d5 !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: #b29c82 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #418133 !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #007bbf;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #2a2e32;
}
.alert-warning {
  background-color: #d9cec1;
}
.alert-danger {
  background-color: #6dbf5b;
}
.mbr-gallery-filter li.active .btn {
  background-color: #007bbf;
  border-color: #007bbf;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #007bbf;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #40bbff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #dee1e3;
}
.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: #bfe3b7;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #007bbf !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #007bbf;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #007bbf;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #007bbf;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #007bbf;
  border-bottom-color: #007bbf;
}
.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: #007bbf !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: #3fb5b8 !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='%23007bbf' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uQ1ccWHlwh {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uQ1ccWHlwh .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-uQ1ccWHlwh .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uQ1ccWHlwh .iconfont-wrapper {
  color: #004b74 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uQ1ccWHlwh .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uQ1ccWHlwh .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uQ1ccWHlwh .container {
    padding: 0 1rem;
  }
}
.cid-uQ1ccWHlwh .menu-tite {
  background: #007bbf;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: right;
  color: #ffffff;
}
.cid-uQ1ccWHlwh .nav-link {
  position: relative;
}
.cid-uQ1ccWHlwh .nav-link:hover {
  color: #2a2e32 !important;
}
.cid-uQ1ccWHlwh nav.navbar {
  position: fixed;
}
.cid-uQ1ccWHlwh .navbar {
  padding: 0!important;
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uQ1ccWHlwh .navbar.opened {
  transition: all 0.3s;
}
.cid-uQ1ccWHlwh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQ1ccWHlwh .navbar .navbar-logo img {
  width: auto;
}
.cid-uQ1ccWHlwh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQ1ccWHlwh .navbar.collapsed {
  justify-content: center;
}
.cid-uQ1ccWHlwh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQ1ccWHlwh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQ1ccWHlwh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uQ1ccWHlwh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQ1ccWHlwh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQ1ccWHlwh .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-uQ1ccWHlwh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQ1ccWHlwh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQ1ccWHlwh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQ1ccWHlwh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQ1ccWHlwh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQ1ccWHlwh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQ1ccWHlwh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQ1ccWHlwh .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-uQ1ccWHlwh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQ1ccWHlwh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQ1ccWHlwh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQ1ccWHlwh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQ1ccWHlwh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQ1ccWHlwh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQ1ccWHlwh .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQ1ccWHlwh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQ1ccWHlwh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQ1ccWHlwh .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-uQ1ccWHlwh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQ1ccWHlwh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQ1ccWHlwh .dropdown-item:hover,
.cid-uQ1ccWHlwh .dropdown-item:focus {
  background: #007bbf !important;
  color: white !important;
}
.cid-uQ1ccWHlwh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQ1ccWHlwh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQ1ccWHlwh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uQ1ccWHlwh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQ1ccWHlwh .dropdown-menu,
.cid-uQ1ccWHlwh .navbar.opened {
  background: #ffffff !important;
}
.cid-uQ1ccWHlwh .nav-item:focus,
.cid-uQ1ccWHlwh .nav-link:focus {
  outline: none;
}
.cid-uQ1ccWHlwh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQ1ccWHlwh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQ1ccWHlwh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQ1ccWHlwh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQ1ccWHlwh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQ1ccWHlwh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQ1ccWHlwh .navbar-brand {
  min-height: 130px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQ1ccWHlwh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQ1ccWHlwh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQ1ccWHlwh .dropdown-item.active,
.cid-uQ1ccWHlwh .dropdown-item:active {
  background-color: transparent;
}
.cid-uQ1ccWHlwh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQ1ccWHlwh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQ1ccWHlwh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQ1ccWHlwh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQ1ccWHlwh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQ1ccWHlwh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQ1ccWHlwh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQ1ccWHlwh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQ1ccWHlwh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQ1ccWHlwh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #007bbf;
}
.cid-uQ1ccWHlwh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQ1ccWHlwh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQ1ccWHlwh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQ1ccWHlwh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQ1ccWHlwh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQ1ccWHlwh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQ1ccWHlwh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQ1ccWHlwh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQ1ccWHlwh .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQ1ccWHlwh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQ1ccWHlwh .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-uQ1ccWHlwh .navbar {
    height: 70px;
  }
  .cid-uQ1ccWHlwh .navbar.opened {
    height: auto;
  }
  .cid-uQ1ccWHlwh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQ0Rxmh7zd {
  display: flex;
  background-image: url("../../../assets/images/homepage-bg.webp");
}
.cid-uQ0Rxmh7zd .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-uQ0Rxmh7zd {
    align-items: center;
  }
  .cid-uQ0Rxmh7zd .row {
    justify-content: flex-start;
  }
  .cid-uQ0Rxmh7zd .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uQ0Rxmh7zd .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uQ0Rxmh7zd {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uQ0Rxmh7zd .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uQ0Rxmh7zd .content-wrap {
    width: 100%;
  }
}
.cid-uQ0Rxmh7zd .mbr-section-title,
.cid-uQ0Rxmh7zd .mbr-section-subtitle {
  text-align: center;
}
.cid-uQ0Rxmh7zd .mbr-text,
.cid-uQ0Rxmh7zd .mbr-section-btn {
  text-align: left;
}
.cid-uQ0Rxmh7zd .mbr-section-title {
  text-align: left;
}
.cid-uQ17bw0GK8 {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQ17bw0GK8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ17bw0GK8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uQ17bw0GK8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQ17bw0GK8 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uQ17bw0GK8 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uQ17bw0GK8 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uQ17bw0GK8 .mbr-section-title {
  color: #000000;
}
.cid-uQ17bw0GK8 .mbr-text,
.cid-uQ17bw0GK8 .mbr-section-btn {
  color: #000000;
}
.cid-uQ1GxmReHi {
  padding-top: 9rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQ1GxmReHi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ1GxmReHi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ1GxmReHi .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQ1GxmReHi .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQ1GxmReHi .content-head {
  max-width: 800px;
}
.cid-uQ1GxmReHi .img-wrapper {
  padding-right: 1.5rem;
}
.cid-uQ1GxmReHi .img-wrapper img {
  width: 6rem;
}
.cid-uQ1UadF0tR {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQ1fqeolsu {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQ1fqeolsu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ1fqeolsu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ1fqeolsu .mbr-section-title {
  color: #2a2e32;
}
.cid-uQ1fqeolsu .mbr-section-subtitle {
  color: #2a2e32;
}
.cid-uQ1fjTbAuA {
  padding-top: 3rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uQ1fjTbAuA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ1fjTbAuA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ1fjTbAuA .item-wrapper {
  border-radius: 4px;
  background: #eeeeee;
}
@media (min-width: 992px) {
  .cid-uQ1fjTbAuA .item-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQ1fjTbAuA .item-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-uQ1fjTbAuA .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uQ1fjTbAuA .row .row {
    flex-direction: column-reverse;
  }
  .cid-uQ1fjTbAuA .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uQ1fjTbAuA .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uQ1fjTbAuA .card-subtitle {
  color: #007bbf;
}
.cid-uQ1fjTbAuA .mbr-text {
  color: #555555;
}
.cid-uQ1fjTbAuA .mbr-text,
.cid-uQ1fjTbAuA .mbr-section-btn {
  color: #2a2e32;
}
.cid-uQ1oKTp3Ni {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #004b74;
}
.cid-uQ1oKTp3Ni .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ1oKTp3Ni .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-uQ1oKTp3Ni .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uQ1oKTp3Ni .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uQ1oKTp3Ni .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uQ1oKTp3Ni .media-content,
.cid-uQ1oKTp3Ni .mbr-figure {
  align-self: center;
}
.cid-uQ1oKTp3Ni .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uQ1oKTp3Ni .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uQ1oKTp3Ni .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uQ1oKTp3Ni .mbr-section-title {
  color: #ffffff;
}
.cid-uQ1oKTp3Ni .mbr-text,
.cid-uQ1oKTp3Ni .mbr-section-btn {
  color: #ffffff;
}
.cid-uQ1sP7BXub {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #eeeeee;
}
.cid-uQ1sP7BXub .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ1sP7BXub .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ1sP7BXub .img-wrapper {
  text-align: center;
}
.cid-uQ1sP7BXub img {
  margin: auto;
  width: 200px;
}
.cid-uQ1sP7BXub .row {
  align-items: flex-start;
}
.cid-uQ1sP7BXub .item-wrapper {
  margin-bottom: 2rem;
  background: #ffffff;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-uQ1sP7BXub .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uQ1sP7BXub .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uQ1sP7BXub .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-uQ1sP7BXub .mbr-section-title,
.cid-uQ1sP7BXub .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uQ1sP7BXub .content-head {
  max-width: 800px;
}
.cid-uQ1x3Q1gOw {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQ1x3Q1gOw .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-uQ1x3Q1gOw img,
.cid-uQ1x3Q1gOw .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uQ1x3Q1gOw .item:focus,
.cid-uQ1x3Q1gOw span:focus {
  outline: none;
}
.cid-uQ1x3Q1gOw .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQ1x3Q1gOw .item {
    margin-bottom: 1rem;
  }
}
.cid-uQ1x3Q1gOw .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uQ1x3Q1gOw .mbr-section-title {
  color: #232323;
}
.cid-uQ1x3Q1gOw .mbr-text,
.cid-uQ1x3Q1gOw .mbr-section-btn {
  color: #232323;
}
.cid-uQ1x3Q1gOw .item-title {
  color: #232323;
}
.cid-uQ1x3Q1gOw .content-head {
  max-width: 800px;
}
.cid-uQ1AJmb6Fk {
  padding-top: 7rem;
  padding-bottom: 12rem;
  background-color: #004b74;
}
.cid-uQ1AJmb6Fk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ1AJmb6Fk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ1AJmb6Fk .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uQ1AJmb6Fk .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQ1AJmb6Fk .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uQ1AJmb6Fk .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uQ1AJmb6Fk .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uQ1AJmb6Fk .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uQ1AJmb6Fk .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQ1AJmb6Fk .social-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uQ1AJmb6Fk .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uQ1AJmb6Fk .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uQ1AJmb6Fk .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uQ1AJmb6Fk .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #007bbf;
}
.cid-uQ1AJmb6Fk .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #004b74;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uQ1AJmb6Fk .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #004b74;
}
.cid-uQ1AJmb6Fk .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uQ1AJmb6Fk .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQ1AJmb6Fk .list-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uQ1AJmb6Fk .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uQ1AJmb6Fk .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uQ1AJmb6Fk .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uQ1AJmb6Fk .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uQ1AJmb6Fk .list-wrapper .list .item-wrap:hover,
.cid-uQ1AJmb6Fk .list-wrapper .list .item-wrap:focus {
  color: #007bbf;
}
.cid-uQ1AJmb6Fk .border-wrap {
  height: 1px;
  background-color: #ffffff;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uQ1AJmb6Fk .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uQ1AJmb6Fk .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uQ1AJmb6Fk .mbr-section-title {
  color: #ffffff;
}
.cid-uQ1AJmb6Fk .mbr-text {
  color: #ffffff;
}
.cid-uQ1AJmb6Fk .mbr-desc {
  color: #ffffff;
}
.cid-uQ1AJmb6Fk .list {
  color: #ffffff;
}
.cid-uQWoLNzeyD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uQWoLNzeyD .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-uQWoLNzeyD .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uQWoLNzeyD .iconfont-wrapper {
  color: #004b74 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uQWoLNzeyD .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uQWoLNzeyD .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uQWoLNzeyD .container {
    padding: 0 1rem;
  }
}
.cid-uQWoLNzeyD .menu-tite {
  background: #007bbf;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: right;
  color: #ffffff;
}
.cid-uQWoLNzeyD .nav-link {
  position: relative;
}
.cid-uQWoLNzeyD .nav-link:hover {
  color: #2a2e32 !important;
}
.cid-uQWoLNzeyD nav.navbar {
  position: fixed;
}
.cid-uQWoLNzeyD .navbar {
  padding: 0!important;
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uQWoLNzeyD .navbar.opened {
  transition: all 0.3s;
}
.cid-uQWoLNzeyD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQWoLNzeyD .navbar .navbar-logo img {
  width: auto;
}
.cid-uQWoLNzeyD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQWoLNzeyD .navbar.collapsed {
  justify-content: center;
}
.cid-uQWoLNzeyD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQWoLNzeyD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQWoLNzeyD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uQWoLNzeyD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQWoLNzeyD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQWoLNzeyD .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-uQWoLNzeyD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQWoLNzeyD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQWoLNzeyD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQWoLNzeyD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQWoLNzeyD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQWoLNzeyD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQWoLNzeyD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQWoLNzeyD .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-uQWoLNzeyD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQWoLNzeyD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQWoLNzeyD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQWoLNzeyD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQWoLNzeyD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQWoLNzeyD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQWoLNzeyD .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQWoLNzeyD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQWoLNzeyD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQWoLNzeyD .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-uQWoLNzeyD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQWoLNzeyD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQWoLNzeyD .dropdown-item:hover,
.cid-uQWoLNzeyD .dropdown-item:focus {
  background: #007bbf !important;
  color: white !important;
}
.cid-uQWoLNzeyD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQWoLNzeyD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQWoLNzeyD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uQWoLNzeyD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQWoLNzeyD .dropdown-menu,
.cid-uQWoLNzeyD .navbar.opened {
  background: #ffffff !important;
}
.cid-uQWoLNzeyD .nav-item:focus,
.cid-uQWoLNzeyD .nav-link:focus {
  outline: none;
}
.cid-uQWoLNzeyD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQWoLNzeyD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQWoLNzeyD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQWoLNzeyD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQWoLNzeyD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQWoLNzeyD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQWoLNzeyD .navbar-brand {
  min-height: 130px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQWoLNzeyD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQWoLNzeyD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQWoLNzeyD .dropdown-item.active,
.cid-uQWoLNzeyD .dropdown-item:active {
  background-color: transparent;
}
.cid-uQWoLNzeyD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQWoLNzeyD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQWoLNzeyD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQWoLNzeyD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQWoLNzeyD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQWoLNzeyD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQWoLNzeyD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQWoLNzeyD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQWoLNzeyD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQWoLNzeyD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #007bbf;
}
.cid-uQWoLNzeyD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQWoLNzeyD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQWoLNzeyD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQWoLNzeyD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQWoLNzeyD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQWoLNzeyD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQWoLNzeyD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQWoLNzeyD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQWoLNzeyD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQWoLNzeyD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQWoLNzeyD .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-uQWoLNzeyD .navbar {
    height: 70px;
  }
  .cid-uQWoLNzeyD .navbar.opened {
    height: auto;
  }
  .cid-uQWoLNzeyD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQWoLNNdMr {
  display: flex;
  background-image: url("../../../assets/images/about-header-bg-1b.webp");
}
.cid-uQWoLNNdMr .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-uQWoLNNdMr {
    align-items: center;
  }
  .cid-uQWoLNNdMr .row {
    justify-content: flex-start;
  }
  .cid-uQWoLNNdMr .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uQWoLNNdMr .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uQWoLNNdMr {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uQWoLNNdMr .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uQWoLNNdMr .content-wrap {
    width: 100%;
  }
}
.cid-uQWoLNNdMr .mbr-section-title,
.cid-uQWoLNNdMr .mbr-section-subtitle {
  text-align: center;
}
.cid-uQWoLNNdMr .mbr-text,
.cid-uQWoLNNdMr .mbr-section-btn {
  text-align: left;
}
.cid-uQWoLNNdMr .mbr-section-title {
  text-align: left;
}
.cid-uQWoLNV2lt {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQWoLNV2lt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWoLNV2lt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uQWoLNV2lt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQWoLNV2lt .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uQWoLNV2lt .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uQWoLNV2lt .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uQWoLNV2lt .mbr-section-title {
  color: #000000;
}
.cid-uQWoLNV2lt .mbr-text,
.cid-uQWoLNV2lt .mbr-section-btn {
  color: #000000;
}
.cid-uQWrAwvJJQ {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #eeeeee;
}
.cid-uQWrAwvJJQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWrAwvJJQ .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uQWrAwvJJQ .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQWrAwvJJQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWrAwvJJQ .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #ffffff;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #004b74;
  height: 80px;
  border-radius: 50%;
}
.cid-uQWrAwvJJQ .card-title,
.cid-uQWrAwvJJQ .iconfont-wrapper,
.cid-uQWrAwvJJQ .card-text {
  color: #000000;
  text-align: center;
}
.cid-uQWrAwvJJQ .content-head {
  max-width: 800px;
}
.cid-uQWrAwvJJQ .mbr-section-title {
  color: #000000;
}
.cid-uQWrAwvJJQ .mbr-section-btn {
  text-align: center;
}
.cid-uQWv7iidCC {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #004b74;
}
.cid-uQWv7iidCC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWv7iidCC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWv7iidCC .mbr-description {
  text-align: left;
}
.cid-uQWv7iidCC .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uQWv7iidCC .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uQWv7iidCC .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uQWv7iidCC .card-title,
.cid-uQWv7iidCC .iconfont-wrapper {
  color: #000000;
}
.cid-uQWv7iidCC .card-text {
  color: #000000;
}
.cid-uQWv7iidCC .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uQWv7iidCC .mbr-number {
  color: #9fe870;
}
.cid-uQWv7iidCC .mbr-text,
.cid-uQWv7iidCC .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uQWv7iidCC .card-text,
.cid-uQWv7iidCC .item .mbr-section-btn {
  text-align: left;
}
.cid-uQWv7iidCC .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uQWv7iidCC .image-wrapper {
  margin-bottom: 0rem;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uQWv7iidCC .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uQWv7iidCC .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
.cid-uQWv7iidCC .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uQWv7iidCC .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQWv7iidCC .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uQWv7iidCC .card-title {
  text-align: left;
}
.cid-uQWv7iidCC .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uQWv7iidCC .item-content .item-footer {
  margin-top: auto;
}
.cid-uQWsZjRYqy {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQWsZjRYqy .item {
  position: relative;
  display: flex;
  padding-bottom: 2rem;
}
.cid-uQWsZjRYqy .item:last-child .icon-box:before {
  display: none;
}
.cid-uQWsZjRYqy .item::before {
  content: "";
  width: 2px;
  height: 100%;
  left: 40px;
  position: absolute;
  top: 0;
  background: #004b74;
  transform: translate(-50%, 0);
}
.cid-uQWsZjRYqy .last:before {
  display: none;
}
.cid-uQWsZjRYqy .icon-box {
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #004b74;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uQWsZjRYqy .icon-box {
    margin-right: 1rem;
  }
}
.cid-uQWsZjRYqy span {
  font-size: 2rem;
}
@media (max-width: 991px) {
  .cid-uQWsZjRYqy span .card {
    margin-bottom: 2rem;
  }
  .cid-uQWsZjRYqy span .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uQWsZjRYqy span .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-uQWsZjRYqy .icon-box::before {
    top: 114%;
  }
}
.cid-uQWsZjRYqy SPAN {
  color: #ffffff;
}
.cid-uQWsZjRYqy .icon-text {
  color: #2a2e32;
}
.cid-uQWsZjRYqy .icon-title {
  color: #2a2e32;
}
.cid-uQWsZjRYqy .icon-subtitle {
  color: #004b74;
}
.cid-uQWsZjRYqy .main-title {
  color: #2a2e32;
}
.cid-uQWsZjRYqy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWsZjRYqy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWueBps1d {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uQWueBps1d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWueBps1d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWueBps1d .mbr-section-subtitle {
  text-align: left;
}
.cid-uQWzfmjQId {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #eeeeee;
}
.cid-uQWzfmjQId .iconfont-wrapper,
.cid-uQWzfmjQId .amp-iconfont {
  width: 1.2rem;
  height: 1.2rem;
  font-size: 1.2rem;
  color: #004b74;
}
.cid-uQWzfmjQId .iconfont-wrapper {
  padding: 0 12px;
}
.cid-uQWzfmjQId .flex {
  display: flex;
}
.cid-uQWzfmjQId .flex,
.cid-uQWzfmjQId h3 {
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-uQWzfmjQId .flex,
  .cid-uQWzfmjQId h3 {
    flex-direction: column;
  }
}
.cid-uQWzfmjQId .icons-list {
  display: flex;
  align-items: center;
  width: 150px;
  padding-left: 0.8rem;
}
@media (max-width: 767px) {
  .cid-uQWzfmjQId .icons-list {
    padding: 1rem 0;
    margin: auto;
  }
}
.cid-uQWoLPGnBj {
  padding-top: 7rem;
  padding-bottom: 12rem;
  background-color: #004b74;
}
.cid-uQWoLPGnBj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWoLPGnBj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWoLPGnBj .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uQWoLPGnBj .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQWoLPGnBj .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uQWoLPGnBj .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uQWoLPGnBj .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uQWoLPGnBj .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uQWoLPGnBj .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQWoLPGnBj .social-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uQWoLPGnBj .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uQWoLPGnBj .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uQWoLPGnBj .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uQWoLPGnBj .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #007bbf;
}
.cid-uQWoLPGnBj .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #004b74;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uQWoLPGnBj .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #004b74;
}
.cid-uQWoLPGnBj .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uQWoLPGnBj .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQWoLPGnBj .list-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uQWoLPGnBj .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uQWoLPGnBj .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uQWoLPGnBj .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uQWoLPGnBj .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uQWoLPGnBj .list-wrapper .list .item-wrap:hover,
.cid-uQWoLPGnBj .list-wrapper .list .item-wrap:focus {
  color: #007bbf;
}
.cid-uQWoLPGnBj .border-wrap {
  height: 1px;
  background-color: #ffffff;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uQWoLPGnBj .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uQWoLPGnBj .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uQWoLPGnBj .mbr-section-title {
  color: #ffffff;
}
.cid-uQWoLPGnBj .mbr-text {
  color: #ffffff;
}
.cid-uQWoLPGnBj .mbr-desc {
  color: #ffffff;
}
.cid-uQWoLPGnBj .list {
  color: #ffffff;
}
.cid-uQWDKGf6TJ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uQWDKGf6TJ .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-uQWDKGf6TJ .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uQWDKGf6TJ .iconfont-wrapper {
  color: #004b74 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uQWDKGf6TJ .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uQWDKGf6TJ .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uQWDKGf6TJ .container {
    padding: 0 1rem;
  }
}
.cid-uQWDKGf6TJ .menu-tite {
  background: #007bbf;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: right;
  color: #ffffff;
}
.cid-uQWDKGf6TJ .nav-link {
  position: relative;
}
.cid-uQWDKGf6TJ .nav-link:hover {
  color: #2a2e32 !important;
}
.cid-uQWDKGf6TJ nav.navbar {
  position: fixed;
}
.cid-uQWDKGf6TJ .navbar {
  padding: 0!important;
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uQWDKGf6TJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uQWDKGf6TJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQWDKGf6TJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uQWDKGf6TJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQWDKGf6TJ .navbar.collapsed {
  justify-content: center;
}
.cid-uQWDKGf6TJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQWDKGf6TJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQWDKGf6TJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uQWDKGf6TJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQWDKGf6TJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQWDKGf6TJ .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-uQWDKGf6TJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQWDKGf6TJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQWDKGf6TJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQWDKGf6TJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQWDKGf6TJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQWDKGf6TJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQWDKGf6TJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQWDKGf6TJ .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-uQWDKGf6TJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQWDKGf6TJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQWDKGf6TJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQWDKGf6TJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQWDKGf6TJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQWDKGf6TJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQWDKGf6TJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQWDKGf6TJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQWDKGf6TJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQWDKGf6TJ .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-uQWDKGf6TJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQWDKGf6TJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQWDKGf6TJ .dropdown-item:hover,
.cid-uQWDKGf6TJ .dropdown-item:focus {
  background: #007bbf !important;
  color: white !important;
}
.cid-uQWDKGf6TJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQWDKGf6TJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQWDKGf6TJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uQWDKGf6TJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQWDKGf6TJ .dropdown-menu,
.cid-uQWDKGf6TJ .navbar.opened {
  background: #ffffff !important;
}
.cid-uQWDKGf6TJ .nav-item:focus,
.cid-uQWDKGf6TJ .nav-link:focus {
  outline: none;
}
.cid-uQWDKGf6TJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQWDKGf6TJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQWDKGf6TJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQWDKGf6TJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQWDKGf6TJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQWDKGf6TJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQWDKGf6TJ .navbar-brand {
  min-height: 130px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQWDKGf6TJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQWDKGf6TJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQWDKGf6TJ .dropdown-item.active,
.cid-uQWDKGf6TJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uQWDKGf6TJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQWDKGf6TJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQWDKGf6TJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQWDKGf6TJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQWDKGf6TJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQWDKGf6TJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQWDKGf6TJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQWDKGf6TJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQWDKGf6TJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQWDKGf6TJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #007bbf;
}
.cid-uQWDKGf6TJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQWDKGf6TJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQWDKGf6TJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQWDKGf6TJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQWDKGf6TJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQWDKGf6TJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQWDKGf6TJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQWDKGf6TJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQWDKGf6TJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQWDKGf6TJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQWDKGf6TJ .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-uQWDKGf6TJ .navbar {
    height: 70px;
  }
  .cid-uQWDKGf6TJ .navbar.opened {
    height: auto;
  }
  .cid-uQWDKGf6TJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQWDKGyXed {
  display: flex;
  padding-top: 13rem;
  padding-bottom: 3rem;
  background-color: #004b74;
}
@media (min-width: 768px) {
  .cid-uQWDKGyXed {
    align-items: center;
  }
  .cid-uQWDKGyXed .row {
    justify-content: flex-start;
  }
  .cid-uQWDKGyXed .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uQWDKGyXed .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uQWDKGyXed {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uQWDKGyXed .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uQWDKGyXed .content-wrap {
    width: 100%;
  }
}
.cid-uQWDKGyXed .mbr-section-title,
.cid-uQWDKGyXed .mbr-section-subtitle {
  text-align: center;
}
.cid-uQWDKGyXed .mbr-text,
.cid-uQWDKGyXed .mbr-section-btn {
  text-align: left;
}
.cid-uQWDKGyXed .mbr-section-title {
  text-align: left;
}
.cid-uQWEbxgHYe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQWEbxgHYe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWEbxgHYe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWEbxgHYe .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uQWEbxgHYe .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uQWEbxgHYe .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uQWEbxgHYe .card-wrapper {
    padding: 4rem;
  }
}
.cid-uQWEbxgHYe .mbr-text,
.cid-uQWEbxgHYe .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uQWEbxgHYe .card-title,
.cid-uQWEbxgHYe .card-box {
  text-align: left;
  color: #000000;
}
.cid-uQWDKIMgqo {
  padding-top: 7rem;
  padding-bottom: 12rem;
  background-color: #004b74;
}
.cid-uQWDKIMgqo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWDKIMgqo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWDKIMgqo .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uQWDKIMgqo .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQWDKIMgqo .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uQWDKIMgqo .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uQWDKIMgqo .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uQWDKIMgqo .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uQWDKIMgqo .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQWDKIMgqo .social-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uQWDKIMgqo .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uQWDKIMgqo .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uQWDKIMgqo .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uQWDKIMgqo .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #007bbf;
}
.cid-uQWDKIMgqo .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #004b74;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uQWDKIMgqo .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #004b74;
}
.cid-uQWDKIMgqo .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uQWDKIMgqo .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQWDKIMgqo .list-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uQWDKIMgqo .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uQWDKIMgqo .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uQWDKIMgqo .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uQWDKIMgqo .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uQWDKIMgqo .list-wrapper .list .item-wrap:hover,
.cid-uQWDKIMgqo .list-wrapper .list .item-wrap:focus {
  color: #007bbf;
}
.cid-uQWDKIMgqo .border-wrap {
  height: 1px;
  background-color: #ffffff;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uQWDKIMgqo .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uQWDKIMgqo .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uQWDKIMgqo .mbr-section-title {
  color: #ffffff;
}
.cid-uQWDKIMgqo .mbr-text {
  color: #ffffff;
}
.cid-uQWDKIMgqo .mbr-desc {
  color: #ffffff;
}
.cid-uQWDKIMgqo .list {
  color: #ffffff;
}
.cid-uQWHMsy7Ki {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uQWHMsy7Ki .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-uQWHMsy7Ki .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uQWHMsy7Ki .iconfont-wrapper {
  color: #004b74 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uQWHMsy7Ki .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uQWHMsy7Ki .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uQWHMsy7Ki .container {
    padding: 0 1rem;
  }
}
.cid-uQWHMsy7Ki .menu-tite {
  background: #007bbf;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: right;
  color: #ffffff;
}
.cid-uQWHMsy7Ki .nav-link {
  position: relative;
}
.cid-uQWHMsy7Ki .nav-link:hover {
  color: #2a2e32 !important;
}
.cid-uQWHMsy7Ki nav.navbar {
  position: fixed;
}
.cid-uQWHMsy7Ki .navbar {
  padding: 0!important;
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uQWHMsy7Ki .navbar.opened {
  transition: all 0.3s;
}
.cid-uQWHMsy7Ki .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQWHMsy7Ki .navbar .navbar-logo img {
  width: auto;
}
.cid-uQWHMsy7Ki .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQWHMsy7Ki .navbar.collapsed {
  justify-content: center;
}
.cid-uQWHMsy7Ki .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQWHMsy7Ki .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQWHMsy7Ki .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uQWHMsy7Ki .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQWHMsy7Ki .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQWHMsy7Ki .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-uQWHMsy7Ki .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQWHMsy7Ki .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQWHMsy7Ki .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQWHMsy7Ki .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQWHMsy7Ki .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQWHMsy7Ki .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQWHMsy7Ki .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQWHMsy7Ki .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-uQWHMsy7Ki .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQWHMsy7Ki .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQWHMsy7Ki .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQWHMsy7Ki .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQWHMsy7Ki .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQWHMsy7Ki .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQWHMsy7Ki .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQWHMsy7Ki .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQWHMsy7Ki .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQWHMsy7Ki .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-uQWHMsy7Ki .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQWHMsy7Ki .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQWHMsy7Ki .dropdown-item:hover,
.cid-uQWHMsy7Ki .dropdown-item:focus {
  background: #007bbf !important;
  color: white !important;
}
.cid-uQWHMsy7Ki .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQWHMsy7Ki .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQWHMsy7Ki .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uQWHMsy7Ki .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQWHMsy7Ki .dropdown-menu,
.cid-uQWHMsy7Ki .navbar.opened {
  background: #ffffff !important;
}
.cid-uQWHMsy7Ki .nav-item:focus,
.cid-uQWHMsy7Ki .nav-link:focus {
  outline: none;
}
.cid-uQWHMsy7Ki .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQWHMsy7Ki .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQWHMsy7Ki .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQWHMsy7Ki .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQWHMsy7Ki .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQWHMsy7Ki .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQWHMsy7Ki .navbar-brand {
  min-height: 130px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQWHMsy7Ki .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQWHMsy7Ki .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQWHMsy7Ki .dropdown-item.active,
.cid-uQWHMsy7Ki .dropdown-item:active {
  background-color: transparent;
}
.cid-uQWHMsy7Ki .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQWHMsy7Ki .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQWHMsy7Ki .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQWHMsy7Ki .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQWHMsy7Ki .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQWHMsy7Ki .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQWHMsy7Ki ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQWHMsy7Ki .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQWHMsy7Ki button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQWHMsy7Ki button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #007bbf;
}
.cid-uQWHMsy7Ki button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQWHMsy7Ki button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQWHMsy7Ki button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQWHMsy7Ki button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQWHMsy7Ki nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQWHMsy7Ki nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQWHMsy7Ki nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQWHMsy7Ki nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQWHMsy7Ki .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQWHMsy7Ki a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQWHMsy7Ki .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-uQWHMsy7Ki .navbar {
    height: 70px;
  }
  .cid-uQWHMsy7Ki .navbar.opened {
    height: auto;
  }
  .cid-uQWHMsy7Ki .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQWHMt1c00 {
  display: flex;
  padding-top: 13rem;
  padding-bottom: 3rem;
  background-color: #004b74;
}
@media (min-width: 768px) {
  .cid-uQWHMt1c00 {
    align-items: center;
  }
  .cid-uQWHMt1c00 .row {
    justify-content: flex-start;
  }
  .cid-uQWHMt1c00 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uQWHMt1c00 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uQWHMt1c00 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uQWHMt1c00 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uQWHMt1c00 .content-wrap {
    width: 100%;
  }
}
.cid-uQWHMt1c00 .mbr-section-title,
.cid-uQWHMt1c00 .mbr-section-subtitle {
  text-align: center;
}
.cid-uQWHMt1c00 .mbr-text,
.cid-uQWHMt1c00 .mbr-section-btn {
  text-align: left;
}
.cid-uQWHMt1c00 .mbr-section-title {
  text-align: left;
}
.cid-uQWHMtnOEJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQWHMtnOEJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWHMtnOEJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWHMtnOEJ .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uQWHMtnOEJ .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uQWHMtnOEJ .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uQWHMtnOEJ .card-wrapper {
    padding: 4rem;
  }
}
.cid-uQWHMtnOEJ .mbr-text,
.cid-uQWHMtnOEJ .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uQWHMtnOEJ .card-title,
.cid-uQWHMtnOEJ .card-box {
  text-align: left;
  color: #000000;
}
.cid-uQWHMu2Cd9 {
  padding-top: 7rem;
  padding-bottom: 12rem;
  background-color: #004b74;
}
.cid-uQWHMu2Cd9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWHMu2Cd9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWHMu2Cd9 .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uQWHMu2Cd9 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQWHMu2Cd9 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uQWHMu2Cd9 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uQWHMu2Cd9 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uQWHMu2Cd9 .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uQWHMu2Cd9 .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQWHMu2Cd9 .social-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uQWHMu2Cd9 .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uQWHMu2Cd9 .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uQWHMu2Cd9 .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uQWHMu2Cd9 .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #007bbf;
}
.cid-uQWHMu2Cd9 .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #004b74;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uQWHMu2Cd9 .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #004b74;
}
.cid-uQWHMu2Cd9 .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uQWHMu2Cd9 .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQWHMu2Cd9 .list-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uQWHMu2Cd9 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uQWHMu2Cd9 .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uQWHMu2Cd9 .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uQWHMu2Cd9 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uQWHMu2Cd9 .list-wrapper .list .item-wrap:hover,
.cid-uQWHMu2Cd9 .list-wrapper .list .item-wrap:focus {
  color: #007bbf;
}
.cid-uQWHMu2Cd9 .border-wrap {
  height: 1px;
  background-color: #ffffff;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uQWHMu2Cd9 .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uQWHMu2Cd9 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uQWHMu2Cd9 .mbr-section-title {
  color: #ffffff;
}
.cid-uQWHMu2Cd9 .mbr-text {
  color: #ffffff;
}
.cid-uQWHMu2Cd9 .mbr-desc {
  color: #ffffff;
}
.cid-uQWHMu2Cd9 .list {
  color: #ffffff;
}
.cid-uQX3TtZ1TI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uQX3TtZ1TI .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-uQX3TtZ1TI .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uQX3TtZ1TI .iconfont-wrapper {
  color: #004b74 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uQX3TtZ1TI .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uQX3TtZ1TI .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uQX3TtZ1TI .container {
    padding: 0 1rem;
  }
}
.cid-uQX3TtZ1TI .menu-tite {
  background: #007bbf;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: right;
  color: #ffffff;
}
.cid-uQX3TtZ1TI .nav-link {
  position: relative;
}
.cid-uQX3TtZ1TI .nav-link:hover {
  color: #2a2e32 !important;
}
.cid-uQX3TtZ1TI nav.navbar {
  position: fixed;
}
.cid-uQX3TtZ1TI .navbar {
  padding: 0!important;
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uQX3TtZ1TI .navbar.opened {
  transition: all 0.3s;
}
.cid-uQX3TtZ1TI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQX3TtZ1TI .navbar .navbar-logo img {
  width: auto;
}
.cid-uQX3TtZ1TI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQX3TtZ1TI .navbar.collapsed {
  justify-content: center;
}
.cid-uQX3TtZ1TI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQX3TtZ1TI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQX3TtZ1TI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uQX3TtZ1TI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQX3TtZ1TI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQX3TtZ1TI .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-uQX3TtZ1TI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQX3TtZ1TI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQX3TtZ1TI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQX3TtZ1TI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQX3TtZ1TI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQX3TtZ1TI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQX3TtZ1TI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQX3TtZ1TI .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-uQX3TtZ1TI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQX3TtZ1TI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQX3TtZ1TI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQX3TtZ1TI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQX3TtZ1TI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQX3TtZ1TI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQX3TtZ1TI .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQX3TtZ1TI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQX3TtZ1TI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQX3TtZ1TI .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-uQX3TtZ1TI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQX3TtZ1TI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQX3TtZ1TI .dropdown-item:hover,
.cid-uQX3TtZ1TI .dropdown-item:focus {
  background: #007bbf !important;
  color: white !important;
}
.cid-uQX3TtZ1TI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQX3TtZ1TI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQX3TtZ1TI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uQX3TtZ1TI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQX3TtZ1TI .dropdown-menu,
.cid-uQX3TtZ1TI .navbar.opened {
  background: #ffffff !important;
}
.cid-uQX3TtZ1TI .nav-item:focus,
.cid-uQX3TtZ1TI .nav-link:focus {
  outline: none;
}
.cid-uQX3TtZ1TI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQX3TtZ1TI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQX3TtZ1TI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQX3TtZ1TI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQX3TtZ1TI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQX3TtZ1TI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQX3TtZ1TI .navbar-brand {
  min-height: 130px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQX3TtZ1TI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQX3TtZ1TI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQX3TtZ1TI .dropdown-item.active,
.cid-uQX3TtZ1TI .dropdown-item:active {
  background-color: transparent;
}
.cid-uQX3TtZ1TI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQX3TtZ1TI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQX3TtZ1TI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQX3TtZ1TI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQX3TtZ1TI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQX3TtZ1TI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQX3TtZ1TI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQX3TtZ1TI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQX3TtZ1TI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQX3TtZ1TI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #007bbf;
}
.cid-uQX3TtZ1TI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQX3TtZ1TI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQX3TtZ1TI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQX3TtZ1TI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQX3TtZ1TI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQX3TtZ1TI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQX3TtZ1TI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQX3TtZ1TI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQX3TtZ1TI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQX3TtZ1TI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQX3TtZ1TI .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-uQX3TtZ1TI .navbar {
    height: 70px;
  }
  .cid-uQX3TtZ1TI .navbar.opened {
    height: auto;
  }
  .cid-uQX3TtZ1TI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQX3TugwPu {
  display: flex;
  background-image: url("../../../assets/images/parallel-bars-bg-1.webp");
}
.cid-uQX3TugwPu .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-uQX3TugwPu {
    align-items: center;
  }
  .cid-uQX3TugwPu .row {
    justify-content: flex-start;
  }
  .cid-uQX3TugwPu .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uQX3TugwPu .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uQX3TugwPu {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uQX3TugwPu .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uQX3TugwPu .content-wrap {
    width: 100%;
  }
}
.cid-uQX3TugwPu .mbr-section-title,
.cid-uQX3TugwPu .mbr-section-subtitle {
  text-align: center;
}
.cid-uQX3TugwPu .mbr-text,
.cid-uQX3TugwPu .mbr-section-btn {
  text-align: left;
}
.cid-uQX3TugwPu .mbr-section-title {
  text-align: left;
}
.cid-uQX8mX2G57 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uQX8mX2G57 .mbr-text {
  color: #000000;
}
.cid-uQX8mX2G57 .mbr-section-subtitle {
  color: #000000;
}
.cid-uQX8mX2G57 .mbr-section-title {
  color: #000000;
}
.cid-uQXkod1HdM {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #004b74;
}
.cid-uQXkod1HdM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQXkod1HdM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uQXkod1HdM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQXkod1HdM .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uQXkod1HdM .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uQXkod1HdM .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uQXkod1HdM .mbr-section-title {
  color: #ffffff;
}
.cid-uQXkod1HdM .mbr-text,
.cid-uQXkod1HdM .mbr-section-btn {
  color: #ffffff;
}
.cid-uQXa12Blzx {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #eeeeee;
}
.cid-uQXa12Blzx img,
.cid-uQXa12Blzx .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uQXa12Blzx .item:focus,
.cid-uQXa12Blzx span:focus {
  outline: none;
}
.cid-uQXa12Blzx .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQXa12Blzx .item {
    margin-bottom: 1rem;
  }
}
.cid-uQXa12Blzx .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uQXa12Blzx .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uQXa12Blzx .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uQXa12Blzx .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uQXa12Blzx .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uQXa12Blzx .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-uQXa12Blzx .mbr-section-title {
  color: #232323;
}
.cid-uQXa12Blzx .mbr-text,
.cid-uQXa12Blzx .mbr-section-btn {
  text-align: center;
}
.cid-uQXa12Blzx .item-title {
  text-align: left;
}
.cid-uQXa12Blzx .content-head {
  max-width: 800px;
}
.cid-uQXa12Blzx .mbr-text,
.cid-uQXa12Blzx .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-uQXa12Blzx .mbr-section-subtitle,
.cid-uQXa12Blzx .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-uQXjmpcnWV {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uQXjmpcnWV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQXjmpcnWV .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-uQXjmpcnWV .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uQXjmpcnWV .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uQXjmpcnWV .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uQXjmpcnWV .media-content,
.cid-uQXjmpcnWV .mbr-figure {
  align-self: center;
}
.cid-uQXjmpcnWV .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uQXjmpcnWV .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uQXjmpcnWV .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uQXjmpcnWV .mbr-section-maintitle {
  text-align: center;
}
.cid-uQXjmpcnWV .mbr-section-title {
  text-align: right;
}
.cid-uQXjmpcnWV .mbr-text,
.cid-uQXjmpcnWV .mbr-section-btn {
  text-align: right;
}
.cid-uQXmZNXrHE {
  display: flex;
  background-image: url("../../../assets/images/parallel-bars-bg.webp");
}
.cid-uQXmZNXrHE .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.3;
}
.cid-uQXmZNXrHE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQXmZNXrHE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQXmZNXrHE .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uQXmZNXrHE .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uQXmZNXrHE {
    align-items: center;
  }
  .cid-uQXmZNXrHE .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uQXmZNXrHE .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uQXmZNXrHE {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uQXmZNXrHE .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uQXmZNXrHE .content-wrap {
    width: 100%;
  }
}
.cid-uQXmZNXrHE .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uQXmZNXrHE .mbr-text,
.cid-uQXmZNXrHE .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uQXqrIWvPJ {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #004b74;
}
.cid-uQXqrIWvPJ img,
.cid-uQXqrIWvPJ .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uQXqrIWvPJ .item:focus,
.cid-uQXqrIWvPJ span:focus {
  outline: none;
}
.cid-uQXqrIWvPJ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQXqrIWvPJ .item {
    margin-bottom: 1rem;
  }
}
.cid-uQXqrIWvPJ .item-wrapper {
  position: relative;
  background: #eeeeee;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uQXqrIWvPJ .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uQXqrIWvPJ .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uQXqrIWvPJ .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uQXqrIWvPJ .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uQXqrIWvPJ .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-uQXqrIWvPJ .mbr-section-title {
  color: #232323;
}
.cid-uQXqrIWvPJ .mbr-text,
.cid-uQXqrIWvPJ .mbr-section-btn {
  text-align: center;
}
.cid-uQXqrIWvPJ .item-title {
  text-align: left;
}
.cid-uQXqrIWvPJ .content-head {
  max-width: 800px;
}
.cid-uQXqrIWvPJ .mbr-text,
.cid-uQXqrIWvPJ .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-uQXsYAmXQ9 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uQXsYAmXQ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQXsYAmXQ9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQXsYAmXQ9 .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 2rem;
  color: #007bbf;
  width: 40px;
  justify-content: center;
  align-items: center;
}
.cid-uQXsYAmXQ9 .card-title,
.cid-uQXsYAmXQ9 .iconfont-wrapper {
  color: #232323;
}
.cid-uQXsYAmXQ9 .card-text {
  color: #232323;
}
.cid-uQXsYAmXQ9 .mbr-section-title {
  color: #232323;
}
.cid-uQXsYAmXQ9 .mbr-section-subtitle {
  color: #232323;
}
.cid-uQXsYAmXQ9 .content-head {
  max-width: 800px;
}
.cid-uQX3TuLiad {
  padding-top: 7rem;
  padding-bottom: 12rem;
  background-color: #004b74;
}
.cid-uQX3TuLiad .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQX3TuLiad .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQX3TuLiad .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uQX3TuLiad .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQX3TuLiad .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uQX3TuLiad .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uQX3TuLiad .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uQX3TuLiad .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uQX3TuLiad .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQX3TuLiad .social-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uQX3TuLiad .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uQX3TuLiad .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uQX3TuLiad .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uQX3TuLiad .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #007bbf;
}
.cid-uQX3TuLiad .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #004b74;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uQX3TuLiad .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #004b74;
}
.cid-uQX3TuLiad .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uQX3TuLiad .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQX3TuLiad .list-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uQX3TuLiad .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uQX3TuLiad .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uQX3TuLiad .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uQX3TuLiad .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uQX3TuLiad .list-wrapper .list .item-wrap:hover,
.cid-uQX3TuLiad .list-wrapper .list .item-wrap:focus {
  color: #007bbf;
}
.cid-uQX3TuLiad .border-wrap {
  height: 1px;
  background-color: #ffffff;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uQX3TuLiad .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uQX3TuLiad .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uQX3TuLiad .mbr-section-title {
  color: #ffffff;
}
.cid-uQX3TuLiad .mbr-text {
  color: #ffffff;
}
.cid-uQX3TuLiad .mbr-desc {
  color: #ffffff;
}
.cid-uQX3TuLiad .list {
  color: #ffffff;
}
.cid-uQXtI2niho {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uQXtI2niho .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-uQXtI2niho .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uQXtI2niho .iconfont-wrapper {
  color: #004b74 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uQXtI2niho .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uQXtI2niho .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uQXtI2niho .container {
    padding: 0 1rem;
  }
}
.cid-uQXtI2niho .menu-tite {
  background: #007bbf;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: right;
  color: #ffffff;
}
.cid-uQXtI2niho .nav-link {
  position: relative;
}
.cid-uQXtI2niho .nav-link:hover {
  color: #2a2e32 !important;
}
.cid-uQXtI2niho nav.navbar {
  position: fixed;
}
.cid-uQXtI2niho .navbar {
  padding: 0!important;
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uQXtI2niho .navbar.opened {
  transition: all 0.3s;
}
.cid-uQXtI2niho .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQXtI2niho .navbar .navbar-logo img {
  width: auto;
}
.cid-uQXtI2niho .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQXtI2niho .navbar.collapsed {
  justify-content: center;
}
.cid-uQXtI2niho .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQXtI2niho .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQXtI2niho .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uQXtI2niho .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQXtI2niho .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQXtI2niho .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-uQXtI2niho .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQXtI2niho .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQXtI2niho .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQXtI2niho .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQXtI2niho .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQXtI2niho .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQXtI2niho .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQXtI2niho .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-uQXtI2niho .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQXtI2niho .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQXtI2niho .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQXtI2niho .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQXtI2niho .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQXtI2niho .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQXtI2niho .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQXtI2niho .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQXtI2niho .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQXtI2niho .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-uQXtI2niho .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQXtI2niho .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQXtI2niho .dropdown-item:hover,
.cid-uQXtI2niho .dropdown-item:focus {
  background: #007bbf !important;
  color: white !important;
}
.cid-uQXtI2niho .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQXtI2niho .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQXtI2niho .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uQXtI2niho .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQXtI2niho .dropdown-menu,
.cid-uQXtI2niho .navbar.opened {
  background: #ffffff !important;
}
.cid-uQXtI2niho .nav-item:focus,
.cid-uQXtI2niho .nav-link:focus {
  outline: none;
}
.cid-uQXtI2niho .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQXtI2niho .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQXtI2niho .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQXtI2niho .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQXtI2niho .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQXtI2niho .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQXtI2niho .navbar-brand {
  min-height: 130px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQXtI2niho .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQXtI2niho .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQXtI2niho .dropdown-item.active,
.cid-uQXtI2niho .dropdown-item:active {
  background-color: transparent;
}
.cid-uQXtI2niho .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQXtI2niho .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQXtI2niho .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQXtI2niho .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQXtI2niho .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQXtI2niho .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQXtI2niho ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQXtI2niho .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQXtI2niho button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQXtI2niho button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #007bbf;
}
.cid-uQXtI2niho button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQXtI2niho button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQXtI2niho button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQXtI2niho button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQXtI2niho nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQXtI2niho nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQXtI2niho nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQXtI2niho nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQXtI2niho .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQXtI2niho a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQXtI2niho .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-uQXtI2niho .navbar {
    height: 70px;
  }
  .cid-uQXtI2niho .navbar.opened {
    height: auto;
  }
  .cid-uQXtI2niho .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQXtI2Ecg4 {
  display: flex;
  background-image: url("../../../assets/images/technology-header-bg-1a.webp");
}
.cid-uQXtI2Ecg4 .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-uQXtI2Ecg4 {
    align-items: center;
  }
  .cid-uQXtI2Ecg4 .row {
    justify-content: flex-start;
  }
  .cid-uQXtI2Ecg4 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uQXtI2Ecg4 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uQXtI2Ecg4 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uQXtI2Ecg4 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uQXtI2Ecg4 .content-wrap {
    width: 100%;
  }
}
.cid-uQXtI2Ecg4 .mbr-section-title,
.cid-uQXtI2Ecg4 .mbr-section-subtitle {
  text-align: center;
}
.cid-uQXtI2Ecg4 .mbr-text,
.cid-uQXtI2Ecg4 .mbr-section-btn {
  text-align: left;
}
.cid-uQXtI2Ecg4 .mbr-section-title {
  text-align: left;
}
.cid-uQXtI2XnbI {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uQXtI2XnbI .mbr-text {
  color: #000000;
}
.cid-uQXtI2XnbI .mbr-section-subtitle {
  color: #000000;
}
.cid-uQXtI2XnbI .mbr-section-title {
  color: #000000;
}
.cid-uQXy9NaYao {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uQXy9NaYao .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQXy9NaYao .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-uQXy9NaYao .container {
    padding: 0 30px;
  }
}
.cid-uQXy9NaYao .content-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uQXy9NaYao .content-wrapper {
    display: block;
  }
}
.cid-uQXy9NaYao .content-wrapper .card {
  justify-content: center;
}
.cid-uQXy9NaYao .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
  background-color: #eeeeee;
  border-radius: 0 0 2rem 0 !important;
}
@media (max-width: 992px) {
  .cid-uQXy9NaYao .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 20px;
    border-radius: 0 0 2rem 0 !important;
  }
}
.cid-uQXy9NaYao .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 35px;
}
.cid-uQXy9NaYao .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 40px;
}
.cid-uQXy9NaYao .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uQXy9NaYao .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uQXy9NaYao .content-wrapper .image-wrapper img {
  min-height: 630px;
  object-fit: cover;
  border-radius: 2rem 0 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uQXy9NaYao .content-wrapper .image-wrapper img {
    min-height: auto;
    height: 430px;
    border-radius: 2rem 0 0 0 !important;
  }
}
.cid-uQXy9NaYao .mbr-section-title {
  color: #144031;
}
.cid-uQXy9NaYao .mbr-text {
  color: #2a2e32;
}
.cid-uQXy9NaYao .mbr-section-title,
.cid-uQXy9NaYao .mbr-section-btn {
  color: #2a2e32;
}
.cid-uQXzbpSrKL {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uQXzbpSrKL .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uQXzbpSrKL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQXzbpSrKL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQXzbpSrKL .item-wrapper {
  background: #eeeeee;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uQXzbpSrKL .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uQXzbpSrKL .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uQXzbpSrKL .card-title,
.cid-uQXzbpSrKL .iconfont-wrapper {
  color: #000000;
}
.cid-uQXzbpSrKL .content-head {
  max-width: 800px;
}
.cid-uQXzbpSrKL .mbr-section-title {
  color: #000000;
}
.cid-uQXzbpSrKL .mbr-section-subtitle {
  color: #000000;
}
.cid-uQXzbpSrKL .card-text {
  color: #000000;
}
.cid-uQXzbpSrKL .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQXzbpSrKL .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uQXFEOW069 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uQXFEOW069 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQXFEOW069 .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-uQXFEOW069 .container {
    padding: 0 30px;
  }
}
.cid-uQXFEOW069 .content-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uQXFEOW069 .content-wrapper {
    display: block;
  }
}
.cid-uQXFEOW069 .content-wrapper .card {
  justify-content: center;
}
.cid-uQXFEOW069 .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
  background-color: #eeeeee;
  border-radius: 0 0 2rem 0 !important;
}
@media (max-width: 992px) {
  .cid-uQXFEOW069 .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 20px;
    border-radius: 0 0 2rem 0 !important;
  }
}
.cid-uQXFEOW069 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 35px;
}
.cid-uQXFEOW069 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 40px;
}
.cid-uQXFEOW069 .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uQXFEOW069 .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uQXFEOW069 .content-wrapper .image-wrapper img {
  min-height: 630px;
  object-fit: cover;
  border-radius: 2rem 0 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uQXFEOW069 .content-wrapper .image-wrapper img {
    min-height: auto;
    height: 430px;
    border-radius: 2rem 0 0 0 !important;
  }
}
.cid-uQXFEOW069 .mbr-section-title {
  color: #144031;
}
.cid-uQXFEOW069 .mbr-text {
  color: #2a2e32;
}
.cid-uQXFEOW069 .mbr-section-title,
.cid-uQXFEOW069 .mbr-section-btn {
  color: #2a2e32;
}
.cid-uQXG3WmLAB {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uQXG3WmLAB .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uQXG3WmLAB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQXG3WmLAB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQXG3WmLAB .item-wrapper {
  background: #eeeeee;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uQXG3WmLAB .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uQXG3WmLAB .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uQXG3WmLAB .card-title,
.cid-uQXG3WmLAB .iconfont-wrapper {
  color: #000000;
}
.cid-uQXG3WmLAB .content-head {
  max-width: 800px;
}
.cid-uQXG3WmLAB .mbr-section-title {
  color: #000000;
}
.cid-uQXG3WmLAB .mbr-section-subtitle {
  color: #000000;
}
.cid-uQXG3WmLAB .card-text {
  color: #000000;
}
.cid-uQXG3WmLAB .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQXG3WmLAB .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uRYPHU2HOr {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #004b74;
}
.cid-uRYPHU2HOr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRYPHU2HOr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRYPHU2HOr .row {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-uRYPHU2HOr .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uRYPHU2HOr .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uRYPHU2HOr .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRYPHU2HOr .media-content,
.cid-uRYPHU2HOr .mbr-figure {
  align-self: center;
}
.cid-uRYPHU2HOr .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uRYPHU2HOr .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uRYPHU2HOr .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uRYPHU2HOr .mbr-section-maintitle {
  text-align: center;
  color: #ffffff;
}
.cid-uRYPHU2HOr .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uRYPHU2HOr .mbr-text,
.cid-uRYPHU2HOr .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uQXI8NfoI3 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uQXI8NfoI3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQXI8NfoI3 .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-uQXI8NfoI3 .container {
    padding: 0 30px;
  }
}
.cid-uQXI8NfoI3 .content-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uQXI8NfoI3 .content-wrapper {
    display: block;
  }
}
.cid-uQXI8NfoI3 .content-wrapper .card {
  justify-content: center;
}
.cid-uQXI8NfoI3 .content-wrapper .content-wrap {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
  background-color: #eeeeee;
  border-radius: 0 0 2rem 0 !important;
}
@media (max-width: 992px) {
  .cid-uQXI8NfoI3 .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 20px;
    border-radius: 0 0 2rem 0 !important;
  }
}
.cid-uQXI8NfoI3 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 35px;
}
.cid-uQXI8NfoI3 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 40px;
}
.cid-uQXI8NfoI3 .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uQXI8NfoI3 .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uQXI8NfoI3 .content-wrapper .image-wrapper img {
  min-height: 630px;
  object-fit: cover;
  border-radius: 2rem 0 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uQXI8NfoI3 .content-wrapper .image-wrapper img {
    min-height: auto;
    height: 430px;
    border-radius: 2rem 0 0 0 !important;
  }
}
.cid-uQXI8NfoI3 .mbr-section-title {
  color: #144031;
}
.cid-uQXI8NfoI3 .mbr-text {
  color: #2a2e32;
}
.cid-uQXI8NfoI3 .mbr-section-title,
.cid-uQXI8NfoI3 .mbr-section-btn {
  color: #2a2e32;
}
.cid-uQXIZYTt9B {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uQXIZYTt9B .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uQXIZYTt9B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQXIZYTt9B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQXIZYTt9B .item-wrapper {
  background: #eeeeee;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uQXIZYTt9B .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uQXIZYTt9B .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uQXIZYTt9B .card-title,
.cid-uQXIZYTt9B .iconfont-wrapper {
  color: #000000;
}
.cid-uQXIZYTt9B .content-head {
  max-width: 800px;
}
.cid-uQXIZYTt9B .mbr-section-title {
  color: #000000;
}
.cid-uQXIZYTt9B .mbr-section-subtitle {
  color: #000000;
}
.cid-uQXIZYTt9B .card-text {
  color: #000000;
}
.cid-uQXIZYTt9B .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQXIZYTt9B .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uQXtI4VyAm {
  padding-top: 7rem;
  padding-bottom: 12rem;
  background-color: #004b74;
}
.cid-uQXtI4VyAm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQXtI4VyAm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQXtI4VyAm .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uQXtI4VyAm .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQXtI4VyAm .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uQXtI4VyAm .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uQXtI4VyAm .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uQXtI4VyAm .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uQXtI4VyAm .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQXtI4VyAm .social-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uQXtI4VyAm .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uQXtI4VyAm .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uQXtI4VyAm .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uQXtI4VyAm .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #007bbf;
}
.cid-uQXtI4VyAm .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #004b74;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uQXtI4VyAm .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #004b74;
}
.cid-uQXtI4VyAm .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uQXtI4VyAm .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQXtI4VyAm .list-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uQXtI4VyAm .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uQXtI4VyAm .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uQXtI4VyAm .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uQXtI4VyAm .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uQXtI4VyAm .list-wrapper .list .item-wrap:hover,
.cid-uQXtI4VyAm .list-wrapper .list .item-wrap:focus {
  color: #007bbf;
}
.cid-uQXtI4VyAm .border-wrap {
  height: 1px;
  background-color: #ffffff;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uQXtI4VyAm .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uQXtI4VyAm .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uQXtI4VyAm .mbr-section-title {
  color: #ffffff;
}
.cid-uQXtI4VyAm .mbr-text {
  color: #ffffff;
}
.cid-uQXtI4VyAm .mbr-desc {
  color: #ffffff;
}
.cid-uQXtI4VyAm .list {
  color: #ffffff;
}
.cid-uQY0tE14yz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uQY0tE14yz .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-uQY0tE14yz .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uQY0tE14yz .iconfont-wrapper {
  color: #004b74 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uQY0tE14yz .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uQY0tE14yz .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uQY0tE14yz .container {
    padding: 0 1rem;
  }
}
.cid-uQY0tE14yz .menu-tite {
  background: #007bbf;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: right;
  color: #ffffff;
}
.cid-uQY0tE14yz .nav-link {
  position: relative;
}
.cid-uQY0tE14yz .nav-link:hover {
  color: #2a2e32 !important;
}
.cid-uQY0tE14yz nav.navbar {
  position: fixed;
}
.cid-uQY0tE14yz .navbar {
  padding: 0!important;
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uQY0tE14yz .navbar.opened {
  transition: all 0.3s;
}
.cid-uQY0tE14yz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQY0tE14yz .navbar .navbar-logo img {
  width: auto;
}
.cid-uQY0tE14yz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQY0tE14yz .navbar.collapsed {
  justify-content: center;
}
.cid-uQY0tE14yz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQY0tE14yz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQY0tE14yz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uQY0tE14yz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQY0tE14yz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQY0tE14yz .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-uQY0tE14yz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQY0tE14yz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQY0tE14yz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQY0tE14yz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQY0tE14yz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQY0tE14yz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQY0tE14yz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQY0tE14yz .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-uQY0tE14yz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQY0tE14yz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQY0tE14yz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQY0tE14yz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQY0tE14yz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQY0tE14yz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQY0tE14yz .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQY0tE14yz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQY0tE14yz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQY0tE14yz .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-uQY0tE14yz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQY0tE14yz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQY0tE14yz .dropdown-item:hover,
.cid-uQY0tE14yz .dropdown-item:focus {
  background: #007bbf !important;
  color: white !important;
}
.cid-uQY0tE14yz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQY0tE14yz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQY0tE14yz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uQY0tE14yz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQY0tE14yz .dropdown-menu,
.cid-uQY0tE14yz .navbar.opened {
  background: #ffffff !important;
}
.cid-uQY0tE14yz .nav-item:focus,
.cid-uQY0tE14yz .nav-link:focus {
  outline: none;
}
.cid-uQY0tE14yz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQY0tE14yz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQY0tE14yz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQY0tE14yz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQY0tE14yz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQY0tE14yz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQY0tE14yz .navbar-brand {
  min-height: 130px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQY0tE14yz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQY0tE14yz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQY0tE14yz .dropdown-item.active,
.cid-uQY0tE14yz .dropdown-item:active {
  background-color: transparent;
}
.cid-uQY0tE14yz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQY0tE14yz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQY0tE14yz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQY0tE14yz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQY0tE14yz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQY0tE14yz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQY0tE14yz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQY0tE14yz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQY0tE14yz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQY0tE14yz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #007bbf;
}
.cid-uQY0tE14yz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQY0tE14yz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQY0tE14yz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQY0tE14yz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQY0tE14yz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQY0tE14yz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQY0tE14yz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQY0tE14yz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQY0tE14yz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQY0tE14yz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQY0tE14yz .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-uQY0tE14yz .navbar {
    height: 70px;
  }
  .cid-uQY0tE14yz .navbar.opened {
    height: auto;
  }
  .cid-uQY0tE14yz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQY0tEkzlJ {
  display: flex;
  padding-top: 13rem;
  padding-bottom: 3rem;
  background-color: #004b74;
}
@media (min-width: 768px) {
  .cid-uQY0tEkzlJ {
    align-items: center;
  }
  .cid-uQY0tEkzlJ .row {
    justify-content: flex-start;
  }
  .cid-uQY0tEkzlJ .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uQY0tEkzlJ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uQY0tEkzlJ {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uQY0tEkzlJ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uQY0tEkzlJ .content-wrap {
    width: 100%;
  }
}
.cid-uQY0tEkzlJ .mbr-section-title,
.cid-uQY0tEkzlJ .mbr-section-subtitle {
  text-align: center;
}
.cid-uQY0tEkzlJ .mbr-text,
.cid-uQY0tEkzlJ .mbr-section-btn {
  text-align: left;
}
.cid-uQY0tEkzlJ .mbr-section-title {
  text-align: left;
}
.cid-uQY0TtmFbh {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uQY0TtmFbh .mbr-text {
  color: #000000;
}
.cid-uQY0TtmFbh .mbr-section-subtitle {
  color: #000000;
}
.cid-uQY0TtmFbh .mbr-section-title {
  color: #000000;
}
.cid-uQY1TrBTa6 {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uQY0tES3Zy {
  padding-top: 7rem;
  padding-bottom: 12rem;
  background-color: #004b74;
}
.cid-uQY0tES3Zy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQY0tES3Zy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQY0tES3Zy .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uQY0tES3Zy .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQY0tES3Zy .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uQY0tES3Zy .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uQY0tES3Zy .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uQY0tES3Zy .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uQY0tES3Zy .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQY0tES3Zy .social-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uQY0tES3Zy .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uQY0tES3Zy .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uQY0tES3Zy .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uQY0tES3Zy .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #007bbf;
}
.cid-uQY0tES3Zy .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #004b74;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uQY0tES3Zy .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #004b74;
}
.cid-uQY0tES3Zy .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uQY0tES3Zy .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQY0tES3Zy .list-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uQY0tES3Zy .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uQY0tES3Zy .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uQY0tES3Zy .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uQY0tES3Zy .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uQY0tES3Zy .list-wrapper .list .item-wrap:hover,
.cid-uQY0tES3Zy .list-wrapper .list .item-wrap:focus {
  color: #007bbf;
}
.cid-uQY0tES3Zy .border-wrap {
  height: 1px;
  background-color: #ffffff;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uQY0tES3Zy .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uQY0tES3Zy .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uQY0tES3Zy .mbr-section-title {
  color: #ffffff;
}
.cid-uQY0tES3Zy .mbr-text {
  color: #ffffff;
}
.cid-uQY0tES3Zy .mbr-desc {
  color: #ffffff;
}
.cid-uQY0tES3Zy .list {
  color: #ffffff;
}
.cid-uQY2X9SInL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uQY2X9SInL .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-uQY2X9SInL .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uQY2X9SInL .iconfont-wrapper {
  color: #004b74 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uQY2X9SInL .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uQY2X9SInL .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uQY2X9SInL .container {
    padding: 0 1rem;
  }
}
.cid-uQY2X9SInL .menu-tite {
  background: #007bbf;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: right;
  color: #ffffff;
}
.cid-uQY2X9SInL .nav-link {
  position: relative;
}
.cid-uQY2X9SInL .nav-link:hover {
  color: #2a2e32 !important;
}
.cid-uQY2X9SInL nav.navbar {
  position: fixed;
}
.cid-uQY2X9SInL .navbar {
  padding: 0!important;
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uQY2X9SInL .navbar.opened {
  transition: all 0.3s;
}
.cid-uQY2X9SInL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQY2X9SInL .navbar .navbar-logo img {
  width: auto;
}
.cid-uQY2X9SInL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQY2X9SInL .navbar.collapsed {
  justify-content: center;
}
.cid-uQY2X9SInL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQY2X9SInL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQY2X9SInL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uQY2X9SInL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQY2X9SInL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQY2X9SInL .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-uQY2X9SInL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQY2X9SInL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQY2X9SInL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQY2X9SInL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQY2X9SInL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQY2X9SInL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQY2X9SInL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQY2X9SInL .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-uQY2X9SInL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQY2X9SInL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQY2X9SInL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQY2X9SInL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQY2X9SInL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQY2X9SInL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQY2X9SInL .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQY2X9SInL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQY2X9SInL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQY2X9SInL .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-uQY2X9SInL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQY2X9SInL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQY2X9SInL .dropdown-item:hover,
.cid-uQY2X9SInL .dropdown-item:focus {
  background: #007bbf !important;
  color: white !important;
}
.cid-uQY2X9SInL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQY2X9SInL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQY2X9SInL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uQY2X9SInL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQY2X9SInL .dropdown-menu,
.cid-uQY2X9SInL .navbar.opened {
  background: #ffffff !important;
}
.cid-uQY2X9SInL .nav-item:focus,
.cid-uQY2X9SInL .nav-link:focus {
  outline: none;
}
.cid-uQY2X9SInL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQY2X9SInL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQY2X9SInL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQY2X9SInL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQY2X9SInL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQY2X9SInL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQY2X9SInL .navbar-brand {
  min-height: 130px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQY2X9SInL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQY2X9SInL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQY2X9SInL .dropdown-item.active,
.cid-uQY2X9SInL .dropdown-item:active {
  background-color: transparent;
}
.cid-uQY2X9SInL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQY2X9SInL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQY2X9SInL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQY2X9SInL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQY2X9SInL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQY2X9SInL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQY2X9SInL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQY2X9SInL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQY2X9SInL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQY2X9SInL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #007bbf;
}
.cid-uQY2X9SInL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQY2X9SInL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQY2X9SInL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQY2X9SInL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQY2X9SInL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQY2X9SInL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQY2X9SInL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQY2X9SInL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQY2X9SInL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQY2X9SInL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQY2X9SInL .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-uQY2X9SInL .navbar {
    height: 70px;
  }
  .cid-uQY2X9SInL .navbar.opened {
    height: auto;
  }
  .cid-uQY2X9SInL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQY2XaceHc {
  display: flex;
  padding-top: 13rem;
  padding-bottom: 3rem;
  background-color: #004b74;
}
@media (min-width: 768px) {
  .cid-uQY2XaceHc {
    align-items: center;
  }
  .cid-uQY2XaceHc .row {
    justify-content: flex-start;
  }
  .cid-uQY2XaceHc .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uQY2XaceHc .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uQY2XaceHc {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uQY2XaceHc .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uQY2XaceHc .content-wrap {
    width: 100%;
  }
}
.cid-uQY2XaceHc .mbr-section-title,
.cid-uQY2XaceHc .mbr-section-subtitle {
  text-align: center;
}
.cid-uQY2XaceHc .mbr-text,
.cid-uQY2XaceHc .mbr-section-btn {
  text-align: left;
}
.cid-uQY2XaceHc .mbr-section-title {
  text-align: left;
}
.cid-uQY3fBhjTQ {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uQY3fBhjTQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQY3fBhjTQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uQY3fBhjTQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQY3fBhjTQ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uQY3fBhjTQ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uQY3fBhjTQ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uQY3fBhjTQ .mbr-section-title {
  color: #000000;
}
.cid-uQY3fBhjTQ .mbr-text,
.cid-uQY3fBhjTQ .mbr-section-btn {
  color: #000000;
}
.cid-uQY2Xascn9 {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uQY2Xascn9 .mbr-text {
  color: #000000;
}
.cid-uQY2Xascn9 .mbr-section-subtitle {
  color: #000000;
}
.cid-uQY2Xascn9 .mbr-section-title {
  color: #000000;
}
.cid-uQY2XaFBkT {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uQY2XaRvIA {
  padding-top: 7rem;
  padding-bottom: 12rem;
  background-color: #004b74;
}
.cid-uQY2XaRvIA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQY2XaRvIA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQY2XaRvIA .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uQY2XaRvIA .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQY2XaRvIA .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uQY2XaRvIA .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uQY2XaRvIA .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uQY2XaRvIA .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uQY2XaRvIA .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQY2XaRvIA .social-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uQY2XaRvIA .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uQY2XaRvIA .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uQY2XaRvIA .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uQY2XaRvIA .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #007bbf;
}
.cid-uQY2XaRvIA .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #004b74;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uQY2XaRvIA .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #004b74;
}
.cid-uQY2XaRvIA .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uQY2XaRvIA .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQY2XaRvIA .list-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uQY2XaRvIA .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uQY2XaRvIA .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uQY2XaRvIA .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uQY2XaRvIA .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uQY2XaRvIA .list-wrapper .list .item-wrap:hover,
.cid-uQY2XaRvIA .list-wrapper .list .item-wrap:focus {
  color: #007bbf;
}
.cid-uQY2XaRvIA .border-wrap {
  height: 1px;
  background-color: #ffffff;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uQY2XaRvIA .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uQY2XaRvIA .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uQY2XaRvIA .mbr-section-title {
  color: #ffffff;
}
.cid-uQY2XaRvIA .mbr-text {
  color: #ffffff;
}
.cid-uQY2XaRvIA .mbr-desc {
  color: #ffffff;
}
.cid-uQY2XaRvIA .list {
  color: #ffffff;
}
.cid-uQY5LijLKW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uQY5LijLKW .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-uQY5LijLKW .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uQY5LijLKW .iconfont-wrapper {
  color: #004b74 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uQY5LijLKW .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uQY5LijLKW .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uQY5LijLKW .container {
    padding: 0 1rem;
  }
}
.cid-uQY5LijLKW .menu-tite {
  background: #007bbf;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: right;
  color: #ffffff;
}
.cid-uQY5LijLKW .nav-link {
  position: relative;
}
.cid-uQY5LijLKW .nav-link:hover {
  color: #2a2e32 !important;
}
.cid-uQY5LijLKW nav.navbar {
  position: fixed;
}
.cid-uQY5LijLKW .navbar {
  padding: 0!important;
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uQY5LijLKW .navbar.opened {
  transition: all 0.3s;
}
.cid-uQY5LijLKW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQY5LijLKW .navbar .navbar-logo img {
  width: auto;
}
.cid-uQY5LijLKW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQY5LijLKW .navbar.collapsed {
  justify-content: center;
}
.cid-uQY5LijLKW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQY5LijLKW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQY5LijLKW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uQY5LijLKW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQY5LijLKW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQY5LijLKW .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-uQY5LijLKW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQY5LijLKW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQY5LijLKW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQY5LijLKW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQY5LijLKW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQY5LijLKW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQY5LijLKW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQY5LijLKW .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-uQY5LijLKW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQY5LijLKW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQY5LijLKW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQY5LijLKW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQY5LijLKW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQY5LijLKW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQY5LijLKW .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQY5LijLKW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQY5LijLKW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQY5LijLKW .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-uQY5LijLKW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQY5LijLKW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQY5LijLKW .dropdown-item:hover,
.cid-uQY5LijLKW .dropdown-item:focus {
  background: #007bbf !important;
  color: white !important;
}
.cid-uQY5LijLKW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQY5LijLKW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQY5LijLKW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uQY5LijLKW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQY5LijLKW .dropdown-menu,
.cid-uQY5LijLKW .navbar.opened {
  background: #ffffff !important;
}
.cid-uQY5LijLKW .nav-item:focus,
.cid-uQY5LijLKW .nav-link:focus {
  outline: none;
}
.cid-uQY5LijLKW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQY5LijLKW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQY5LijLKW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQY5LijLKW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQY5LijLKW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQY5LijLKW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQY5LijLKW .navbar-brand {
  min-height: 130px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQY5LijLKW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQY5LijLKW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQY5LijLKW .dropdown-item.active,
.cid-uQY5LijLKW .dropdown-item:active {
  background-color: transparent;
}
.cid-uQY5LijLKW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQY5LijLKW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQY5LijLKW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQY5LijLKW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQY5LijLKW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQY5LijLKW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQY5LijLKW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQY5LijLKW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQY5LijLKW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQY5LijLKW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #007bbf;
}
.cid-uQY5LijLKW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQY5LijLKW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQY5LijLKW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQY5LijLKW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQY5LijLKW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQY5LijLKW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQY5LijLKW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQY5LijLKW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQY5LijLKW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQY5LijLKW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQY5LijLKW .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-uQY5LijLKW .navbar {
    height: 70px;
  }
  .cid-uQY5LijLKW .navbar.opened {
    height: auto;
  }
  .cid-uQY5LijLKW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQY5LiAN8j {
  display: flex;
  padding-top: 13rem;
  padding-bottom: 3rem;
  background-color: #004b74;
}
@media (min-width: 768px) {
  .cid-uQY5LiAN8j {
    align-items: center;
  }
  .cid-uQY5LiAN8j .row {
    justify-content: flex-start;
  }
  .cid-uQY5LiAN8j .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uQY5LiAN8j .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uQY5LiAN8j {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uQY5LiAN8j .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uQY5LiAN8j .content-wrap {
    width: 100%;
  }
}
.cid-uQY5LiAN8j .mbr-section-title,
.cid-uQY5LiAN8j .mbr-section-subtitle {
  text-align: center;
}
.cid-uQY5LiAN8j .mbr-text,
.cid-uQY5LiAN8j .mbr-section-btn {
  text-align: left;
}
.cid-uQY5LiAN8j .mbr-section-title {
  text-align: left;
}
.cid-uQY5LiM73h {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uQY5LiM73h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQY5LiM73h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uQY5LiM73h .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQY5LiM73h .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uQY5LiM73h .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uQY5LiM73h .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uQY5LiM73h .mbr-section-title {
  color: #000000;
}
.cid-uQY5LiM73h .mbr-text,
.cid-uQY5LiM73h .mbr-section-btn {
  color: #000000;
}
.cid-uQY5LiYm5a {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uQY5LiYm5a .mbr-text {
  color: #000000;
}
.cid-uQY5LiYm5a .mbr-section-subtitle {
  color: #000000;
}
.cid-uQY5LiYm5a .mbr-section-title {
  color: #000000;
}
.cid-uQY5Ljbkab {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uQY5LjmbSx {
  padding-top: 7rem;
  padding-bottom: 12rem;
  background-color: #004b74;
}
.cid-uQY5LjmbSx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQY5LjmbSx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQY5LjmbSx .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uQY5LjmbSx .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQY5LjmbSx .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uQY5LjmbSx .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uQY5LjmbSx .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uQY5LjmbSx .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uQY5LjmbSx .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQY5LjmbSx .social-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uQY5LjmbSx .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uQY5LjmbSx .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uQY5LjmbSx .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uQY5LjmbSx .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #007bbf;
}
.cid-uQY5LjmbSx .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #004b74;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uQY5LjmbSx .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #004b74;
}
.cid-uQY5LjmbSx .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uQY5LjmbSx .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQY5LjmbSx .list-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uQY5LjmbSx .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uQY5LjmbSx .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uQY5LjmbSx .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uQY5LjmbSx .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uQY5LjmbSx .list-wrapper .list .item-wrap:hover,
.cid-uQY5LjmbSx .list-wrapper .list .item-wrap:focus {
  color: #007bbf;
}
.cid-uQY5LjmbSx .border-wrap {
  height: 1px;
  background-color: #ffffff;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uQY5LjmbSx .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uQY5LjmbSx .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uQY5LjmbSx .mbr-section-title {
  color: #ffffff;
}
.cid-uQY5LjmbSx .mbr-text {
  color: #ffffff;
}
.cid-uQY5LjmbSx .mbr-desc {
  color: #ffffff;
}
.cid-uQY5LjmbSx .list {
  color: #ffffff;
}
.cid-uQY6Kcve12 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uQY6Kcve12 .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-uQY6Kcve12 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uQY6Kcve12 .iconfont-wrapper {
  color: #004b74 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uQY6Kcve12 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uQY6Kcve12 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uQY6Kcve12 .container {
    padding: 0 1rem;
  }
}
.cid-uQY6Kcve12 .menu-tite {
  background: #007bbf;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: right;
  color: #ffffff;
}
.cid-uQY6Kcve12 .nav-link {
  position: relative;
}
.cid-uQY6Kcve12 .nav-link:hover {
  color: #2a2e32 !important;
}
.cid-uQY6Kcve12 nav.navbar {
  position: fixed;
}
.cid-uQY6Kcve12 .navbar {
  padding: 0!important;
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uQY6Kcve12 .navbar.opened {
  transition: all 0.3s;
}
.cid-uQY6Kcve12 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQY6Kcve12 .navbar .navbar-logo img {
  width: auto;
}
.cid-uQY6Kcve12 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQY6Kcve12 .navbar.collapsed {
  justify-content: center;
}
.cid-uQY6Kcve12 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQY6Kcve12 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQY6Kcve12 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uQY6Kcve12 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQY6Kcve12 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQY6Kcve12 .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-uQY6Kcve12 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQY6Kcve12 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQY6Kcve12 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQY6Kcve12 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQY6Kcve12 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQY6Kcve12 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQY6Kcve12 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQY6Kcve12 .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-uQY6Kcve12 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQY6Kcve12 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQY6Kcve12 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQY6Kcve12 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQY6Kcve12 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQY6Kcve12 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQY6Kcve12 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQY6Kcve12 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQY6Kcve12 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQY6Kcve12 .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-uQY6Kcve12 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQY6Kcve12 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQY6Kcve12 .dropdown-item:hover,
.cid-uQY6Kcve12 .dropdown-item:focus {
  background: #007bbf !important;
  color: white !important;
}
.cid-uQY6Kcve12 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQY6Kcve12 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQY6Kcve12 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uQY6Kcve12 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQY6Kcve12 .dropdown-menu,
.cid-uQY6Kcve12 .navbar.opened {
  background: #ffffff !important;
}
.cid-uQY6Kcve12 .nav-item:focus,
.cid-uQY6Kcve12 .nav-link:focus {
  outline: none;
}
.cid-uQY6Kcve12 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQY6Kcve12 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQY6Kcve12 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQY6Kcve12 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQY6Kcve12 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQY6Kcve12 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQY6Kcve12 .navbar-brand {
  min-height: 130px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQY6Kcve12 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQY6Kcve12 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQY6Kcve12 .dropdown-item.active,
.cid-uQY6Kcve12 .dropdown-item:active {
  background-color: transparent;
}
.cid-uQY6Kcve12 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQY6Kcve12 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQY6Kcve12 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQY6Kcve12 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQY6Kcve12 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQY6Kcve12 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQY6Kcve12 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQY6Kcve12 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQY6Kcve12 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQY6Kcve12 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #007bbf;
}
.cid-uQY6Kcve12 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQY6Kcve12 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQY6Kcve12 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQY6Kcve12 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQY6Kcve12 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQY6Kcve12 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQY6Kcve12 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQY6Kcve12 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQY6Kcve12 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQY6Kcve12 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQY6Kcve12 .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-uQY6Kcve12 .navbar {
    height: 70px;
  }
  .cid-uQY6Kcve12 .navbar.opened {
    height: auto;
  }
  .cid-uQY6Kcve12 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQY6KcTAl9 {
  display: flex;
  background-image: url("../../../assets/images/news-header-bg.webp");
}
.cid-uQY6KcTAl9 .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-uQY6KcTAl9 {
    align-items: center;
  }
  .cid-uQY6KcTAl9 .row {
    justify-content: flex-start;
  }
  .cid-uQY6KcTAl9 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uQY6KcTAl9 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uQY6KcTAl9 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uQY6KcTAl9 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uQY6KcTAl9 .content-wrap {
    width: 100%;
  }
}
.cid-uQY6KcTAl9 .mbr-section-title,
.cid-uQY6KcTAl9 .mbr-section-subtitle {
  text-align: center;
}
.cid-uQY6KcTAl9 .mbr-text,
.cid-uQY6KcTAl9 .mbr-section-btn {
  text-align: left;
}
.cid-uQY6KcTAl9 .mbr-section-title {
  text-align: left;
}
.cid-uQY7Jf2uaf {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uQY7Jf2uaf .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-uQY7Jf2uaf img,
.cid-uQY7Jf2uaf .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uQY7Jf2uaf .item:focus,
.cid-uQY7Jf2uaf span:focus {
  outline: none;
}
.cid-uQY7Jf2uaf .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQY7Jf2uaf .item {
    margin-bottom: 1rem;
  }
}
.cid-uQY7Jf2uaf .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uQY7Jf2uaf .mbr-section-title {
  color: #232323;
}
.cid-uQY7Jf2uaf .mbr-text,
.cid-uQY7Jf2uaf .mbr-section-btn {
  color: #232323;
}
.cid-uQY7Jf2uaf .item-title {
  color: #232323;
}
.cid-uQY7Jf2uaf .content-head {
  max-width: 800px;
}
.cid-uQY6KfpV0H {
  padding-top: 7rem;
  padding-bottom: 12rem;
  background-color: #004b74;
}
.cid-uQY6KfpV0H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQY6KfpV0H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQY6KfpV0H .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uQY6KfpV0H .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQY6KfpV0H .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uQY6KfpV0H .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uQY6KfpV0H .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uQY6KfpV0H .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uQY6KfpV0H .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQY6KfpV0H .social-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uQY6KfpV0H .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uQY6KfpV0H .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uQY6KfpV0H .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uQY6KfpV0H .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #007bbf;
}
.cid-uQY6KfpV0H .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #004b74;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uQY6KfpV0H .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #004b74;
}
.cid-uQY6KfpV0H .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uQY6KfpV0H .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQY6KfpV0H .list-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uQY6KfpV0H .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uQY6KfpV0H .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uQY6KfpV0H .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uQY6KfpV0H .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uQY6KfpV0H .list-wrapper .list .item-wrap:hover,
.cid-uQY6KfpV0H .list-wrapper .list .item-wrap:focus {
  color: #007bbf;
}
.cid-uQY6KfpV0H .border-wrap {
  height: 1px;
  background-color: #ffffff;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uQY6KfpV0H .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uQY6KfpV0H .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uQY6KfpV0H .mbr-section-title {
  color: #ffffff;
}
.cid-uQY6KfpV0H .mbr-text {
  color: #ffffff;
}
.cid-uQY6KfpV0H .mbr-desc {
  color: #ffffff;
}
.cid-uQY6KfpV0H .list {
  color: #ffffff;
}
.cid-uQY8XmSQQR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uQY8XmSQQR .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-uQY8XmSQQR .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uQY8XmSQQR .iconfont-wrapper {
  color: #004b74 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uQY8XmSQQR .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uQY8XmSQQR .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uQY8XmSQQR .container {
    padding: 0 1rem;
  }
}
.cid-uQY8XmSQQR .menu-tite {
  background: #007bbf;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: right;
  color: #ffffff;
}
.cid-uQY8XmSQQR .nav-link {
  position: relative;
}
.cid-uQY8XmSQQR .nav-link:hover {
  color: #2a2e32 !important;
}
.cid-uQY8XmSQQR nav.navbar {
  position: fixed;
}
.cid-uQY8XmSQQR .navbar {
  padding: 0!important;
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uQY8XmSQQR .navbar.opened {
  transition: all 0.3s;
}
.cid-uQY8XmSQQR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQY8XmSQQR .navbar .navbar-logo img {
  width: auto;
}
.cid-uQY8XmSQQR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQY8XmSQQR .navbar.collapsed {
  justify-content: center;
}
.cid-uQY8XmSQQR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQY8XmSQQR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQY8XmSQQR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uQY8XmSQQR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQY8XmSQQR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQY8XmSQQR .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-uQY8XmSQQR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQY8XmSQQR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQY8XmSQQR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQY8XmSQQR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQY8XmSQQR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQY8XmSQQR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQY8XmSQQR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQY8XmSQQR .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-uQY8XmSQQR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQY8XmSQQR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQY8XmSQQR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQY8XmSQQR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQY8XmSQQR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQY8XmSQQR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQY8XmSQQR .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQY8XmSQQR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQY8XmSQQR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQY8XmSQQR .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-uQY8XmSQQR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQY8XmSQQR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQY8XmSQQR .dropdown-item:hover,
.cid-uQY8XmSQQR .dropdown-item:focus {
  background: #007bbf !important;
  color: white !important;
}
.cid-uQY8XmSQQR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQY8XmSQQR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQY8XmSQQR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uQY8XmSQQR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQY8XmSQQR .dropdown-menu,
.cid-uQY8XmSQQR .navbar.opened {
  background: #ffffff !important;
}
.cid-uQY8XmSQQR .nav-item:focus,
.cid-uQY8XmSQQR .nav-link:focus {
  outline: none;
}
.cid-uQY8XmSQQR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQY8XmSQQR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQY8XmSQQR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQY8XmSQQR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQY8XmSQQR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQY8XmSQQR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQY8XmSQQR .navbar-brand {
  min-height: 130px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQY8XmSQQR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQY8XmSQQR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQY8XmSQQR .dropdown-item.active,
.cid-uQY8XmSQQR .dropdown-item:active {
  background-color: transparent;
}
.cid-uQY8XmSQQR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQY8XmSQQR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQY8XmSQQR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQY8XmSQQR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQY8XmSQQR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQY8XmSQQR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQY8XmSQQR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQY8XmSQQR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQY8XmSQQR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQY8XmSQQR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #007bbf;
}
.cid-uQY8XmSQQR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQY8XmSQQR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQY8XmSQQR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQY8XmSQQR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQY8XmSQQR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQY8XmSQQR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQY8XmSQQR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQY8XmSQQR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQY8XmSQQR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQY8XmSQQR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQY8XmSQQR .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-uQY8XmSQQR .navbar {
    height: 70px;
  }
  .cid-uQY8XmSQQR .navbar.opened {
    height: auto;
  }
  .cid-uQY8XmSQQR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQY8Xnaexv {
  display: flex;
  padding-top: 13rem;
  padding-bottom: 3rem;
  background-color: #004b74;
}
@media (min-width: 768px) {
  .cid-uQY8Xnaexv {
    align-items: center;
  }
  .cid-uQY8Xnaexv .row {
    justify-content: flex-start;
  }
  .cid-uQY8Xnaexv .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uQY8Xnaexv .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uQY8Xnaexv {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uQY8Xnaexv .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uQY8Xnaexv .content-wrap {
    width: 100%;
  }
}
.cid-uQY8Xnaexv .mbr-section-title,
.cid-uQY8Xnaexv .mbr-section-subtitle {
  text-align: center;
}
.cid-uQY8Xnaexv .mbr-text,
.cid-uQY8Xnaexv .mbr-section-btn {
  text-align: left;
}
.cid-uQY8Xnaexv .mbr-section-title {
  text-align: left;
}
.cid-uQY8Xnx1Mg {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uQY8Xnx1Mg .mbr-text {
  color: #000000;
}
.cid-uQY8Xnx1Mg .mbr-section-subtitle {
  color: #000000;
}
.cid-uQY8Xnx1Mg .mbr-section-title {
  color: #000000;
}
.cid-uQY8XnHJKx {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uQY8XnQXV0 {
  padding-top: 7rem;
  padding-bottom: 12rem;
  background-color: #004b74;
}
.cid-uQY8XnQXV0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQY8XnQXV0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQY8XnQXV0 .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uQY8XnQXV0 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQY8XnQXV0 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uQY8XnQXV0 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uQY8XnQXV0 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uQY8XnQXV0 .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uQY8XnQXV0 .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQY8XnQXV0 .social-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uQY8XnQXV0 .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uQY8XnQXV0 .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uQY8XnQXV0 .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uQY8XnQXV0 .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #007bbf;
}
.cid-uQY8XnQXV0 .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #004b74;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uQY8XnQXV0 .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #004b74;
}
.cid-uQY8XnQXV0 .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uQY8XnQXV0 .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQY8XnQXV0 .list-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uQY8XnQXV0 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uQY8XnQXV0 .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uQY8XnQXV0 .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uQY8XnQXV0 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uQY8XnQXV0 .list-wrapper .list .item-wrap:hover,
.cid-uQY8XnQXV0 .list-wrapper .list .item-wrap:focus {
  color: #007bbf;
}
.cid-uQY8XnQXV0 .border-wrap {
  height: 1px;
  background-color: #ffffff;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uQY8XnQXV0 .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uQY8XnQXV0 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uQY8XnQXV0 .mbr-section-title {
  color: #ffffff;
}
.cid-uQY8XnQXV0 .mbr-text {
  color: #ffffff;
}
.cid-uQY8XnQXV0 .mbr-desc {
  color: #ffffff;
}
.cid-uQY8XnQXV0 .list {
  color: #ffffff;
}
.cid-uQYamu139T {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uQYamu139T .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-uQYamu139T .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uQYamu139T .iconfont-wrapper {
  color: #004b74 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uQYamu139T .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uQYamu139T .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uQYamu139T .container {
    padding: 0 1rem;
  }
}
.cid-uQYamu139T .menu-tite {
  background: #007bbf;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: right;
  color: #ffffff;
}
.cid-uQYamu139T .nav-link {
  position: relative;
}
.cid-uQYamu139T .nav-link:hover {
  color: #2a2e32 !important;
}
.cid-uQYamu139T nav.navbar {
  position: fixed;
}
.cid-uQYamu139T .navbar {
  padding: 0!important;
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uQYamu139T .navbar.opened {
  transition: all 0.3s;
}
.cid-uQYamu139T .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQYamu139T .navbar .navbar-logo img {
  width: auto;
}
.cid-uQYamu139T .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQYamu139T .navbar.collapsed {
  justify-content: center;
}
.cid-uQYamu139T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQYamu139T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQYamu139T .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uQYamu139T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQYamu139T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQYamu139T .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-uQYamu139T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQYamu139T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQYamu139T .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQYamu139T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQYamu139T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQYamu139T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQYamu139T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQYamu139T .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-uQYamu139T .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQYamu139T .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQYamu139T .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQYamu139T .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQYamu139T .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQYamu139T .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQYamu139T .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQYamu139T .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQYamu139T .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQYamu139T .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-uQYamu139T .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQYamu139T .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQYamu139T .dropdown-item:hover,
.cid-uQYamu139T .dropdown-item:focus {
  background: #007bbf !important;
  color: white !important;
}
.cid-uQYamu139T .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQYamu139T .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQYamu139T .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uQYamu139T .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQYamu139T .dropdown-menu,
.cid-uQYamu139T .navbar.opened {
  background: #ffffff !important;
}
.cid-uQYamu139T .nav-item:focus,
.cid-uQYamu139T .nav-link:focus {
  outline: none;
}
.cid-uQYamu139T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQYamu139T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQYamu139T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQYamu139T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQYamu139T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQYamu139T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQYamu139T .navbar-brand {
  min-height: 130px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQYamu139T .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQYamu139T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQYamu139T .dropdown-item.active,
.cid-uQYamu139T .dropdown-item:active {
  background-color: transparent;
}
.cid-uQYamu139T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQYamu139T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQYamu139T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQYamu139T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQYamu139T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQYamu139T .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQYamu139T ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQYamu139T .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQYamu139T button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQYamu139T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #007bbf;
}
.cid-uQYamu139T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQYamu139T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQYamu139T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQYamu139T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQYamu139T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQYamu139T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQYamu139T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQYamu139T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQYamu139T .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQYamu139T a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQYamu139T .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-uQYamu139T .navbar {
    height: 70px;
  }
  .cid-uQYamu139T .navbar.opened {
    height: auto;
  }
  .cid-uQYamu139T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQYamug6mY {
  display: flex;
  padding-top: 13rem;
  padding-bottom: 3rem;
  background-color: #004b74;
}
@media (min-width: 768px) {
  .cid-uQYamug6mY {
    align-items: center;
  }
  .cid-uQYamug6mY .row {
    justify-content: flex-start;
  }
  .cid-uQYamug6mY .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uQYamug6mY .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uQYamug6mY {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uQYamug6mY .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uQYamug6mY .content-wrap {
    width: 100%;
  }
}
.cid-uQYamug6mY .mbr-section-title,
.cid-uQYamug6mY .mbr-section-subtitle {
  text-align: center;
}
.cid-uQYamug6mY .mbr-text,
.cid-uQYamug6mY .mbr-section-btn {
  text-align: left;
}
.cid-uQYamug6mY .mbr-section-title {
  text-align: left;
}
.cid-uQYamuror7 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uQYamuror7 .mbr-text {
  color: #000000;
}
.cid-uQYamuror7 .mbr-section-subtitle {
  color: #000000;
}
.cid-uQYamuror7 .mbr-section-title {
  color: #000000;
}
.cid-uQYamuA1nm {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uQYamuIU5w {
  padding-top: 7rem;
  padding-bottom: 12rem;
  background-color: #004b74;
}
.cid-uQYamuIU5w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQYamuIU5w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQYamuIU5w .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uQYamuIU5w .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQYamuIU5w .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uQYamuIU5w .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uQYamuIU5w .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uQYamuIU5w .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uQYamuIU5w .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQYamuIU5w .social-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uQYamuIU5w .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uQYamuIU5w .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uQYamuIU5w .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uQYamuIU5w .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #007bbf;
}
.cid-uQYamuIU5w .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #004b74;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uQYamuIU5w .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #004b74;
}
.cid-uQYamuIU5w .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uQYamuIU5w .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQYamuIU5w .list-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uQYamuIU5w .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uQYamuIU5w .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uQYamuIU5w .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uQYamuIU5w .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uQYamuIU5w .list-wrapper .list .item-wrap:hover,
.cid-uQYamuIU5w .list-wrapper .list .item-wrap:focus {
  color: #007bbf;
}
.cid-uQYamuIU5w .border-wrap {
  height: 1px;
  background-color: #ffffff;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uQYamuIU5w .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uQYamuIU5w .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uQYamuIU5w .mbr-section-title {
  color: #ffffff;
}
.cid-uQYamuIU5w .mbr-text {
  color: #ffffff;
}
.cid-uQYamuIU5w .mbr-desc {
  color: #ffffff;
}
.cid-uQYamuIU5w .list {
  color: #ffffff;
}
.cid-uQYtrWA7Qf {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uQYtrWA7Qf .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-uQYtrWA7Qf .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uQYtrWA7Qf .iconfont-wrapper {
  color: #004b74 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uQYtrWA7Qf .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uQYtrWA7Qf .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uQYtrWA7Qf .container {
    padding: 0 1rem;
  }
}
.cid-uQYtrWA7Qf .menu-tite {
  background: #007bbf;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: right;
  color: #ffffff;
}
.cid-uQYtrWA7Qf .nav-link {
  position: relative;
}
.cid-uQYtrWA7Qf .nav-link:hover {
  color: #2a2e32 !important;
}
.cid-uQYtrWA7Qf nav.navbar {
  position: fixed;
}
.cid-uQYtrWA7Qf .navbar {
  padding: 0!important;
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uQYtrWA7Qf .navbar.opened {
  transition: all 0.3s;
}
.cid-uQYtrWA7Qf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQYtrWA7Qf .navbar .navbar-logo img {
  width: auto;
}
.cid-uQYtrWA7Qf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQYtrWA7Qf .navbar.collapsed {
  justify-content: center;
}
.cid-uQYtrWA7Qf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQYtrWA7Qf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQYtrWA7Qf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uQYtrWA7Qf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQYtrWA7Qf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQYtrWA7Qf .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-uQYtrWA7Qf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQYtrWA7Qf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQYtrWA7Qf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQYtrWA7Qf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQYtrWA7Qf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQYtrWA7Qf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQYtrWA7Qf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQYtrWA7Qf .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-uQYtrWA7Qf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQYtrWA7Qf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQYtrWA7Qf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQYtrWA7Qf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQYtrWA7Qf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQYtrWA7Qf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQYtrWA7Qf .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQYtrWA7Qf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQYtrWA7Qf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQYtrWA7Qf .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-uQYtrWA7Qf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQYtrWA7Qf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQYtrWA7Qf .dropdown-item:hover,
.cid-uQYtrWA7Qf .dropdown-item:focus {
  background: #007bbf !important;
  color: white !important;
}
.cid-uQYtrWA7Qf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQYtrWA7Qf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQYtrWA7Qf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uQYtrWA7Qf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQYtrWA7Qf .dropdown-menu,
.cid-uQYtrWA7Qf .navbar.opened {
  background: #ffffff !important;
}
.cid-uQYtrWA7Qf .nav-item:focus,
.cid-uQYtrWA7Qf .nav-link:focus {
  outline: none;
}
.cid-uQYtrWA7Qf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQYtrWA7Qf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQYtrWA7Qf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQYtrWA7Qf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQYtrWA7Qf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQYtrWA7Qf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQYtrWA7Qf .navbar-brand {
  min-height: 130px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQYtrWA7Qf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQYtrWA7Qf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQYtrWA7Qf .dropdown-item.active,
.cid-uQYtrWA7Qf .dropdown-item:active {
  background-color: transparent;
}
.cid-uQYtrWA7Qf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQYtrWA7Qf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQYtrWA7Qf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQYtrWA7Qf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQYtrWA7Qf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQYtrWA7Qf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQYtrWA7Qf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQYtrWA7Qf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQYtrWA7Qf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQYtrWA7Qf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #007bbf;
}
.cid-uQYtrWA7Qf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQYtrWA7Qf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQYtrWA7Qf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQYtrWA7Qf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQYtrWA7Qf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQYtrWA7Qf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQYtrWA7Qf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQYtrWA7Qf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQYtrWA7Qf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQYtrWA7Qf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQYtrWA7Qf .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-uQYtrWA7Qf .navbar {
    height: 70px;
  }
  .cid-uQYtrWA7Qf .navbar.opened {
    height: auto;
  }
  .cid-uQYtrWA7Qf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQYtrWTjSm {
  display: flex;
  padding-top: 13rem;
  padding-bottom: 3rem;
  background-color: #004b74;
}
@media (min-width: 768px) {
  .cid-uQYtrWTjSm {
    align-items: center;
  }
  .cid-uQYtrWTjSm .row {
    justify-content: flex-start;
  }
  .cid-uQYtrWTjSm .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uQYtrWTjSm .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uQYtrWTjSm {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uQYtrWTjSm .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uQYtrWTjSm .content-wrap {
    width: 100%;
  }
}
.cid-uQYtrWTjSm .mbr-section-title,
.cid-uQYtrWTjSm .mbr-section-subtitle {
  text-align: center;
}
.cid-uQYtrWTjSm .mbr-text,
.cid-uQYtrWTjSm .mbr-section-btn {
  text-align: left;
}
.cid-uQYtrWTjSm .mbr-section-title {
  text-align: left;
}
.cid-uQYtrX6hKk {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uQYtrX6hKk .mbr-text {
  color: #000000;
}
.cid-uQYtrX6hKk .mbr-section-subtitle {
  color: #000000;
}
.cid-uQYtrX6hKk .mbr-section-title {
  color: #000000;
}
.cid-uQYtrXizMZ {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uQYtrXtwFO {
  padding-top: 7rem;
  padding-bottom: 12rem;
  background-color: #004b74;
}
.cid-uQYtrXtwFO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQYtrXtwFO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQYtrXtwFO .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uQYtrXtwFO .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQYtrXtwFO .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uQYtrXtwFO .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uQYtrXtwFO .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uQYtrXtwFO .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uQYtrXtwFO .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQYtrXtwFO .social-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uQYtrXtwFO .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uQYtrXtwFO .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uQYtrXtwFO .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uQYtrXtwFO .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #007bbf;
}
.cid-uQYtrXtwFO .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #004b74;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uQYtrXtwFO .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #004b74;
}
.cid-uQYtrXtwFO .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uQYtrXtwFO .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQYtrXtwFO .list-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uQYtrXtwFO .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uQYtrXtwFO .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uQYtrXtwFO .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uQYtrXtwFO .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uQYtrXtwFO .list-wrapper .list .item-wrap:hover,
.cid-uQYtrXtwFO .list-wrapper .list .item-wrap:focus {
  color: #007bbf;
}
.cid-uQYtrXtwFO .border-wrap {
  height: 1px;
  background-color: #ffffff;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uQYtrXtwFO .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uQYtrXtwFO .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uQYtrXtwFO .mbr-section-title {
  color: #ffffff;
}
.cid-uQYtrXtwFO .mbr-text {
  color: #ffffff;
}
.cid-uQYtrXtwFO .mbr-desc {
  color: #ffffff;
}
.cid-uQYtrXtwFO .list {
  color: #ffffff;
}
.cid-uQYv7EnkDs {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uQYv7EnkDs .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-uQYv7EnkDs .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uQYv7EnkDs .iconfont-wrapper {
  color: #004b74 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uQYv7EnkDs .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uQYv7EnkDs .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uQYv7EnkDs .container {
    padding: 0 1rem;
  }
}
.cid-uQYv7EnkDs .menu-tite {
  background: #007bbf;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: right;
  color: #ffffff;
}
.cid-uQYv7EnkDs .nav-link {
  position: relative;
}
.cid-uQYv7EnkDs .nav-link:hover {
  color: #2a2e32 !important;
}
.cid-uQYv7EnkDs nav.navbar {
  position: fixed;
}
.cid-uQYv7EnkDs .navbar {
  padding: 0!important;
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uQYv7EnkDs .navbar.opened {
  transition: all 0.3s;
}
.cid-uQYv7EnkDs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQYv7EnkDs .navbar .navbar-logo img {
  width: auto;
}
.cid-uQYv7EnkDs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQYv7EnkDs .navbar.collapsed {
  justify-content: center;
}
.cid-uQYv7EnkDs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQYv7EnkDs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQYv7EnkDs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uQYv7EnkDs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQYv7EnkDs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQYv7EnkDs .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-uQYv7EnkDs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQYv7EnkDs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQYv7EnkDs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQYv7EnkDs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQYv7EnkDs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQYv7EnkDs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQYv7EnkDs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQYv7EnkDs .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-uQYv7EnkDs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQYv7EnkDs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQYv7EnkDs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQYv7EnkDs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQYv7EnkDs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQYv7EnkDs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQYv7EnkDs .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQYv7EnkDs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQYv7EnkDs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQYv7EnkDs .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-uQYv7EnkDs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQYv7EnkDs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQYv7EnkDs .dropdown-item:hover,
.cid-uQYv7EnkDs .dropdown-item:focus {
  background: #007bbf !important;
  color: white !important;
}
.cid-uQYv7EnkDs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQYv7EnkDs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQYv7EnkDs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uQYv7EnkDs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQYv7EnkDs .dropdown-menu,
.cid-uQYv7EnkDs .navbar.opened {
  background: #ffffff !important;
}
.cid-uQYv7EnkDs .nav-item:focus,
.cid-uQYv7EnkDs .nav-link:focus {
  outline: none;
}
.cid-uQYv7EnkDs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQYv7EnkDs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQYv7EnkDs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQYv7EnkDs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQYv7EnkDs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQYv7EnkDs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQYv7EnkDs .navbar-brand {
  min-height: 130px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQYv7EnkDs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQYv7EnkDs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQYv7EnkDs .dropdown-item.active,
.cid-uQYv7EnkDs .dropdown-item:active {
  background-color: transparent;
}
.cid-uQYv7EnkDs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQYv7EnkDs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQYv7EnkDs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQYv7EnkDs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQYv7EnkDs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQYv7EnkDs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQYv7EnkDs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQYv7EnkDs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQYv7EnkDs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQYv7EnkDs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #007bbf;
}
.cid-uQYv7EnkDs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQYv7EnkDs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQYv7EnkDs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQYv7EnkDs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQYv7EnkDs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQYv7EnkDs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQYv7EnkDs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQYv7EnkDs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQYv7EnkDs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQYv7EnkDs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQYv7EnkDs .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-uQYv7EnkDs .navbar {
    height: 70px;
  }
  .cid-uQYv7EnkDs .navbar.opened {
    height: auto;
  }
  .cid-uQYv7EnkDs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQYv7ELSDO {
  display: flex;
  padding-top: 13rem;
  padding-bottom: 3rem;
  background-color: #004b74;
}
@media (min-width: 768px) {
  .cid-uQYv7ELSDO {
    align-items: center;
  }
  .cid-uQYv7ELSDO .row {
    justify-content: flex-start;
  }
  .cid-uQYv7ELSDO .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uQYv7ELSDO .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uQYv7ELSDO {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uQYv7ELSDO .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uQYv7ELSDO .content-wrap {
    width: 100%;
  }
}
.cid-uQYv7ELSDO .mbr-section-title,
.cid-uQYv7ELSDO .mbr-section-subtitle {
  text-align: center;
}
.cid-uQYv7ELSDO .mbr-text,
.cid-uQYv7ELSDO .mbr-section-btn {
  text-align: left;
}
.cid-uQYv7ELSDO .mbr-section-title {
  text-align: left;
}
.cid-uQYv7F78Tf {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uQYv7F78Tf .mbr-text {
  color: #000000;
}
.cid-uQYv7F78Tf .mbr-section-subtitle {
  color: #000000;
}
.cid-uQYv7F78Tf .mbr-section-title {
  color: #000000;
}
.cid-uQYv7FvBba {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uQYv7FKB9L {
  padding-top: 7rem;
  padding-bottom: 12rem;
  background-color: #004b74;
}
.cid-uQYv7FKB9L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQYv7FKB9L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQYv7FKB9L .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uQYv7FKB9L .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQYv7FKB9L .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uQYv7FKB9L .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uQYv7FKB9L .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uQYv7FKB9L .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uQYv7FKB9L .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQYv7FKB9L .social-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uQYv7FKB9L .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uQYv7FKB9L .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uQYv7FKB9L .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uQYv7FKB9L .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #007bbf;
}
.cid-uQYv7FKB9L .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #004b74;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uQYv7FKB9L .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #004b74;
}
.cid-uQYv7FKB9L .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uQYv7FKB9L .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQYv7FKB9L .list-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uQYv7FKB9L .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uQYv7FKB9L .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uQYv7FKB9L .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uQYv7FKB9L .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uQYv7FKB9L .list-wrapper .list .item-wrap:hover,
.cid-uQYv7FKB9L .list-wrapper .list .item-wrap:focus {
  color: #007bbf;
}
.cid-uQYv7FKB9L .border-wrap {
  height: 1px;
  background-color: #ffffff;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uQYv7FKB9L .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uQYv7FKB9L .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uQYv7FKB9L .mbr-section-title {
  color: #ffffff;
}
.cid-uQYv7FKB9L .mbr-text {
  color: #ffffff;
}
.cid-uQYv7FKB9L .mbr-desc {
  color: #ffffff;
}
.cid-uQYv7FKB9L .list {
  color: #ffffff;
}
.cid-uQYwvKhMV3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uQYwvKhMV3 .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-uQYwvKhMV3 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uQYwvKhMV3 .iconfont-wrapper {
  color: #004b74 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uQYwvKhMV3 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uQYwvKhMV3 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uQYwvKhMV3 .container {
    padding: 0 1rem;
  }
}
.cid-uQYwvKhMV3 .menu-tite {
  background: #007bbf;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: right;
  color: #ffffff;
}
.cid-uQYwvKhMV3 .nav-link {
  position: relative;
}
.cid-uQYwvKhMV3 .nav-link:hover {
  color: #2a2e32 !important;
}
.cid-uQYwvKhMV3 nav.navbar {
  position: fixed;
}
.cid-uQYwvKhMV3 .navbar {
  padding: 0!important;
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uQYwvKhMV3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uQYwvKhMV3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQYwvKhMV3 .navbar .navbar-logo img {
  width: auto;
}
.cid-uQYwvKhMV3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQYwvKhMV3 .navbar.collapsed {
  justify-content: center;
}
.cid-uQYwvKhMV3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQYwvKhMV3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQYwvKhMV3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uQYwvKhMV3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQYwvKhMV3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQYwvKhMV3 .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-uQYwvKhMV3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQYwvKhMV3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQYwvKhMV3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQYwvKhMV3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQYwvKhMV3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQYwvKhMV3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQYwvKhMV3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQYwvKhMV3 .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-uQYwvKhMV3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQYwvKhMV3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQYwvKhMV3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQYwvKhMV3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQYwvKhMV3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQYwvKhMV3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQYwvKhMV3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQYwvKhMV3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQYwvKhMV3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQYwvKhMV3 .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-uQYwvKhMV3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQYwvKhMV3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQYwvKhMV3 .dropdown-item:hover,
.cid-uQYwvKhMV3 .dropdown-item:focus {
  background: #007bbf !important;
  color: white !important;
}
.cid-uQYwvKhMV3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQYwvKhMV3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQYwvKhMV3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uQYwvKhMV3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQYwvKhMV3 .dropdown-menu,
.cid-uQYwvKhMV3 .navbar.opened {
  background: #ffffff !important;
}
.cid-uQYwvKhMV3 .nav-item:focus,
.cid-uQYwvKhMV3 .nav-link:focus {
  outline: none;
}
.cid-uQYwvKhMV3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQYwvKhMV3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQYwvKhMV3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQYwvKhMV3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQYwvKhMV3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQYwvKhMV3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQYwvKhMV3 .navbar-brand {
  min-height: 130px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQYwvKhMV3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQYwvKhMV3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQYwvKhMV3 .dropdown-item.active,
.cid-uQYwvKhMV3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uQYwvKhMV3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQYwvKhMV3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQYwvKhMV3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQYwvKhMV3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQYwvKhMV3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQYwvKhMV3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQYwvKhMV3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQYwvKhMV3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQYwvKhMV3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQYwvKhMV3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #007bbf;
}
.cid-uQYwvKhMV3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQYwvKhMV3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQYwvKhMV3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQYwvKhMV3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQYwvKhMV3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQYwvKhMV3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQYwvKhMV3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQYwvKhMV3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQYwvKhMV3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQYwvKhMV3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQYwvKhMV3 .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-uQYwvKhMV3 .navbar {
    height: 70px;
  }
  .cid-uQYwvKhMV3 .navbar.opened {
    height: auto;
  }
  .cid-uQYwvKhMV3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQYwvKGNZv {
  display: flex;
  padding-top: 13rem;
  padding-bottom: 3rem;
  background-color: #004b74;
}
@media (min-width: 768px) {
  .cid-uQYwvKGNZv {
    align-items: center;
  }
  .cid-uQYwvKGNZv .row {
    justify-content: flex-start;
  }
  .cid-uQYwvKGNZv .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uQYwvKGNZv .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uQYwvKGNZv {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uQYwvKGNZv .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uQYwvKGNZv .content-wrap {
    width: 100%;
  }
}
.cid-uQYwvKGNZv .mbr-section-title,
.cid-uQYwvKGNZv .mbr-section-subtitle {
  text-align: center;
}
.cid-uQYwvKGNZv .mbr-text,
.cid-uQYwvKGNZv .mbr-section-btn {
  text-align: left;
}
.cid-uQYwvKGNZv .mbr-section-title {
  text-align: left;
}
.cid-uQYwvKXLYR {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uQYwvKXLYR .mbr-text {
  color: #000000;
}
.cid-uQYwvKXLYR .mbr-section-subtitle {
  color: #000000;
}
.cid-uQYwvKXLYR .mbr-section-title {
  color: #000000;
}
.cid-uQYwvLaiBV {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uQYwvLknRy {
  padding-top: 7rem;
  padding-bottom: 12rem;
  background-color: #004b74;
}
.cid-uQYwvLknRy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQYwvLknRy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQYwvLknRy .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uQYwvLknRy .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQYwvLknRy .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uQYwvLknRy .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uQYwvLknRy .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uQYwvLknRy .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uQYwvLknRy .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQYwvLknRy .social-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uQYwvLknRy .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uQYwvLknRy .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uQYwvLknRy .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uQYwvLknRy .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #007bbf;
}
.cid-uQYwvLknRy .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #004b74;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uQYwvLknRy .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #004b74;
}
.cid-uQYwvLknRy .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uQYwvLknRy .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQYwvLknRy .list-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uQYwvLknRy .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uQYwvLknRy .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uQYwvLknRy .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uQYwvLknRy .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uQYwvLknRy .list-wrapper .list .item-wrap:hover,
.cid-uQYwvLknRy .list-wrapper .list .item-wrap:focus {
  color: #007bbf;
}
.cid-uQYwvLknRy .border-wrap {
  height: 1px;
  background-color: #ffffff;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uQYwvLknRy .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uQYwvLknRy .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uQYwvLknRy .mbr-section-title {
  color: #ffffff;
}
.cid-uQYwvLknRy .mbr-text {
  color: #ffffff;
}
.cid-uQYwvLknRy .mbr-desc {
  color: #ffffff;
}
.cid-uQYwvLknRy .list {
  color: #ffffff;
}
.cid-uQYyXuA3dR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uQYyXuA3dR .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-uQYyXuA3dR .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uQYyXuA3dR .iconfont-wrapper {
  color: #004b74 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uQYyXuA3dR .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uQYyXuA3dR .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uQYyXuA3dR .container {
    padding: 0 1rem;
  }
}
.cid-uQYyXuA3dR .menu-tite {
  background: #007bbf;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: right;
  color: #ffffff;
}
.cid-uQYyXuA3dR .nav-link {
  position: relative;
}
.cid-uQYyXuA3dR .nav-link:hover {
  color: #2a2e32 !important;
}
.cid-uQYyXuA3dR nav.navbar {
  position: fixed;
}
.cid-uQYyXuA3dR .navbar {
  padding: 0!important;
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uQYyXuA3dR .navbar.opened {
  transition: all 0.3s;
}
.cid-uQYyXuA3dR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQYyXuA3dR .navbar .navbar-logo img {
  width: auto;
}
.cid-uQYyXuA3dR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQYyXuA3dR .navbar.collapsed {
  justify-content: center;
}
.cid-uQYyXuA3dR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQYyXuA3dR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQYyXuA3dR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uQYyXuA3dR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQYyXuA3dR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQYyXuA3dR .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-uQYyXuA3dR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQYyXuA3dR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQYyXuA3dR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQYyXuA3dR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQYyXuA3dR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQYyXuA3dR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQYyXuA3dR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQYyXuA3dR .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-uQYyXuA3dR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQYyXuA3dR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQYyXuA3dR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQYyXuA3dR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQYyXuA3dR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQYyXuA3dR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQYyXuA3dR .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQYyXuA3dR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQYyXuA3dR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQYyXuA3dR .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-uQYyXuA3dR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQYyXuA3dR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQYyXuA3dR .dropdown-item:hover,
.cid-uQYyXuA3dR .dropdown-item:focus {
  background: #007bbf !important;
  color: white !important;
}
.cid-uQYyXuA3dR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQYyXuA3dR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQYyXuA3dR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uQYyXuA3dR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQYyXuA3dR .dropdown-menu,
.cid-uQYyXuA3dR .navbar.opened {
  background: #ffffff !important;
}
.cid-uQYyXuA3dR .nav-item:focus,
.cid-uQYyXuA3dR .nav-link:focus {
  outline: none;
}
.cid-uQYyXuA3dR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQYyXuA3dR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQYyXuA3dR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQYyXuA3dR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQYyXuA3dR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQYyXuA3dR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQYyXuA3dR .navbar-brand {
  min-height: 130px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQYyXuA3dR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQYyXuA3dR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQYyXuA3dR .dropdown-item.active,
.cid-uQYyXuA3dR .dropdown-item:active {
  background-color: transparent;
}
.cid-uQYyXuA3dR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQYyXuA3dR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQYyXuA3dR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQYyXuA3dR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQYyXuA3dR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQYyXuA3dR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQYyXuA3dR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQYyXuA3dR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQYyXuA3dR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQYyXuA3dR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #007bbf;
}
.cid-uQYyXuA3dR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQYyXuA3dR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQYyXuA3dR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQYyXuA3dR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQYyXuA3dR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQYyXuA3dR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQYyXuA3dR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQYyXuA3dR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQYyXuA3dR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQYyXuA3dR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQYyXuA3dR .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-uQYyXuA3dR .navbar {
    height: 70px;
  }
  .cid-uQYyXuA3dR .navbar.opened {
    height: auto;
  }
  .cid-uQYyXuA3dR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQYyXuQ41F {
  display: flex;
  padding-top: 13rem;
  padding-bottom: 3rem;
  background-color: #004b74;
}
@media (min-width: 768px) {
  .cid-uQYyXuQ41F {
    align-items: center;
  }
  .cid-uQYyXuQ41F .row {
    justify-content: flex-start;
  }
  .cid-uQYyXuQ41F .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uQYyXuQ41F .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uQYyXuQ41F {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uQYyXuQ41F .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uQYyXuQ41F .content-wrap {
    width: 100%;
  }
}
.cid-uQYyXuQ41F .mbr-section-title,
.cid-uQYyXuQ41F .mbr-section-subtitle {
  text-align: center;
}
.cid-uQYyXuQ41F .mbr-text,
.cid-uQYyXuQ41F .mbr-section-btn {
  text-align: left;
}
.cid-uQYyXuQ41F .mbr-section-title {
  text-align: left;
}
.cid-uQYyXv0UHr {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uQYyXv0UHr .mbr-text {
  color: #000000;
}
.cid-uQYyXv0UHr .mbr-section-subtitle {
  color: #000000;
}
.cid-uQYyXv0UHr .mbr-section-title {
  color: #000000;
}
.cid-uQYyXva7yV {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uQYyXvjbs6 {
  padding-top: 7rem;
  padding-bottom: 12rem;
  background-color: #004b74;
}
.cid-uQYyXvjbs6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQYyXvjbs6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQYyXvjbs6 .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uQYyXvjbs6 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQYyXvjbs6 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uQYyXvjbs6 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uQYyXvjbs6 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uQYyXvjbs6 .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uQYyXvjbs6 .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQYyXvjbs6 .social-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uQYyXvjbs6 .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uQYyXvjbs6 .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uQYyXvjbs6 .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uQYyXvjbs6 .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #007bbf;
}
.cid-uQYyXvjbs6 .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #004b74;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uQYyXvjbs6 .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #004b74;
}
.cid-uQYyXvjbs6 .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uQYyXvjbs6 .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQYyXvjbs6 .list-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uQYyXvjbs6 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uQYyXvjbs6 .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uQYyXvjbs6 .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uQYyXvjbs6 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uQYyXvjbs6 .list-wrapper .list .item-wrap:hover,
.cid-uQYyXvjbs6 .list-wrapper .list .item-wrap:focus {
  color: #007bbf;
}
.cid-uQYyXvjbs6 .border-wrap {
  height: 1px;
  background-color: #ffffff;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uQYyXvjbs6 .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uQYyXvjbs6 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uQYyXvjbs6 .mbr-section-title {
  color: #ffffff;
}
.cid-uQYyXvjbs6 .mbr-text {
  color: #ffffff;
}
.cid-uQYyXvjbs6 .mbr-desc {
  color: #ffffff;
}
.cid-uQYyXvjbs6 .list {
  color: #ffffff;
}
.cid-uQYDVFUpwK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uQYDVFUpwK .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-uQYDVFUpwK .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uQYDVFUpwK .iconfont-wrapper {
  color: #004b74 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uQYDVFUpwK .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uQYDVFUpwK .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uQYDVFUpwK .container {
    padding: 0 1rem;
  }
}
.cid-uQYDVFUpwK .menu-tite {
  background: #007bbf;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: right;
  color: #ffffff;
}
.cid-uQYDVFUpwK .nav-link {
  position: relative;
}
.cid-uQYDVFUpwK .nav-link:hover {
  color: #2a2e32 !important;
}
.cid-uQYDVFUpwK nav.navbar {
  position: fixed;
}
.cid-uQYDVFUpwK .navbar {
  padding: 0!important;
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uQYDVFUpwK .navbar.opened {
  transition: all 0.3s;
}
.cid-uQYDVFUpwK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQYDVFUpwK .navbar .navbar-logo img {
  width: auto;
}
.cid-uQYDVFUpwK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQYDVFUpwK .navbar.collapsed {
  justify-content: center;
}
.cid-uQYDVFUpwK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQYDVFUpwK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQYDVFUpwK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uQYDVFUpwK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQYDVFUpwK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQYDVFUpwK .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-uQYDVFUpwK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQYDVFUpwK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQYDVFUpwK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQYDVFUpwK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQYDVFUpwK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQYDVFUpwK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQYDVFUpwK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQYDVFUpwK .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-uQYDVFUpwK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQYDVFUpwK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQYDVFUpwK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQYDVFUpwK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQYDVFUpwK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQYDVFUpwK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQYDVFUpwK .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQYDVFUpwK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQYDVFUpwK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQYDVFUpwK .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-uQYDVFUpwK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQYDVFUpwK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQYDVFUpwK .dropdown-item:hover,
.cid-uQYDVFUpwK .dropdown-item:focus {
  background: #007bbf !important;
  color: white !important;
}
.cid-uQYDVFUpwK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQYDVFUpwK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQYDVFUpwK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uQYDVFUpwK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQYDVFUpwK .dropdown-menu,
.cid-uQYDVFUpwK .navbar.opened {
  background: #ffffff !important;
}
.cid-uQYDVFUpwK .nav-item:focus,
.cid-uQYDVFUpwK .nav-link:focus {
  outline: none;
}
.cid-uQYDVFUpwK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQYDVFUpwK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQYDVFUpwK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQYDVFUpwK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQYDVFUpwK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQYDVFUpwK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQYDVFUpwK .navbar-brand {
  min-height: 130px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQYDVFUpwK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQYDVFUpwK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQYDVFUpwK .dropdown-item.active,
.cid-uQYDVFUpwK .dropdown-item:active {
  background-color: transparent;
}
.cid-uQYDVFUpwK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQYDVFUpwK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQYDVFUpwK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQYDVFUpwK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQYDVFUpwK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQYDVFUpwK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQYDVFUpwK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQYDVFUpwK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQYDVFUpwK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQYDVFUpwK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #007bbf;
}
.cid-uQYDVFUpwK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQYDVFUpwK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQYDVFUpwK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQYDVFUpwK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQYDVFUpwK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQYDVFUpwK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQYDVFUpwK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQYDVFUpwK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQYDVFUpwK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQYDVFUpwK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQYDVFUpwK .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-uQYDVFUpwK .navbar {
    height: 70px;
  }
  .cid-uQYDVFUpwK .navbar.opened {
    height: auto;
  }
  .cid-uQYDVFUpwK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQYDVG9RMv {
  display: flex;
  padding-top: 13rem;
  padding-bottom: 3rem;
  background-color: #004b74;
}
@media (min-width: 768px) {
  .cid-uQYDVG9RMv {
    align-items: center;
  }
  .cid-uQYDVG9RMv .row {
    justify-content: flex-start;
  }
  .cid-uQYDVG9RMv .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uQYDVG9RMv .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uQYDVG9RMv {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uQYDVG9RMv .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uQYDVG9RMv .content-wrap {
    width: 100%;
  }
}
.cid-uQYDVG9RMv .mbr-section-title,
.cid-uQYDVG9RMv .mbr-section-subtitle {
  text-align: center;
}
.cid-uQYDVG9RMv .mbr-text,
.cid-uQYDVG9RMv .mbr-section-btn {
  text-align: left;
}
.cid-uQYDVG9RMv .mbr-section-title {
  text-align: left;
}
.cid-uQYDVGlods {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uQYDVGlods .mbr-text {
  color: #000000;
}
.cid-uQYDVGlods .mbr-section-subtitle {
  color: #000000;
}
.cid-uQYDVGlods .mbr-section-title {
  color: #000000;
}
.cid-uQYDVGvxxh {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uQYDVGFeMp {
  padding-top: 7rem;
  padding-bottom: 12rem;
  background-color: #004b74;
}
.cid-uQYDVGFeMp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQYDVGFeMp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQYDVGFeMp .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uQYDVGFeMp .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQYDVGFeMp .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uQYDVGFeMp .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uQYDVGFeMp .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uQYDVGFeMp .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uQYDVGFeMp .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQYDVGFeMp .social-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uQYDVGFeMp .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uQYDVGFeMp .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uQYDVGFeMp .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uQYDVGFeMp .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #007bbf;
}
.cid-uQYDVGFeMp .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #004b74;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uQYDVGFeMp .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #004b74;
}
.cid-uQYDVGFeMp .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uQYDVGFeMp .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQYDVGFeMp .list-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uQYDVGFeMp .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uQYDVGFeMp .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uQYDVGFeMp .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uQYDVGFeMp .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uQYDVGFeMp .list-wrapper .list .item-wrap:hover,
.cid-uQYDVGFeMp .list-wrapper .list .item-wrap:focus {
  color: #007bbf;
}
.cid-uQYDVGFeMp .border-wrap {
  height: 1px;
  background-color: #ffffff;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uQYDVGFeMp .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uQYDVGFeMp .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uQYDVGFeMp .mbr-section-title {
  color: #ffffff;
}
.cid-uQYDVGFeMp .mbr-text {
  color: #ffffff;
}
.cid-uQYDVGFeMp .mbr-desc {
  color: #ffffff;
}
.cid-uQYDVGFeMp .list {
  color: #ffffff;
}
.cid-uQYF42Qbo2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uQYF42Qbo2 .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-uQYF42Qbo2 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uQYF42Qbo2 .iconfont-wrapper {
  color: #004b74 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uQYF42Qbo2 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uQYF42Qbo2 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uQYF42Qbo2 .container {
    padding: 0 1rem;
  }
}
.cid-uQYF42Qbo2 .menu-tite {
  background: #007bbf;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: right;
  color: #ffffff;
}
.cid-uQYF42Qbo2 .nav-link {
  position: relative;
}
.cid-uQYF42Qbo2 .nav-link:hover {
  color: #2a2e32 !important;
}
.cid-uQYF42Qbo2 nav.navbar {
  position: fixed;
}
.cid-uQYF42Qbo2 .navbar {
  padding: 0!important;
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uQYF42Qbo2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uQYF42Qbo2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQYF42Qbo2 .navbar .navbar-logo img {
  width: auto;
}
.cid-uQYF42Qbo2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQYF42Qbo2 .navbar.collapsed {
  justify-content: center;
}
.cid-uQYF42Qbo2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQYF42Qbo2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQYF42Qbo2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uQYF42Qbo2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQYF42Qbo2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQYF42Qbo2 .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-uQYF42Qbo2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQYF42Qbo2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQYF42Qbo2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQYF42Qbo2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQYF42Qbo2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQYF42Qbo2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQYF42Qbo2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQYF42Qbo2 .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-uQYF42Qbo2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQYF42Qbo2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQYF42Qbo2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQYF42Qbo2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQYF42Qbo2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQYF42Qbo2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQYF42Qbo2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQYF42Qbo2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQYF42Qbo2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQYF42Qbo2 .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-uQYF42Qbo2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQYF42Qbo2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQYF42Qbo2 .dropdown-item:hover,
.cid-uQYF42Qbo2 .dropdown-item:focus {
  background: #007bbf !important;
  color: white !important;
}
.cid-uQYF42Qbo2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQYF42Qbo2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQYF42Qbo2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uQYF42Qbo2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQYF42Qbo2 .dropdown-menu,
.cid-uQYF42Qbo2 .navbar.opened {
  background: #ffffff !important;
}
.cid-uQYF42Qbo2 .nav-item:focus,
.cid-uQYF42Qbo2 .nav-link:focus {
  outline: none;
}
.cid-uQYF42Qbo2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQYF42Qbo2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQYF42Qbo2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQYF42Qbo2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQYF42Qbo2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQYF42Qbo2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQYF42Qbo2 .navbar-brand {
  min-height: 130px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQYF42Qbo2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQYF42Qbo2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQYF42Qbo2 .dropdown-item.active,
.cid-uQYF42Qbo2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uQYF42Qbo2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQYF42Qbo2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQYF42Qbo2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQYF42Qbo2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQYF42Qbo2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQYF42Qbo2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQYF42Qbo2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQYF42Qbo2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQYF42Qbo2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQYF42Qbo2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #007bbf;
}
.cid-uQYF42Qbo2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQYF42Qbo2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQYF42Qbo2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQYF42Qbo2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQYF42Qbo2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQYF42Qbo2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQYF42Qbo2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQYF42Qbo2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQYF42Qbo2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQYF42Qbo2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQYF42Qbo2 .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-uQYF42Qbo2 .navbar {
    height: 70px;
  }
  .cid-uQYF42Qbo2 .navbar.opened {
    height: auto;
  }
  .cid-uQYF42Qbo2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQYF435XMY {
  display: flex;
  padding-top: 13rem;
  padding-bottom: 3rem;
  background-color: #004b74;
}
@media (min-width: 768px) {
  .cid-uQYF435XMY {
    align-items: center;
  }
  .cid-uQYF435XMY .row {
    justify-content: flex-start;
  }
  .cid-uQYF435XMY .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uQYF435XMY .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uQYF435XMY {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uQYF435XMY .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uQYF435XMY .content-wrap {
    width: 100%;
  }
}
.cid-uQYF435XMY .mbr-section-title,
.cid-uQYF435XMY .mbr-section-subtitle {
  text-align: center;
}
.cid-uQYF435XMY .mbr-text,
.cid-uQYF435XMY .mbr-section-btn {
  text-align: left;
}
.cid-uQYF435XMY .mbr-section-title {
  text-align: left;
}
.cid-uQYF43hvkN {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uQYF43hvkN .mbr-text {
  color: #000000;
}
.cid-uQYF43hvkN .mbr-section-subtitle {
  color: #000000;
}
.cid-uQYF43hvkN .mbr-section-title {
  color: #000000;
}
.cid-uQYF43taQ8 {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uQYF43BrUF {
  padding-top: 7rem;
  padding-bottom: 12rem;
  background-color: #004b74;
}
.cid-uQYF43BrUF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQYF43BrUF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQYF43BrUF .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uQYF43BrUF .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQYF43BrUF .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uQYF43BrUF .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uQYF43BrUF .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uQYF43BrUF .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uQYF43BrUF .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQYF43BrUF .social-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uQYF43BrUF .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uQYF43BrUF .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uQYF43BrUF .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uQYF43BrUF .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #007bbf;
}
.cid-uQYF43BrUF .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #004b74;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uQYF43BrUF .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #004b74;
}
.cid-uQYF43BrUF .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uQYF43BrUF .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQYF43BrUF .list-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uQYF43BrUF .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uQYF43BrUF .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uQYF43BrUF .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uQYF43BrUF .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uQYF43BrUF .list-wrapper .list .item-wrap:hover,
.cid-uQYF43BrUF .list-wrapper .list .item-wrap:focus {
  color: #007bbf;
}
.cid-uQYF43BrUF .border-wrap {
  height: 1px;
  background-color: #ffffff;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uQYF43BrUF .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uQYF43BrUF .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uQYF43BrUF .mbr-section-title {
  color: #ffffff;
}
.cid-uQYF43BrUF .mbr-text {
  color: #ffffff;
}
.cid-uQYF43BrUF .mbr-desc {
  color: #ffffff;
}
.cid-uQYF43BrUF .list {
  color: #ffffff;
}
.cid-uQYFB8Wcs7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uQYFB8Wcs7 .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-uQYFB8Wcs7 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uQYFB8Wcs7 .iconfont-wrapper {
  color: #004b74 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uQYFB8Wcs7 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uQYFB8Wcs7 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uQYFB8Wcs7 .container {
    padding: 0 1rem;
  }
}
.cid-uQYFB8Wcs7 .menu-tite {
  background: #007bbf;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: right;
  color: #ffffff;
}
.cid-uQYFB8Wcs7 .nav-link {
  position: relative;
}
.cid-uQYFB8Wcs7 .nav-link:hover {
  color: #2a2e32 !important;
}
.cid-uQYFB8Wcs7 nav.navbar {
  position: fixed;
}
.cid-uQYFB8Wcs7 .navbar {
  padding: 0!important;
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uQYFB8Wcs7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uQYFB8Wcs7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQYFB8Wcs7 .navbar .navbar-logo img {
  width: auto;
}
.cid-uQYFB8Wcs7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQYFB8Wcs7 .navbar.collapsed {
  justify-content: center;
}
.cid-uQYFB8Wcs7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQYFB8Wcs7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQYFB8Wcs7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uQYFB8Wcs7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQYFB8Wcs7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQYFB8Wcs7 .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-uQYFB8Wcs7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQYFB8Wcs7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQYFB8Wcs7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQYFB8Wcs7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQYFB8Wcs7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQYFB8Wcs7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQYFB8Wcs7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQYFB8Wcs7 .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-uQYFB8Wcs7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQYFB8Wcs7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQYFB8Wcs7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQYFB8Wcs7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQYFB8Wcs7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQYFB8Wcs7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQYFB8Wcs7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQYFB8Wcs7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQYFB8Wcs7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQYFB8Wcs7 .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-uQYFB8Wcs7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQYFB8Wcs7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQYFB8Wcs7 .dropdown-item:hover,
.cid-uQYFB8Wcs7 .dropdown-item:focus {
  background: #007bbf !important;
  color: white !important;
}
.cid-uQYFB8Wcs7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQYFB8Wcs7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQYFB8Wcs7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uQYFB8Wcs7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQYFB8Wcs7 .dropdown-menu,
.cid-uQYFB8Wcs7 .navbar.opened {
  background: #ffffff !important;
}
.cid-uQYFB8Wcs7 .nav-item:focus,
.cid-uQYFB8Wcs7 .nav-link:focus {
  outline: none;
}
.cid-uQYFB8Wcs7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQYFB8Wcs7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQYFB8Wcs7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQYFB8Wcs7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQYFB8Wcs7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQYFB8Wcs7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQYFB8Wcs7 .navbar-brand {
  min-height: 130px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQYFB8Wcs7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQYFB8Wcs7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQYFB8Wcs7 .dropdown-item.active,
.cid-uQYFB8Wcs7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uQYFB8Wcs7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQYFB8Wcs7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQYFB8Wcs7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQYFB8Wcs7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQYFB8Wcs7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQYFB8Wcs7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQYFB8Wcs7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQYFB8Wcs7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQYFB8Wcs7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQYFB8Wcs7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #007bbf;
}
.cid-uQYFB8Wcs7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQYFB8Wcs7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQYFB8Wcs7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQYFB8Wcs7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQYFB8Wcs7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQYFB8Wcs7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQYFB8Wcs7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQYFB8Wcs7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQYFB8Wcs7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQYFB8Wcs7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQYFB8Wcs7 .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-uQYFB8Wcs7 .navbar {
    height: 70px;
  }
  .cid-uQYFB8Wcs7 .navbar.opened {
    height: auto;
  }
  .cid-uQYFB8Wcs7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQYFB9c37X {
  display: flex;
  padding-top: 13rem;
  padding-bottom: 3rem;
  background-color: #004b74;
}
@media (min-width: 768px) {
  .cid-uQYFB9c37X {
    align-items: center;
  }
  .cid-uQYFB9c37X .row {
    justify-content: flex-start;
  }
  .cid-uQYFB9c37X .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uQYFB9c37X .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uQYFB9c37X {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uQYFB9c37X .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uQYFB9c37X .content-wrap {
    width: 100%;
  }
}
.cid-uQYFB9c37X .mbr-section-title,
.cid-uQYFB9c37X .mbr-section-subtitle {
  text-align: center;
}
.cid-uQYFB9c37X .mbr-text,
.cid-uQYFB9c37X .mbr-section-btn {
  text-align: left;
}
.cid-uQYFB9c37X .mbr-section-title {
  text-align: left;
}
.cid-uQYFB9nDkS {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uQYFB9nDkS .mbr-text {
  color: #000000;
}
.cid-uQYFB9nDkS .mbr-section-subtitle {
  color: #000000;
}
.cid-uQYFB9nDkS .mbr-section-title {
  color: #000000;
}
.cid-uQYFB9xVGl {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uQYFB9HLDT {
  padding-top: 7rem;
  padding-bottom: 12rem;
  background-color: #004b74;
}
.cid-uQYFB9HLDT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQYFB9HLDT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQYFB9HLDT .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uQYFB9HLDT .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQYFB9HLDT .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uQYFB9HLDT .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uQYFB9HLDT .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uQYFB9HLDT .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uQYFB9HLDT .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQYFB9HLDT .social-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uQYFB9HLDT .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uQYFB9HLDT .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uQYFB9HLDT .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uQYFB9HLDT .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #007bbf;
}
.cid-uQYFB9HLDT .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #004b74;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uQYFB9HLDT .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #004b74;
}
.cid-uQYFB9HLDT .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uQYFB9HLDT .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQYFB9HLDT .list-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uQYFB9HLDT .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uQYFB9HLDT .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uQYFB9HLDT .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uQYFB9HLDT .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uQYFB9HLDT .list-wrapper .list .item-wrap:hover,
.cid-uQYFB9HLDT .list-wrapper .list .item-wrap:focus {
  color: #007bbf;
}
.cid-uQYFB9HLDT .border-wrap {
  height: 1px;
  background-color: #ffffff;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uQYFB9HLDT .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uQYFB9HLDT .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uQYFB9HLDT .mbr-section-title {
  color: #ffffff;
}
.cid-uQYFB9HLDT .mbr-text {
  color: #ffffff;
}
.cid-uQYFB9HLDT .mbr-desc {
  color: #ffffff;
}
.cid-uQYFB9HLDT .list {
  color: #ffffff;
}
.cid-uQYGa38PQZ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uQYGa38PQZ .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-uQYGa38PQZ .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uQYGa38PQZ .iconfont-wrapper {
  color: #004b74 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uQYGa38PQZ .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uQYGa38PQZ .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uQYGa38PQZ .container {
    padding: 0 1rem;
  }
}
.cid-uQYGa38PQZ .menu-tite {
  background: #007bbf;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: right;
  color: #ffffff;
}
.cid-uQYGa38PQZ .nav-link {
  position: relative;
}
.cid-uQYGa38PQZ .nav-link:hover {
  color: #2a2e32 !important;
}
.cid-uQYGa38PQZ nav.navbar {
  position: fixed;
}
.cid-uQYGa38PQZ .navbar {
  padding: 0!important;
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uQYGa38PQZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uQYGa38PQZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQYGa38PQZ .navbar .navbar-logo img {
  width: auto;
}
.cid-uQYGa38PQZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQYGa38PQZ .navbar.collapsed {
  justify-content: center;
}
.cid-uQYGa38PQZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQYGa38PQZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQYGa38PQZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uQYGa38PQZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQYGa38PQZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQYGa38PQZ .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-uQYGa38PQZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQYGa38PQZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQYGa38PQZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQYGa38PQZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQYGa38PQZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQYGa38PQZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQYGa38PQZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQYGa38PQZ .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-uQYGa38PQZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQYGa38PQZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQYGa38PQZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQYGa38PQZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQYGa38PQZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQYGa38PQZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQYGa38PQZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQYGa38PQZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQYGa38PQZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQYGa38PQZ .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-uQYGa38PQZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQYGa38PQZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQYGa38PQZ .dropdown-item:hover,
.cid-uQYGa38PQZ .dropdown-item:focus {
  background: #007bbf !important;
  color: white !important;
}
.cid-uQYGa38PQZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQYGa38PQZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQYGa38PQZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uQYGa38PQZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQYGa38PQZ .dropdown-menu,
.cid-uQYGa38PQZ .navbar.opened {
  background: #ffffff !important;
}
.cid-uQYGa38PQZ .nav-item:focus,
.cid-uQYGa38PQZ .nav-link:focus {
  outline: none;
}
.cid-uQYGa38PQZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQYGa38PQZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQYGa38PQZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQYGa38PQZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQYGa38PQZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQYGa38PQZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQYGa38PQZ .navbar-brand {
  min-height: 130px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQYGa38PQZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQYGa38PQZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQYGa38PQZ .dropdown-item.active,
.cid-uQYGa38PQZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uQYGa38PQZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQYGa38PQZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQYGa38PQZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQYGa38PQZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQYGa38PQZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQYGa38PQZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQYGa38PQZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQYGa38PQZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQYGa38PQZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQYGa38PQZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #007bbf;
}
.cid-uQYGa38PQZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQYGa38PQZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQYGa38PQZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQYGa38PQZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQYGa38PQZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQYGa38PQZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQYGa38PQZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQYGa38PQZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQYGa38PQZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQYGa38PQZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQYGa38PQZ .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-uQYGa38PQZ .navbar {
    height: 70px;
  }
  .cid-uQYGa38PQZ .navbar.opened {
    height: auto;
  }
  .cid-uQYGa38PQZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQYGa3qEq5 {
  display: flex;
  padding-top: 13rem;
  padding-bottom: 3rem;
  background-color: #004b74;
}
@media (min-width: 768px) {
  .cid-uQYGa3qEq5 {
    align-items: center;
  }
  .cid-uQYGa3qEq5 .row {
    justify-content: flex-start;
  }
  .cid-uQYGa3qEq5 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uQYGa3qEq5 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uQYGa3qEq5 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uQYGa3qEq5 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uQYGa3qEq5 .content-wrap {
    width: 100%;
  }
}
.cid-uQYGa3qEq5 .mbr-section-title,
.cid-uQYGa3qEq5 .mbr-section-subtitle {
  text-align: center;
}
.cid-uQYGa3qEq5 .mbr-text,
.cid-uQYGa3qEq5 .mbr-section-btn {
  text-align: left;
}
.cid-uQYGa3qEq5 .mbr-section-title {
  text-align: left;
}
.cid-uQYGa3HUnX {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uQYGa3HUnX .mbr-text {
  color: #000000;
}
.cid-uQYGa3HUnX .mbr-section-subtitle {
  color: #000000;
}
.cid-uQYGa3HUnX .mbr-section-title {
  color: #000000;
}
.cid-uQYGa3SiIt {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uQYGa43He7 {
  padding-top: 7rem;
  padding-bottom: 12rem;
  background-color: #004b74;
}
.cid-uQYGa43He7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQYGa43He7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQYGa43He7 .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uQYGa43He7 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQYGa43He7 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uQYGa43He7 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uQYGa43He7 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uQYGa43He7 .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uQYGa43He7 .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQYGa43He7 .social-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uQYGa43He7 .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uQYGa43He7 .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uQYGa43He7 .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uQYGa43He7 .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #007bbf;
}
.cid-uQYGa43He7 .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #004b74;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uQYGa43He7 .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #004b74;
}
.cid-uQYGa43He7 .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uQYGa43He7 .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQYGa43He7 .list-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uQYGa43He7 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uQYGa43He7 .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uQYGa43He7 .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uQYGa43He7 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uQYGa43He7 .list-wrapper .list .item-wrap:hover,
.cid-uQYGa43He7 .list-wrapper .list .item-wrap:focus {
  color: #007bbf;
}
.cid-uQYGa43He7 .border-wrap {
  height: 1px;
  background-color: #ffffff;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uQYGa43He7 .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uQYGa43He7 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uQYGa43He7 .mbr-section-title {
  color: #ffffff;
}
.cid-uQYGa43He7 .mbr-text {
  color: #ffffff;
}
.cid-uQYGa43He7 .mbr-desc {
  color: #ffffff;
}
.cid-uQYGa43He7 .list {
  color: #ffffff;
}
.cid-uQYGQLJWo2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uQYGQLJWo2 .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-uQYGQLJWo2 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uQYGQLJWo2 .iconfont-wrapper {
  color: #004b74 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uQYGQLJWo2 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uQYGQLJWo2 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uQYGQLJWo2 .container {
    padding: 0 1rem;
  }
}
.cid-uQYGQLJWo2 .menu-tite {
  background: #007bbf;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: right;
  color: #ffffff;
}
.cid-uQYGQLJWo2 .nav-link {
  position: relative;
}
.cid-uQYGQLJWo2 .nav-link:hover {
  color: #2a2e32 !important;
}
.cid-uQYGQLJWo2 nav.navbar {
  position: fixed;
}
.cid-uQYGQLJWo2 .navbar {
  padding: 0!important;
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uQYGQLJWo2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uQYGQLJWo2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQYGQLJWo2 .navbar .navbar-logo img {
  width: auto;
}
.cid-uQYGQLJWo2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQYGQLJWo2 .navbar.collapsed {
  justify-content: center;
}
.cid-uQYGQLJWo2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQYGQLJWo2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQYGQLJWo2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uQYGQLJWo2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQYGQLJWo2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQYGQLJWo2 .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-uQYGQLJWo2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQYGQLJWo2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQYGQLJWo2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQYGQLJWo2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQYGQLJWo2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQYGQLJWo2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQYGQLJWo2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQYGQLJWo2 .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-uQYGQLJWo2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQYGQLJWo2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQYGQLJWo2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQYGQLJWo2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQYGQLJWo2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQYGQLJWo2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQYGQLJWo2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQYGQLJWo2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQYGQLJWo2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQYGQLJWo2 .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-uQYGQLJWo2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQYGQLJWo2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQYGQLJWo2 .dropdown-item:hover,
.cid-uQYGQLJWo2 .dropdown-item:focus {
  background: #007bbf !important;
  color: white !important;
}
.cid-uQYGQLJWo2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQYGQLJWo2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQYGQLJWo2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uQYGQLJWo2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQYGQLJWo2 .dropdown-menu,
.cid-uQYGQLJWo2 .navbar.opened {
  background: #ffffff !important;
}
.cid-uQYGQLJWo2 .nav-item:focus,
.cid-uQYGQLJWo2 .nav-link:focus {
  outline: none;
}
.cid-uQYGQLJWo2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQYGQLJWo2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQYGQLJWo2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQYGQLJWo2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQYGQLJWo2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQYGQLJWo2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQYGQLJWo2 .navbar-brand {
  min-height: 130px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQYGQLJWo2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQYGQLJWo2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQYGQLJWo2 .dropdown-item.active,
.cid-uQYGQLJWo2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uQYGQLJWo2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQYGQLJWo2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQYGQLJWo2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQYGQLJWo2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQYGQLJWo2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQYGQLJWo2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQYGQLJWo2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQYGQLJWo2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQYGQLJWo2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQYGQLJWo2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #007bbf;
}
.cid-uQYGQLJWo2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQYGQLJWo2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQYGQLJWo2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQYGQLJWo2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQYGQLJWo2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQYGQLJWo2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQYGQLJWo2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQYGQLJWo2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQYGQLJWo2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQYGQLJWo2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQYGQLJWo2 .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-uQYGQLJWo2 .navbar {
    height: 70px;
  }
  .cid-uQYGQLJWo2 .navbar.opened {
    height: auto;
  }
  .cid-uQYGQLJWo2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQYGQLZAt5 {
  display: flex;
  padding-top: 13rem;
  padding-bottom: 3rem;
  background-color: #004b74;
}
@media (min-width: 768px) {
  .cid-uQYGQLZAt5 {
    align-items: center;
  }
  .cid-uQYGQLZAt5 .row {
    justify-content: flex-start;
  }
  .cid-uQYGQLZAt5 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uQYGQLZAt5 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uQYGQLZAt5 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uQYGQLZAt5 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uQYGQLZAt5 .content-wrap {
    width: 100%;
  }
}
.cid-uQYGQLZAt5 .mbr-section-title,
.cid-uQYGQLZAt5 .mbr-section-subtitle {
  text-align: center;
}
.cid-uQYGQLZAt5 .mbr-text,
.cid-uQYGQLZAt5 .mbr-section-btn {
  text-align: left;
}
.cid-uQYGQLZAt5 .mbr-section-title {
  text-align: left;
}
.cid-uQYGQMbbnS {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uQYGQMbbnS .mbr-text {
  color: #000000;
}
.cid-uQYGQMbbnS .mbr-section-subtitle {
  color: #000000;
}
.cid-uQYGQMbbnS .mbr-section-title {
  color: #000000;
}
.cid-uQYGQMlD4m {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uQYGQMv36E {
  padding-top: 7rem;
  padding-bottom: 12rem;
  background-color: #004b74;
}
.cid-uQYGQMv36E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQYGQMv36E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQYGQMv36E .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uQYGQMv36E .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQYGQMv36E .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uQYGQMv36E .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uQYGQMv36E .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uQYGQMv36E .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uQYGQMv36E .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQYGQMv36E .social-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uQYGQMv36E .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uQYGQMv36E .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uQYGQMv36E .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uQYGQMv36E .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #007bbf;
}
.cid-uQYGQMv36E .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #004b74;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uQYGQMv36E .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #004b74;
}
.cid-uQYGQMv36E .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uQYGQMv36E .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQYGQMv36E .list-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uQYGQMv36E .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uQYGQMv36E .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uQYGQMv36E .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uQYGQMv36E .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uQYGQMv36E .list-wrapper .list .item-wrap:hover,
.cid-uQYGQMv36E .list-wrapper .list .item-wrap:focus {
  color: #007bbf;
}
.cid-uQYGQMv36E .border-wrap {
  height: 1px;
  background-color: #ffffff;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uQYGQMv36E .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uQYGQMv36E .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uQYGQMv36E .mbr-section-title {
  color: #ffffff;
}
.cid-uQYGQMv36E .mbr-text {
  color: #ffffff;
}
.cid-uQYGQMv36E .mbr-desc {
  color: #ffffff;
}
.cid-uQYGQMv36E .list {
  color: #ffffff;
}
.cid-uQYHDq34qS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uQYHDq34qS .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-uQYHDq34qS .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uQYHDq34qS .iconfont-wrapper {
  color: #004b74 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uQYHDq34qS .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uQYHDq34qS .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uQYHDq34qS .container {
    padding: 0 1rem;
  }
}
.cid-uQYHDq34qS .menu-tite {
  background: #007bbf;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: right;
  color: #ffffff;
}
.cid-uQYHDq34qS .nav-link {
  position: relative;
}
.cid-uQYHDq34qS .nav-link:hover {
  color: #2a2e32 !important;
}
.cid-uQYHDq34qS nav.navbar {
  position: fixed;
}
.cid-uQYHDq34qS .navbar {
  padding: 0!important;
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uQYHDq34qS .navbar.opened {
  transition: all 0.3s;
}
.cid-uQYHDq34qS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQYHDq34qS .navbar .navbar-logo img {
  width: auto;
}
.cid-uQYHDq34qS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQYHDq34qS .navbar.collapsed {
  justify-content: center;
}
.cid-uQYHDq34qS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQYHDq34qS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQYHDq34qS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uQYHDq34qS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQYHDq34qS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQYHDq34qS .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-uQYHDq34qS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQYHDq34qS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQYHDq34qS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQYHDq34qS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQYHDq34qS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQYHDq34qS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQYHDq34qS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQYHDq34qS .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-uQYHDq34qS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQYHDq34qS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQYHDq34qS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQYHDq34qS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQYHDq34qS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQYHDq34qS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQYHDq34qS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQYHDq34qS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQYHDq34qS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQYHDq34qS .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-uQYHDq34qS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQYHDq34qS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQYHDq34qS .dropdown-item:hover,
.cid-uQYHDq34qS .dropdown-item:focus {
  background: #007bbf !important;
  color: white !important;
}
.cid-uQYHDq34qS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQYHDq34qS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQYHDq34qS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uQYHDq34qS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQYHDq34qS .dropdown-menu,
.cid-uQYHDq34qS .navbar.opened {
  background: #ffffff !important;
}
.cid-uQYHDq34qS .nav-item:focus,
.cid-uQYHDq34qS .nav-link:focus {
  outline: none;
}
.cid-uQYHDq34qS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQYHDq34qS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQYHDq34qS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQYHDq34qS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQYHDq34qS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQYHDq34qS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQYHDq34qS .navbar-brand {
  min-height: 130px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQYHDq34qS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQYHDq34qS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQYHDq34qS .dropdown-item.active,
.cid-uQYHDq34qS .dropdown-item:active {
  background-color: transparent;
}
.cid-uQYHDq34qS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQYHDq34qS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQYHDq34qS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQYHDq34qS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQYHDq34qS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQYHDq34qS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQYHDq34qS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQYHDq34qS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQYHDq34qS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQYHDq34qS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #007bbf;
}
.cid-uQYHDq34qS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQYHDq34qS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQYHDq34qS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQYHDq34qS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQYHDq34qS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQYHDq34qS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQYHDq34qS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQYHDq34qS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQYHDq34qS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQYHDq34qS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQYHDq34qS .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-uQYHDq34qS .navbar {
    height: 70px;
  }
  .cid-uQYHDq34qS .navbar.opened {
    height: auto;
  }
  .cid-uQYHDq34qS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQYHDqiYPp {
  display: flex;
  padding-top: 13rem;
  padding-bottom: 3rem;
  background-color: #004b74;
}
@media (min-width: 768px) {
  .cid-uQYHDqiYPp {
    align-items: center;
  }
  .cid-uQYHDqiYPp .row {
    justify-content: flex-start;
  }
  .cid-uQYHDqiYPp .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uQYHDqiYPp .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uQYHDqiYPp {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uQYHDqiYPp .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uQYHDqiYPp .content-wrap {
    width: 100%;
  }
}
.cid-uQYHDqiYPp .mbr-section-title,
.cid-uQYHDqiYPp .mbr-section-subtitle {
  text-align: center;
}
.cid-uQYHDqiYPp .mbr-text,
.cid-uQYHDqiYPp .mbr-section-btn {
  text-align: left;
}
.cid-uQYHDqiYPp .mbr-section-title {
  text-align: left;
}
.cid-uQYHDqvpcg {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uQYHDqvpcg .mbr-text {
  color: #000000;
}
.cid-uQYHDqvpcg .mbr-section-subtitle {
  color: #000000;
}
.cid-uQYHDqvpcg .mbr-section-title {
  color: #000000;
}
.cid-uQYHDqKWrr {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uQYHDqSuWT {
  padding-top: 7rem;
  padding-bottom: 12rem;
  background-color: #004b74;
}
.cid-uQYHDqSuWT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQYHDqSuWT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQYHDqSuWT .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uQYHDqSuWT .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQYHDqSuWT .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uQYHDqSuWT .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uQYHDqSuWT .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uQYHDqSuWT .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uQYHDqSuWT .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQYHDqSuWT .social-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uQYHDqSuWT .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uQYHDqSuWT .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uQYHDqSuWT .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uQYHDqSuWT .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #007bbf;
}
.cid-uQYHDqSuWT .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #004b74;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uQYHDqSuWT .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #004b74;
}
.cid-uQYHDqSuWT .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uQYHDqSuWT .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQYHDqSuWT .list-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uQYHDqSuWT .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uQYHDqSuWT .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uQYHDqSuWT .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uQYHDqSuWT .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uQYHDqSuWT .list-wrapper .list .item-wrap:hover,
.cid-uQYHDqSuWT .list-wrapper .list .item-wrap:focus {
  color: #007bbf;
}
.cid-uQYHDqSuWT .border-wrap {
  height: 1px;
  background-color: #ffffff;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uQYHDqSuWT .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uQYHDqSuWT .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uQYHDqSuWT .mbr-section-title {
  color: #ffffff;
}
.cid-uQYHDqSuWT .mbr-text {
  color: #ffffff;
}
.cid-uQYHDqSuWT .mbr-desc {
  color: #ffffff;
}
.cid-uQYHDqSuWT .list {
  color: #ffffff;
}
.cid-uQYJg5NBwK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uQYJg5NBwK .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-uQYJg5NBwK .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uQYJg5NBwK .iconfont-wrapper {
  color: #004b74 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uQYJg5NBwK .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uQYJg5NBwK .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uQYJg5NBwK .container {
    padding: 0 1rem;
  }
}
.cid-uQYJg5NBwK .menu-tite {
  background: #007bbf;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: right;
  color: #ffffff;
}
.cid-uQYJg5NBwK .nav-link {
  position: relative;
}
.cid-uQYJg5NBwK .nav-link:hover {
  color: #2a2e32 !important;
}
.cid-uQYJg5NBwK nav.navbar {
  position: fixed;
}
.cid-uQYJg5NBwK .navbar {
  padding: 0!important;
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uQYJg5NBwK .navbar.opened {
  transition: all 0.3s;
}
.cid-uQYJg5NBwK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQYJg5NBwK .navbar .navbar-logo img {
  width: auto;
}
.cid-uQYJg5NBwK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQYJg5NBwK .navbar.collapsed {
  justify-content: center;
}
.cid-uQYJg5NBwK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQYJg5NBwK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQYJg5NBwK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uQYJg5NBwK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQYJg5NBwK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQYJg5NBwK .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-uQYJg5NBwK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQYJg5NBwK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQYJg5NBwK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQYJg5NBwK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQYJg5NBwK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQYJg5NBwK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQYJg5NBwK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQYJg5NBwK .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-uQYJg5NBwK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQYJg5NBwK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQYJg5NBwK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQYJg5NBwK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQYJg5NBwK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQYJg5NBwK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQYJg5NBwK .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQYJg5NBwK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQYJg5NBwK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQYJg5NBwK .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-uQYJg5NBwK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQYJg5NBwK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQYJg5NBwK .dropdown-item:hover,
.cid-uQYJg5NBwK .dropdown-item:focus {
  background: #007bbf !important;
  color: white !important;
}
.cid-uQYJg5NBwK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQYJg5NBwK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQYJg5NBwK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uQYJg5NBwK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQYJg5NBwK .dropdown-menu,
.cid-uQYJg5NBwK .navbar.opened {
  background: #ffffff !important;
}
.cid-uQYJg5NBwK .nav-item:focus,
.cid-uQYJg5NBwK .nav-link:focus {
  outline: none;
}
.cid-uQYJg5NBwK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQYJg5NBwK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQYJg5NBwK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQYJg5NBwK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQYJg5NBwK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQYJg5NBwK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQYJg5NBwK .navbar-brand {
  min-height: 130px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQYJg5NBwK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQYJg5NBwK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQYJg5NBwK .dropdown-item.active,
.cid-uQYJg5NBwK .dropdown-item:active {
  background-color: transparent;
}
.cid-uQYJg5NBwK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQYJg5NBwK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQYJg5NBwK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQYJg5NBwK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQYJg5NBwK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQYJg5NBwK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQYJg5NBwK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQYJg5NBwK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQYJg5NBwK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQYJg5NBwK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #007bbf;
}
.cid-uQYJg5NBwK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQYJg5NBwK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQYJg5NBwK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQYJg5NBwK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQYJg5NBwK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQYJg5NBwK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQYJg5NBwK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQYJg5NBwK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQYJg5NBwK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQYJg5NBwK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQYJg5NBwK .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-uQYJg5NBwK .navbar {
    height: 70px;
  }
  .cid-uQYJg5NBwK .navbar.opened {
    height: auto;
  }
  .cid-uQYJg5NBwK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQYJg67Q8x {
  display: flex;
  background-image: url("../../../assets/images/contact-bg1a.webp");
}
.cid-uQYJg67Q8x .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-uQYJg67Q8x {
    align-items: center;
  }
  .cid-uQYJg67Q8x .row {
    justify-content: flex-start;
  }
  .cid-uQYJg67Q8x .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uQYJg67Q8x .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uQYJg67Q8x {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uQYJg67Q8x .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uQYJg67Q8x .content-wrap {
    width: 100%;
  }
}
.cid-uQYJg67Q8x .mbr-section-title,
.cid-uQYJg67Q8x .mbr-section-subtitle {
  text-align: center;
}
.cid-uQYJg67Q8x .mbr-text,
.cid-uQYJg67Q8x .mbr-section-btn {
  text-align: left;
}
.cid-uQYJg67Q8x .mbr-section-title {
  text-align: left;
}
.cid-uQYLz3O6GO {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uQYLz3O6GO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQYLz3O6GO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uQYLz3O6GO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQYLz3O6GO .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uQYLz3O6GO .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uQYLz3O6GO .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uQYLz3O6GO .mbr-section-title {
  color: #000000;
}
.cid-uQYLz3O6GO .mbr-text,
.cid-uQYLz3O6GO .mbr-section-btn {
  color: #000000;
}
.cid-uQYNPdCQaN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQYNPdCQaN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQYNPdCQaN .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-uQYNPdCQaN .container {
    padding: 0 30px;
  }
}
.cid-uQYNPdCQaN .items .item {
  margin-bottom: 60px;
}
.cid-uQYNPdCQaN .items .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uQYNPdCQaN .items .item {
    margin-bottom: 30px;
  }
}
.cid-uQYNPdCQaN .items .item .item-wrapper .card-box .card-title {
  margin-bottom: 10px;
}
.cid-uQYNPdCQaN .items .item .item-wrapper .card-box .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uQYNPdCQaN .items .item .item-wrapper .card-box .list .item-wrap {
  margin-bottom: 0;
  line-height: 180%;
  cursor: pointer;
}
.cid-uQYNPdCQaN .dragArea.row {
  margin: 0;
}
.cid-uQYNPdCQaN .dragArea.row .mbr-section-title {
  margin-bottom: 45px !important;
}
.cid-uQYNPdCQaN .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uQYNPdCQaN .dragArea.row .form-group .form-control {
  background-color: #ededed;
  padding: 20px;
  box-shadow: none;
  border: none !important;
  border-radius: 0 !important;
}
.cid-uQYNPdCQaN .dragArea.row .form-group .form-control::placeholder {
  color: #2a2e32;
}
.cid-uQYNPdCQaN .dragArea.row .form-group .form-control:hover,
.cid-uQYNPdCQaN .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
}
.cid-uQYNPdCQaN .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uQYNPdCQaN .dragArea.row .form-group .form-check .form-check-input {
  background-color: #2a2e32;
  border-color: #2a2e32;
}
.cid-uQYNPdCQaN .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uQYNPdCQaN .mbr-section-title {
  color: #000000;
}
.cid-uQYNPdCQaN .card-title {
  color: #000000;
}
.cid-uQYNPdCQaN .list {
  color: #000000;
}
.cid-uQYNPdCQaN .mbr-text {
  color: #000000;
}
.cid-uQYNPdCQaN label {
  color: #000000;
}
.cid-uQYJg6QuzZ {
  padding-top: 7rem;
  padding-bottom: 12rem;
  background-color: #004b74;
}
.cid-uQYJg6QuzZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQYJg6QuzZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQYJg6QuzZ .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uQYJg6QuzZ .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQYJg6QuzZ .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uQYJg6QuzZ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uQYJg6QuzZ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uQYJg6QuzZ .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uQYJg6QuzZ .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQYJg6QuzZ .social-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uQYJg6QuzZ .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uQYJg6QuzZ .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uQYJg6QuzZ .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uQYJg6QuzZ .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #007bbf;
}
.cid-uQYJg6QuzZ .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #004b74;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uQYJg6QuzZ .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #004b74;
}
.cid-uQYJg6QuzZ .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uQYJg6QuzZ .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQYJg6QuzZ .list-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uQYJg6QuzZ .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uQYJg6QuzZ .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uQYJg6QuzZ .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uQYJg6QuzZ .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uQYJg6QuzZ .list-wrapper .list .item-wrap:hover,
.cid-uQYJg6QuzZ .list-wrapper .list .item-wrap:focus {
  color: #007bbf;
}
.cid-uQYJg6QuzZ .border-wrap {
  height: 1px;
  background-color: #ffffff;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uQYJg6QuzZ .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uQYJg6QuzZ .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uQYJg6QuzZ .mbr-section-title {
  color: #ffffff;
}
.cid-uQYJg6QuzZ .mbr-text {
  color: #ffffff;
}
.cid-uQYJg6QuzZ .mbr-desc {
  color: #ffffff;
}
.cid-uQYJg6QuzZ .list {
  color: #ffffff;
}
.cid-uRPcMhmdMV {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uRPcMhmdMV .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-uRPcMhmdMV .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uRPcMhmdMV .iconfont-wrapper {
  color: #004b74 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uRPcMhmdMV .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uRPcMhmdMV .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uRPcMhmdMV .container {
    padding: 0 1rem;
  }
}
.cid-uRPcMhmdMV .menu-tite {
  background: #007bbf;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: right;
  color: #ffffff;
}
.cid-uRPcMhmdMV .nav-link {
  position: relative;
}
.cid-uRPcMhmdMV .nav-link:hover {
  color: #2a2e32 !important;
}
.cid-uRPcMhmdMV nav.navbar {
  position: fixed;
}
.cid-uRPcMhmdMV .navbar {
  padding: 0!important;
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uRPcMhmdMV .navbar.opened {
  transition: all 0.3s;
}
.cid-uRPcMhmdMV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRPcMhmdMV .navbar .navbar-logo img {
  width: auto;
}
.cid-uRPcMhmdMV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRPcMhmdMV .navbar.collapsed {
  justify-content: center;
}
.cid-uRPcMhmdMV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRPcMhmdMV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRPcMhmdMV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uRPcMhmdMV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRPcMhmdMV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRPcMhmdMV .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-uRPcMhmdMV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRPcMhmdMV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRPcMhmdMV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRPcMhmdMV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRPcMhmdMV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRPcMhmdMV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRPcMhmdMV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRPcMhmdMV .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-uRPcMhmdMV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRPcMhmdMV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRPcMhmdMV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRPcMhmdMV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRPcMhmdMV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRPcMhmdMV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRPcMhmdMV .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRPcMhmdMV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRPcMhmdMV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRPcMhmdMV .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-uRPcMhmdMV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uRPcMhmdMV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uRPcMhmdMV .dropdown-item:hover,
.cid-uRPcMhmdMV .dropdown-item:focus {
  background: #007bbf !important;
  color: white !important;
}
.cid-uRPcMhmdMV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRPcMhmdMV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRPcMhmdMV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uRPcMhmdMV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRPcMhmdMV .dropdown-menu,
.cid-uRPcMhmdMV .navbar.opened {
  background: #ffffff !important;
}
.cid-uRPcMhmdMV .nav-item:focus,
.cid-uRPcMhmdMV .nav-link:focus {
  outline: none;
}
.cid-uRPcMhmdMV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRPcMhmdMV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRPcMhmdMV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRPcMhmdMV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRPcMhmdMV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRPcMhmdMV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRPcMhmdMV .navbar-brand {
  min-height: 130px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRPcMhmdMV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRPcMhmdMV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRPcMhmdMV .dropdown-item.active,
.cid-uRPcMhmdMV .dropdown-item:active {
  background-color: transparent;
}
.cid-uRPcMhmdMV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRPcMhmdMV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRPcMhmdMV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRPcMhmdMV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRPcMhmdMV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRPcMhmdMV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRPcMhmdMV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRPcMhmdMV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRPcMhmdMV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRPcMhmdMV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #007bbf;
}
.cid-uRPcMhmdMV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRPcMhmdMV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRPcMhmdMV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRPcMhmdMV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRPcMhmdMV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRPcMhmdMV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRPcMhmdMV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRPcMhmdMV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRPcMhmdMV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uRPcMhmdMV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRPcMhmdMV .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-uRPcMhmdMV .navbar {
    height: 70px;
  }
  .cid-uRPcMhmdMV .navbar.opened {
    height: auto;
  }
  .cid-uRPcMhmdMV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRPcMhDwfc {
  display: flex;
  background-image: url("../../../assets/images/airhawk-header-bg1.webp");
}
.cid-uRPcMhDwfc .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-uRPcMhDwfc {
    align-items: center;
  }
  .cid-uRPcMhDwfc .row {
    justify-content: flex-start;
  }
  .cid-uRPcMhDwfc .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uRPcMhDwfc .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uRPcMhDwfc {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uRPcMhDwfc .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uRPcMhDwfc .content-wrap {
    width: 100%;
  }
}
.cid-uRPcMhDwfc .mbr-section-title,
.cid-uRPcMhDwfc .mbr-section-subtitle {
  text-align: center;
}
.cid-uRPcMhDwfc .mbr-text,
.cid-uRPcMhDwfc .mbr-section-btn {
  text-align: left;
}
.cid-uRPcMhDwfc .mbr-section-title {
  text-align: left;
}
.cid-uRPcMhNf4A {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uRPcMhNf4A .mbr-text {
  color: #000000;
}
.cid-uRPcMhNf4A .mbr-section-subtitle {
  color: #000000;
}
.cid-uRPcMhNf4A .mbr-section-title {
  color: #000000;
}
.cid-uRPdy6Svv0 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uRPdy6Svv0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRPdy6Svv0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uRPdy6Svv0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRPdy6Svv0 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uRPdy6Svv0 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uRPdy6Svv0 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uRPdy6Svv0 .mbr-section-title {
  color: #000000;
}
.cid-uRPdy6Svv0 .mbr-text,
.cid-uRPdy6Svv0 .mbr-section-btn {
  color: #000000;
}
.cid-uRPfvK80eO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #eeeeee;
}
.cid-uRPfvK80eO img,
.cid-uRPfvK80eO .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uRPfvK80eO .item:focus,
.cid-uRPfvK80eO span:focus {
  outline: none;
}
.cid-uRPfvK80eO .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uRPfvK80eO .item {
    margin-bottom: 1rem;
  }
}
.cid-uRPfvK80eO .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uRPfvK80eO .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uRPfvK80eO .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uRPfvK80eO .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uRPfvK80eO .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uRPfvK80eO .mbr-section-title {
  color: #000000;
}
.cid-uRPfvK80eO .item-title {
  text-align: left;
}
.cid-uRPfvK80eO .item-subtitle {
  text-align: left;
}
.cid-uRPfvK80eO .mbr-text,
.cid-uRPfvK80eO .item .mbr-section-btn {
  text-align: left;
}
.cid-uRPfvK80eO .content-head {
  max-width: 800px;
}
.cid-uRPksmiiVp {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #232323;
}
.cid-uRPksmiiVp .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uRPksmiiVp form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uRPksmiiVp form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uRPksmiiVp form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uRPksmiiVp .content-head {
  max-width: 800px;
}
.cid-uRPksmiiVp .mbr-section-title {
  color: #ffffff;
}
.cid-uRPcMjQuni {
  padding-top: 7rem;
  padding-bottom: 12rem;
  background-color: #004b74;
}
.cid-uRPcMjQuni .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRPcMjQuni .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRPcMjQuni .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uRPcMjQuni .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uRPcMjQuni .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uRPcMjQuni .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uRPcMjQuni .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uRPcMjQuni .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uRPcMjQuni .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uRPcMjQuni .social-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uRPcMjQuni .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uRPcMjQuni .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uRPcMjQuni .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uRPcMjQuni .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #007bbf;
}
.cid-uRPcMjQuni .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #004b74;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uRPcMjQuni .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #004b74;
}
.cid-uRPcMjQuni .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uRPcMjQuni .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uRPcMjQuni .list-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uRPcMjQuni .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uRPcMjQuni .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uRPcMjQuni .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uRPcMjQuni .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uRPcMjQuni .list-wrapper .list .item-wrap:hover,
.cid-uRPcMjQuni .list-wrapper .list .item-wrap:focus {
  color: #007bbf;
}
.cid-uRPcMjQuni .border-wrap {
  height: 1px;
  background-color: #ffffff;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uRPcMjQuni .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uRPcMjQuni .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uRPcMjQuni .mbr-section-title {
  color: #ffffff;
}
.cid-uRPcMjQuni .mbr-text {
  color: #ffffff;
}
.cid-uRPcMjQuni .mbr-desc {
  color: #ffffff;
}
.cid-uRPcMjQuni .list {
  color: #ffffff;
}
.cid-uSoiSX7Yx2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uSoiSX7Yx2 .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-uSoiSX7Yx2 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uSoiSX7Yx2 .iconfont-wrapper {
  color: #004b74 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uSoiSX7Yx2 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uSoiSX7Yx2 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uSoiSX7Yx2 .container {
    padding: 0 1rem;
  }
}
.cid-uSoiSX7Yx2 .menu-tite {
  background: #007bbf;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: right;
  color: #ffffff;
}
.cid-uSoiSX7Yx2 .nav-link {
  position: relative;
}
.cid-uSoiSX7Yx2 .nav-link:hover {
  color: #2a2e32 !important;
}
.cid-uSoiSX7Yx2 nav.navbar {
  position: fixed;
}
.cid-uSoiSX7Yx2 .navbar {
  padding: 0!important;
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uSoiSX7Yx2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uSoiSX7Yx2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uSoiSX7Yx2 .navbar .navbar-logo img {
  width: auto;
}
.cid-uSoiSX7Yx2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uSoiSX7Yx2 .navbar.collapsed {
  justify-content: center;
}
.cid-uSoiSX7Yx2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSoiSX7Yx2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uSoiSX7Yx2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uSoiSX7Yx2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSoiSX7Yx2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSoiSX7Yx2 .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-uSoiSX7Yx2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSoiSX7Yx2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uSoiSX7Yx2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uSoiSX7Yx2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSoiSX7Yx2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSoiSX7Yx2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSoiSX7Yx2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uSoiSX7Yx2 .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-uSoiSX7Yx2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSoiSX7Yx2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uSoiSX7Yx2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uSoiSX7Yx2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uSoiSX7Yx2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSoiSX7Yx2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uSoiSX7Yx2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSoiSX7Yx2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSoiSX7Yx2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSoiSX7Yx2 .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-uSoiSX7Yx2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uSoiSX7Yx2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uSoiSX7Yx2 .dropdown-item:hover,
.cid-uSoiSX7Yx2 .dropdown-item:focus {
  background: #007bbf !important;
  color: white !important;
}
.cid-uSoiSX7Yx2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uSoiSX7Yx2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uSoiSX7Yx2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uSoiSX7Yx2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uSoiSX7Yx2 .dropdown-menu,
.cid-uSoiSX7Yx2 .navbar.opened {
  background: #ffffff !important;
}
.cid-uSoiSX7Yx2 .nav-item:focus,
.cid-uSoiSX7Yx2 .nav-link:focus {
  outline: none;
}
.cid-uSoiSX7Yx2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSoiSX7Yx2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSoiSX7Yx2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSoiSX7Yx2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSoiSX7Yx2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSoiSX7Yx2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSoiSX7Yx2 .navbar-brand {
  min-height: 130px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uSoiSX7Yx2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uSoiSX7Yx2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSoiSX7Yx2 .dropdown-item.active,
.cid-uSoiSX7Yx2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uSoiSX7Yx2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSoiSX7Yx2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSoiSX7Yx2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSoiSX7Yx2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uSoiSX7Yx2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSoiSX7Yx2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSoiSX7Yx2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uSoiSX7Yx2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSoiSX7Yx2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uSoiSX7Yx2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #007bbf;
}
.cid-uSoiSX7Yx2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSoiSX7Yx2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSoiSX7Yx2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSoiSX7Yx2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSoiSX7Yx2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSoiSX7Yx2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSoiSX7Yx2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSoiSX7Yx2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSoiSX7Yx2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uSoiSX7Yx2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uSoiSX7Yx2 .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-uSoiSX7Yx2 .navbar {
    height: 70px;
  }
  .cid-uSoiSX7Yx2 .navbar.opened {
    height: auto;
  }
  .cid-uSoiSX7Yx2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSoiSXjMdU {
  display: flex;
  background-image: url("../../../assets/images/vielight-share.webp");
}
.cid-uSoiSXjMdU .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-uSoiSXjMdU {
    align-items: center;
  }
  .cid-uSoiSXjMdU .row {
    justify-content: flex-start;
  }
  .cid-uSoiSXjMdU .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uSoiSXjMdU .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uSoiSXjMdU {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSoiSXjMdU .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uSoiSXjMdU .content-wrap {
    width: 100%;
  }
}
.cid-uSoiSXjMdU .mbr-section-title,
.cid-uSoiSXjMdU .mbr-section-subtitle {
  text-align: center;
}
.cid-uSoiSXjMdU .mbr-text,
.cid-uSoiSXjMdU .mbr-section-btn {
  text-align: left;
}
.cid-uSoiSXjMdU .mbr-section-title {
  text-align: left;
}
.cid-uSoiSXsess {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uSoiSXsess .mbr-text {
  color: #000000;
}
.cid-uSoiSXsess .mbr-section-subtitle {
  color: #000000;
}
.cid-uSoiSXsess .mbr-section-title {
  color: #000000;
}
.cid-uSoiSXyYWf {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uSoiSXyYWf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSoiSXyYWf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uSoiSXyYWf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uSoiSXyYWf .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uSoiSXyYWf .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uSoiSXyYWf .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uSoiSXyYWf .mbr-section-title {
  color: #000000;
}
.cid-uSoiSXyYWf .mbr-text,
.cid-uSoiSXyYWf .mbr-section-btn {
  color: #000000;
}
.cid-uSoiSXGanH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #eeeeee;
}
.cid-uSoiSXGanH img,
.cid-uSoiSXGanH .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uSoiSXGanH .item:focus,
.cid-uSoiSXGanH span:focus {
  outline: none;
}
.cid-uSoiSXGanH .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uSoiSXGanH .item {
    margin-bottom: 1rem;
  }
}
.cid-uSoiSXGanH .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uSoiSXGanH .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uSoiSXGanH .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uSoiSXGanH .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uSoiSXGanH .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uSoiSXGanH .mbr-section-title {
  color: #000000;
}
.cid-uSoiSXGanH .item-title {
  text-align: left;
}
.cid-uSoiSXGanH .item-subtitle {
  text-align: left;
}
.cid-uSoiSXGanH .mbr-text,
.cid-uSoiSXGanH .item .mbr-section-btn {
  text-align: left;
}
.cid-uSoiSXGanH .content-head {
  max-width: 800px;
}
.cid-uSoiSXUB1u {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #232323;
}
.cid-uSoiSXUB1u .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uSoiSXUB1u form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uSoiSXUB1u form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uSoiSXUB1u form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uSoiSXUB1u .content-head {
  max-width: 800px;
}
.cid-uSoiSXUB1u .mbr-section-title {
  color: #ffffff;
}
.cid-uSoiSY5xtZ {
  padding-top: 7rem;
  padding-bottom: 12rem;
  background-color: #004b74;
}
.cid-uSoiSY5xtZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSoiSY5xtZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSoiSY5xtZ .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uSoiSY5xtZ .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uSoiSY5xtZ .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uSoiSY5xtZ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uSoiSY5xtZ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uSoiSY5xtZ .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uSoiSY5xtZ .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uSoiSY5xtZ .social-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uSoiSY5xtZ .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uSoiSY5xtZ .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uSoiSY5xtZ .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uSoiSY5xtZ .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #007bbf;
}
.cid-uSoiSY5xtZ .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #004b74;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uSoiSY5xtZ .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #004b74;
}
.cid-uSoiSY5xtZ .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uSoiSY5xtZ .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uSoiSY5xtZ .list-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uSoiSY5xtZ .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uSoiSY5xtZ .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uSoiSY5xtZ .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uSoiSY5xtZ .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uSoiSY5xtZ .list-wrapper .list .item-wrap:hover,
.cid-uSoiSY5xtZ .list-wrapper .list .item-wrap:focus {
  color: #007bbf;
}
.cid-uSoiSY5xtZ .border-wrap {
  height: 1px;
  background-color: #ffffff;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uSoiSY5xtZ .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uSoiSY5xtZ .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uSoiSY5xtZ .mbr-section-title {
  color: #ffffff;
}
.cid-uSoiSY5xtZ .mbr-text {
  color: #ffffff;
}
.cid-uSoiSY5xtZ .mbr-desc {
  color: #ffffff;
}
.cid-uSoiSY5xtZ .list {
  color: #ffffff;
}
