.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: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.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.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.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.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* 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: #0c2c68 !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #099f04 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0c2c68 !important;
  border-color: #0c2c68 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #113f96 !important;
  border-color: #113f96 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #113f96 !important;
  border-color: #113f96 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #a6e732 !important;
  border-color: #a6e732 !important;
  color: #101703 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #baec60 !important;
  border-color: #baec60 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #101703 !important;
  background-color: #baec60 !important;
  border-color: #baec60 !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #099f04 !important;
  border-color: #099f04 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #0cd105 !important;
  border-color: #0cd105 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #0cd105 !important;
  border-color: #0cd105 !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: #0c2c68;
  color: #0c2c68;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #030b1a !important;
  background-color: transparent !important;
  border-color: #030b1a !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0c2c68 !important;
  border-color: #0c2c68 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #a6e732;
  color: #a6e732;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #77ae14 !important;
  background-color: transparent !important;
  border-color: #77ae14 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #101703 !important;
  background-color: #a6e732 !important;
  border-color: #a6e732 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #099f04;
  color: #099f04;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #044a02 !important;
  background-color: transparent !important;
  border-color: #044a02 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #099f04 !important;
  border-color: #099f04 !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: #0c2c68 !important;
}
.text-secondary {
  color: #a6e732 !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #099f04 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #01050d !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #6da013 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #cccccc !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: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #033c01 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #0c2c68;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #099f04;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0c2c68;
  border-color: #0c2c68;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #0c2c68;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #195cda;
}
.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: #f3abab;
}
.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: #30fa29;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #0c2c68 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #0c2c68;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0c2c68;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0c2c68;
}
.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: #0c2c68;
  border-bottom-color: #0c2c68;
}
.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: #0c2c68 !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: #a6e732 !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='%230c2c68' %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-uk11STBkbn {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uk11STBkbn .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-uk11STBkbn nav.navbar {
  position: fixed;
}
.cid-uk11STBkbn .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-uk11STBkbn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uk11STBkbn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uk11STBkbn .dropdown-item:hover,
.cid-uk11STBkbn .dropdown-item:focus {
  background: #0c2c68 !important;
  color: white !important;
}
.cid-uk11STBkbn .dropdown-item:hover span {
  color: white;
}
.cid-uk11STBkbn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uk11STBkbn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uk11STBkbn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uk11STBkbn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uk11STBkbn .nav-link {
  position: relative;
}
.cid-uk11STBkbn .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uk11STBkbn .container {
    flex-wrap: nowrap;
  }
}
.cid-uk11STBkbn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uk11STBkbn .dropdown-menu,
.cid-uk11STBkbn .navbar.opened {
  background: #0c2c68 !important;
}
.cid-uk11STBkbn .nav-item:focus,
.cid-uk11STBkbn .nav-link:focus {
  outline: none;
}
.cid-uk11STBkbn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uk11STBkbn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uk11STBkbn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uk11STBkbn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uk11STBkbn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uk11STBkbn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uk11STBkbn .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0c2c68;
}
.cid-uk11STBkbn .navbar.opened {
  transition: all 0.3s;
}
.cid-uk11STBkbn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uk11STBkbn .navbar .navbar-logo img {
  width: 100%;
}
.cid-uk11STBkbn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uk11STBkbn .navbar.collapsed {
  justify-content: center;
}
.cid-uk11STBkbn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uk11STBkbn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uk11STBkbn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uk11STBkbn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uk11STBkbn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uk11STBkbn .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-uk11STBkbn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uk11STBkbn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uk11STBkbn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uk11STBkbn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uk11STBkbn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uk11STBkbn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uk11STBkbn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uk11STBkbn .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-uk11STBkbn .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-uk11STBkbn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uk11STBkbn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uk11STBkbn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uk11STBkbn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uk11STBkbn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uk11STBkbn .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uk11STBkbn .navbar.navbar-short {
  min-height: 80px;
}
.cid-uk11STBkbn .navbar.navbar-short .navbar-logo img {
  height: 2rem !important;
}
.cid-uk11STBkbn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uk11STBkbn .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uk11STBkbn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uk11STBkbn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uk11STBkbn .dropdown-item.active,
.cid-uk11STBkbn .dropdown-item:active {
  background-color: transparent;
}
.cid-uk11STBkbn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uk11STBkbn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uk11STBkbn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uk11STBkbn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c2c68;
}
.cid-uk11STBkbn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uk11STBkbn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uk11STBkbn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uk11STBkbn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uk11STBkbn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uk11STBkbn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uk11STBkbn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uk11STBkbn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uk11STBkbn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uk11STBkbn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uk11STBkbn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uk11STBkbn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uk11STBkbn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uk11STBkbn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uk11STBkbn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uk11STBkbn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uk11STBkbn .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-uk11STBkbn .navbar {
    height: 70px;
  }
  .cid-uk11STBkbn .navbar.opened {
    height: auto;
  }
  .cid-uk11STBkbn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utWySainHD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-utWySainHD .mbr-fallback-image.disabled {
  display: none;
}
.cid-utWySainHD .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-utWySainHD .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-utWySainHD .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-utWySainHD .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-utWySainHD .media-content,
.cid-utWySainHD .mbr-figure {
  align-self: center;
}
.cid-utWySainHD .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-utWySainHD .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-utWySainHD .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-utWySainHD .mbr-section-maintitle {
  text-align: left;
  color: #05225e;
}
.cid-utWySainHD .mbr-section-title {
  text-align: left;
  color: #0c2c68;
}
.cid-utWySainHD .mbr-text,
.cid-utWySainHD .mbr-section-btn {
  text-align: left;
  color: #031c4b;
}
.cid-uNz6tTpR88 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNz6tTpR88 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNz6tTpR88 .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-uNz6tTpR88 .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uNz6tTpR88 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uNz6tTpR88 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uNz6tTpR88 .media-content,
.cid-uNz6tTpR88 .mbr-figure {
  align-self: center;
}
.cid-uNz6tTpR88 .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uNz6tTpR88 .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uNz6tTpR88 .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uNz6tTpR88 .mbr-section-maintitle {
  text-align: left;
  color: #05225e;
}
.cid-uNz6tTpR88 .mbr-section-title {
  text-align: left;
  color: #0c2c68;
}
.cid-uNz6tTpR88 .mbr-text,
.cid-uNz6tTpR88 .mbr-section-btn {
  text-align: left;
  color: #031c4b;
}
.cid-uNz6tTpR88 .mbr-description {
  color: #0c2c68;
}
.cid-uNyTgAaltu {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNyTgAaltu .row {
  flex-direction: row-reverse;
}
.cid-uNyTgAaltu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNyTgAaltu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNyTgAaltu .mbr-side-description {
  text-align: left;
  color: #0c2c68;
}
.cid-uNyTgAaltu .mbr-description {
  color: #0c2c68;
}
.cid-uk1c5FwdcK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uk1c5FwdcK .mbr-section-subtitle,
.cid-uk1c5FwdcK .mbr-text {
  color: #767676;
}
.cid-uk1c5FwdcK .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uk1c5FwdcK .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uk1c5FwdcK .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uk1c5FwdcK .card-wrapper .card-img .mbr-overlay {
  background-color: #a0e1e1;
  display: none;
  transition: opacity .3s;
}
.cid-uk1c5FwdcK .card-wrapper .card-img .mbr-section-btn {
  position: absolute;
  transition: opacity .3s;
  width: 100%;
  left: 0;
  top: 50%;
  height: auto;
  transform: translateY(-50%);
}
.cid-uk1c5FwdcK .card-wrapper .card-img img {
  width: 100%;
}
.cid-uk1c5FwdcK .card-wrapper .card-box {
  background-color: #a0e1e1;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-uk1c5FwdcK .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-uk1c5FwdcK .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-uk1c5FwdcK .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-uk1c5FwdcK .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-uk1c5FwdcK .card-img .mbr-section-btn {
  opacity: 0;
}
.cid-uk1c5FwdcK .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-uk1c5FwdcK .card-img:hover .mbr-section-btn {
  opacity: 1;
}
.cid-uk1c5FwdcK .mbr-section-title {
  color: #ffffff;
}
.cid-uk1c5FwdcK .mbr-section-subtitle {
  color: #000000;
}
.cid-uk1c5FwdcK .mbr-text {
  text-align: center;
  color: #031c4b;
}
.cid-uk1c5FwdcK .card-title {
  text-align: center;
  color: #0c2c68;
}
.cid-uNzDpMRxj6 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #a0e1e1;
}
.cid-uNzDpMRxj6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNzDpMRxj6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNzDpMRxj6 .row {
  align-items: center;
}
.cid-uNzDpMRxj6 img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-uNzDpMRxj6 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uNzDpMRxj6 .mbr-section-title {
  color: #031c4b;
}
.cid-uNzDpMRxj6 .mbr-text,
.cid-uNzDpMRxj6 .mbr-section-btn {
  color: #031c4b;
}
.cid-uk1EekChxK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0c2c68;
}
.cid-uk1EekChxK .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-uk1EekChxK form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uk1EekChxK form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uk1EekChxK form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uk1EekChxK .content-head {
  max-width: 800px;
}
.cid-uk1EekChxK .mbr-section-title {
  color: #ffffff;
}
.cid-uk1EekChxK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uk1kQ2z4mv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0c2c68;
}
.cid-uk1kQ2z4mv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk1kQ2z4mv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uk1kQ2z4mv .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uk1kQ2z4mv .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uk1kQ2z4mv .row {
    text-align: center;
  }
  .cid-uk1kQ2z4mv .row > div {
    margin: auto;
  }
  .cid-uk1kQ2z4mv .social-row {
    justify-content: center;
  }
}
.cid-uk1kQ2z4mv .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uk1kQ2z4mv .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uk1kQ2z4mv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uk1kQ2z4mv .list {
    margin-bottom: 0rem;
  }
}
.cid-uk1kQ2z4mv .mbr-text {
  color: #a6a99c;
}
.cid-uk1kQ2z4mv .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uk1kQ2z4mv .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uk1kQ2z4mv div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uk1SbyJ7qI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uk1SbyJ7qI .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-uk1SbyJ7qI nav.navbar {
  position: fixed;
}
.cid-uk1SbyJ7qI .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-uk1SbyJ7qI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uk1SbyJ7qI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uk1SbyJ7qI .dropdown-item:hover,
.cid-uk1SbyJ7qI .dropdown-item:focus {
  background: #0c2c68 !important;
  color: white !important;
}
.cid-uk1SbyJ7qI .dropdown-item:hover span {
  color: white;
}
.cid-uk1SbyJ7qI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uk1SbyJ7qI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uk1SbyJ7qI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uk1SbyJ7qI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uk1SbyJ7qI .nav-link {
  position: relative;
}
.cid-uk1SbyJ7qI .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uk1SbyJ7qI .container {
    flex-wrap: nowrap;
  }
}
.cid-uk1SbyJ7qI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uk1SbyJ7qI .dropdown-menu,
.cid-uk1SbyJ7qI .navbar.opened {
  background: #0c2c68 !important;
}
.cid-uk1SbyJ7qI .nav-item:focus,
.cid-uk1SbyJ7qI .nav-link:focus {
  outline: none;
}
.cid-uk1SbyJ7qI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uk1SbyJ7qI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uk1SbyJ7qI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uk1SbyJ7qI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uk1SbyJ7qI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uk1SbyJ7qI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uk1SbyJ7qI .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0c2c68;
}
.cid-uk1SbyJ7qI .navbar.opened {
  transition: all 0.3s;
}
.cid-uk1SbyJ7qI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uk1SbyJ7qI .navbar .navbar-logo img {
  width: 100%;
}
.cid-uk1SbyJ7qI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uk1SbyJ7qI .navbar.collapsed {
  justify-content: center;
}
.cid-uk1SbyJ7qI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uk1SbyJ7qI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uk1SbyJ7qI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uk1SbyJ7qI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uk1SbyJ7qI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uk1SbyJ7qI .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-uk1SbyJ7qI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uk1SbyJ7qI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uk1SbyJ7qI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uk1SbyJ7qI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uk1SbyJ7qI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uk1SbyJ7qI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uk1SbyJ7qI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uk1SbyJ7qI .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-uk1SbyJ7qI .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-uk1SbyJ7qI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uk1SbyJ7qI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uk1SbyJ7qI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uk1SbyJ7qI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uk1SbyJ7qI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uk1SbyJ7qI .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uk1SbyJ7qI .navbar.navbar-short {
  min-height: 80px;
}
.cid-uk1SbyJ7qI .navbar.navbar-short .navbar-logo img {
  height: 2rem !important;
}
.cid-uk1SbyJ7qI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uk1SbyJ7qI .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uk1SbyJ7qI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uk1SbyJ7qI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uk1SbyJ7qI .dropdown-item.active,
.cid-uk1SbyJ7qI .dropdown-item:active {
  background-color: transparent;
}
.cid-uk1SbyJ7qI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uk1SbyJ7qI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uk1SbyJ7qI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uk1SbyJ7qI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c2c68;
}
.cid-uk1SbyJ7qI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uk1SbyJ7qI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uk1SbyJ7qI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uk1SbyJ7qI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uk1SbyJ7qI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uk1SbyJ7qI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uk1SbyJ7qI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uk1SbyJ7qI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uk1SbyJ7qI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uk1SbyJ7qI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uk1SbyJ7qI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uk1SbyJ7qI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uk1SbyJ7qI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uk1SbyJ7qI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uk1SbyJ7qI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uk1SbyJ7qI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uk1SbyJ7qI .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-uk1SbyJ7qI .navbar {
    height: 70px;
  }
  .cid-uk1SbyJ7qI .navbar.opened {
    height: auto;
  }
  .cid-uk1SbyJ7qI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uk6OIVXmLH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #a0e1e1;
}
.cid-uk6OIVXmLH .mbr-section-subtitle,
.cid-uk6OIVXmLH .mbr-text {
  color: #767676;
}
.cid-uk6OIVXmLH .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uk6OIVXmLH .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uk6OIVXmLH .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uk6OIVXmLH .card-wrapper .card-img .mbr-overlay {
  background-color: #cebfaf;
  display: none;
  transition: opacity .3s;
}
.cid-uk6OIVXmLH .card-wrapper .card-img .mbr-section-btn {
  position: absolute;
  transition: opacity .3s;
  width: 100%;
  left: 0;
  top: 50%;
  height: auto;
  transform: translateY(-50%);
}
.cid-uk6OIVXmLH .card-wrapper .card-img img {
  width: 100%;
}
.cid-uk6OIVXmLH .card-wrapper .card-box {
  background-color: #cebfaf;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-uk6OIVXmLH .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-uk6OIVXmLH .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-uk6OIVXmLH .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-uk6OIVXmLH .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-uk6OIVXmLH .card-img .mbr-section-btn {
  opacity: 0;
}
.cid-uk6OIVXmLH .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-uk6OIVXmLH .card-img:hover .mbr-section-btn {
  opacity: 1;
}
.cid-uk6OIVXmLH .mbr-section-title {
  color: #0c2c68;
}
.cid-uk6OIVXmLH .card-title {
  color: #0c2c68;
  text-align: center;
}
.cid-uk6OIVXmLH .mbr-text {
  color: #0c2c68;
  text-align: left;
}
.cid-uk6OIVXmLH .mbr-section-subtitle {
  color: #0c2c68;
  text-align: left;
}
.cid-uk6U4uJX5j {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #a0e1e1;
}
.cid-uk6U4uJX5j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk6U4uJX5j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uk6U4uJX5j .row {
  align-items: center;
}
.cid-uk6U4uJX5j img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-uk6U4uJX5j .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uk6U4uJX5j .mbr-section-title {
  color: #031c4b;
}
.cid-uk6U4uJX5j .mbr-text,
.cid-uk6U4uJX5j .mbr-section-btn {
  color: #031c4b;
}
.cid-uk6WJbWoY3 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #a0e1e1;
}
.cid-uk6WJbWoY3 .mbr-section-subtitle,
.cid-uk6WJbWoY3 .mbr-text {
  color: #767676;
}
.cid-uk6WJbWoY3 .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uk6WJbWoY3 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uk6WJbWoY3 .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uk6WJbWoY3 .card-wrapper .card-img .mbr-overlay {
  background-color: #a0e1e1;
  display: none;
  transition: opacity .3s;
}
.cid-uk6WJbWoY3 .card-wrapper .card-img img {
  width: 100%;
}
.cid-uk6WJbWoY3 .card-wrapper .card-box {
  background-color: #a0e1e1;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-uk6WJbWoY3 .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-uk6WJbWoY3 .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-uk6WJbWoY3 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-uk6WJbWoY3 .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-uk6WJbWoY3 .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-uk6WJbWoY3 .mbr-section-title {
  color: #0c2c68;
}
.cid-uk6WJbWoY3 .mbr-section-subtitle {
  color: #0c2c68;
}
.cid-uk6WJbWoY3 .mbr-text {
  text-align: center;
  color: #05225e;
}
.cid-uk6WJbWoY3 .card-title {
  text-align: center;
  color: #05225e;
}
.cid-uk1SbJhaLU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0c2c68;
}
.cid-uk1SbJhaLU .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uk1SbJhaLU form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uk1SbJhaLU form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uk1SbJhaLU form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uk1SbJhaLU .content-head {
  max-width: 800px;
}
.cid-uk1SbJhaLU .mbr-section-title {
  color: #ffffff;
}
.cid-uk1SbK3xZW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0c2c68;
}
.cid-uk1SbK3xZW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk1SbK3xZW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uk1SbK3xZW .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uk1SbK3xZW .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uk1SbK3xZW .row {
    text-align: center;
  }
  .cid-uk1SbK3xZW .row > div {
    margin: auto;
  }
  .cid-uk1SbK3xZW .social-row {
    justify-content: center;
  }
}
.cid-uk1SbK3xZW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uk1SbK3xZW .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uk1SbK3xZW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uk1SbK3xZW .list {
    margin-bottom: 0rem;
  }
}
.cid-uk1SbK3xZW .mbr-text {
  color: #a6a99c;
}
.cid-uk1SbK3xZW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uk1SbK3xZW .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uk1SbK3xZW div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uk8byhIEJd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uk8byhIEJd .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-uk8byhIEJd nav.navbar {
  position: fixed;
}
.cid-uk8byhIEJd .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-uk8byhIEJd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uk8byhIEJd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uk8byhIEJd .dropdown-item:hover,
.cid-uk8byhIEJd .dropdown-item:focus {
  background: #0c2c68 !important;
  color: white !important;
}
.cid-uk8byhIEJd .dropdown-item:hover span {
  color: white;
}
.cid-uk8byhIEJd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uk8byhIEJd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uk8byhIEJd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uk8byhIEJd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uk8byhIEJd .nav-link {
  position: relative;
}
.cid-uk8byhIEJd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uk8byhIEJd .container {
    flex-wrap: nowrap;
  }
}
.cid-uk8byhIEJd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uk8byhIEJd .dropdown-menu,
.cid-uk8byhIEJd .navbar.opened {
  background: #0c2c68 !important;
}
.cid-uk8byhIEJd .nav-item:focus,
.cid-uk8byhIEJd .nav-link:focus {
  outline: none;
}
.cid-uk8byhIEJd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uk8byhIEJd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uk8byhIEJd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uk8byhIEJd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uk8byhIEJd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uk8byhIEJd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uk8byhIEJd .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0c2c68;
}
.cid-uk8byhIEJd .navbar.opened {
  transition: all 0.3s;
}
.cid-uk8byhIEJd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uk8byhIEJd .navbar .navbar-logo img {
  width: 100%;
}
.cid-uk8byhIEJd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uk8byhIEJd .navbar.collapsed {
  justify-content: center;
}
.cid-uk8byhIEJd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uk8byhIEJd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uk8byhIEJd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uk8byhIEJd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uk8byhIEJd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uk8byhIEJd .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-uk8byhIEJd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uk8byhIEJd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uk8byhIEJd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uk8byhIEJd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uk8byhIEJd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uk8byhIEJd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uk8byhIEJd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uk8byhIEJd .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-uk8byhIEJd .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-uk8byhIEJd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uk8byhIEJd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uk8byhIEJd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uk8byhIEJd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uk8byhIEJd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uk8byhIEJd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uk8byhIEJd .navbar.navbar-short {
  min-height: 80px;
}
.cid-uk8byhIEJd .navbar.navbar-short .navbar-logo img {
  height: 2rem !important;
}
.cid-uk8byhIEJd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uk8byhIEJd .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uk8byhIEJd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uk8byhIEJd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uk8byhIEJd .dropdown-item.active,
.cid-uk8byhIEJd .dropdown-item:active {
  background-color: transparent;
}
.cid-uk8byhIEJd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uk8byhIEJd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uk8byhIEJd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uk8byhIEJd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c2c68;
}
.cid-uk8byhIEJd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uk8byhIEJd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uk8byhIEJd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uk8byhIEJd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uk8byhIEJd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uk8byhIEJd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uk8byhIEJd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uk8byhIEJd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uk8byhIEJd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uk8byhIEJd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uk8byhIEJd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uk8byhIEJd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uk8byhIEJd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uk8byhIEJd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uk8byhIEJd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uk8byhIEJd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uk8byhIEJd .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-uk8byhIEJd .navbar {
    height: 70px;
  }
  .cid-uk8byhIEJd .navbar.opened {
    height: auto;
  }
  .cid-uk8byhIEJd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukANNklby0 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #1f6463;
}
.cid-ukANNklby0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukANNklby0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukANNklby0 .mbr-section-title {
  color: #ffffff;
}
.cid-ukANNklby0 .mbr-section-subtitle {
  color: #a0e1e1;
}
.cid-uNzCK3gnx9 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #a0e1e1;
}
.cid-uNzCK3gnx9 .mbr-section-subtitle,
.cid-uNzCK3gnx9 .mbr-text {
  color: #767676;
}
.cid-uNzCK3gnx9 .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uNzCK3gnx9 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uNzCK3gnx9 .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uNzCK3gnx9 .card-wrapper .card-img .mbr-overlay {
  background-color: #cebfaf;
  display: none;
  transition: opacity .3s;
}
.cid-uNzCK3gnx9 .card-wrapper .card-img .mbr-section-btn {
  position: absolute;
  transition: opacity .3s;
  width: 100%;
  left: 0;
  top: 50%;
  height: auto;
  transform: translateY(-50%);
}
.cid-uNzCK3gnx9 .card-wrapper .card-img img {
  width: 100%;
}
.cid-uNzCK3gnx9 .card-wrapper .card-box {
  background-color: #cebfaf;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-uNzCK3gnx9 .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-uNzCK3gnx9 .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-uNzCK3gnx9 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-uNzCK3gnx9 .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-uNzCK3gnx9 .card-img .mbr-section-btn {
  opacity: 0;
}
.cid-uNzCK3gnx9 .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-uNzCK3gnx9 .card-img:hover .mbr-section-btn {
  opacity: 1;
}
.cid-uNzCK3gnx9 .mbr-section-title {
  color: #0c2c68;
}
.cid-uNzCK3gnx9 .card-title {
  color: #0c2c68;
  text-align: center;
}
.cid-uNzCK3gnx9 .mbr-text {
  color: #0c2c68;
  text-align: left;
}
.cid-uNzCK3gnx9 .mbr-section-subtitle {
  color: #0c2c68;
  text-align: left;
}
.cid-uNA1qNKg7P {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #a0e1e1;
}
.cid-uNA1qNKg7P img,
.cid-uNA1qNKg7P .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uNA1qNKg7P .item:focus,
.cid-uNA1qNKg7P span:focus {
  outline: none;
}
.cid-uNA1qNKg7P .item-wrapper {
  position: relative;
}
.cid-uNA1qNKg7P .slide-content {
  position: relative;
  border-radius: 4px;
  background: #d0eded;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uNA1qNKg7P .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uNA1qNKg7P .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-uNA1qNKg7P .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uNA1qNKg7P .mbr-section-title {
  color: #0c2c68;
}
.cid-uNA1qNKg7P .mbr-text,
.cid-uNA1qNKg7P .mbr-section-btn {
  text-align: left;
  color: #0c2c68;
}
.cid-uNA1qNKg7P .item-title {
  text-align: left;
  color: #0c2c68;
}
.cid-uNA1qNKg7P .item-subtitle {
  text-align: center;
  color: #0c2c68;
}
.cid-uNA1qNKg7P .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uNA1qNKg7P .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uNA1qNKg7P .embla__button--next,
.cid-uNA1qNKg7P .embla__button--prev {
  display: flex;
}
.cid-uNA1qNKg7P .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uNA1qNKg7P .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uNA1qNKg7P .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uNA1qNKg7P .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uNA1qNKg7P .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uNA1qNKg7P .embla__button {
    top: auto;
  }
}
.cid-uNA1qNKg7P .embla {
  position: relative;
  width: 100%;
}
.cid-uNA1qNKg7P .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uNA1qNKg7P .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uNA1qNKg7P .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uNA1qNKg7P .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uNA1qNKg7P .mbr-section-subtitle {
  color: #0c2c68;
}
.cid-ukBkkqHVRk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1f6463;
}
.cid-ukBkkqHVRk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukBkkqHVRk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukBkkqHVRk .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-ukBkkqHVRk .item-wrapper {
  background-color: #a0e1e1;
  border-radius: 4px;
}
.cid-ukBkkqHVRk .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ukBkkqHVRk .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-ukBkkqHVRk .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-ukBkkqHVRk .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-ukBkkqHVRk .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ukBkkqHVRk .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-ukBkkqHVRk .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ukBkkqHVRk .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-ukBkkqHVRk .mbr-text,
.cid-ukBkkqHVRk .social-row {
  color: #0c2c68;
}
.cid-ukBkkqHVRk .card-title {
  color: #0c2c68;
}
.cid-ukAvI8VAcO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1f6463;
}
.cid-ukAvI8VAcO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukAvI8VAcO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukAvI8VAcO .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-ukAvI8VAcO .item-wrapper {
  background-color: #d0eded;
  border-radius: 4px;
}
.cid-ukAvI8VAcO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ukAvI8VAcO .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-ukAvI8VAcO .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-ukAvI8VAcO .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-ukAvI8VAcO .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ukAvI8VAcO .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-ukAvI8VAcO .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ukAvI8VAcO .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-ukAvI8VAcO .mbr-text,
.cid-ukAvI8VAcO .social-row {
  color: #05225e;
}
.cid-ukAvI8VAcO .card-title {
  color: #0c2c68;
}
.cid-ukdPfy4h4Y {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1f6463;
}
.cid-ukdPfy4h4Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukdPfy4h4Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukdPfy4h4Y .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-ukdPfy4h4Y .item-wrapper {
  background-color: #d0eded;
  border-radius: 4px;
}
.cid-ukdPfy4h4Y .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ukdPfy4h4Y .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-ukdPfy4h4Y .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-ukdPfy4h4Y .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-ukdPfy4h4Y .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ukdPfy4h4Y .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-ukdPfy4h4Y .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ukdPfy4h4Y .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-ukdPfy4h4Y .card-title {
  color: #05225e;
}
.cid-ukdPfy4h4Y .mbr-text,
.cid-ukdPfy4h4Y .social-row {
  color: #031c4b;
}
.cid-ukdVp5PMzV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1f6463;
}
.cid-ukdVp5PMzV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukdVp5PMzV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukdVp5PMzV .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-ukdVp5PMzV .item-wrapper {
  background-color: #d0eded;
  border-radius: 4px;
}
.cid-ukdVp5PMzV .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ukdVp5PMzV .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-ukdVp5PMzV .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-ukdVp5PMzV .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-ukdVp5PMzV .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ukdVp5PMzV .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-ukdVp5PMzV .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ukdVp5PMzV .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-ukdVp5PMzV .mbr-text,
.cid-ukdVp5PMzV .social-row {
  color: #0c2c68;
}
.cid-ukdVp5PMzV .card-title {
  color: #031c4b;
}
.cid-ukAt0PnAic {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1f6463;
}
.cid-ukAt0PnAic .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukAt0PnAic .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukAt0PnAic .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-ukAt0PnAic .item-wrapper {
  background-color: #d0eded;
  border-radius: 4px;
}
.cid-ukAt0PnAic .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ukAt0PnAic .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-ukAt0PnAic .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-ukAt0PnAic .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-ukAt0PnAic .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ukAt0PnAic .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-ukAt0PnAic .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ukAt0PnAic .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-ukAt0PnAic .mbr-text,
.cid-ukAt0PnAic .social-row {
  color: #0c2c68;
}
.cid-ukAt0PnAic .card-title {
  color: #0c2c68;
}
.cid-uNyPFhOAXT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #a0e1e1;
}
.cid-uNyPFhOAXT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNyPFhOAXT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNyPFhOAXT .mbr-text,
.cid-uNyPFhOAXT .mbr-section-btn {
  color: #232323;
}
.cid-uNyPFhOAXT .card-title,
.cid-uNyPFhOAXT .card-box {
  color: #0c2c68;
  text-align: center;
}
.cid-uNyPFhOAXT .mbr-text,
.cid-uNyPFhOAXT .link-wrap {
  color: #ffffff;
}
.cid-uNyPFhOAXT .card-box .mbr-text,
.cid-uNyPFhOAXT .mbr-section-btn {
  color: #031c4b;
  text-align: left;
}
.cid-uk8bynufEe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1f6463;
}
.cid-uk8bynufEe .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uk8bynufEe form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uk8bynufEe form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uk8bynufEe form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uk8bynufEe .content-head {
  max-width: 800px;
}
.cid-uk8bynufEe .mbr-section-title {
  color: #031c4b;
}
.cid-uk8byof7TQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0c2c68;
}
.cid-uk8byof7TQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk8byof7TQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uk8byof7TQ .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uk8byof7TQ .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uk8byof7TQ .row {
    text-align: center;
  }
  .cid-uk8byof7TQ .row > div {
    margin: auto;
  }
  .cid-uk8byof7TQ .social-row {
    justify-content: center;
  }
}
.cid-uk8byof7TQ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uk8byof7TQ .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uk8byof7TQ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uk8byof7TQ .list {
    margin-bottom: 0rem;
  }
}
.cid-uk8byof7TQ .mbr-text {
  color: #a6a99c;
}
.cid-uk8byof7TQ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uk8byof7TQ .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uk8byof7TQ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ukFZjv4ulQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-ukFZjv4ulQ .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-ukFZjv4ulQ nav.navbar {
  position: fixed;
}
.cid-ukFZjv4ulQ .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-ukFZjv4ulQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ukFZjv4ulQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ukFZjv4ulQ .dropdown-item:hover,
.cid-ukFZjv4ulQ .dropdown-item:focus {
  background: #0c2c68 !important;
  color: white !important;
}
.cid-ukFZjv4ulQ .dropdown-item:hover span {
  color: white;
}
.cid-ukFZjv4ulQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ukFZjv4ulQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ukFZjv4ulQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ukFZjv4ulQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ukFZjv4ulQ .nav-link {
  position: relative;
}
.cid-ukFZjv4ulQ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ukFZjv4ulQ .container {
    flex-wrap: nowrap;
  }
}
.cid-ukFZjv4ulQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ukFZjv4ulQ .dropdown-menu,
.cid-ukFZjv4ulQ .navbar.opened {
  background: #0c2c68 !important;
}
.cid-ukFZjv4ulQ .nav-item:focus,
.cid-ukFZjv4ulQ .nav-link:focus {
  outline: none;
}
.cid-ukFZjv4ulQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ukFZjv4ulQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ukFZjv4ulQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ukFZjv4ulQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukFZjv4ulQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ukFZjv4ulQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ukFZjv4ulQ .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0c2c68;
}
.cid-ukFZjv4ulQ .navbar.opened {
  transition: all 0.3s;
}
.cid-ukFZjv4ulQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ukFZjv4ulQ .navbar .navbar-logo img {
  width: 100%;
}
.cid-ukFZjv4ulQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ukFZjv4ulQ .navbar.collapsed {
  justify-content: center;
}
.cid-ukFZjv4ulQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ukFZjv4ulQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ukFZjv4ulQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ukFZjv4ulQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukFZjv4ulQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukFZjv4ulQ .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-ukFZjv4ulQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukFZjv4ulQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ukFZjv4ulQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ukFZjv4ulQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ukFZjv4ulQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukFZjv4ulQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukFZjv4ulQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukFZjv4ulQ .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-ukFZjv4ulQ .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-ukFZjv4ulQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ukFZjv4ulQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ukFZjv4ulQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ukFZjv4ulQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ukFZjv4ulQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ukFZjv4ulQ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ukFZjv4ulQ .navbar.navbar-short {
  min-height: 80px;
}
.cid-ukFZjv4ulQ .navbar.navbar-short .navbar-logo img {
  height: 2rem !important;
}
.cid-ukFZjv4ulQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ukFZjv4ulQ .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ukFZjv4ulQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukFZjv4ulQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukFZjv4ulQ .dropdown-item.active,
.cid-ukFZjv4ulQ .dropdown-item:active {
  background-color: transparent;
}
.cid-ukFZjv4ulQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukFZjv4ulQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukFZjv4ulQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukFZjv4ulQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c2c68;
}
.cid-ukFZjv4ulQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ukFZjv4ulQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ukFZjv4ulQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ukFZjv4ulQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ukFZjv4ulQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ukFZjv4ulQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ukFZjv4ulQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ukFZjv4ulQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukFZjv4ulQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukFZjv4ulQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ukFZjv4ulQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukFZjv4ulQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ukFZjv4ulQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ukFZjv4ulQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukFZjv4ulQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ukFZjv4ulQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ukFZjv4ulQ .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-ukFZjv4ulQ .navbar {
    height: 70px;
  }
  .cid-ukFZjv4ulQ .navbar.opened {
    height: auto;
  }
  .cid-ukFZjv4ulQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukFZAMhcLG {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #a0e1e1;
}
.cid-ukFZAMhcLG H2 {
  color: #05225e;
}
.cid-ukFZAMhcLG .mbr-section-subtitle {
  color: #0c2c68;
}
.cid-ukFZuckGLm {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #93fff7;
}
.cid-ukFZuckGLm .card-box {
  padding: 0 2rem;
}
.cid-ukFZuckGLm .mbr-section-btn {
  padding-top: 1rem;
}
.cid-ukFZuckGLm .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-ukFZuckGLm h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-ukFZuckGLm p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-ukFZuckGLm .mbr-text {
  color: #031c4b;
  text-align: center;
}
.cid-ukFZuckGLm .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #a0e1e1;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-ukFZuckGLm .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-ukFZuckGLm .card-title {
  text-align: center;
  color: #031c4b;
}
.cid-usDxMg5K9R {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.cid-usDxMg5K9R .mbr-fallback-image.disabled {
  display: none;
}
.cid-usDxMg5K9R .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-usDxMg5K9R .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-usDxMg5K9R .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-usDxMg5K9R .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-usDxMg5K9R .media-content,
.cid-usDxMg5K9R .mbr-figure {
  align-self: center;
}
.cid-usDxMg5K9R .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-usDxMg5K9R .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-usDxMg5K9R .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-usDxMg5K9R .mbr-section-maintitle {
  text-align: center;
  color: #ffffff;
}
.cid-usDxMg5K9R .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-usDxMg5K9R .mbr-text,
.cid-usDxMg5K9R .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-ukFZjD5ybW {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #0c2c68;
}
.cid-ukFZjD5ybW .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ukFZjD5ybW form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-ukFZjD5ybW form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-ukFZjD5ybW form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ukFZjD5ybW .content-head {
  max-width: 800px;
}
.cid-ukFZjD5ybW .mbr-section-title {
  color: #ffffff;
}
.cid-ukFZjE6lon {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0c2c68;
}
.cid-ukFZjE6lon .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFZjE6lon .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFZjE6lon .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ukFZjE6lon .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ukFZjE6lon .row {
    text-align: center;
  }
  .cid-ukFZjE6lon .row > div {
    margin: auto;
  }
  .cid-ukFZjE6lon .social-row {
    justify-content: center;
  }
}
.cid-ukFZjE6lon .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ukFZjE6lon .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ukFZjE6lon .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ukFZjE6lon .list {
    margin-bottom: 0rem;
  }
}
.cid-ukFZjE6lon .mbr-text {
  color: #a6a99c;
}
.cid-ukFZjE6lon .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ukFZjE6lon .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ukFZjE6lon div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ukAUQjKKvb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-ukAUQjKKvb .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-ukAUQjKKvb nav.navbar {
  position: fixed;
}
.cid-ukAUQjKKvb .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-ukAUQjKKvb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ukAUQjKKvb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ukAUQjKKvb .dropdown-item:hover,
.cid-ukAUQjKKvb .dropdown-item:focus {
  background: #0c2c68 !important;
  color: white !important;
}
.cid-ukAUQjKKvb .dropdown-item:hover span {
  color: white;
}
.cid-ukAUQjKKvb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ukAUQjKKvb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ukAUQjKKvb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ukAUQjKKvb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ukAUQjKKvb .nav-link {
  position: relative;
}
.cid-ukAUQjKKvb .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ukAUQjKKvb .container {
    flex-wrap: nowrap;
  }
}
.cid-ukAUQjKKvb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ukAUQjKKvb .dropdown-menu,
.cid-ukAUQjKKvb .navbar.opened {
  background: #0c2c68 !important;
}
.cid-ukAUQjKKvb .nav-item:focus,
.cid-ukAUQjKKvb .nav-link:focus {
  outline: none;
}
.cid-ukAUQjKKvb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ukAUQjKKvb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ukAUQjKKvb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ukAUQjKKvb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukAUQjKKvb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ukAUQjKKvb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ukAUQjKKvb .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0c2c68;
}
.cid-ukAUQjKKvb .navbar.opened {
  transition: all 0.3s;
}
.cid-ukAUQjKKvb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ukAUQjKKvb .navbar .navbar-logo img {
  width: 100%;
}
.cid-ukAUQjKKvb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ukAUQjKKvb .navbar.collapsed {
  justify-content: center;
}
.cid-ukAUQjKKvb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ukAUQjKKvb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ukAUQjKKvb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ukAUQjKKvb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukAUQjKKvb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukAUQjKKvb .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-ukAUQjKKvb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukAUQjKKvb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ukAUQjKKvb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ukAUQjKKvb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ukAUQjKKvb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukAUQjKKvb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukAUQjKKvb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukAUQjKKvb .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-ukAUQjKKvb .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-ukAUQjKKvb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ukAUQjKKvb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ukAUQjKKvb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ukAUQjKKvb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ukAUQjKKvb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ukAUQjKKvb .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ukAUQjKKvb .navbar.navbar-short {
  min-height: 80px;
}
.cid-ukAUQjKKvb .navbar.navbar-short .navbar-logo img {
  height: 2rem !important;
}
.cid-ukAUQjKKvb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ukAUQjKKvb .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ukAUQjKKvb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukAUQjKKvb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukAUQjKKvb .dropdown-item.active,
.cid-ukAUQjKKvb .dropdown-item:active {
  background-color: transparent;
}
.cid-ukAUQjKKvb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukAUQjKKvb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukAUQjKKvb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukAUQjKKvb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c2c68;
}
.cid-ukAUQjKKvb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ukAUQjKKvb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ukAUQjKKvb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ukAUQjKKvb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ukAUQjKKvb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ukAUQjKKvb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ukAUQjKKvb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ukAUQjKKvb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukAUQjKKvb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukAUQjKKvb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ukAUQjKKvb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukAUQjKKvb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ukAUQjKKvb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ukAUQjKKvb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukAUQjKKvb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ukAUQjKKvb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ukAUQjKKvb .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-ukAUQjKKvb .navbar {
    height: 70px;
  }
  .cid-ukAUQjKKvb .navbar.opened {
    height: auto;
  }
  .cid-ukAUQjKKvb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNikyjHqMs {
  background: #d0eded;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uNikyjHqMs .image-block {
  margin: auto;
}
.cid-uNikyjHqMs figcaption {
  position: relative;
}
.cid-uNikyjHqMs figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uNikyjHqMs .image-block {
    width: 100% !important;
  }
}
.cid-uNikAPANe8 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #d0eded;
}
.cid-uNikAPANe8 .mbr-section-subtitle {
  color: #0c2c68;
}
.cid-ukAXXiCC76 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #be2539;
}
.cid-ukAXXiCC76 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukAXXiCC76 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukAXXiCC76 .row {
  align-items: center;
}
.cid-ukAXXiCC76 img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-ukAXXiCC76 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ukAXXiCC76 .mbr-section-title {
  color: #ffffff;
}
.cid-ukAXXiCC76 .mbr-text,
.cid-ukAXXiCC76 .mbr-section-btn {
  color: #ffffff;
}
.cid-ukGtyyBi8G {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #a0e1e1;
}
.cid-ukGtyyBi8G .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukGtyyBi8G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukGtyyBi8G .row {
  flex-direction: row-reverse;
}
.cid-ukGtyyBi8G .row {
  align-items: center;
}
.cid-ukGtyyBi8G img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-ukGtyyBi8G .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ukGtyyBi8G .mbr-section-title {
  color: #0c2c68;
  text-align: left;
}
.cid-ukGtyyBi8G .mbr-text,
.cid-ukGtyyBi8G .mbr-section-btn {
  color: #0c2c68;
}
.cid-ukGurU7ZVY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #a0e1e1;
}
.cid-ukGurU7ZVY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukGurU7ZVY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukGurU7ZVY .row {
  align-items: center;
}
.cid-ukGurU7ZVY img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-ukGurU7ZVY .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ukGurU7ZVY .mbr-section-title {
  color: #0c2c68;
}
.cid-ukGurU7ZVY .mbr-text,
.cid-ukGurU7ZVY .mbr-section-btn {
  color: #0c2c68;
}
.cid-ukGvHQvLmi {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #a0e1e1;
}
.cid-ukGvHQvLmi .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukGvHQvLmi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukGvHQvLmi .row {
  flex-direction: row-reverse;
}
.cid-ukGvHQvLmi .row {
  align-items: center;
}
.cid-ukGvHQvLmi img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-ukGvHQvLmi .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ukGvHQvLmi .mbr-section-title {
  color: #0c2c68;
}
.cid-ukGvHQvLmi .mbr-text,
.cid-ukGvHQvLmi .mbr-section-btn {
  color: #0c2c68;
}
.cid-ukAUQrIKCT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0c2c68;
}
.cid-ukAUQrIKCT .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ukAUQrIKCT form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-ukAUQrIKCT form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-ukAUQrIKCT form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ukAUQrIKCT .content-head {
  max-width: 800px;
}
.cid-ukAUQrIKCT .mbr-section-title {
  color: #ffffff;
}
.cid-ukAUQsCRiJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0c2c68;
}
.cid-ukAUQsCRiJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukAUQsCRiJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukAUQsCRiJ .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ukAUQsCRiJ .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ukAUQsCRiJ .row {
    text-align: center;
  }
  .cid-ukAUQsCRiJ .row > div {
    margin: auto;
  }
  .cid-ukAUQsCRiJ .social-row {
    justify-content: center;
  }
}
.cid-ukAUQsCRiJ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ukAUQsCRiJ .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ukAUQsCRiJ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ukAUQsCRiJ .list {
    margin-bottom: 0rem;
  }
}
.cid-ukAUQsCRiJ .mbr-text {
  color: #a6a99c;
}
.cid-ukAUQsCRiJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ukAUQsCRiJ .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ukAUQsCRiJ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uk11STBkbn {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uk11STBkbn .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-uk11STBkbn nav.navbar {
  position: fixed;
}
.cid-uk11STBkbn .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-uk11STBkbn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uk11STBkbn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uk11STBkbn .dropdown-item:hover,
.cid-uk11STBkbn .dropdown-item:focus {
  background: #0c2c68 !important;
  color: white !important;
}
.cid-uk11STBkbn .dropdown-item:hover span {
  color: white;
}
.cid-uk11STBkbn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uk11STBkbn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uk11STBkbn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uk11STBkbn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uk11STBkbn .nav-link {
  position: relative;
}
.cid-uk11STBkbn .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uk11STBkbn .container {
    flex-wrap: nowrap;
  }
}
.cid-uk11STBkbn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uk11STBkbn .dropdown-menu,
.cid-uk11STBkbn .navbar.opened {
  background: #0c2c68 !important;
}
.cid-uk11STBkbn .nav-item:focus,
.cid-uk11STBkbn .nav-link:focus {
  outline: none;
}
.cid-uk11STBkbn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uk11STBkbn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uk11STBkbn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uk11STBkbn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uk11STBkbn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uk11STBkbn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uk11STBkbn .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0c2c68;
}
.cid-uk11STBkbn .navbar.opened {
  transition: all 0.3s;
}
.cid-uk11STBkbn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uk11STBkbn .navbar .navbar-logo img {
  width: 100%;
}
.cid-uk11STBkbn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uk11STBkbn .navbar.collapsed {
  justify-content: center;
}
.cid-uk11STBkbn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uk11STBkbn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uk11STBkbn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uk11STBkbn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uk11STBkbn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uk11STBkbn .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-uk11STBkbn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uk11STBkbn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uk11STBkbn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uk11STBkbn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uk11STBkbn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uk11STBkbn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uk11STBkbn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uk11STBkbn .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-uk11STBkbn .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-uk11STBkbn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uk11STBkbn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uk11STBkbn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uk11STBkbn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uk11STBkbn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uk11STBkbn .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uk11STBkbn .navbar.navbar-short {
  min-height: 80px;
}
.cid-uk11STBkbn .navbar.navbar-short .navbar-logo img {
  height: 2rem !important;
}
.cid-uk11STBkbn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uk11STBkbn .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uk11STBkbn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uk11STBkbn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uk11STBkbn .dropdown-item.active,
.cid-uk11STBkbn .dropdown-item:active {
  background-color: transparent;
}
.cid-uk11STBkbn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uk11STBkbn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uk11STBkbn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uk11STBkbn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c2c68;
}
.cid-uk11STBkbn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uk11STBkbn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uk11STBkbn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uk11STBkbn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uk11STBkbn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uk11STBkbn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uk11STBkbn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uk11STBkbn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uk11STBkbn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uk11STBkbn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uk11STBkbn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uk11STBkbn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uk11STBkbn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uk11STBkbn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uk11STBkbn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uk11STBkbn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uk11STBkbn .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-uk11STBkbn .navbar {
    height: 70px;
  }
  .cid-uk11STBkbn .navbar.opened {
    height: auto;
  }
  .cid-uk11STBkbn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNhIOhR8f0 {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uNhIOhR8f0 img,
.cid-uNhIOhR8f0 .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uNhIOhR8f0 .item:focus,
.cid-uNhIOhR8f0 span:focus {
  outline: none;
}
.cid-uNhIOhR8f0 .item-wrapper {
  position: relative;
}
.cid-uNhIOhR8f0 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #d0eded;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uNhIOhR8f0 .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uNhIOhR8f0 .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-uNhIOhR8f0 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uNhIOhR8f0 .mbr-section-title {
  color: #0c2c68;
}
.cid-uNhIOhR8f0 .mbr-text,
.cid-uNhIOhR8f0 .mbr-section-btn {
  text-align: left;
}
.cid-uNhIOhR8f0 .item-title {
  text-align: center;
  color: #0c2c68;
}
.cid-uNhIOhR8f0 .item-subtitle {
  text-align: left;
}
.cid-uNhIOhR8f0 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uNhIOhR8f0 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uNhIOhR8f0 .embla__button--next,
.cid-uNhIOhR8f0 .embla__button--prev {
  display: flex;
}
.cid-uNhIOhR8f0 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uNhIOhR8f0 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uNhIOhR8f0 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uNhIOhR8f0 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uNhIOhR8f0 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uNhIOhR8f0 .embla__button {
    top: auto;
  }
}
.cid-uNhIOhR8f0 .embla {
  position: relative;
  width: 100%;
}
.cid-uNhIOhR8f0 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uNhIOhR8f0 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uNhIOhR8f0 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uNhIOhR8f0 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uNhIOhR8f0 .mbr-section-subtitle {
  color: #0c2c68;
}
.cid-uNhIIOSx7t {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #a0e1e1;
}
.cid-uNhIIOSx7t img,
.cid-uNhIIOSx7t .item-img {
  width: 100%;
}
.cid-uNhIIOSx7t .item:focus,
.cid-uNhIIOSx7t span:focus {
  outline: none;
}
.cid-uNhIIOSx7t .item-wrapper {
  position: relative;
}
.cid-uNhIIOSx7t .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uNhIIOSx7t .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uNhIIOSx7t .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uNhIIOSx7t .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uNhIIOSx7t .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uNhIIOSx7t .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uNhIIOSx7t .mbr-section-title {
  color: #0c2c68;
}
.cid-uNhIIOSx7t .mbr-text,
.cid-uNhIIOSx7t .mbr-section-btn {
  text-align: center;
}
.cid-uNhIIOSx7t .item-title {
  text-align: center;
}
.cid-uNhIIOSx7t .item-subtitle {
  text-align: left;
}
.cid-uNhIIOSx7t .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uNhIIOSx7t .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uNhIIOSx7t .embla__button--next,
.cid-uNhIIOSx7t .embla__button--prev {
  display: flex;
}
.cid-uNhIIOSx7t .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uNhIIOSx7t .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uNhIIOSx7t .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uNhIIOSx7t .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uNhIIOSx7t .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uNhIIOSx7t .embla__button {
    top: auto;
  }
}
.cid-uNhIIOSx7t .embla {
  position: relative;
  width: 100%;
}
.cid-uNhIIOSx7t .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uNhIIOSx7t .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uNhIIOSx7t .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uNhIIOSx7t .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uNhIIOSx7t .mbr-section-subtitle {
  color: #0c2c68;
}
.cid-uk1kQ2z4mv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0c2c68;
}
.cid-uk1kQ2z4mv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk1kQ2z4mv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uk1kQ2z4mv .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uk1kQ2z4mv .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uk1kQ2z4mv .row {
    text-align: center;
  }
  .cid-uk1kQ2z4mv .row > div {
    margin: auto;
  }
  .cid-uk1kQ2z4mv .social-row {
    justify-content: center;
  }
}
.cid-uk1kQ2z4mv .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uk1kQ2z4mv .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uk1kQ2z4mv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uk1kQ2z4mv .list {
    margin-bottom: 0rem;
  }
}
.cid-uk1kQ2z4mv .mbr-text {
  color: #a6a99c;
}
.cid-uk1kQ2z4mv .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uk1kQ2z4mv .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uk1kQ2z4mv div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ukFZjv4ulQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-ukFZjv4ulQ .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-ukFZjv4ulQ nav.navbar {
  position: fixed;
}
.cid-ukFZjv4ulQ .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-ukFZjv4ulQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ukFZjv4ulQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ukFZjv4ulQ .dropdown-item:hover,
.cid-ukFZjv4ulQ .dropdown-item:focus {
  background: #0c2c68 !important;
  color: white !important;
}
.cid-ukFZjv4ulQ .dropdown-item:hover span {
  color: white;
}
.cid-ukFZjv4ulQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ukFZjv4ulQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ukFZjv4ulQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ukFZjv4ulQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ukFZjv4ulQ .nav-link {
  position: relative;
}
.cid-ukFZjv4ulQ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ukFZjv4ulQ .container {
    flex-wrap: nowrap;
  }
}
.cid-ukFZjv4ulQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ukFZjv4ulQ .dropdown-menu,
.cid-ukFZjv4ulQ .navbar.opened {
  background: #0c2c68 !important;
}
.cid-ukFZjv4ulQ .nav-item:focus,
.cid-ukFZjv4ulQ .nav-link:focus {
  outline: none;
}
.cid-ukFZjv4ulQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ukFZjv4ulQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ukFZjv4ulQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ukFZjv4ulQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukFZjv4ulQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ukFZjv4ulQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ukFZjv4ulQ .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0c2c68;
}
.cid-ukFZjv4ulQ .navbar.opened {
  transition: all 0.3s;
}
.cid-ukFZjv4ulQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ukFZjv4ulQ .navbar .navbar-logo img {
  width: 100%;
}
.cid-ukFZjv4ulQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ukFZjv4ulQ .navbar.collapsed {
  justify-content: center;
}
.cid-ukFZjv4ulQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ukFZjv4ulQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ukFZjv4ulQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ukFZjv4ulQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukFZjv4ulQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukFZjv4ulQ .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-ukFZjv4ulQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukFZjv4ulQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ukFZjv4ulQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ukFZjv4ulQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ukFZjv4ulQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukFZjv4ulQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukFZjv4ulQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukFZjv4ulQ .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-ukFZjv4ulQ .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-ukFZjv4ulQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ukFZjv4ulQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ukFZjv4ulQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ukFZjv4ulQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ukFZjv4ulQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ukFZjv4ulQ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ukFZjv4ulQ .navbar.navbar-short {
  min-height: 80px;
}
.cid-ukFZjv4ulQ .navbar.navbar-short .navbar-logo img {
  height: 2rem !important;
}
.cid-ukFZjv4ulQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ukFZjv4ulQ .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ukFZjv4ulQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukFZjv4ulQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukFZjv4ulQ .dropdown-item.active,
.cid-ukFZjv4ulQ .dropdown-item:active {
  background-color: transparent;
}
.cid-ukFZjv4ulQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukFZjv4ulQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukFZjv4ulQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukFZjv4ulQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c2c68;
}
.cid-ukFZjv4ulQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ukFZjv4ulQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ukFZjv4ulQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ukFZjv4ulQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ukFZjv4ulQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ukFZjv4ulQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ukFZjv4ulQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ukFZjv4ulQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukFZjv4ulQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukFZjv4ulQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ukFZjv4ulQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukFZjv4ulQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ukFZjv4ulQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ukFZjv4ulQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukFZjv4ulQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ukFZjv4ulQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ukFZjv4ulQ .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-ukFZjv4ulQ .navbar {
    height: 70px;
  }
  .cid-ukFZjv4ulQ .navbar.opened {
    height: auto;
  }
  .cid-ukFZjv4ulQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uO2Mro9Auo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d0eded;
}
.cid-uO2Mro9Auo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uO2Mro9Auo .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-uO2Mro9Auo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uO2Mro9Auo .row {
  flex-direction: row-reverse;
}
.cid-uO2Mro9Auo .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uO2Mro9Auo .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uO2Mro9Auo .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uO2Mro9Auo .mbr-section-title {
  color: #05225e;
}
.cid-uO2Mro9Auo .mbr-text,
.cid-uO2Mro9Auo .mbr-section-btn {
  color: #0c2c68;
}
.cid-ukFZjE6lon {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0c2c68;
}
.cid-ukFZjE6lon .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFZjE6lon .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFZjE6lon .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ukFZjE6lon .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ukFZjE6lon .row {
    text-align: center;
  }
  .cid-ukFZjE6lon .row > div {
    margin: auto;
  }
  .cid-ukFZjE6lon .social-row {
    justify-content: center;
  }
}
.cid-ukFZjE6lon .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ukFZjE6lon .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ukFZjE6lon .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ukFZjE6lon .list {
    margin-bottom: 0rem;
  }
}
.cid-ukFZjE6lon .mbr-text {
  color: #a6a99c;
}
.cid-ukFZjE6lon .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ukFZjE6lon .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ukFZjE6lon div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ukFZjv4ulQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-ukFZjv4ulQ .btn {
  padding: 0.6rem 2rem;
  border: none !important;
  font-weight: 400;
  box-shadow: none;
}
.cid-ukFZjv4ulQ nav.navbar {
  position: fixed;
}
.cid-ukFZjv4ulQ .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-ukFZjv4ulQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ukFZjv4ulQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ukFZjv4ulQ .dropdown-item:hover,
.cid-ukFZjv4ulQ .dropdown-item:focus {
  background: #0c2c68 !important;
  color: white !important;
}
.cid-ukFZjv4ulQ .dropdown-item:hover span {
  color: white;
}
.cid-ukFZjv4ulQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ukFZjv4ulQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ukFZjv4ulQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ukFZjv4ulQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ukFZjv4ulQ .nav-link {
  position: relative;
}
.cid-ukFZjv4ulQ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ukFZjv4ulQ .container {
    flex-wrap: nowrap;
  }
}
.cid-ukFZjv4ulQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ukFZjv4ulQ .dropdown-menu,
.cid-ukFZjv4ulQ .navbar.opened {
  background: #0c2c68 !important;
}
.cid-ukFZjv4ulQ .nav-item:focus,
.cid-ukFZjv4ulQ .nav-link:focus {
  outline: none;
}
.cid-ukFZjv4ulQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ukFZjv4ulQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ukFZjv4ulQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ukFZjv4ulQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukFZjv4ulQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ukFZjv4ulQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ukFZjv4ulQ .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0c2c68;
}
.cid-ukFZjv4ulQ .navbar.opened {
  transition: all 0.3s;
}
.cid-ukFZjv4ulQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ukFZjv4ulQ .navbar .navbar-logo img {
  width: 100%;
}
.cid-ukFZjv4ulQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ukFZjv4ulQ .navbar.collapsed {
  justify-content: center;
}
.cid-ukFZjv4ulQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ukFZjv4ulQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ukFZjv4ulQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ukFZjv4ulQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukFZjv4ulQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukFZjv4ulQ .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-ukFZjv4ulQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukFZjv4ulQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ukFZjv4ulQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ukFZjv4ulQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ukFZjv4ulQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukFZjv4ulQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukFZjv4ulQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukFZjv4ulQ .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-ukFZjv4ulQ .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-ukFZjv4ulQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ukFZjv4ulQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ukFZjv4ulQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ukFZjv4ulQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ukFZjv4ulQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ukFZjv4ulQ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ukFZjv4ulQ .navbar.navbar-short {
  min-height: 80px;
}
.cid-ukFZjv4ulQ .navbar.navbar-short .navbar-logo img {
  height: 2rem !important;
}
.cid-ukFZjv4ulQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ukFZjv4ulQ .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ukFZjv4ulQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukFZjv4ulQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukFZjv4ulQ .dropdown-item.active,
.cid-ukFZjv4ulQ .dropdown-item:active {
  background-color: transparent;
}
.cid-ukFZjv4ulQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukFZjv4ulQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukFZjv4ulQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukFZjv4ulQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c2c68;
}
.cid-ukFZjv4ulQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ukFZjv4ulQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ukFZjv4ulQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ukFZjv4ulQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ukFZjv4ulQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ukFZjv4ulQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ukFZjv4ulQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ukFZjv4ulQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukFZjv4ulQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukFZjv4ulQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ukFZjv4ulQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukFZjv4ulQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ukFZjv4ulQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ukFZjv4ulQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukFZjv4ulQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ukFZjv4ulQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ukFZjv4ulQ .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-ukFZjv4ulQ .navbar {
    height: 70px;
  }
  .cid-ukFZjv4ulQ .navbar.opened {
    height: auto;
  }
  .cid-ukFZjv4ulQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNWGZDNOFW {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #93fff7;
}
.cid-uNWGZDNOFW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNWGZDNOFW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNWGZDNOFW .row {
  align-items: center;
}
.cid-uNWGZDNOFW img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-uNWGZDNOFW .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uNWGZDNOFW .mbr-section-title {
  color: #031c4b;
}
.cid-uNWGZDNOFW .mbr-text,
.cid-uNWGZDNOFW .mbr-section-btn {
  color: #05225e;
}
.cid-ukFZjE6lon {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0c2c68;
}
.cid-ukFZjE6lon .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukFZjE6lon .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukFZjE6lon .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ukFZjE6lon .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ukFZjE6lon .row {
    text-align: center;
  }
  .cid-ukFZjE6lon .row > div {
    margin: auto;
  }
  .cid-ukFZjE6lon .social-row {
    justify-content: center;
  }
}
.cid-ukFZjE6lon .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ukFZjE6lon .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ukFZjE6lon .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ukFZjE6lon .list {
    margin-bottom: 0rem;
  }
}
.cid-ukFZjE6lon .mbr-text {
  color: #a6a99c;
}
.cid-ukFZjE6lon .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ukFZjE6lon .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ukFZjE6lon div > *:last-child {
    margin-top: 0 !important;
  }
}
