.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3.6rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.5rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: 2.88rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.52rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.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: 2.52rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.91rem + (3.6 - 1.91) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-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;
}
@media (max-width: 767px) {
  .btn {
    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: #28a745 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #28a745 !important;
  border-color: #28a745 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #34ce57 !important;
  border-color: #34ce57 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #34ce57 !important;
  border-color: #34ce57 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !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: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #28a745;
  color: #28a745;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #176128 !important;
  background-color: transparent !important;
  border-color: #176128 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #28a745 !important;
  border-color: #28a745 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !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: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !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: #ffffff;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #28a745 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #145523 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !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: #cccccc !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #28a745;
}
.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: #ffffff;
}
.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: #28a745;
  border-color: #28a745;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #28a745;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #71dd8a;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.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: #ffffff;
}
/* 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: #28a745 !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: #28a745;
}
/* 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: #28a745;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #28a745;
}
.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: #28a745;
  border-bottom-color: #28a745;
}
.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: #28a745 !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: #ffd7ef !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='%2328a745' %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-uQnpjTYSYw {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uQnpjTYSYw nav.navbar {
  position: fixed;
}
.cid-uQnpjTYSYw .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-uQnpjTYSYw .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uQnpjTYSYw .dropdown-item {
  border: none !important;
  background: #f0f0f0 !important;
  font-weight: 400 !important;
}
.cid-uQnpjTYSYw .dropdown-item:hover,
.cid-uQnpjTYSYw .dropdown-item:focus {
  background: #f0f0f0 !important;
  color: #093388 !important;
}
.cid-uQnpjTYSYw .dropdown-item:hover span {
  color: white;
}
.cid-uQnpjTYSYw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQnpjTYSYw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQnpjTYSYw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQnpjTYSYw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQnpjTYSYw .nav-link {
  position: relative;
}
.cid-uQnpjTYSYw .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uQnpjTYSYw .container {
    flex-wrap: nowrap;
  }
}
.cid-uQnpjTYSYw .iconfont-wrapper {
  color: #093388 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uQnpjTYSYw .iconfont-wrapper:hover {
  opacity: .7;
}
.cid-uQnpjTYSYw .dropdown-menu,
.cid-uQnpjTYSYw .navbar.opened {
  background: #f0f0f0 !important;
}
.cid-uQnpjTYSYw .nav-item:focus,
.cid-uQnpjTYSYw .nav-link:focus {
  outline: none;
}
.cid-uQnpjTYSYw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQnpjTYSYw .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uQnpjTYSYw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQnpjTYSYw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQnpjTYSYw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQnpjTYSYw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQnpjTYSYw .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f0f0f0;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQnpjTYSYw .navbar.opened {
  transition: all 0.3s;
}
.cid-uQnpjTYSYw .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uQnpjTYSYw .navbar .navbar-logo img {
  width: auto;
}
.cid-uQnpjTYSYw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQnpjTYSYw .navbar.collapsed {
  justify-content: center;
}
.cid-uQnpjTYSYw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQnpjTYSYw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQnpjTYSYw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uQnpjTYSYw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQnpjTYSYw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQnpjTYSYw .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-uQnpjTYSYw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQnpjTYSYw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQnpjTYSYw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQnpjTYSYw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQnpjTYSYw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQnpjTYSYw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQnpjTYSYw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQnpjTYSYw .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-uQnpjTYSYw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQnpjTYSYw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQnpjTYSYw .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uQnpjTYSYw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uQnpjTYSYw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQnpjTYSYw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQnpjTYSYw .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQnpjTYSYw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-uQnpjTYSYw .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uQnpjTYSYw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uQnpjTYSYw .navbar-brand .navbar-caption:hover,
.cid-uQnpjTYSYw .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uQnpjTYSYw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQnpjTYSYw .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uQnpjTYSYw .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uQnpjTYSYw .dropdown-item.active,
.cid-uQnpjTYSYw .dropdown-item:active {
  background-color: transparent;
}
.cid-uQnpjTYSYw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQnpjTYSYw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQnpjTYSYw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQnpjTYSYw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f0f0f0;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uQnpjTYSYw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uQnpjTYSYw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uQnpjTYSYw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQnpjTYSYw ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uQnpjTYSYw ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uQnpjTYSYw .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uQnpjTYSYw .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 11px 26px;
}
@media (max-width: 575px) {
  .cid-uQnpjTYSYw .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uQnpjTYSYw button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f0f0f0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQnpjTYSYw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #093388;
}
.cid-uQnpjTYSYw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uQnpjTYSYw button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQnpjTYSYw button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQnpjTYSYw button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uQnpjTYSYw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQnpjTYSYw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQnpjTYSYw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQnpjTYSYw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQnpjTYSYw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQnpjTYSYw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQnpjTYSYw .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-uQnpjTYSYw .navbar {
    height: 70px;
  }
  .cid-uQnpjTYSYw .navbar.opened {
    height: auto;
  }
  .cid-uQnpjTYSYw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQnpjTYSYw .navbar-nav {
  margin: 0 auto;
}
.cid-uQnpjTYSYw .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uQnpjTYSYw .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uQnpjTYSYw .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uQnpjTYSYw .nav-item .nav-link:hover,
.cid-uQnpjTYSYw .nav-item .nav-link:focus {
  background-color: transparent;
  color: #093388 !important;
  opacity: .7;
}
.cid-uQnpjTYSYw .nav-item .nav-link:hover::after,
.cid-uQnpjTYSYw .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uQnpjTYSYw .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uQnpjTYSYw .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uQnpjTYSYw .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uQnpjTYSYw .navbar {
    justify-content: flex-start !important;
  }
  .cid-uQnpjTYSYw .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uQnpjTYSYw .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uQnpjTYSYw .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uQnpjTYSYw .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uQnpjTYSYw .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uQnpjTYSYw .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uQnpjTYSYw .content-wrap {
  min-height: 60px;
}
.cid-uQnpIMJABD {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uQnpIMJABD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQnpIMJABD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQnpIMJABD .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQnpIMJABD .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uQnpIMJABD .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uQnpIMJABD .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uQnpIMJABD .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uQnpIMJABD .header-menu li p {
  margin: 0;
}
.cid-uQnpIMJABD .content-head {
  max-width: 800px;
}
.cid-uQyo2r086V {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f0f0f0;
}
.cid-uQyo2r086V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQyo2r086V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQyo2r086V .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uQyo2r086V .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uQyo2r086V .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uQyo2r086V .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uQyo2r086V .container {
    padding: 0 12px;
  }
}
.cid-uQyo2r086V .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uQyo2r086V .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uQyo2r086V .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uQyo2r086V .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uQyo2r086V .mbr-section-title {
  color: #1D1D1F;
}
.cid-uQyo2r086V .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uQyo2r086V .mbr-section-title,
.cid-uQyo2r086V .mbr-section-btn {
  text-align: center;
}
.cid-uQnuKgypKQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQnuKgypKQ blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uQnuKgypKQ .mbr-section-title {
  text-align: center;
}
.cid-uQyqInoRfJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQyqInoRfJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQyqInoRfJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQyqInoRfJ .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uQyqInoRfJ .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uQyqInoRfJ .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uQyqInoRfJ .mbr-section-title {
  color: #131313;
}
.cid-uQyqInoRfJ .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uQyqInoRfJ .items-row {
  row-gap: 24px;
}
.cid-uQyqInoRfJ .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uQyqInoRfJ .item-wrapper {
  width: 100%;
  padding: 11px 11px 40px;
  border: 2px solid #d96d00;
  box-shadow: 4px 4px 0 #d96d00;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uQyqInoRfJ .item-wrapper {
    padding: 11px 11px 20px;
  }
}
@media (min-width: 992px) {
  .cid-uQyqInoRfJ .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uQyqInoRfJ .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 46/calc(10 * 3);
}
.cid-uQyqInoRfJ .item-content {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .cid-uQyqInoRfJ .item-content {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uQyqInoRfJ .item-content {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
}
.cid-uQyqInoRfJ .card-title {
  color: #131313;
}
.cid-uQyqInoRfJ .card-text {
  margin-top: 5px;
  color: #131313;
}
.cid-uQyqInoRfJ .link-text {
  margin-top: 20px;
  color: #FC7942;
}
@media (max-width: 1199px) {
  .cid-uQyqInoRfJ .link-text {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uQyqInoRfJ .link-text {
    margin-top: 5px;
  }
}
.cid-uQyqInoRfJ .link-text a.text-primary:hover {
  color: #131313 !important;
}
.cid-uQyqInoRfJ .mbr-section-btn {
  margin-top: 5px;
}
.cid-uQyqInoRfJ .card-text,
.cid-uQyqInoRfJ .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uQyqInoRfJ .card-title,
.cid-uQyqInoRfJ .iconfont-wrapper {
  text-align: center;
}
.cid-uQyu1RzEhV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQyu1RzEhV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQyu1RzEhV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQyu1RzEhV .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uQyu1RzEhV .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uQyu1RzEhV .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uQyu1RzEhV .mbr-section-title {
  color: #131313;
}
.cid-uQyu1RzEhV .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uQyu1RzEhV .items-row {
  row-gap: 24px;
}
.cid-uQyu1RzEhV .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uQyu1RzEhV .item-wrapper {
  width: 100%;
  padding: 11px 11px 40px;
  border: 2px solid #d96d00;
  box-shadow: 4px 4px 0 #d96d00;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uQyu1RzEhV .item-wrapper {
    padding: 11px 11px 20px;
  }
}
@media (min-width: 992px) {
  .cid-uQyu1RzEhV .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uQyu1RzEhV .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 46/calc(10 * 3);
}
.cid-uQyu1RzEhV .item-content {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .cid-uQyu1RzEhV .item-content {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uQyu1RzEhV .item-content {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
}
.cid-uQyu1RzEhV .card-title {
  color: #131313;
}
.cid-uQyu1RzEhV .card-text {
  margin-top: 5px;
  color: #131313;
}
.cid-uQyu1RzEhV .link-text {
  margin-top: 20px;
  color: #FC7942;
}
@media (max-width: 1199px) {
  .cid-uQyu1RzEhV .link-text {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uQyu1RzEhV .link-text {
    margin-top: 5px;
  }
}
.cid-uQyu1RzEhV .link-text a.text-primary:hover {
  color: #131313 !important;
}
.cid-uQyu1RzEhV .mbr-section-btn {
  margin-top: 5px;
}
.cid-uQyu1RzEhV .card-text,
.cid-uQyu1RzEhV .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uQyu1RzEhV .card-title,
.cid-uQyu1RzEhV .iconfont-wrapper {
  text-align: center;
}
.cid-uQEICtk7wN {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQEICtk7wN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQEICtk7wN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQEICtk7wN img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
  margin: auto;
  margin-bottom: 1.5rem;
}
.cid-uQEICtk7wN .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 1.5rem;
  color: #ffb038;
  width: 30px;
  justify-content: center;
  align-items: center;
}
.cid-uQEICtk7wN .card-title,
.cid-uQEICtk7wN .iconfont-wrapper {
  color: #232323;
}
.cid-uQEICtk7wN .card-text {
  color: #232323;
}
.cid-uQEICtk7wN .mbr-section-title {
  color: #4e423d;
}
.cid-uQEICtk7wN .mbr-section-subtitle {
  color: #232323;
}
.cid-uQEICtk7wN .content-head {
  max-width: 800px;
}
.cid-uQEICtk7wN .card-subtitle {
  color: #a1a1a1;
}
#custom-html-2g {
  /* Type valid CSS here */
}
#custom-html-2g div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-2g p {
  font-size: 60px;
  color: #777;
}
.cid-uQyogCElHa {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uQyogCElHa img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uQyogCElHa img {
    width: 100%;
  }
}
.cid-uQyogCElHa .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uQyogCElHa .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uQyogCElHa .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uQyogCElHa .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uQyogCElHa .mbr-text,
.cid-uQyogCElHa .mbr-section-btn {
  color: #777777;
}
.cid-uQyogCElHa .mbr-section-subtitle {
  color: #777777;
}
.cid-uQyogCElHa .mbr-list {
  color: #ffffff;
}
.cid-uQyogCElHa .mbr-section-title {
  color: #edefeb;
  text-align: center;
}
.cid-uQyola3OCu {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uQyola3OCu img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uQyola3OCu img {
    width: 100%;
  }
}
.cid-uQyola3OCu .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uQyola3OCu .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uQyola3OCu .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uQyola3OCu .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uQyola3OCu .mbr-text,
.cid-uQyola3OCu .mbr-section-btn {
  color: #777777;
}
.cid-uQyola3OCu .mbr-section-subtitle {
  color: #777777;
}
.cid-uQyola3OCu .mbr-list {
  color: #ffffff;
}
.cid-uQyoEhmSwh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uQyoEhmSwh img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uQyoEhmSwh img {
    width: 100%;
  }
}
.cid-uQyoEhmSwh .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uQyoEhmSwh .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uQyoEhmSwh .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uQyoEhmSwh .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uQyoEhmSwh .mbr-text,
.cid-uQyoEhmSwh .mbr-section-btn {
  color: #777777;
}
.cid-uQyoEhmSwh .mbr-section-subtitle {
  color: #777777;
}
.cid-uQyoEhmSwh .mbr-list {
  color: #ffffff;
}
.cid-uQyGXsKBAM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uQyGXsKBAM img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uQyGXsKBAM img {
    width: 100%;
  }
}
.cid-uQyGXsKBAM .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uQyGXsKBAM .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uQyGXsKBAM .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uQyGXsKBAM .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uQyGXsKBAM .mbr-text,
.cid-uQyGXsKBAM .mbr-section-btn {
  color: #777777;
}
.cid-uQyGXsKBAM .mbr-section-subtitle {
  color: #777777;
}
.cid-uQyGXsKBAM .mbr-list {
  color: #ffffff;
}
.cid-uQypRaO5T2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f4f4f4;
}
.cid-uQypRaO5T2 .mbr-text {
  color: #333333;
  font-weight: 500;
}
.cid-uQypRaO5T2 .container {
  max-width: 1300px;
}
.cid-uQz5OjXtcB {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uQz5OjXtcB nav.navbar {
  position: fixed;
}
.cid-uQz5OjXtcB .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-uQz5OjXtcB .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uQz5OjXtcB .dropdown-item {
  border: none !important;
  background: #f0f0f0 !important;
  font-weight: 400 !important;
}
.cid-uQz5OjXtcB .dropdown-item:hover,
.cid-uQz5OjXtcB .dropdown-item:focus {
  background: #f0f0f0 !important;
  color: #093388 !important;
}
.cid-uQz5OjXtcB .dropdown-item:hover span {
  color: white;
}
.cid-uQz5OjXtcB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQz5OjXtcB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQz5OjXtcB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQz5OjXtcB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQz5OjXtcB .nav-link {
  position: relative;
}
.cid-uQz5OjXtcB .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uQz5OjXtcB .container {
    flex-wrap: nowrap;
  }
}
.cid-uQz5OjXtcB .iconfont-wrapper {
  color: #093388 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uQz5OjXtcB .iconfont-wrapper:hover {
  opacity: .7;
}
.cid-uQz5OjXtcB .dropdown-menu,
.cid-uQz5OjXtcB .navbar.opened {
  background: #f0f0f0 !important;
}
.cid-uQz5OjXtcB .nav-item:focus,
.cid-uQz5OjXtcB .nav-link:focus {
  outline: none;
}
.cid-uQz5OjXtcB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQz5OjXtcB .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uQz5OjXtcB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQz5OjXtcB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQz5OjXtcB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQz5OjXtcB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQz5OjXtcB .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f0f0f0;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQz5OjXtcB .navbar.opened {
  transition: all 0.3s;
}
.cid-uQz5OjXtcB .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uQz5OjXtcB .navbar .navbar-logo img {
  width: auto;
}
.cid-uQz5OjXtcB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQz5OjXtcB .navbar.collapsed {
  justify-content: center;
}
.cid-uQz5OjXtcB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQz5OjXtcB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQz5OjXtcB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uQz5OjXtcB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQz5OjXtcB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQz5OjXtcB .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-uQz5OjXtcB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQz5OjXtcB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQz5OjXtcB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQz5OjXtcB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQz5OjXtcB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQz5OjXtcB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQz5OjXtcB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQz5OjXtcB .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-uQz5OjXtcB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQz5OjXtcB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQz5OjXtcB .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uQz5OjXtcB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uQz5OjXtcB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQz5OjXtcB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQz5OjXtcB .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQz5OjXtcB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-uQz5OjXtcB .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uQz5OjXtcB .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uQz5OjXtcB .navbar-brand .navbar-caption:hover,
.cid-uQz5OjXtcB .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uQz5OjXtcB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQz5OjXtcB .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uQz5OjXtcB .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uQz5OjXtcB .dropdown-item.active,
.cid-uQz5OjXtcB .dropdown-item:active {
  background-color: transparent;
}
.cid-uQz5OjXtcB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQz5OjXtcB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQz5OjXtcB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQz5OjXtcB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f0f0f0;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uQz5OjXtcB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uQz5OjXtcB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uQz5OjXtcB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQz5OjXtcB ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uQz5OjXtcB ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uQz5OjXtcB .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uQz5OjXtcB .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 11px 26px;
}
@media (max-width: 575px) {
  .cid-uQz5OjXtcB .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uQz5OjXtcB button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f0f0f0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQz5OjXtcB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #093388;
}
.cid-uQz5OjXtcB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uQz5OjXtcB button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQz5OjXtcB button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQz5OjXtcB button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uQz5OjXtcB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQz5OjXtcB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQz5OjXtcB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQz5OjXtcB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQz5OjXtcB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQz5OjXtcB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQz5OjXtcB .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-uQz5OjXtcB .navbar {
    height: 70px;
  }
  .cid-uQz5OjXtcB .navbar.opened {
    height: auto;
  }
  .cid-uQz5OjXtcB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQz5OjXtcB .navbar-nav {
  margin: 0 auto;
}
.cid-uQz5OjXtcB .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uQz5OjXtcB .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uQz5OjXtcB .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uQz5OjXtcB .nav-item .nav-link:hover,
.cid-uQz5OjXtcB .nav-item .nav-link:focus {
  background-color: transparent;
  color: #093388 !important;
  opacity: .7;
}
.cid-uQz5OjXtcB .nav-item .nav-link:hover::after,
.cid-uQz5OjXtcB .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uQz5OjXtcB .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uQz5OjXtcB .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uQz5OjXtcB .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uQz5OjXtcB .navbar {
    justify-content: flex-start !important;
  }
  .cid-uQz5OjXtcB .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uQz5OjXtcB .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uQz5OjXtcB .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uQz5OjXtcB .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uQz5OjXtcB .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uQz5OjXtcB .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uQz5OjXtcB .content-wrap {
  min-height: 60px;
}
.cid-uQz5Om14Mm {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uQz5Om14Mm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQz5Om14Mm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQz5Om14Mm .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQz5Om14Mm .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uQz5Om14Mm .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uQz5Om14Mm .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uQz5Om14Mm .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uQz5Om14Mm .header-menu li p {
  margin: 0;
}
.cid-uQz5Om14Mm .content-head {
  max-width: 800px;
}
.cid-uQz5OmZgnp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f0f0f0;
}
.cid-uQz5OmZgnp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQz5OmZgnp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQz5OmZgnp .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uQz5OmZgnp .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uQz5OmZgnp .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uQz5OmZgnp .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uQz5OmZgnp .container {
    padding: 0 12px;
  }
}
.cid-uQz5OmZgnp .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uQz5OmZgnp .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uQz5OmZgnp .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uQz5OmZgnp .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uQz5OmZgnp .mbr-section-title {
  color: #1D1D1F;
}
.cid-uQz5OmZgnp .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uQz5OmZgnp .mbr-section-title,
.cid-uQz5OmZgnp .mbr-section-btn {
  text-align: center;
}
.cid-uQz5OnSTLR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQz5OnSTLR blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uQz5OnSTLR .mbr-section-title {
  text-align: center;
}
.cid-uQEUztFQ2u {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQEUztFQ2u .mbr-section-subtitle {
  text-align: center;
}
#custom-html-2o {
  /* Type valid CSS here */
}
#custom-html-2o div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-2o p {
  font-size: 60px;
  color: #777;
}
.cid-uQEEJI4qo6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQEEJI4qo6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQEEJI4qo6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQEEJI4qo6 .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uQEEJI4qo6 .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uQEEJI4qo6 .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uQEEJI4qo6 .mbr-section-title {
  color: #131313;
}
.cid-uQEEJI4qo6 .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uQEEJI4qo6 .items-row {
  row-gap: 24px;
}
.cid-uQEEJI4qo6 .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uQEEJI4qo6 .item-wrapper {
  width: 100%;
  padding: 11px 11px 40px;
  border: 2px solid #d96d00;
  box-shadow: 4px 4px 0 #d96d00;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uQEEJI4qo6 .item-wrapper {
    padding: 11px 11px 20px;
  }
}
@media (min-width: 992px) {
  .cid-uQEEJI4qo6 .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uQEEJI4qo6 .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 46/calc(10 * 3);
}
.cid-uQEEJI4qo6 .item-content {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .cid-uQEEJI4qo6 .item-content {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uQEEJI4qo6 .item-content {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
}
.cid-uQEEJI4qo6 .card-title {
  color: #131313;
}
.cid-uQEEJI4qo6 .card-text {
  margin-top: 5px;
  color: #131313;
}
.cid-uQEEJI4qo6 .link-text {
  margin-top: 20px;
  color: #FC7942;
}
@media (max-width: 1199px) {
  .cid-uQEEJI4qo6 .link-text {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uQEEJI4qo6 .link-text {
    margin-top: 5px;
  }
}
.cid-uQEEJI4qo6 .link-text a.text-primary:hover {
  color: #131313 !important;
}
.cid-uQEEJI4qo6 .mbr-section-btn {
  margin-top: 5px;
}
.cid-uQEEJI4qo6 .card-text,
.cid-uQEEJI4qo6 .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uQEEJI4qo6 .card-title,
.cid-uQEEJI4qo6 .iconfont-wrapper {
  text-align: center;
}
.cid-uQEEKztsdd {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQEEKztsdd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQEEKztsdd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQEEKztsdd .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uQEEKztsdd .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uQEEKztsdd .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uQEEKztsdd .mbr-section-title {
  color: #131313;
}
.cid-uQEEKztsdd .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uQEEKztsdd .items-row {
  row-gap: 24px;
}
.cid-uQEEKztsdd .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uQEEKztsdd .item-wrapper {
  width: 100%;
  padding: 11px 11px 40px;
  border: 2px solid #d96d00;
  box-shadow: 4px 4px 0 #d96d00;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uQEEKztsdd .item-wrapper {
    padding: 11px 11px 20px;
  }
}
@media (min-width: 992px) {
  .cid-uQEEKztsdd .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uQEEKztsdd .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 46/calc(10 * 3);
}
.cid-uQEEKztsdd .item-content {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .cid-uQEEKztsdd .item-content {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uQEEKztsdd .item-content {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
}
.cid-uQEEKztsdd .card-title {
  color: #131313;
}
.cid-uQEEKztsdd .card-text {
  margin-top: 5px;
  color: #131313;
}
.cid-uQEEKztsdd .link-text {
  margin-top: 20px;
  color: #FC7942;
}
@media (max-width: 1199px) {
  .cid-uQEEKztsdd .link-text {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uQEEKztsdd .link-text {
    margin-top: 5px;
  }
}
.cid-uQEEKztsdd .link-text a.text-primary:hover {
  color: #131313 !important;
}
.cid-uQEEKztsdd .mbr-section-btn {
  margin-top: 5px;
}
.cid-uQEEKztsdd .card-text,
.cid-uQEEKztsdd .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uQEEKztsdd .card-title,
.cid-uQEEKztsdd .iconfont-wrapper {
  text-align: center;
}
.cid-uQEV5iEy6o {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f0f0f0;
}
.cid-uQEV5iEy6o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQEV5iEy6o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQEV5iEy6o .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uQEV5iEy6o .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uQEV5iEy6o .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uQEV5iEy6o .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uQEV5iEy6o .container {
    padding: 0 12px;
  }
}
.cid-uQEV5iEy6o .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uQEV5iEy6o .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uQEV5iEy6o .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uQEV5iEy6o .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uQEV5iEy6o .mbr-section-title {
  color: #1D1D1F;
}
.cid-uQEV5iEy6o .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uQEV5iEy6o .mbr-section-title,
.cid-uQEV5iEy6o .mbr-section-btn {
  text-align: center;
}
.cid-uQEIMo3AqQ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQEIMo3AqQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQEIMo3AqQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQEIMo3AqQ img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
  margin: auto;
  margin-bottom: 1.5rem;
}
.cid-uQEIMo3AqQ .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 1.5rem;
  color: #ffb038;
  width: 30px;
  justify-content: center;
  align-items: center;
}
.cid-uQEIMo3AqQ .card-title,
.cid-uQEIMo3AqQ .iconfont-wrapper {
  color: #232323;
}
.cid-uQEIMo3AqQ .card-text {
  color: #232323;
}
.cid-uQEIMo3AqQ .mbr-section-title {
  color: #4e423d;
}
.cid-uQEIMo3AqQ .mbr-section-subtitle {
  color: #232323;
}
.cid-uQEIMo3AqQ .content-head {
  max-width: 800px;
}
.cid-uQEIMo3AqQ .card-subtitle {
  color: #a1a1a1;
}
.cid-uSlDwGIr4a {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlDwGIr4a img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlDwGIr4a img {
    width: 100%;
  }
}
.cid-uSlDwGIr4a .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlDwGIr4a .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlDwGIr4a .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlDwGIr4a .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlDwGIr4a .mbr-text,
.cid-uSlDwGIr4a .mbr-section-btn {
  color: #777777;
}
.cid-uSlDwGIr4a .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlDwGIr4a .mbr-list {
  color: #ffffff;
}
.cid-uSlDwGIr4a .mbr-section-title {
  color: #edefeb;
  text-align: center;
}
.cid-uSlDxxA3tQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlDxxA3tQ img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlDxxA3tQ img {
    width: 100%;
  }
}
.cid-uSlDxxA3tQ .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlDxxA3tQ .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlDxxA3tQ .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlDxxA3tQ .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlDxxA3tQ .mbr-text,
.cid-uSlDxxA3tQ .mbr-section-btn {
  color: #777777;
}
.cid-uSlDxxA3tQ .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlDxxA3tQ .mbr-list {
  color: #ffffff;
}
.cid-uSlDyg25Mx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlDyg25Mx img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlDyg25Mx img {
    width: 100%;
  }
}
.cid-uSlDyg25Mx .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlDyg25Mx .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlDyg25Mx .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlDyg25Mx .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlDyg25Mx .mbr-text,
.cid-uSlDyg25Mx .mbr-section-btn {
  color: #777777;
}
.cid-uSlDyg25Mx .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlDyg25Mx .mbr-list {
  color: #ffffff;
}
.cid-uSlDz2ZfNc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlDz2ZfNc img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlDz2ZfNc img {
    width: 100%;
  }
}
.cid-uSlDz2ZfNc .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlDz2ZfNc .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlDz2ZfNc .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlDz2ZfNc .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlDz2ZfNc .mbr-text,
.cid-uSlDz2ZfNc .mbr-section-btn {
  color: #777777;
}
.cid-uSlDz2ZfNc .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlDz2ZfNc .mbr-list {
  color: #ffffff;
}
.cid-uQz5OvoxeW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f4f4f4;
}
.cid-uQz5OvoxeW .mbr-text {
  color: #333333;
  font-weight: 500;
}
.cid-uQz5OvoxeW .container {
  max-width: 1300px;
}
.cid-uQz6KXyipd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uQz6KXyipd nav.navbar {
  position: fixed;
}
.cid-uQz6KXyipd .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-uQz6KXyipd .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uQz6KXyipd .dropdown-item {
  border: none !important;
  background: #f0f0f0 !important;
  font-weight: 400 !important;
}
.cid-uQz6KXyipd .dropdown-item:hover,
.cid-uQz6KXyipd .dropdown-item:focus {
  background: #f0f0f0 !important;
  color: #093388 !important;
}
.cid-uQz6KXyipd .dropdown-item:hover span {
  color: white;
}
.cid-uQz6KXyipd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQz6KXyipd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQz6KXyipd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQz6KXyipd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQz6KXyipd .nav-link {
  position: relative;
}
.cid-uQz6KXyipd .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uQz6KXyipd .container {
    flex-wrap: nowrap;
  }
}
.cid-uQz6KXyipd .iconfont-wrapper {
  color: #093388 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uQz6KXyipd .iconfont-wrapper:hover {
  opacity: .7;
}
.cid-uQz6KXyipd .dropdown-menu,
.cid-uQz6KXyipd .navbar.opened {
  background: #f0f0f0 !important;
}
.cid-uQz6KXyipd .nav-item:focus,
.cid-uQz6KXyipd .nav-link:focus {
  outline: none;
}
.cid-uQz6KXyipd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQz6KXyipd .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uQz6KXyipd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQz6KXyipd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQz6KXyipd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQz6KXyipd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQz6KXyipd .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f0f0f0;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQz6KXyipd .navbar.opened {
  transition: all 0.3s;
}
.cid-uQz6KXyipd .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uQz6KXyipd .navbar .navbar-logo img {
  width: auto;
}
.cid-uQz6KXyipd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQz6KXyipd .navbar.collapsed {
  justify-content: center;
}
.cid-uQz6KXyipd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQz6KXyipd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQz6KXyipd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uQz6KXyipd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQz6KXyipd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQz6KXyipd .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-uQz6KXyipd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQz6KXyipd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQz6KXyipd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQz6KXyipd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQz6KXyipd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQz6KXyipd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQz6KXyipd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQz6KXyipd .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-uQz6KXyipd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQz6KXyipd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQz6KXyipd .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uQz6KXyipd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uQz6KXyipd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQz6KXyipd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQz6KXyipd .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQz6KXyipd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-uQz6KXyipd .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uQz6KXyipd .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uQz6KXyipd .navbar-brand .navbar-caption:hover,
.cid-uQz6KXyipd .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uQz6KXyipd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQz6KXyipd .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uQz6KXyipd .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uQz6KXyipd .dropdown-item.active,
.cid-uQz6KXyipd .dropdown-item:active {
  background-color: transparent;
}
.cid-uQz6KXyipd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQz6KXyipd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQz6KXyipd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQz6KXyipd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f0f0f0;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uQz6KXyipd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uQz6KXyipd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uQz6KXyipd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQz6KXyipd ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uQz6KXyipd ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uQz6KXyipd .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uQz6KXyipd .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 11px 26px;
}
@media (max-width: 575px) {
  .cid-uQz6KXyipd .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uQz6KXyipd button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f0f0f0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQz6KXyipd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #093388;
}
.cid-uQz6KXyipd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uQz6KXyipd button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQz6KXyipd button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQz6KXyipd button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uQz6KXyipd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQz6KXyipd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQz6KXyipd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQz6KXyipd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQz6KXyipd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQz6KXyipd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQz6KXyipd .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-uQz6KXyipd .navbar {
    height: 70px;
  }
  .cid-uQz6KXyipd .navbar.opened {
    height: auto;
  }
  .cid-uQz6KXyipd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQz6KXyipd .navbar-nav {
  margin: 0 auto;
}
.cid-uQz6KXyipd .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uQz6KXyipd .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uQz6KXyipd .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uQz6KXyipd .nav-item .nav-link:hover,
.cid-uQz6KXyipd .nav-item .nav-link:focus {
  background-color: transparent;
  color: #093388 !important;
  opacity: .7;
}
.cid-uQz6KXyipd .nav-item .nav-link:hover::after,
.cid-uQz6KXyipd .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uQz6KXyipd .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uQz6KXyipd .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uQz6KXyipd .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uQz6KXyipd .navbar {
    justify-content: flex-start !important;
  }
  .cid-uQz6KXyipd .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uQz6KXyipd .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uQz6KXyipd .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uQz6KXyipd .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uQz6KXyipd .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uQz6KXyipd .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uQz6KXyipd .content-wrap {
  min-height: 60px;
}
.cid-uQz6KYJxoH {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uQz6KYJxoH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQz6KYJxoH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQz6KYJxoH .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQz6KYJxoH .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uQz6KYJxoH .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uQz6KYJxoH .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uQz6KYJxoH .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uQz6KYJxoH .header-menu li p {
  margin: 0;
}
.cid-uQz6KYJxoH .content-head {
  max-width: 800px;
}
.cid-uQz6KZxlBr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f0f0f0;
}
.cid-uQz6KZxlBr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQz6KZxlBr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQz6KZxlBr .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uQz6KZxlBr .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uQz6KZxlBr .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uQz6KZxlBr .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uQz6KZxlBr .container {
    padding: 0 12px;
  }
}
.cid-uQz6KZxlBr .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uQz6KZxlBr .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uQz6KZxlBr .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uQz6KZxlBr .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uQz6KZxlBr .mbr-section-title {
  color: #1D1D1F;
}
.cid-uQz6KZxlBr .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uQz6KZxlBr .mbr-section-title,
.cid-uQz6KZxlBr .mbr-section-btn {
  text-align: center;
}
.cid-uQz6L01Odw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQz6L01Odw blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uQz6L01Odw .mbr-section-title {
  text-align: center;
}
.cid-uQEEQ75Ond {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQEEQ75Ond .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQEEQ75Ond .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQEEQ75Ond .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uQEEQ75Ond .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uQEEQ75Ond .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uQEEQ75Ond .mbr-section-title {
  color: #131313;
}
.cid-uQEEQ75Ond .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uQEEQ75Ond .items-row {
  row-gap: 24px;
}
.cid-uQEEQ75Ond .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uQEEQ75Ond .item-wrapper {
  width: 100%;
  padding: 11px 11px 40px;
  border: 2px solid #d96d00;
  box-shadow: 4px 4px 0 #d96d00;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uQEEQ75Ond .item-wrapper {
    padding: 11px 11px 20px;
  }
}
@media (min-width: 992px) {
  .cid-uQEEQ75Ond .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uQEEQ75Ond .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 46/calc(10 * 3);
}
.cid-uQEEQ75Ond .item-content {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .cid-uQEEQ75Ond .item-content {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uQEEQ75Ond .item-content {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
}
.cid-uQEEQ75Ond .card-title {
  color: #131313;
}
.cid-uQEEQ75Ond .card-text {
  margin-top: 5px;
  color: #131313;
}
.cid-uQEEQ75Ond .link-text {
  margin-top: 20px;
  color: #FC7942;
}
@media (max-width: 1199px) {
  .cid-uQEEQ75Ond .link-text {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uQEEQ75Ond .link-text {
    margin-top: 5px;
  }
}
.cid-uQEEQ75Ond .link-text a.text-primary:hover {
  color: #131313 !important;
}
.cid-uQEEQ75Ond .mbr-section-btn {
  margin-top: 5px;
}
.cid-uQEEQ75Ond .card-text,
.cid-uQEEQ75Ond .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uQEEQ75Ond .card-title,
.cid-uQEEQ75Ond .iconfont-wrapper {
  text-align: center;
}
.cid-uQEEQRL0DA {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uQEEQRL0DA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQEEQRL0DA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQEEQRL0DA .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uQEEQRL0DA .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uQEEQRL0DA .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uQEEQRL0DA .mbr-section-title {
  color: #131313;
}
.cid-uQEEQRL0DA .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uQEEQRL0DA .items-row {
  row-gap: 24px;
}
.cid-uQEEQRL0DA .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uQEEQRL0DA .item-wrapper {
  width: 100%;
  padding: 11px 11px 40px;
  border: 2px solid #d96d00;
  box-shadow: 4px 4px 0 #d96d00;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uQEEQRL0DA .item-wrapper {
    padding: 11px 11px 20px;
  }
}
@media (min-width: 992px) {
  .cid-uQEEQRL0DA .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uQEEQRL0DA .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 46/calc(10 * 3);
}
.cid-uQEEQRL0DA .item-content {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .cid-uQEEQRL0DA .item-content {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uQEEQRL0DA .item-content {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
}
.cid-uQEEQRL0DA .card-title {
  color: #131313;
}
.cid-uQEEQRL0DA .card-text {
  margin-top: 5px;
  color: #131313;
}
.cid-uQEEQRL0DA .link-text {
  margin-top: 20px;
  color: #FC7942;
}
@media (max-width: 1199px) {
  .cid-uQEEQRL0DA .link-text {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uQEEQRL0DA .link-text {
    margin-top: 5px;
  }
}
.cid-uQEEQRL0DA .link-text a.text-primary:hover {
  color: #131313 !important;
}
.cid-uQEEQRL0DA .mbr-section-btn {
  margin-top: 5px;
}
.cid-uQEEQRL0DA .card-text,
.cid-uQEEQRL0DA .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uQEEQRL0DA .card-title,
.cid-uQEEQRL0DA .iconfont-wrapper {
  text-align: center;
}
.cid-uQFx8lUFfJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f0f0f0;
}
.cid-uQFx8lUFfJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQFx8lUFfJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQFx8lUFfJ .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uQFx8lUFfJ .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uQFx8lUFfJ .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uQFx8lUFfJ .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uQFx8lUFfJ .container {
    padding: 0 12px;
  }
}
.cid-uQFx8lUFfJ .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uQFx8lUFfJ .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uQFx8lUFfJ .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uQFx8lUFfJ .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uQFx8lUFfJ .mbr-section-title {
  color: #1D1D1F;
}
.cid-uQFx8lUFfJ .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uQFx8lUFfJ .mbr-section-title,
.cid-uQFx8lUFfJ .mbr-section-btn {
  text-align: center;
}
.cid-uQENkDLp7x {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQENkDLp7x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQENkDLp7x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQENkDLp7x img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
  margin: auto;
  margin-bottom: 1.5rem;
}
.cid-uQENkDLp7x .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 1.5rem;
  color: #ffb038;
  width: 30px;
  justify-content: center;
  align-items: center;
}
.cid-uQENkDLp7x .card-title,
.cid-uQENkDLp7x .iconfont-wrapper {
  color: #232323;
}
.cid-uQENkDLp7x .card-text {
  color: #232323;
}
.cid-uQENkDLp7x .mbr-section-title {
  color: #4e423d;
}
.cid-uQENkDLp7x .mbr-section-subtitle {
  color: #232323;
}
.cid-uQENkDLp7x .content-head {
  max-width: 800px;
}
.cid-uQENkDLp7x .card-subtitle {
  color: #a1a1a1;
}
#custom-html-32 {
  /* Type valid CSS here */
}
#custom-html-32 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-32 p {
  font-size: 60px;
  color: #777;
}
.cid-uQz6L5MDrz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f4f4f4;
}
.cid-uQz6L5MDrz .mbr-text {
  color: #333333;
  font-weight: 500;
}
.cid-uQz6L5MDrz .container {
  max-width: 1300px;
}
.cid-uSlDLuICeD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlDLuICeD img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlDLuICeD img {
    width: 100%;
  }
}
.cid-uSlDLuICeD .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlDLuICeD .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlDLuICeD .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlDLuICeD .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlDLuICeD .mbr-text,
.cid-uSlDLuICeD .mbr-section-btn {
  color: #777777;
}
.cid-uSlDLuICeD .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlDLuICeD .mbr-list {
  color: #ffffff;
}
.cid-uSlDLuICeD .mbr-section-title {
  color: #edefeb;
  text-align: center;
}
.cid-uSlDMmIonN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlDMmIonN img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlDMmIonN img {
    width: 100%;
  }
}
.cid-uSlDMmIonN .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlDMmIonN .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlDMmIonN .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlDMmIonN .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlDMmIonN .mbr-text,
.cid-uSlDMmIonN .mbr-section-btn {
  color: #777777;
}
.cid-uSlDMmIonN .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlDMmIonN .mbr-list {
  color: #ffffff;
}
.cid-uSlDMZWDFD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlDMZWDFD img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlDMZWDFD img {
    width: 100%;
  }
}
.cid-uSlDMZWDFD .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlDMZWDFD .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlDMZWDFD .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlDMZWDFD .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlDMZWDFD .mbr-text,
.cid-uSlDMZWDFD .mbr-section-btn {
  color: #777777;
}
.cid-uSlDMZWDFD .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlDMZWDFD .mbr-list {
  color: #ffffff;
}
.cid-uSlDNByN5F {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlDNByN5F img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlDNByN5F img {
    width: 100%;
  }
}
.cid-uSlDNByN5F .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlDNByN5F .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlDNByN5F .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlDNByN5F .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlDNByN5F .mbr-text,
.cid-uSlDNByN5F .mbr-section-btn {
  color: #777777;
}
.cid-uSlDNByN5F .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlDNByN5F .mbr-list {
  color: #ffffff;
}
.cid-uQz9986PCz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uQz9986PCz nav.navbar {
  position: fixed;
}
.cid-uQz9986PCz .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-uQz9986PCz .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uQz9986PCz .dropdown-item {
  border: none !important;
  background: #f0f0f0 !important;
  font-weight: 400 !important;
}
.cid-uQz9986PCz .dropdown-item:hover,
.cid-uQz9986PCz .dropdown-item:focus {
  background: #f0f0f0 !important;
  color: #093388 !important;
}
.cid-uQz9986PCz .dropdown-item:hover span {
  color: white;
}
.cid-uQz9986PCz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQz9986PCz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQz9986PCz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQz9986PCz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQz9986PCz .nav-link {
  position: relative;
}
.cid-uQz9986PCz .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uQz9986PCz .container {
    flex-wrap: nowrap;
  }
}
.cid-uQz9986PCz .iconfont-wrapper {
  color: #093388 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uQz9986PCz .iconfont-wrapper:hover {
  opacity: .7;
}
.cid-uQz9986PCz .dropdown-menu,
.cid-uQz9986PCz .navbar.opened {
  background: #f0f0f0 !important;
}
.cid-uQz9986PCz .nav-item:focus,
.cid-uQz9986PCz .nav-link:focus {
  outline: none;
}
.cid-uQz9986PCz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQz9986PCz .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uQz9986PCz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQz9986PCz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQz9986PCz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQz9986PCz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQz9986PCz .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f0f0f0;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQz9986PCz .navbar.opened {
  transition: all 0.3s;
}
.cid-uQz9986PCz .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uQz9986PCz .navbar .navbar-logo img {
  width: auto;
}
.cid-uQz9986PCz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQz9986PCz .navbar.collapsed {
  justify-content: center;
}
.cid-uQz9986PCz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQz9986PCz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQz9986PCz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uQz9986PCz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQz9986PCz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQz9986PCz .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-uQz9986PCz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQz9986PCz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQz9986PCz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQz9986PCz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQz9986PCz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQz9986PCz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQz9986PCz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQz9986PCz .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-uQz9986PCz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQz9986PCz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQz9986PCz .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uQz9986PCz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uQz9986PCz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQz9986PCz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQz9986PCz .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQz9986PCz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-uQz9986PCz .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uQz9986PCz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uQz9986PCz .navbar-brand .navbar-caption:hover,
.cid-uQz9986PCz .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uQz9986PCz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQz9986PCz .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uQz9986PCz .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uQz9986PCz .dropdown-item.active,
.cid-uQz9986PCz .dropdown-item:active {
  background-color: transparent;
}
.cid-uQz9986PCz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQz9986PCz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQz9986PCz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQz9986PCz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f0f0f0;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uQz9986PCz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uQz9986PCz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uQz9986PCz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQz9986PCz ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uQz9986PCz ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uQz9986PCz .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uQz9986PCz .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 11px 26px;
}
@media (max-width: 575px) {
  .cid-uQz9986PCz .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uQz9986PCz button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f0f0f0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQz9986PCz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #093388;
}
.cid-uQz9986PCz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uQz9986PCz button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQz9986PCz button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQz9986PCz button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uQz9986PCz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQz9986PCz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQz9986PCz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQz9986PCz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQz9986PCz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQz9986PCz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQz9986PCz .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-uQz9986PCz .navbar {
    height: 70px;
  }
  .cid-uQz9986PCz .navbar.opened {
    height: auto;
  }
  .cid-uQz9986PCz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQz9986PCz .navbar-nav {
  margin: 0 auto;
}
.cid-uQz9986PCz .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uQz9986PCz .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uQz9986PCz .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uQz9986PCz .nav-item .nav-link:hover,
.cid-uQz9986PCz .nav-item .nav-link:focus {
  background-color: transparent;
  color: #093388 !important;
  opacity: .7;
}
.cid-uQz9986PCz .nav-item .nav-link:hover::after,
.cid-uQz9986PCz .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uQz9986PCz .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uQz9986PCz .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uQz9986PCz .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uQz9986PCz .navbar {
    justify-content: flex-start !important;
  }
  .cid-uQz9986PCz .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uQz9986PCz .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uQz9986PCz .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uQz9986PCz .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uQz9986PCz .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uQz9986PCz .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uQz9986PCz .content-wrap {
  min-height: 60px;
}
.cid-uQz999KsZP {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uQz999KsZP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQz999KsZP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQz999KsZP .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQz999KsZP .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uQz999KsZP .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uQz999KsZP .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uQz999KsZP .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uQz999KsZP .header-menu li p {
  margin: 0;
}
.cid-uQz999KsZP .content-head {
  max-width: 800px;
}
.cid-uQz99aTwOu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f0f0f0;
}
.cid-uQz99aTwOu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQz99aTwOu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQz99aTwOu .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uQz99aTwOu .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uQz99aTwOu .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uQz99aTwOu .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uQz99aTwOu .container {
    padding: 0 12px;
  }
}
.cid-uQz99aTwOu .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uQz99aTwOu .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uQz99aTwOu .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uQz99aTwOu .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uQz99aTwOu .mbr-section-title {
  color: #1D1D1F;
}
.cid-uQz99aTwOu .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uQz99aTwOu .mbr-section-title,
.cid-uQz99aTwOu .mbr-section-btn {
  text-align: center;
}
.cid-uQz99bRGvK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQz99bRGvK blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uQz99bRGvK .mbr-section-title {
  text-align: center;
}
.cid-uQEEYm4Isu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQEEYm4Isu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQEEYm4Isu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQEEYm4Isu .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uQEEYm4Isu .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uQEEYm4Isu .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uQEEYm4Isu .mbr-section-title {
  color: #131313;
}
.cid-uQEEYm4Isu .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uQEEYm4Isu .items-row {
  row-gap: 24px;
}
.cid-uQEEYm4Isu .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uQEEYm4Isu .item-wrapper {
  width: 100%;
  padding: 11px 11px 40px;
  border: 2px solid #d96d00;
  box-shadow: 4px 4px 0 #d96d00;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uQEEYm4Isu .item-wrapper {
    padding: 11px 11px 20px;
  }
}
@media (min-width: 992px) {
  .cid-uQEEYm4Isu .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uQEEYm4Isu .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 46/calc(10 * 3);
}
.cid-uQEEYm4Isu .item-content {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .cid-uQEEYm4Isu .item-content {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uQEEYm4Isu .item-content {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
}
.cid-uQEEYm4Isu .card-title {
  color: #131313;
}
.cid-uQEEYm4Isu .card-text {
  margin-top: 5px;
  color: #131313;
}
.cid-uQEEYm4Isu .link-text {
  margin-top: 20px;
  color: #FC7942;
}
@media (max-width: 1199px) {
  .cid-uQEEYm4Isu .link-text {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uQEEYm4Isu .link-text {
    margin-top: 5px;
  }
}
.cid-uQEEYm4Isu .link-text a.text-primary:hover {
  color: #131313 !important;
}
.cid-uQEEYm4Isu .mbr-section-btn {
  margin-top: 5px;
}
.cid-uQEEYm4Isu .card-text,
.cid-uQEEYm4Isu .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uQEEYm4Isu .card-title,
.cid-uQEEYm4Isu .iconfont-wrapper {
  text-align: center;
}
.cid-uQEF0eEals {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQEF0eEals .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQEF0eEals .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQEF0eEals .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uQEF0eEals .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uQEF0eEals .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uQEF0eEals .mbr-section-title {
  color: #131313;
}
.cid-uQEF0eEals .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uQEF0eEals .items-row {
  row-gap: 24px;
}
.cid-uQEF0eEals .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uQEF0eEals .item-wrapper {
  width: 100%;
  padding: 11px 11px 40px;
  border: 2px solid #d96d00;
  box-shadow: 4px 4px 0 #d96d00;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uQEF0eEals .item-wrapper {
    padding: 11px 11px 20px;
  }
}
@media (min-width: 992px) {
  .cid-uQEF0eEals .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uQEF0eEals .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 46/calc(10 * 3);
}
.cid-uQEF0eEals .item-content {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .cid-uQEF0eEals .item-content {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uQEF0eEals .item-content {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
}
.cid-uQEF0eEals .card-title {
  color: #131313;
}
.cid-uQEF0eEals .card-text {
  margin-top: 5px;
  color: #131313;
}
.cid-uQEF0eEals .link-text {
  margin-top: 20px;
  color: #FC7942;
}
@media (max-width: 1199px) {
  .cid-uQEF0eEals .link-text {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uQEF0eEals .link-text {
    margin-top: 5px;
  }
}
.cid-uQEF0eEals .link-text a.text-primary:hover {
  color: #131313 !important;
}
.cid-uQEF0eEals .mbr-section-btn {
  margin-top: 5px;
}
.cid-uQEF0eEals .card-text,
.cid-uQEF0eEals .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uQEF0eEals .card-title,
.cid-uQEF0eEals .iconfont-wrapper {
  text-align: center;
}
.cid-uQFBXtnP81 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f0f0f0;
}
.cid-uQFBXtnP81 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQFBXtnP81 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQFBXtnP81 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uQFBXtnP81 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uQFBXtnP81 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uQFBXtnP81 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uQFBXtnP81 .container {
    padding: 0 12px;
  }
}
.cid-uQFBXtnP81 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uQFBXtnP81 .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uQFBXtnP81 .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uQFBXtnP81 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uQFBXtnP81 .mbr-section-title {
  color: #1D1D1F;
}
.cid-uQFBXtnP81 .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uQFBXtnP81 .mbr-section-title,
.cid-uQFBXtnP81 .mbr-section-btn {
  text-align: center;
}
.cid-uQENy9FqdT {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQENy9FqdT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQENy9FqdT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQENy9FqdT img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
  margin: auto;
  margin-bottom: 1.5rem;
}
.cid-uQENy9FqdT .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 1.5rem;
  color: #ffb038;
  width: 30px;
  justify-content: center;
  align-items: center;
}
.cid-uQENy9FqdT .card-title,
.cid-uQENy9FqdT .iconfont-wrapper {
  color: #232323;
}
.cid-uQENy9FqdT .card-text {
  color: #232323;
}
.cid-uQENy9FqdT .mbr-section-title {
  color: #4e423d;
}
.cid-uQENy9FqdT .mbr-section-subtitle {
  color: #232323;
}
.cid-uQENy9FqdT .content-head {
  max-width: 800px;
}
.cid-uQENy9FqdT .card-subtitle {
  color: #a1a1a1;
}
#custom-html-3g {
  /* Type valid CSS here */
}
#custom-html-3g div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-3g p {
  font-size: 60px;
  color: #777;
}
.cid-uSlE5RIGR4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlE5RIGR4 img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlE5RIGR4 img {
    width: 100%;
  }
}
.cid-uSlE5RIGR4 .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlE5RIGR4 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlE5RIGR4 .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlE5RIGR4 .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlE5RIGR4 .mbr-text,
.cid-uSlE5RIGR4 .mbr-section-btn {
  color: #777777;
}
.cid-uSlE5RIGR4 .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlE5RIGR4 .mbr-list {
  color: #ffffff;
}
.cid-uSlE5RIGR4 .mbr-section-title {
  color: #edefeb;
  text-align: center;
}
.cid-uSlE6zc3VB {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlE6zc3VB img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlE6zc3VB img {
    width: 100%;
  }
}
.cid-uSlE6zc3VB .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlE6zc3VB .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlE6zc3VB .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlE6zc3VB .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlE6zc3VB .mbr-text,
.cid-uSlE6zc3VB .mbr-section-btn {
  color: #777777;
}
.cid-uSlE6zc3VB .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlE6zc3VB .mbr-list {
  color: #ffffff;
}
.cid-uSlE762z68 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlE762z68 img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlE762z68 img {
    width: 100%;
  }
}
.cid-uSlE762z68 .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlE762z68 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlE762z68 .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlE762z68 .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlE762z68 .mbr-text,
.cid-uSlE762z68 .mbr-section-btn {
  color: #777777;
}
.cid-uSlE762z68 .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlE762z68 .mbr-list {
  color: #ffffff;
}
.cid-uSlE7D4Wlo {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlE7D4Wlo img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlE7D4Wlo img {
    width: 100%;
  }
}
.cid-uSlE7D4Wlo .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlE7D4Wlo .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlE7D4Wlo .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlE7D4Wlo .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlE7D4Wlo .mbr-text,
.cid-uSlE7D4Wlo .mbr-section-btn {
  color: #777777;
}
.cid-uSlE7D4Wlo .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlE7D4Wlo .mbr-list {
  color: #ffffff;
}
.cid-uQz99jsbVF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f4f4f4;
}
.cid-uQz99jsbVF .mbr-text {
  color: #333333;
  font-weight: 500;
}
.cid-uQz99jsbVF .container {
  max-width: 1300px;
}
.cid-uQz9FNviEi {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uQz9FNviEi nav.navbar {
  position: fixed;
}
.cid-uQz9FNviEi .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-uQz9FNviEi .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uQz9FNviEi .dropdown-item {
  border: none !important;
  background: #f0f0f0 !important;
  font-weight: 400 !important;
}
.cid-uQz9FNviEi .dropdown-item:hover,
.cid-uQz9FNviEi .dropdown-item:focus {
  background: #f0f0f0 !important;
  color: #093388 !important;
}
.cid-uQz9FNviEi .dropdown-item:hover span {
  color: white;
}
.cid-uQz9FNviEi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQz9FNviEi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQz9FNviEi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQz9FNviEi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQz9FNviEi .nav-link {
  position: relative;
}
.cid-uQz9FNviEi .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uQz9FNviEi .container {
    flex-wrap: nowrap;
  }
}
.cid-uQz9FNviEi .iconfont-wrapper {
  color: #093388 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uQz9FNviEi .iconfont-wrapper:hover {
  opacity: .7;
}
.cid-uQz9FNviEi .dropdown-menu,
.cid-uQz9FNviEi .navbar.opened {
  background: #f0f0f0 !important;
}
.cid-uQz9FNviEi .nav-item:focus,
.cid-uQz9FNviEi .nav-link:focus {
  outline: none;
}
.cid-uQz9FNviEi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQz9FNviEi .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uQz9FNviEi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQz9FNviEi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQz9FNviEi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQz9FNviEi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQz9FNviEi .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f0f0f0;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQz9FNviEi .navbar.opened {
  transition: all 0.3s;
}
.cid-uQz9FNviEi .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uQz9FNviEi .navbar .navbar-logo img {
  width: auto;
}
.cid-uQz9FNviEi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQz9FNviEi .navbar.collapsed {
  justify-content: center;
}
.cid-uQz9FNviEi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQz9FNviEi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQz9FNviEi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uQz9FNviEi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQz9FNviEi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQz9FNviEi .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-uQz9FNviEi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQz9FNviEi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQz9FNviEi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQz9FNviEi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQz9FNviEi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQz9FNviEi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQz9FNviEi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQz9FNviEi .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-uQz9FNviEi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQz9FNviEi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQz9FNviEi .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uQz9FNviEi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uQz9FNviEi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQz9FNviEi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQz9FNviEi .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQz9FNviEi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-uQz9FNviEi .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uQz9FNviEi .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uQz9FNviEi .navbar-brand .navbar-caption:hover,
.cid-uQz9FNviEi .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uQz9FNviEi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQz9FNviEi .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uQz9FNviEi .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uQz9FNviEi .dropdown-item.active,
.cid-uQz9FNviEi .dropdown-item:active {
  background-color: transparent;
}
.cid-uQz9FNviEi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQz9FNviEi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQz9FNviEi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQz9FNviEi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f0f0f0;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uQz9FNviEi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uQz9FNviEi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uQz9FNviEi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQz9FNviEi ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uQz9FNviEi ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uQz9FNviEi .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uQz9FNviEi .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 11px 26px;
}
@media (max-width: 575px) {
  .cid-uQz9FNviEi .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uQz9FNviEi button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f0f0f0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQz9FNviEi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #093388;
}
.cid-uQz9FNviEi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uQz9FNviEi button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQz9FNviEi button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQz9FNviEi button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uQz9FNviEi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQz9FNviEi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQz9FNviEi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQz9FNviEi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQz9FNviEi .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQz9FNviEi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQz9FNviEi .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-uQz9FNviEi .navbar {
    height: 70px;
  }
  .cid-uQz9FNviEi .navbar.opened {
    height: auto;
  }
  .cid-uQz9FNviEi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQz9FNviEi .navbar-nav {
  margin: 0 auto;
}
.cid-uQz9FNviEi .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uQz9FNviEi .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uQz9FNviEi .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uQz9FNviEi .nav-item .nav-link:hover,
.cid-uQz9FNviEi .nav-item .nav-link:focus {
  background-color: transparent;
  color: #093388 !important;
  opacity: .7;
}
.cid-uQz9FNviEi .nav-item .nav-link:hover::after,
.cid-uQz9FNviEi .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uQz9FNviEi .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uQz9FNviEi .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uQz9FNviEi .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uQz9FNviEi .navbar {
    justify-content: flex-start !important;
  }
  .cid-uQz9FNviEi .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uQz9FNviEi .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uQz9FNviEi .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uQz9FNviEi .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uQz9FNviEi .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uQz9FNviEi .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uQz9FNviEi .content-wrap {
  min-height: 60px;
}
.cid-uQz9FOlUWs {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uQz9FOlUWs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQz9FOlUWs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQz9FOlUWs .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQz9FOlUWs .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uQz9FOlUWs .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uQz9FOlUWs .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uQz9FOlUWs .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uQz9FOlUWs .header-menu li p {
  margin: 0;
}
.cid-uQz9FOlUWs .content-head {
  max-width: 800px;
}
.cid-uQz9FP12eR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f0f0f0;
}
.cid-uQz9FP12eR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQz9FP12eR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQz9FP12eR .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uQz9FP12eR .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uQz9FP12eR .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uQz9FP12eR .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uQz9FP12eR .container {
    padding: 0 12px;
  }
}
.cid-uQz9FP12eR .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uQz9FP12eR .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uQz9FP12eR .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uQz9FP12eR .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uQz9FP12eR .mbr-section-title {
  color: #1D1D1F;
}
.cid-uQz9FP12eR .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uQz9FP12eR .mbr-section-title,
.cid-uQz9FP12eR .mbr-section-btn {
  text-align: center;
}
.cid-uQz9FPIeSz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQz9FPIeSz blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uQz9FPIeSz .mbr-section-title {
  text-align: center;
}
.cid-uQFH0PdTgj {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQFH0PdTgj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQFH0PdTgj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQFH0PdTgj ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uQFH0PdTgj li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uQFH0PdTgj ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #28a745;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uQFH22xy6y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQFH22xy6y .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uQENGPs8oX {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQENGPs8oX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQENGPs8oX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQENGPs8oX img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
  margin: auto;
  margin-bottom: 1.5rem;
}
.cid-uQENGPs8oX .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 1.5rem;
  color: #ffb038;
  width: 30px;
  justify-content: center;
  align-items: center;
}
.cid-uQENGPs8oX .card-title,
.cid-uQENGPs8oX .iconfont-wrapper {
  color: #232323;
}
.cid-uQENGPs8oX .card-text {
  color: #232323;
}
.cid-uQENGPs8oX .mbr-section-title {
  color: #4e423d;
}
.cid-uQENGPs8oX .mbr-section-subtitle {
  color: #232323;
}
.cid-uQENGPs8oX .content-head {
  max-width: 800px;
}
.cid-uQENGPs8oX .card-subtitle {
  color: #a1a1a1;
}
.cid-uQFHlBMB0O {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f0f0f0;
}
.cid-uQFHlBMB0O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQFHlBMB0O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQFHlBMB0O .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uQFHlBMB0O .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uQFHlBMB0O .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uQFHlBMB0O .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uQFHlBMB0O .container {
    padding: 0 12px;
  }
}
.cid-uQFHlBMB0O .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uQFHlBMB0O .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uQFHlBMB0O .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uQFHlBMB0O .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uQFHlBMB0O .mbr-section-title {
  color: #1D1D1F;
}
.cid-uQFHlBMB0O .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uQFHlBMB0O .mbr-section-title,
.cid-uQFHlBMB0O .mbr-section-btn {
  text-align: center;
}
.cid-uQEF4MFeyP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQEF4MFeyP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQEF4MFeyP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQEF4MFeyP .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uQEF4MFeyP .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uQEF4MFeyP .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uQEF4MFeyP .mbr-section-title {
  color: #131313;
}
.cid-uQEF4MFeyP .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uQEF4MFeyP .items-row {
  row-gap: 24px;
}
.cid-uQEF4MFeyP .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uQEF4MFeyP .item-wrapper {
  width: 100%;
  padding: 11px 11px 40px;
  border: 2px solid #d96d00;
  box-shadow: 4px 4px 0 #d96d00;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uQEF4MFeyP .item-wrapper {
    padding: 11px 11px 20px;
  }
}
@media (min-width: 992px) {
  .cid-uQEF4MFeyP .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uQEF4MFeyP .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 46/calc(10 * 3);
}
.cid-uQEF4MFeyP .item-content {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .cid-uQEF4MFeyP .item-content {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uQEF4MFeyP .item-content {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
}
.cid-uQEF4MFeyP .card-title {
  color: #131313;
}
.cid-uQEF4MFeyP .card-text {
  margin-top: 5px;
  color: #131313;
}
.cid-uQEF4MFeyP .link-text {
  margin-top: 20px;
  color: #FC7942;
}
@media (max-width: 1199px) {
  .cid-uQEF4MFeyP .link-text {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uQEF4MFeyP .link-text {
    margin-top: 5px;
  }
}
.cid-uQEF4MFeyP .link-text a.text-primary:hover {
  color: #131313 !important;
}
.cid-uQEF4MFeyP .mbr-section-btn {
  margin-top: 5px;
}
.cid-uQEF4MFeyP .card-text,
.cid-uQEF4MFeyP .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uQEF4MFeyP .card-title,
.cid-uQEF4MFeyP .iconfont-wrapper {
  text-align: center;
}
.cid-uQEF5v4YKu {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uQEF5v4YKu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQEF5v4YKu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQEF5v4YKu .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uQEF5v4YKu .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uQEF5v4YKu .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uQEF5v4YKu .mbr-section-title {
  color: #131313;
}
.cid-uQEF5v4YKu .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uQEF5v4YKu .items-row {
  row-gap: 24px;
}
.cid-uQEF5v4YKu .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uQEF5v4YKu .item-wrapper {
  width: 100%;
  padding: 11px 11px 40px;
  border: 2px solid #d96d00;
  box-shadow: 4px 4px 0 #d96d00;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uQEF5v4YKu .item-wrapper {
    padding: 11px 11px 20px;
  }
}
@media (min-width: 992px) {
  .cid-uQEF5v4YKu .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uQEF5v4YKu .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 46/calc(10 * 3);
}
.cid-uQEF5v4YKu .item-content {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .cid-uQEF5v4YKu .item-content {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uQEF5v4YKu .item-content {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
}
.cid-uQEF5v4YKu .card-title {
  color: #131313;
}
.cid-uQEF5v4YKu .card-text {
  margin-top: 5px;
  color: #131313;
}
.cid-uQEF5v4YKu .link-text {
  margin-top: 20px;
  color: #FC7942;
}
@media (max-width: 1199px) {
  .cid-uQEF5v4YKu .link-text {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uQEF5v4YKu .link-text {
    margin-top: 5px;
  }
}
.cid-uQEF5v4YKu .link-text a.text-primary:hover {
  color: #131313 !important;
}
.cid-uQEF5v4YKu .mbr-section-btn {
  margin-top: 5px;
}
.cid-uQEF5v4YKu .card-text,
.cid-uQEF5v4YKu .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uQEF5v4YKu .card-title,
.cid-uQEF5v4YKu .iconfont-wrapper {
  text-align: center;
}
#custom-html-3u {
  /* Type valid CSS here */
}
#custom-html-3u div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-3u p {
  font-size: 60px;
  color: #777;
}
.cid-uSlEbyn7rd {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlEbyn7rd img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlEbyn7rd img {
    width: 100%;
  }
}
.cid-uSlEbyn7rd .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlEbyn7rd .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlEbyn7rd .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlEbyn7rd .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlEbyn7rd .mbr-text,
.cid-uSlEbyn7rd .mbr-section-btn {
  color: #777777;
}
.cid-uSlEbyn7rd .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlEbyn7rd .mbr-list {
  color: #ffffff;
}
.cid-uSlEbyn7rd .mbr-section-title {
  color: #edefeb;
  text-align: center;
}
.cid-uSlEc5vPgK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlEc5vPgK img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlEc5vPgK img {
    width: 100%;
  }
}
.cid-uSlEc5vPgK .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlEc5vPgK .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlEc5vPgK .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlEc5vPgK .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlEc5vPgK .mbr-text,
.cid-uSlEc5vPgK .mbr-section-btn {
  color: #777777;
}
.cid-uSlEc5vPgK .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlEc5vPgK .mbr-list {
  color: #ffffff;
}
.cid-uSlEcxz730 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlEcxz730 img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlEcxz730 img {
    width: 100%;
  }
}
.cid-uSlEcxz730 .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlEcxz730 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlEcxz730 .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlEcxz730 .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlEcxz730 .mbr-text,
.cid-uSlEcxz730 .mbr-section-btn {
  color: #777777;
}
.cid-uSlEcxz730 .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlEcxz730 .mbr-list {
  color: #ffffff;
}
.cid-uSlEd7iFio {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlEd7iFio img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlEd7iFio img {
    width: 100%;
  }
}
.cid-uSlEd7iFio .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlEd7iFio .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlEd7iFio .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlEd7iFio .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlEd7iFio .mbr-text,
.cid-uSlEd7iFio .mbr-section-btn {
  color: #777777;
}
.cid-uSlEd7iFio .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlEd7iFio .mbr-list {
  color: #ffffff;
}
.cid-uQz9FW9RjN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f4f4f4;
}
.cid-uQz9FW9RjN .mbr-text {
  color: #333333;
  font-weight: 500;
}
.cid-uQz9FW9RjN .container {
  max-width: 1300px;
}
.cid-uQza7OyHYn {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uQza7OyHYn nav.navbar {
  position: fixed;
}
.cid-uQza7OyHYn .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-uQza7OyHYn .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uQza7OyHYn .dropdown-item {
  border: none !important;
  background: #f0f0f0 !important;
  font-weight: 400 !important;
}
.cid-uQza7OyHYn .dropdown-item:hover,
.cid-uQza7OyHYn .dropdown-item:focus {
  background: #f0f0f0 !important;
  color: #093388 !important;
}
.cid-uQza7OyHYn .dropdown-item:hover span {
  color: white;
}
.cid-uQza7OyHYn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQza7OyHYn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQza7OyHYn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQza7OyHYn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQza7OyHYn .nav-link {
  position: relative;
}
.cid-uQza7OyHYn .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uQza7OyHYn .container {
    flex-wrap: nowrap;
  }
}
.cid-uQza7OyHYn .iconfont-wrapper {
  color: #093388 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uQza7OyHYn .iconfont-wrapper:hover {
  opacity: .7;
}
.cid-uQza7OyHYn .dropdown-menu,
.cid-uQza7OyHYn .navbar.opened {
  background: #f0f0f0 !important;
}
.cid-uQza7OyHYn .nav-item:focus,
.cid-uQza7OyHYn .nav-link:focus {
  outline: none;
}
.cid-uQza7OyHYn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQza7OyHYn .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uQza7OyHYn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQza7OyHYn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQza7OyHYn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQza7OyHYn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQza7OyHYn .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f0f0f0;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQza7OyHYn .navbar.opened {
  transition: all 0.3s;
}
.cid-uQza7OyHYn .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uQza7OyHYn .navbar .navbar-logo img {
  width: auto;
}
.cid-uQza7OyHYn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQza7OyHYn .navbar.collapsed {
  justify-content: center;
}
.cid-uQza7OyHYn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQza7OyHYn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQza7OyHYn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uQza7OyHYn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQza7OyHYn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQza7OyHYn .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-uQza7OyHYn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQza7OyHYn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQza7OyHYn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQza7OyHYn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQza7OyHYn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQza7OyHYn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQza7OyHYn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQza7OyHYn .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-uQza7OyHYn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQza7OyHYn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQza7OyHYn .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uQza7OyHYn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uQza7OyHYn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQza7OyHYn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQza7OyHYn .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQza7OyHYn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-uQza7OyHYn .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uQza7OyHYn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uQza7OyHYn .navbar-brand .navbar-caption:hover,
.cid-uQza7OyHYn .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uQza7OyHYn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQza7OyHYn .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uQza7OyHYn .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uQza7OyHYn .dropdown-item.active,
.cid-uQza7OyHYn .dropdown-item:active {
  background-color: transparent;
}
.cid-uQza7OyHYn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQza7OyHYn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQza7OyHYn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQza7OyHYn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f0f0f0;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uQza7OyHYn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uQza7OyHYn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uQza7OyHYn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQza7OyHYn ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uQza7OyHYn ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uQza7OyHYn .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uQza7OyHYn .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 11px 26px;
}
@media (max-width: 575px) {
  .cid-uQza7OyHYn .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uQza7OyHYn button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f0f0f0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQza7OyHYn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #093388;
}
.cid-uQza7OyHYn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uQza7OyHYn button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQza7OyHYn button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQza7OyHYn button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uQza7OyHYn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQza7OyHYn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQza7OyHYn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQza7OyHYn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQza7OyHYn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQza7OyHYn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQza7OyHYn .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-uQza7OyHYn .navbar {
    height: 70px;
  }
  .cid-uQza7OyHYn .navbar.opened {
    height: auto;
  }
  .cid-uQza7OyHYn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQza7OyHYn .navbar-nav {
  margin: 0 auto;
}
.cid-uQza7OyHYn .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uQza7OyHYn .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uQza7OyHYn .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uQza7OyHYn .nav-item .nav-link:hover,
.cid-uQza7OyHYn .nav-item .nav-link:focus {
  background-color: transparent;
  color: #093388 !important;
  opacity: .7;
}
.cid-uQza7OyHYn .nav-item .nav-link:hover::after,
.cid-uQza7OyHYn .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uQza7OyHYn .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uQza7OyHYn .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uQza7OyHYn .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uQza7OyHYn .navbar {
    justify-content: flex-start !important;
  }
  .cid-uQza7OyHYn .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uQza7OyHYn .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uQza7OyHYn .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uQza7OyHYn .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uQza7OyHYn .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uQza7OyHYn .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uQza7OyHYn .content-wrap {
  min-height: 60px;
}
.cid-uQza7Qu1vR {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uQza7Qu1vR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQza7Qu1vR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQza7Qu1vR .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQza7Qu1vR .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uQza7Qu1vR .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uQza7Qu1vR .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uQza7Qu1vR .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uQza7Qu1vR .header-menu li p {
  margin: 0;
}
.cid-uQza7Qu1vR .content-head {
  max-width: 800px;
}
.cid-uQza7RGNXm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f0f0f0;
}
.cid-uQza7RGNXm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQza7RGNXm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQza7RGNXm .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uQza7RGNXm .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uQza7RGNXm .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uQza7RGNXm .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uQza7RGNXm .container {
    padding: 0 12px;
  }
}
.cid-uQza7RGNXm .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uQza7RGNXm .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uQza7RGNXm .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uQza7RGNXm .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uQza7RGNXm .mbr-section-title {
  color: #1D1D1F;
}
.cid-uQza7RGNXm .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uQza7RGNXm .mbr-section-title,
.cid-uQza7RGNXm .mbr-section-btn {
  text-align: center;
}
.cid-uQza7V5Wod {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQza7V5Wod blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uQza7V5Wod .mbr-section-title {
  text-align: center;
}
.cid-uQEFc4Gb5C {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQEFc4Gb5C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQEFc4Gb5C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQEFc4Gb5C .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uQEFc4Gb5C .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uQEFc4Gb5C .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uQEFc4Gb5C .mbr-section-title {
  color: #131313;
}
.cid-uQEFc4Gb5C .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uQEFc4Gb5C .items-row {
  row-gap: 24px;
}
.cid-uQEFc4Gb5C .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uQEFc4Gb5C .item-wrapper {
  width: 100%;
  padding: 11px 11px 40px;
  border: 2px solid #d96d00;
  box-shadow: 4px 4px 0 #d96d00;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uQEFc4Gb5C .item-wrapper {
    padding: 11px 11px 20px;
  }
}
@media (min-width: 992px) {
  .cid-uQEFc4Gb5C .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uQEFc4Gb5C .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 46/calc(10 * 3);
}
.cid-uQEFc4Gb5C .item-content {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .cid-uQEFc4Gb5C .item-content {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uQEFc4Gb5C .item-content {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
}
.cid-uQEFc4Gb5C .card-title {
  color: #131313;
}
.cid-uQEFc4Gb5C .card-text {
  margin-top: 5px;
  color: #131313;
}
.cid-uQEFc4Gb5C .link-text {
  margin-top: 20px;
  color: #FC7942;
}
@media (max-width: 1199px) {
  .cid-uQEFc4Gb5C .link-text {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uQEFc4Gb5C .link-text {
    margin-top: 5px;
  }
}
.cid-uQEFc4Gb5C .link-text a.text-primary:hover {
  color: #131313 !important;
}
.cid-uQEFc4Gb5C .mbr-section-btn {
  margin-top: 5px;
}
.cid-uQEFc4Gb5C .card-text,
.cid-uQEFc4Gb5C .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uQEFc4Gb5C .card-title,
.cid-uQEFc4Gb5C .iconfont-wrapper {
  text-align: center;
}
.cid-uQEFcOOcYr {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQEFcOOcYr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQEFcOOcYr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQEFcOOcYr .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uQEFcOOcYr .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uQEFcOOcYr .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uQEFcOOcYr .mbr-section-title {
  color: #131313;
}
.cid-uQEFcOOcYr .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uQEFcOOcYr .items-row {
  row-gap: 24px;
}
.cid-uQEFcOOcYr .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uQEFcOOcYr .item-wrapper {
  width: 100%;
  padding: 11px 11px 40px;
  border: 2px solid #d96d00;
  box-shadow: 4px 4px 0 #d96d00;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uQEFcOOcYr .item-wrapper {
    padding: 11px 11px 20px;
  }
}
@media (min-width: 992px) {
  .cid-uQEFcOOcYr .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uQEFcOOcYr .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 46/calc(10 * 3);
}
.cid-uQEFcOOcYr .item-content {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .cid-uQEFcOOcYr .item-content {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uQEFcOOcYr .item-content {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
}
.cid-uQEFcOOcYr .card-title {
  color: #131313;
}
.cid-uQEFcOOcYr .card-text {
  margin-top: 5px;
  color: #131313;
}
.cid-uQEFcOOcYr .link-text {
  margin-top: 20px;
  color: #FC7942;
}
@media (max-width: 1199px) {
  .cid-uQEFcOOcYr .link-text {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uQEFcOOcYr .link-text {
    margin-top: 5px;
  }
}
.cid-uQEFcOOcYr .link-text a.text-primary:hover {
  color: #131313 !important;
}
.cid-uQEFcOOcYr .mbr-section-btn {
  margin-top: 5px;
}
.cid-uQEFcOOcYr .card-text,
.cid-uQEFcOOcYr .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uQEFcOOcYr .card-title,
.cid-uQEFcOOcYr .iconfont-wrapper {
  text-align: center;
}
.cid-uQENSvF8cF {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQENSvF8cF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQENSvF8cF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQENSvF8cF img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
  margin: auto;
  margin-bottom: 1.5rem;
}
.cid-uQENSvF8cF .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 1.5rem;
  color: #ffb038;
  width: 30px;
  justify-content: center;
  align-items: center;
}
.cid-uQENSvF8cF .card-title,
.cid-uQENSvF8cF .iconfont-wrapper {
  color: #232323;
}
.cid-uQENSvF8cF .card-text {
  color: #232323;
}
.cid-uQENSvF8cF .mbr-section-title {
  color: #4e423d;
}
.cid-uQENSvF8cF .mbr-section-subtitle {
  color: #232323;
}
.cid-uQENSvF8cF .content-head {
  max-width: 800px;
}
.cid-uQENSvF8cF .card-subtitle {
  color: #a1a1a1;
}
#custom-html-48 {
  /* Type valid CSS here */
}
#custom-html-48 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-48 p {
  font-size: 60px;
  color: #777;
}
.cid-uSlEhm9JG7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlEhm9JG7 img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlEhm9JG7 img {
    width: 100%;
  }
}
.cid-uSlEhm9JG7 .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlEhm9JG7 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlEhm9JG7 .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlEhm9JG7 .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlEhm9JG7 .mbr-text,
.cid-uSlEhm9JG7 .mbr-section-btn {
  color: #777777;
}
.cid-uSlEhm9JG7 .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlEhm9JG7 .mbr-list {
  color: #ffffff;
}
.cid-uSlEhm9JG7 .mbr-section-title {
  color: #edefeb;
  text-align: center;
}
.cid-uSlEhW7ieF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlEhW7ieF img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlEhW7ieF img {
    width: 100%;
  }
}
.cid-uSlEhW7ieF .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlEhW7ieF .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlEhW7ieF .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlEhW7ieF .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlEhW7ieF .mbr-text,
.cid-uSlEhW7ieF .mbr-section-btn {
  color: #777777;
}
.cid-uSlEhW7ieF .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlEhW7ieF .mbr-list {
  color: #ffffff;
}
.cid-uSlEilI0oU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlEilI0oU img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlEilI0oU img {
    width: 100%;
  }
}
.cid-uSlEilI0oU .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlEilI0oU .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlEilI0oU .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlEilI0oU .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlEilI0oU .mbr-text,
.cid-uSlEilI0oU .mbr-section-btn {
  color: #777777;
}
.cid-uSlEilI0oU .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlEilI0oU .mbr-list {
  color: #ffffff;
}
.cid-uSlEiQNGLr {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlEiQNGLr img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlEiQNGLr img {
    width: 100%;
  }
}
.cid-uSlEiQNGLr .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlEiQNGLr .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlEiQNGLr .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlEiQNGLr .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlEiQNGLr .mbr-text,
.cid-uSlEiQNGLr .mbr-section-btn {
  color: #777777;
}
.cid-uSlEiQNGLr .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlEiQNGLr .mbr-list {
  color: #ffffff;
}
.cid-uQza80uA80 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f4f4f4;
}
.cid-uQza80uA80 .mbr-text {
  color: #333333;
  font-weight: 500;
}
.cid-uQza80uA80 .container {
  max-width: 1300px;
}
.cid-uQzckn8Y1B {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uQzckn8Y1B nav.navbar {
  position: fixed;
}
.cid-uQzckn8Y1B .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-uQzckn8Y1B .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uQzckn8Y1B .dropdown-item {
  border: none !important;
  background: #f0f0f0 !important;
  font-weight: 400 !important;
}
.cid-uQzckn8Y1B .dropdown-item:hover,
.cid-uQzckn8Y1B .dropdown-item:focus {
  background: #f0f0f0 !important;
  color: #093388 !important;
}
.cid-uQzckn8Y1B .dropdown-item:hover span {
  color: white;
}
.cid-uQzckn8Y1B .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQzckn8Y1B .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQzckn8Y1B .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQzckn8Y1B .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQzckn8Y1B .nav-link {
  position: relative;
}
.cid-uQzckn8Y1B .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uQzckn8Y1B .container {
    flex-wrap: nowrap;
  }
}
.cid-uQzckn8Y1B .iconfont-wrapper {
  color: #093388 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uQzckn8Y1B .iconfont-wrapper:hover {
  opacity: .7;
}
.cid-uQzckn8Y1B .dropdown-menu,
.cid-uQzckn8Y1B .navbar.opened {
  background: #f0f0f0 !important;
}
.cid-uQzckn8Y1B .nav-item:focus,
.cid-uQzckn8Y1B .nav-link:focus {
  outline: none;
}
.cid-uQzckn8Y1B .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQzckn8Y1B .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uQzckn8Y1B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQzckn8Y1B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQzckn8Y1B .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQzckn8Y1B .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQzckn8Y1B .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f0f0f0;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQzckn8Y1B .navbar.opened {
  transition: all 0.3s;
}
.cid-uQzckn8Y1B .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uQzckn8Y1B .navbar .navbar-logo img {
  width: auto;
}
.cid-uQzckn8Y1B .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQzckn8Y1B .navbar.collapsed {
  justify-content: center;
}
.cid-uQzckn8Y1B .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQzckn8Y1B .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQzckn8Y1B .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uQzckn8Y1B .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQzckn8Y1B .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQzckn8Y1B .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-uQzckn8Y1B .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQzckn8Y1B .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQzckn8Y1B .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQzckn8Y1B .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQzckn8Y1B .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQzckn8Y1B .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQzckn8Y1B .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQzckn8Y1B .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-uQzckn8Y1B .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQzckn8Y1B .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQzckn8Y1B .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uQzckn8Y1B .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uQzckn8Y1B .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQzckn8Y1B .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQzckn8Y1B .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQzckn8Y1B .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-uQzckn8Y1B .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uQzckn8Y1B .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uQzckn8Y1B .navbar-brand .navbar-caption:hover,
.cid-uQzckn8Y1B .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uQzckn8Y1B .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQzckn8Y1B .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uQzckn8Y1B .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uQzckn8Y1B .dropdown-item.active,
.cid-uQzckn8Y1B .dropdown-item:active {
  background-color: transparent;
}
.cid-uQzckn8Y1B .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQzckn8Y1B .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQzckn8Y1B .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQzckn8Y1B .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f0f0f0;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uQzckn8Y1B .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uQzckn8Y1B .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uQzckn8Y1B .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQzckn8Y1B ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uQzckn8Y1B ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uQzckn8Y1B .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uQzckn8Y1B .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 11px 26px;
}
@media (max-width: 575px) {
  .cid-uQzckn8Y1B .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uQzckn8Y1B button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f0f0f0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQzckn8Y1B button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #093388;
}
.cid-uQzckn8Y1B button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uQzckn8Y1B button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQzckn8Y1B button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQzckn8Y1B button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uQzckn8Y1B nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQzckn8Y1B nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQzckn8Y1B nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQzckn8Y1B nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQzckn8Y1B .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQzckn8Y1B a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQzckn8Y1B .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-uQzckn8Y1B .navbar {
    height: 70px;
  }
  .cid-uQzckn8Y1B .navbar.opened {
    height: auto;
  }
  .cid-uQzckn8Y1B .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQzckn8Y1B .navbar-nav {
  margin: 0 auto;
}
.cid-uQzckn8Y1B .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uQzckn8Y1B .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uQzckn8Y1B .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uQzckn8Y1B .nav-item .nav-link:hover,
.cid-uQzckn8Y1B .nav-item .nav-link:focus {
  background-color: transparent;
  color: #093388 !important;
  opacity: .7;
}
.cid-uQzckn8Y1B .nav-item .nav-link:hover::after,
.cid-uQzckn8Y1B .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uQzckn8Y1B .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uQzckn8Y1B .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uQzckn8Y1B .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uQzckn8Y1B .navbar {
    justify-content: flex-start !important;
  }
  .cid-uQzckn8Y1B .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uQzckn8Y1B .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uQzckn8Y1B .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uQzckn8Y1B .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uQzckn8Y1B .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uQzckn8Y1B .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uQzckn8Y1B .content-wrap {
  min-height: 60px;
}
.cid-uQzcknPhuM {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uQzcknPhuM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQzcknPhuM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQzcknPhuM .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQzcknPhuM .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uQzcknPhuM .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uQzcknPhuM .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uQzcknPhuM .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uQzcknPhuM .header-menu li p {
  margin: 0;
}
.cid-uQzcknPhuM .content-head {
  max-width: 800px;
}
.cid-uQE5QH89U6 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQE5QH89U6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQE5QH89U6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQE5QH89U6 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uQE5QH89U6 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uQE5QH89U6 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #28a745;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uQE910omiY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQE910omiY .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uQzckr51NF {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQzckr51NF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQzckr51NF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQzckr51NF img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
  margin: auto;
  margin-bottom: 1.5rem;
}
.cid-uQzckr51NF .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 1.5rem;
  color: #ffb038;
  width: 30px;
  justify-content: center;
  align-items: center;
}
.cid-uQzckr51NF .card-title,
.cid-uQzckr51NF .iconfont-wrapper {
  color: #232323;
}
.cid-uQzckr51NF .card-text {
  color: #232323;
}
.cid-uQzckr51NF .mbr-section-title {
  color: #4e423d;
}
.cid-uQzckr51NF .mbr-section-subtitle {
  color: #232323;
}
.cid-uQzckr51NF .content-head {
  max-width: 800px;
}
.cid-uQzckr51NF .card-subtitle {
  color: #a1a1a1;
}
.cid-uQzckoqqNk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f0f0f0;
}
.cid-uQzckoqqNk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQzckoqqNk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQzckoqqNk .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uQzckoqqNk .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uQzckoqqNk .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uQzckoqqNk .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uQzckoqqNk .container {
    padding: 0 12px;
  }
}
.cid-uQzckoqqNk .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uQzckoqqNk .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uQzckoqqNk .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uQzckoqqNk .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uQzckoqqNk .mbr-section-title {
  color: #1D1D1F;
}
.cid-uQzckoqqNk .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uQzckoqqNk .mbr-section-title,
.cid-uQzckoqqNk .mbr-section-btn {
  text-align: center;
}
.cid-uQEEspeRkH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQEEspeRkH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQEEspeRkH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQEEspeRkH .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uQEEspeRkH .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uQEEspeRkH .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uQEEspeRkH .mbr-section-title {
  color: #131313;
}
.cid-uQEEspeRkH .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uQEEspeRkH .items-row {
  row-gap: 24px;
}
.cid-uQEEspeRkH .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uQEEspeRkH .item-wrapper {
  width: 100%;
  padding: 11px 11px 40px;
  border: 2px solid #d96d00;
  box-shadow: 4px 4px 0 #d96d00;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uQEEspeRkH .item-wrapper {
    padding: 11px 11px 20px;
  }
}
@media (min-width: 992px) {
  .cid-uQEEspeRkH .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uQEEspeRkH .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 46/calc(10 * 3);
}
.cid-uQEEspeRkH .item-content {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .cid-uQEEspeRkH .item-content {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uQEEspeRkH .item-content {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
}
.cid-uQEEspeRkH .card-title {
  color: #131313;
}
.cid-uQEEspeRkH .card-text {
  margin-top: 5px;
  color: #131313;
}
.cid-uQEEspeRkH .link-text {
  margin-top: 20px;
  color: #FC7942;
}
@media (max-width: 1199px) {
  .cid-uQEEspeRkH .link-text {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uQEEspeRkH .link-text {
    margin-top: 5px;
  }
}
.cid-uQEEspeRkH .link-text a.text-primary:hover {
  color: #131313 !important;
}
.cid-uQEEspeRkH .mbr-section-btn {
  margin-top: 5px;
}
.cid-uQEEspeRkH .card-text,
.cid-uQEEspeRkH .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uQEEspeRkH .card-title,
.cid-uQEEspeRkH .iconfont-wrapper {
  text-align: center;
}
.cid-uQEEBRTjlU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQEEBRTjlU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQEEBRTjlU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQEEBRTjlU .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uQEEBRTjlU .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uQEEBRTjlU .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uQEEBRTjlU .mbr-section-title {
  color: #131313;
}
.cid-uQEEBRTjlU .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uQEEBRTjlU .items-row {
  row-gap: 24px;
}
.cid-uQEEBRTjlU .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uQEEBRTjlU .item-wrapper {
  width: 100%;
  padding: 11px 11px 40px;
  border: 2px solid #d96d00;
  box-shadow: 4px 4px 0 #d96d00;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uQEEBRTjlU .item-wrapper {
    padding: 11px 11px 20px;
  }
}
@media (min-width: 992px) {
  .cid-uQEEBRTjlU .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uQEEBRTjlU .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 46/calc(10 * 3);
}
.cid-uQEEBRTjlU .item-content {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .cid-uQEEBRTjlU .item-content {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uQEEBRTjlU .item-content {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
}
.cid-uQEEBRTjlU .card-title {
  color: #131313;
}
.cid-uQEEBRTjlU .card-text {
  margin-top: 5px;
  color: #131313;
}
.cid-uQEEBRTjlU .link-text {
  margin-top: 20px;
  color: #FC7942;
}
@media (max-width: 1199px) {
  .cid-uQEEBRTjlU .link-text {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uQEEBRTjlU .link-text {
    margin-top: 5px;
  }
}
.cid-uQEEBRTjlU .link-text a.text-primary:hover {
  color: #131313 !important;
}
.cid-uQEEBRTjlU .mbr-section-btn {
  margin-top: 5px;
}
.cid-uQEEBRTjlU .card-text,
.cid-uQEEBRTjlU .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uQEEBRTjlU .card-title,
.cid-uQEEBRTjlU .iconfont-wrapper {
  text-align: center;
}
#custom-html-4m {
  /* Type valid CSS here */
}
#custom-html-4m div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-4m p {
  font-size: 60px;
  color: #777;
}
.cid-uSlDigtxWg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlDigtxWg img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlDigtxWg img {
    width: 100%;
  }
}
.cid-uSlDigtxWg .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlDigtxWg .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlDigtxWg .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlDigtxWg .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlDigtxWg .mbr-text,
.cid-uSlDigtxWg .mbr-section-btn {
  color: #777777;
}
.cid-uSlDigtxWg .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlDigtxWg .mbr-list {
  color: #ffffff;
}
.cid-uSlDigtxWg .mbr-section-title {
  color: #edefeb;
  text-align: center;
}
.cid-uSlDiYu6QE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlDiYu6QE img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlDiYu6QE img {
    width: 100%;
  }
}
.cid-uSlDiYu6QE .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlDiYu6QE .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlDiYu6QE .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlDiYu6QE .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlDiYu6QE .mbr-text,
.cid-uSlDiYu6QE .mbr-section-btn {
  color: #777777;
}
.cid-uSlDiYu6QE .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlDiYu6QE .mbr-list {
  color: #ffffff;
}
.cid-uSlDjWqzrh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlDjWqzrh img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlDjWqzrh img {
    width: 100%;
  }
}
.cid-uSlDjWqzrh .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlDjWqzrh .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlDjWqzrh .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlDjWqzrh .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlDjWqzrh .mbr-text,
.cid-uSlDjWqzrh .mbr-section-btn {
  color: #777777;
}
.cid-uSlDjWqzrh .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlDjWqzrh .mbr-list {
  color: #ffffff;
}
.cid-uSlDo8q0wP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlDo8q0wP img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlDo8q0wP img {
    width: 100%;
  }
}
.cid-uSlDo8q0wP .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlDo8q0wP .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlDo8q0wP .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlDo8q0wP .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlDo8q0wP .mbr-text,
.cid-uSlDo8q0wP .mbr-section-btn {
  color: #777777;
}
.cid-uSlDo8q0wP .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlDo8q0wP .mbr-list {
  color: #ffffff;
}
.cid-uQzckuVJMi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f4f4f4;
}
.cid-uQzckuVJMi .mbr-text {
  color: #333333;
  font-weight: 500;
}
.cid-uQzckuVJMi .container {
  max-width: 1300px;
}
.cid-uQGhojmtwv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uQGhojmtwv nav.navbar {
  position: fixed;
}
.cid-uQGhojmtwv .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-uQGhojmtwv .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uQGhojmtwv .dropdown-item {
  border: none !important;
  background: #f0f0f0 !important;
  font-weight: 400 !important;
}
.cid-uQGhojmtwv .dropdown-item:hover,
.cid-uQGhojmtwv .dropdown-item:focus {
  background: #f0f0f0 !important;
  color: #093388 !important;
}
.cid-uQGhojmtwv .dropdown-item:hover span {
  color: white;
}
.cid-uQGhojmtwv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQGhojmtwv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQGhojmtwv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQGhojmtwv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQGhojmtwv .nav-link {
  position: relative;
}
.cid-uQGhojmtwv .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uQGhojmtwv .container {
    flex-wrap: nowrap;
  }
}
.cid-uQGhojmtwv .iconfont-wrapper {
  color: #093388 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uQGhojmtwv .iconfont-wrapper:hover {
  opacity: .7;
}
.cid-uQGhojmtwv .dropdown-menu,
.cid-uQGhojmtwv .navbar.opened {
  background: #f0f0f0 !important;
}
.cid-uQGhojmtwv .nav-item:focus,
.cid-uQGhojmtwv .nav-link:focus {
  outline: none;
}
.cid-uQGhojmtwv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQGhojmtwv .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uQGhojmtwv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQGhojmtwv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQGhojmtwv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQGhojmtwv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQGhojmtwv .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f0f0f0;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQGhojmtwv .navbar.opened {
  transition: all 0.3s;
}
.cid-uQGhojmtwv .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uQGhojmtwv .navbar .navbar-logo img {
  width: auto;
}
.cid-uQGhojmtwv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQGhojmtwv .navbar.collapsed {
  justify-content: center;
}
.cid-uQGhojmtwv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQGhojmtwv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQGhojmtwv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uQGhojmtwv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQGhojmtwv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQGhojmtwv .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-uQGhojmtwv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQGhojmtwv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQGhojmtwv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQGhojmtwv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQGhojmtwv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQGhojmtwv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQGhojmtwv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQGhojmtwv .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-uQGhojmtwv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQGhojmtwv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQGhojmtwv .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uQGhojmtwv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uQGhojmtwv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQGhojmtwv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQGhojmtwv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQGhojmtwv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-uQGhojmtwv .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uQGhojmtwv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uQGhojmtwv .navbar-brand .navbar-caption:hover,
.cid-uQGhojmtwv .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uQGhojmtwv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQGhojmtwv .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uQGhojmtwv .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uQGhojmtwv .dropdown-item.active,
.cid-uQGhojmtwv .dropdown-item:active {
  background-color: transparent;
}
.cid-uQGhojmtwv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQGhojmtwv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQGhojmtwv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQGhojmtwv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f0f0f0;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uQGhojmtwv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uQGhojmtwv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uQGhojmtwv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQGhojmtwv ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uQGhojmtwv ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uQGhojmtwv .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uQGhojmtwv .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 11px 26px;
}
@media (max-width: 575px) {
  .cid-uQGhojmtwv .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uQGhojmtwv button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f0f0f0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQGhojmtwv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #093388;
}
.cid-uQGhojmtwv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uQGhojmtwv button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQGhojmtwv button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQGhojmtwv button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uQGhojmtwv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQGhojmtwv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQGhojmtwv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQGhojmtwv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQGhojmtwv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQGhojmtwv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQGhojmtwv .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-uQGhojmtwv .navbar {
    height: 70px;
  }
  .cid-uQGhojmtwv .navbar.opened {
    height: auto;
  }
  .cid-uQGhojmtwv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQGhojmtwv .navbar-nav {
  margin: 0 auto;
}
.cid-uQGhojmtwv .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uQGhojmtwv .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uQGhojmtwv .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uQGhojmtwv .nav-item .nav-link:hover,
.cid-uQGhojmtwv .nav-item .nav-link:focus {
  background-color: transparent;
  color: #093388 !important;
  opacity: .7;
}
.cid-uQGhojmtwv .nav-item .nav-link:hover::after,
.cid-uQGhojmtwv .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uQGhojmtwv .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uQGhojmtwv .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uQGhojmtwv .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uQGhojmtwv .navbar {
    justify-content: flex-start !important;
  }
  .cid-uQGhojmtwv .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uQGhojmtwv .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uQGhojmtwv .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uQGhojmtwv .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uQGhojmtwv .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uQGhojmtwv .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uQGhojmtwv .content-wrap {
  min-height: 60px;
}
.cid-uQGhokavXO {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uQGhokavXO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQGhokavXO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQGhokavXO .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQGhokavXO .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uQGhokavXO .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uQGhokavXO .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uQGhokavXO .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uQGhokavXO .header-menu li p {
  margin: 0;
}
.cid-uQGhokavXO .content-head {
  max-width: 800px;
}
.cid-uQGiV35rke {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQGiV35rke .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQGiV35rke .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQGiV35rke ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uQGiV35rke li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uQGiV35rke ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #28a745;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uQGka8q5XE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQGhokAphp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f0f0f0;
}
.cid-uQGhokAphp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQGhokAphp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQGhokAphp .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uQGhokAphp .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uQGhokAphp .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uQGhokAphp .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uQGhokAphp .container {
    padding: 0 12px;
  }
}
.cid-uQGhokAphp .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uQGhokAphp .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uQGhokAphp .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uQGhokAphp .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uQGhokAphp .mbr-section-title {
  color: #1D1D1F;
}
.cid-uQGhokAphp .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uQGhokAphp .mbr-section-title,
.cid-uQGhokAphp .mbr-section-btn {
  text-align: center;
}
.cid-uQGj91UhaJ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQGj91UhaJ .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uQGholeS9Z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQGholeS9Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQGholeS9Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQGholeS9Z .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uQGholeS9Z .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uQGholeS9Z .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uQGholeS9Z .mbr-section-title {
  color: #131313;
}
.cid-uQGholeS9Z .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uQGholeS9Z .items-row {
  row-gap: 24px;
}
.cid-uQGholeS9Z .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uQGholeS9Z .item-wrapper {
  width: 100%;
  padding: 11px 11px 40px;
  border: 2px solid #d96d00;
  box-shadow: 4px 4px 0 #d96d00;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uQGholeS9Z .item-wrapper {
    padding: 11px 11px 20px;
  }
}
@media (min-width: 992px) {
  .cid-uQGholeS9Z .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uQGholeS9Z .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 46/calc(10 * 3);
}
.cid-uQGholeS9Z .item-content {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .cid-uQGholeS9Z .item-content {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uQGholeS9Z .item-content {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
}
.cid-uQGholeS9Z .card-title {
  color: #131313;
}
.cid-uQGholeS9Z .card-text {
  margin-top: 5px;
  color: #131313;
}
.cid-uQGholeS9Z .link-text {
  margin-top: 20px;
  color: #FC7942;
}
@media (max-width: 1199px) {
  .cid-uQGholeS9Z .link-text {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uQGholeS9Z .link-text {
    margin-top: 5px;
  }
}
.cid-uQGholeS9Z .link-text a.text-primary:hover {
  color: #131313 !important;
}
.cid-uQGholeS9Z .mbr-section-btn {
  margin-top: 5px;
}
.cid-uQGholeS9Z .card-text,
.cid-uQGholeS9Z .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uQGholeS9Z .card-title,
.cid-uQGholeS9Z .iconfont-wrapper {
  text-align: center;
}
.cid-uQGholQuAS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQGholQuAS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQGholQuAS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQGholQuAS .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uQGholQuAS .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uQGholQuAS .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uQGholQuAS .mbr-section-title {
  color: #131313;
}
.cid-uQGholQuAS .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uQGholQuAS .items-row {
  row-gap: 24px;
}
.cid-uQGholQuAS .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uQGholQuAS .item-wrapper {
  width: 100%;
  padding: 11px 11px 40px;
  border: 2px solid #d96d00;
  box-shadow: 4px 4px 0 #d96d00;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uQGholQuAS .item-wrapper {
    padding: 11px 11px 20px;
  }
}
@media (min-width: 992px) {
  .cid-uQGholQuAS .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uQGholQuAS .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 46/calc(10 * 3);
}
.cid-uQGholQuAS .item-content {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .cid-uQGholQuAS .item-content {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uQGholQuAS .item-content {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
}
.cid-uQGholQuAS .card-title {
  color: #131313;
}
.cid-uQGholQuAS .card-text {
  margin-top: 5px;
  color: #131313;
}
.cid-uQGholQuAS .link-text {
  margin-top: 20px;
  color: #FC7942;
}
@media (max-width: 1199px) {
  .cid-uQGholQuAS .link-text {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uQGholQuAS .link-text {
    margin-top: 5px;
  }
}
.cid-uQGholQuAS .link-text a.text-primary:hover {
  color: #131313 !important;
}
.cid-uQGholQuAS .mbr-section-btn {
  margin-top: 5px;
}
.cid-uQGholQuAS .card-text,
.cid-uQGholQuAS .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uQGholQuAS .card-title,
.cid-uQGholQuAS .iconfont-wrapper {
  text-align: center;
}
.cid-uQGkxfMOQG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f0f0f0;
}
.cid-uQGkxfMOQG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQGkxfMOQG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQGkxfMOQG .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uQGkxfMOQG .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uQGkxfMOQG .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uQGkxfMOQG .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uQGkxfMOQG .container {
    padding: 0 12px;
  }
}
.cid-uQGkxfMOQG .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uQGkxfMOQG .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uQGkxfMOQG .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uQGkxfMOQG .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uQGkxfMOQG .mbr-section-title {
  color: #1D1D1F;
}
.cid-uQGkxfMOQG .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uQGkxfMOQG .mbr-section-title,
.cid-uQGkxfMOQG .mbr-section-btn {
  text-align: center;
}
.cid-uQGhommM6Z {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQGhommM6Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQGhommM6Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQGhommM6Z img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
  margin: auto;
  margin-bottom: 1.5rem;
}
.cid-uQGhommM6Z .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 1.5rem;
  color: #ffb038;
  width: 30px;
  justify-content: center;
  align-items: center;
}
.cid-uQGhommM6Z .card-title,
.cid-uQGhommM6Z .iconfont-wrapper {
  color: #232323;
}
.cid-uQGhommM6Z .card-text {
  color: #232323;
}
.cid-uQGhommM6Z .mbr-section-title {
  color: #4e423d;
}
.cid-uQGhommM6Z .mbr-section-subtitle {
  color: #232323;
}
.cid-uQGhommM6Z .content-head {
  max-width: 800px;
}
.cid-uQGhommM6Z .card-subtitle {
  color: #a1a1a1;
}
#custom-html-66 {
  /* Type valid CSS here */
}
#custom-html-66 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-66 p {
  font-size: 60px;
  color: #777;
}
.cid-uSlD9xrV2u {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlD9xrV2u img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlD9xrV2u img {
    width: 100%;
  }
}
.cid-uSlD9xrV2u .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlD9xrV2u .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlD9xrV2u .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlD9xrV2u .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlD9xrV2u .mbr-text,
.cid-uSlD9xrV2u .mbr-section-btn {
  color: #777777;
}
.cid-uSlD9xrV2u .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlD9xrV2u .mbr-list {
  color: #ffffff;
}
.cid-uSlD9xrV2u .mbr-section-title {
  color: #edefeb;
  text-align: center;
}
.cid-uSlDagP2QZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlDagP2QZ img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlDagP2QZ img {
    width: 100%;
  }
}
.cid-uSlDagP2QZ .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlDagP2QZ .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlDagP2QZ .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlDagP2QZ .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlDagP2QZ .mbr-text,
.cid-uSlDagP2QZ .mbr-section-btn {
  color: #777777;
}
.cid-uSlDagP2QZ .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlDagP2QZ .mbr-list {
  color: #ffffff;
}
.cid-uSlDaRzuYx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlDaRzuYx img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlDaRzuYx img {
    width: 100%;
  }
}
.cid-uSlDaRzuYx .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlDaRzuYx .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlDaRzuYx .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlDaRzuYx .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlDaRzuYx .mbr-text,
.cid-uSlDaRzuYx .mbr-section-btn {
  color: #777777;
}
.cid-uSlDaRzuYx .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlDaRzuYx .mbr-list {
  color: #ffffff;
}
.cid-uSlDbEr7LN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlDbEr7LN img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlDbEr7LN img {
    width: 100%;
  }
}
.cid-uSlDbEr7LN .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlDbEr7LN .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlDbEr7LN .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlDbEr7LN .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlDbEr7LN .mbr-text,
.cid-uSlDbEr7LN .mbr-section-btn {
  color: #777777;
}
.cid-uSlDbEr7LN .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlDbEr7LN .mbr-list {
  color: #ffffff;
}
.cid-uQGhooQyP6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f4f4f4;
}
.cid-uQGhooQyP6 .mbr-text {
  color: #333333;
  font-weight: 500;
}
.cid-uQGhooQyP6 .container {
  max-width: 1300px;
}
.cid-uQVJAk4W91 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uQVJAk4W91 nav.navbar {
  position: fixed;
}
.cid-uQVJAk4W91 .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-uQVJAk4W91 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uQVJAk4W91 .dropdown-item {
  border: none !important;
  background: #f0f0f0 !important;
  font-weight: 400 !important;
}
.cid-uQVJAk4W91 .dropdown-item:hover,
.cid-uQVJAk4W91 .dropdown-item:focus {
  background: #f0f0f0 !important;
  color: #093388 !important;
}
.cid-uQVJAk4W91 .dropdown-item:hover span {
  color: white;
}
.cid-uQVJAk4W91 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQVJAk4W91 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQVJAk4W91 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQVJAk4W91 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQVJAk4W91 .nav-link {
  position: relative;
}
.cid-uQVJAk4W91 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uQVJAk4W91 .container {
    flex-wrap: nowrap;
  }
}
.cid-uQVJAk4W91 .iconfont-wrapper {
  color: #093388 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uQVJAk4W91 .iconfont-wrapper:hover {
  opacity: .7;
}
.cid-uQVJAk4W91 .dropdown-menu,
.cid-uQVJAk4W91 .navbar.opened {
  background: #f0f0f0 !important;
}
.cid-uQVJAk4W91 .nav-item:focus,
.cid-uQVJAk4W91 .nav-link:focus {
  outline: none;
}
.cid-uQVJAk4W91 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQVJAk4W91 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uQVJAk4W91 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQVJAk4W91 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQVJAk4W91 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQVJAk4W91 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQVJAk4W91 .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f0f0f0;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQVJAk4W91 .navbar.opened {
  transition: all 0.3s;
}
.cid-uQVJAk4W91 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uQVJAk4W91 .navbar .navbar-logo img {
  width: auto;
}
.cid-uQVJAk4W91 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQVJAk4W91 .navbar.collapsed {
  justify-content: center;
}
.cid-uQVJAk4W91 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQVJAk4W91 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQVJAk4W91 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uQVJAk4W91 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQVJAk4W91 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQVJAk4W91 .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-uQVJAk4W91 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQVJAk4W91 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQVJAk4W91 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQVJAk4W91 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQVJAk4W91 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQVJAk4W91 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQVJAk4W91 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQVJAk4W91 .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-uQVJAk4W91 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQVJAk4W91 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQVJAk4W91 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uQVJAk4W91 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uQVJAk4W91 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQVJAk4W91 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQVJAk4W91 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQVJAk4W91 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-uQVJAk4W91 .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uQVJAk4W91 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uQVJAk4W91 .navbar-brand .navbar-caption:hover,
.cid-uQVJAk4W91 .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uQVJAk4W91 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQVJAk4W91 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uQVJAk4W91 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uQVJAk4W91 .dropdown-item.active,
.cid-uQVJAk4W91 .dropdown-item:active {
  background-color: transparent;
}
.cid-uQVJAk4W91 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQVJAk4W91 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQVJAk4W91 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQVJAk4W91 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f0f0f0;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uQVJAk4W91 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uQVJAk4W91 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uQVJAk4W91 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQVJAk4W91 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uQVJAk4W91 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uQVJAk4W91 .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uQVJAk4W91 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 11px 26px;
}
@media (max-width: 575px) {
  .cid-uQVJAk4W91 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uQVJAk4W91 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f0f0f0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQVJAk4W91 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #093388;
}
.cid-uQVJAk4W91 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uQVJAk4W91 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQVJAk4W91 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQVJAk4W91 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uQVJAk4W91 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQVJAk4W91 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQVJAk4W91 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQVJAk4W91 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQVJAk4W91 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQVJAk4W91 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQVJAk4W91 .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-uQVJAk4W91 .navbar {
    height: 70px;
  }
  .cid-uQVJAk4W91 .navbar.opened {
    height: auto;
  }
  .cid-uQVJAk4W91 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQVJAk4W91 .navbar-nav {
  margin: 0 auto;
}
.cid-uQVJAk4W91 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uQVJAk4W91 .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uQVJAk4W91 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uQVJAk4W91 .nav-item .nav-link:hover,
.cid-uQVJAk4W91 .nav-item .nav-link:focus {
  background-color: transparent;
  color: #093388 !important;
  opacity: .7;
}
.cid-uQVJAk4W91 .nav-item .nav-link:hover::after,
.cid-uQVJAk4W91 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uQVJAk4W91 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uQVJAk4W91 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uQVJAk4W91 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uQVJAk4W91 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uQVJAk4W91 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uQVJAk4W91 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uQVJAk4W91 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uQVJAk4W91 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uQVJAk4W91 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uQVJAk4W91 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uQVJAk4W91 .content-wrap {
  min-height: 60px;
}
.cid-uQVJAkHNCV {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uQVJAkHNCV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQVJAkHNCV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQVJAkHNCV .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQVJAkHNCV .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uQVJAkHNCV .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uQVJAkHNCV .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uQVJAkHNCV .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uQVJAkHNCV .header-menu li p {
  margin: 0;
}
.cid-uQVJAkHNCV .content-head {
  max-width: 800px;
}
.cid-uQVJAl39NQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f0f0f0;
}
.cid-uQVJAl39NQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQVJAl39NQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQVJAl39NQ .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uQVJAl39NQ .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uQVJAl39NQ .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uQVJAl39NQ .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uQVJAl39NQ .container {
    padding: 0 12px;
  }
}
.cid-uQVJAl39NQ .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uQVJAl39NQ .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uQVJAl39NQ .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uQVJAl39NQ .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uQVJAl39NQ .mbr-section-title {
  color: #1D1D1F;
}
.cid-uQVJAl39NQ .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uQVJAl39NQ .mbr-section-title,
.cid-uQVJAl39NQ .mbr-section-btn {
  text-align: center;
}
.cid-uQVJAlm7Q8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQVJAlm7Q8 blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uQVJAlm7Q8 .mbr-section-title {
  text-align: center;
}
.cid-uQVXk5CWqa {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uQVXk5CWqa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQVXk5CWqa .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-uQVXk5CWqa .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uQVXk5CWqa .container {
    padding: 0 12px;
  }
}
.cid-uQVXk5CWqa .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uQVXk5CWqa .image-wrapper {
    margin-bottom: 24px;
    height: auto;
  }
}
.cid-uQVXk5CWqa .image-wrapper img {
  height: 260px;
  width: 410px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uQVXk5CWqa .image-wrapper img {
    margin-bottom: 24px;
  }
}
.cid-uQVXk5CWqa .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQVXk5CWqa .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uQVXk5CWqa .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQVXk5CWqa .mbr-section-title {
  color: #222222;
}
.cid-uQVXk5CWqa .mbr-text {
  color: #222222;
}
.cid-uQVJAlFmQu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQVJAlFmQu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQVJAlFmQu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQVJAlFmQu .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uQVJAlFmQu .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uQVJAlFmQu .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uQVJAlFmQu .mbr-section-title {
  color: #131313;
}
.cid-uQVJAlFmQu .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uQVJAlFmQu .items-row {
  row-gap: 24px;
}
.cid-uQVJAlFmQu .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uQVJAlFmQu .item-wrapper {
  width: 100%;
  padding: 11px 11px 40px;
  border: 2px solid #d96d00;
  box-shadow: 4px 4px 0 #d96d00;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uQVJAlFmQu .item-wrapper {
    padding: 11px 11px 20px;
  }
}
@media (min-width: 992px) {
  .cid-uQVJAlFmQu .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uQVJAlFmQu .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 46/calc(10 * 3);
}
.cid-uQVJAlFmQu .item-content {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .cid-uQVJAlFmQu .item-content {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uQVJAlFmQu .item-content {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
}
.cid-uQVJAlFmQu .card-title {
  color: #131313;
}
.cid-uQVJAlFmQu .card-text {
  margin-top: 5px;
  color: #131313;
}
.cid-uQVJAlFmQu .link-text {
  margin-top: 20px;
  color: #FC7942;
}
@media (max-width: 1199px) {
  .cid-uQVJAlFmQu .link-text {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uQVJAlFmQu .link-text {
    margin-top: 5px;
  }
}
.cid-uQVJAlFmQu .link-text a.text-primary:hover {
  color: #131313 !important;
}
.cid-uQVJAlFmQu .mbr-section-btn {
  margin-top: 5px;
}
.cid-uQVJAlFmQu .card-text,
.cid-uQVJAlFmQu .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uQVJAlFmQu .card-title,
.cid-uQVJAlFmQu .iconfont-wrapper {
  text-align: center;
}
.cid-uQVJAmaa6M {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQVJAmaa6M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQVJAmaa6M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQVJAmaa6M .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uQVJAmaa6M .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uQVJAmaa6M .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uQVJAmaa6M .mbr-section-title {
  color: #131313;
}
.cid-uQVJAmaa6M .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uQVJAmaa6M .items-row {
  row-gap: 24px;
}
.cid-uQVJAmaa6M .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uQVJAmaa6M .item-wrapper {
  width: 100%;
  padding: 11px 11px 40px;
  border: 2px solid #d96d00;
  box-shadow: 4px 4px 0 #d96d00;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uQVJAmaa6M .item-wrapper {
    padding: 11px 11px 20px;
  }
}
@media (min-width: 992px) {
  .cid-uQVJAmaa6M .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uQVJAmaa6M .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 46/calc(10 * 3);
}
.cid-uQVJAmaa6M .item-content {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .cid-uQVJAmaa6M .item-content {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uQVJAmaa6M .item-content {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
}
.cid-uQVJAmaa6M .card-title {
  color: #131313;
}
.cid-uQVJAmaa6M .card-text {
  margin-top: 5px;
  color: #131313;
}
.cid-uQVJAmaa6M .link-text {
  margin-top: 20px;
  color: #FC7942;
}
@media (max-width: 1199px) {
  .cid-uQVJAmaa6M .link-text {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uQVJAmaa6M .link-text {
    margin-top: 5px;
  }
}
.cid-uQVJAmaa6M .link-text a.text-primary:hover {
  color: #131313 !important;
}
.cid-uQVJAmaa6M .mbr-section-btn {
  margin-top: 5px;
}
.cid-uQVJAmaa6M .card-text,
.cid-uQVJAmaa6M .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uQVJAmaa6M .card-title,
.cid-uQVJAmaa6M .iconfont-wrapper {
  text-align: center;
}
.cid-uR1K50X1C1 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uR1K50X1C1 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uQVJAmG59z {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQVJAmG59z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQVJAmG59z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQVJAmG59z img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
  margin: auto;
  margin-bottom: 1.5rem;
}
.cid-uQVJAmG59z .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 1.5rem;
  color: #ffb038;
  width: 30px;
  justify-content: center;
  align-items: center;
}
.cid-uQVJAmG59z .card-title,
.cid-uQVJAmG59z .iconfont-wrapper {
  color: #232323;
}
.cid-uQVJAmG59z .card-text {
  color: #232323;
}
.cid-uQVJAmG59z .mbr-section-title {
  color: #4e423d;
}
.cid-uQVJAmG59z .mbr-section-subtitle {
  color: #232323;
}
.cid-uQVJAmG59z .content-head {
  max-width: 800px;
}
.cid-uQVJAmG59z .card-subtitle {
  color: #a1a1a1;
}
#custom-html-6o {
  /* Type valid CSS here */
}
#custom-html-6o div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-6o p {
  font-size: 60px;
  color: #777;
}
.cid-uQVJAnvP3y {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uQVJAnvP3y img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uQVJAnvP3y img {
    width: 100%;
  }
}
.cid-uQVJAnvP3y .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uQVJAnvP3y .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uQVJAnvP3y .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uQVJAnvP3y .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uQVJAnvP3y .mbr-text,
.cid-uQVJAnvP3y .mbr-section-btn {
  color: #777777;
}
.cid-uQVJAnvP3y .mbr-section-subtitle {
  color: #777777;
}
.cid-uQVJAnvP3y .mbr-list {
  color: #ffffff;
}
.cid-uQVJAnvP3y .mbr-section-title {
  color: #edefeb;
  text-align: center;
}
.cid-uQVJAnUIjr {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uQVJAnUIjr img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uQVJAnUIjr img {
    width: 100%;
  }
}
.cid-uQVJAnUIjr .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uQVJAnUIjr .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uQVJAnUIjr .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uQVJAnUIjr .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uQVJAnUIjr .mbr-text,
.cid-uQVJAnUIjr .mbr-section-btn {
  color: #777777;
}
.cid-uQVJAnUIjr .mbr-section-subtitle {
  color: #777777;
}
.cid-uQVJAnUIjr .mbr-list {
  color: #ffffff;
}
.cid-uQVJAok0G1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uQVJAok0G1 img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uQVJAok0G1 img {
    width: 100%;
  }
}
.cid-uQVJAok0G1 .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uQVJAok0G1 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uQVJAok0G1 .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uQVJAok0G1 .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uQVJAok0G1 .mbr-text,
.cid-uQVJAok0G1 .mbr-section-btn {
  color: #777777;
}
.cid-uQVJAok0G1 .mbr-section-subtitle {
  color: #777777;
}
.cid-uQVJAok0G1 .mbr-list {
  color: #ffffff;
}
.cid-uQVJAoKRRI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uQVJAoKRRI img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uQVJAoKRRI img {
    width: 100%;
  }
}
.cid-uQVJAoKRRI .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uQVJAoKRRI .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uQVJAoKRRI .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uQVJAoKRRI .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uQVJAoKRRI .mbr-text,
.cid-uQVJAoKRRI .mbr-section-btn {
  color: #777777;
}
.cid-uQVJAoKRRI .mbr-section-subtitle {
  color: #777777;
}
.cid-uQVJAoKRRI .mbr-list {
  color: #ffffff;
}
.cid-uQVJApdYqX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f4f4f4;
}
.cid-uQVJApdYqX .mbr-text {
  color: #333333;
  font-weight: 500;
}
.cid-uQVJApdYqX .container {
  max-width: 1300px;
}
.cid-uQWcjoUUSu {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uQWcjoUUSu nav.navbar {
  position: fixed;
}
.cid-uQWcjoUUSu .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-uQWcjoUUSu .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uQWcjoUUSu .dropdown-item {
  border: none !important;
  background: #f0f0f0 !important;
  font-weight: 400 !important;
}
.cid-uQWcjoUUSu .dropdown-item:hover,
.cid-uQWcjoUUSu .dropdown-item:focus {
  background: #f0f0f0 !important;
  color: #093388 !important;
}
.cid-uQWcjoUUSu .dropdown-item:hover span {
  color: white;
}
.cid-uQWcjoUUSu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQWcjoUUSu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQWcjoUUSu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQWcjoUUSu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQWcjoUUSu .nav-link {
  position: relative;
}
.cid-uQWcjoUUSu .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uQWcjoUUSu .container {
    flex-wrap: nowrap;
  }
}
.cid-uQWcjoUUSu .iconfont-wrapper {
  color: #093388 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uQWcjoUUSu .iconfont-wrapper:hover {
  opacity: .7;
}
.cid-uQWcjoUUSu .dropdown-menu,
.cid-uQWcjoUUSu .navbar.opened {
  background: #f0f0f0 !important;
}
.cid-uQWcjoUUSu .nav-item:focus,
.cid-uQWcjoUUSu .nav-link:focus {
  outline: none;
}
.cid-uQWcjoUUSu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQWcjoUUSu .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uQWcjoUUSu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQWcjoUUSu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQWcjoUUSu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQWcjoUUSu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQWcjoUUSu .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f0f0f0;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQWcjoUUSu .navbar.opened {
  transition: all 0.3s;
}
.cid-uQWcjoUUSu .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uQWcjoUUSu .navbar .navbar-logo img {
  width: auto;
}
.cid-uQWcjoUUSu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQWcjoUUSu .navbar.collapsed {
  justify-content: center;
}
.cid-uQWcjoUUSu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQWcjoUUSu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQWcjoUUSu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uQWcjoUUSu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQWcjoUUSu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQWcjoUUSu .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-uQWcjoUUSu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQWcjoUUSu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQWcjoUUSu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQWcjoUUSu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQWcjoUUSu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQWcjoUUSu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQWcjoUUSu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQWcjoUUSu .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-uQWcjoUUSu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQWcjoUUSu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQWcjoUUSu .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uQWcjoUUSu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uQWcjoUUSu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQWcjoUUSu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQWcjoUUSu .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQWcjoUUSu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-uQWcjoUUSu .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uQWcjoUUSu .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uQWcjoUUSu .navbar-brand .navbar-caption:hover,
.cid-uQWcjoUUSu .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uQWcjoUUSu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQWcjoUUSu .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uQWcjoUUSu .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uQWcjoUUSu .dropdown-item.active,
.cid-uQWcjoUUSu .dropdown-item:active {
  background-color: transparent;
}
.cid-uQWcjoUUSu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQWcjoUUSu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQWcjoUUSu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQWcjoUUSu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f0f0f0;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uQWcjoUUSu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uQWcjoUUSu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uQWcjoUUSu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQWcjoUUSu ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uQWcjoUUSu ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uQWcjoUUSu .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uQWcjoUUSu .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 11px 26px;
}
@media (max-width: 575px) {
  .cid-uQWcjoUUSu .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uQWcjoUUSu button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f0f0f0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQWcjoUUSu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #093388;
}
.cid-uQWcjoUUSu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uQWcjoUUSu button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQWcjoUUSu button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQWcjoUUSu button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uQWcjoUUSu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQWcjoUUSu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQWcjoUUSu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQWcjoUUSu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQWcjoUUSu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQWcjoUUSu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQWcjoUUSu .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-uQWcjoUUSu .navbar {
    height: 70px;
  }
  .cid-uQWcjoUUSu .navbar.opened {
    height: auto;
  }
  .cid-uQWcjoUUSu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQWcjoUUSu .navbar-nav {
  margin: 0 auto;
}
.cid-uQWcjoUUSu .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uQWcjoUUSu .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uQWcjoUUSu .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uQWcjoUUSu .nav-item .nav-link:hover,
.cid-uQWcjoUUSu .nav-item .nav-link:focus {
  background-color: transparent;
  color: #093388 !important;
  opacity: .7;
}
.cid-uQWcjoUUSu .nav-item .nav-link:hover::after,
.cid-uQWcjoUUSu .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uQWcjoUUSu .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uQWcjoUUSu .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uQWcjoUUSu .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uQWcjoUUSu .navbar {
    justify-content: flex-start !important;
  }
  .cid-uQWcjoUUSu .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uQWcjoUUSu .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uQWcjoUUSu .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uQWcjoUUSu .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uQWcjoUUSu .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uQWcjoUUSu .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uQWcjoUUSu .content-wrap {
  min-height: 60px;
}
.cid-uQWcjvJ2ec {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uQWcjvJ2ec .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWcjvJ2ec .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWcjvJ2ec .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQWcjvJ2ec .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uQWcjvJ2ec .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uQWcjvJ2ec .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uQWcjvJ2ec .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uQWcjvJ2ec .header-menu li p {
  margin: 0;
}
.cid-uQWcjvJ2ec .content-head {
  max-width: 800px;
}
.cid-uQWcjy3Wo1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f0f0f0;
}
.cid-uQWcjy3Wo1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWcjy3Wo1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWcjy3Wo1 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uQWcjy3Wo1 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uQWcjy3Wo1 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uQWcjy3Wo1 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uQWcjy3Wo1 .container {
    padding: 0 12px;
  }
}
.cid-uQWcjy3Wo1 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uQWcjy3Wo1 .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uQWcjy3Wo1 .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uQWcjy3Wo1 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uQWcjy3Wo1 .mbr-section-title {
  color: #1D1D1F;
}
.cid-uQWcjy3Wo1 .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uQWcjy3Wo1 .mbr-section-title,
.cid-uQWcjy3Wo1 .mbr-section-btn {
  text-align: center;
}
.cid-uQWcjyGWZg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWcjyGWZg blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uQWcjyGWZg .mbr-section-title {
  text-align: center;
}
.cid-uQWcjz30dL {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uQWcjz30dL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWcjz30dL .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-uQWcjz30dL .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uQWcjz30dL .container {
    padding: 0 12px;
  }
}
.cid-uQWcjz30dL .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uQWcjz30dL .image-wrapper {
    margin-bottom: 24px;
    height: auto;
  }
}
.cid-uQWcjz30dL .image-wrapper img {
  height: 260px;
  width: 410px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uQWcjz30dL .image-wrapper img {
    margin-bottom: 24px;
  }
}
.cid-uQWcjz30dL .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQWcjz30dL .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uQWcjz30dL .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQWcjz30dL .mbr-section-title {
  color: #222222;
}
.cid-uQWcjz30dL .mbr-text {
  color: #222222;
}
.cid-uQWcjzHwYg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWcjzHwYg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWcjzHwYg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWcjzHwYg .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uQWcjzHwYg .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uQWcjzHwYg .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uQWcjzHwYg .mbr-section-title {
  color: #131313;
}
.cid-uQWcjzHwYg .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uQWcjzHwYg .items-row {
  row-gap: 24px;
}
.cid-uQWcjzHwYg .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uQWcjzHwYg .item-wrapper {
  width: 100%;
  padding: 11px 11px 40px;
  border: 2px solid #d96d00;
  box-shadow: 4px 4px 0 #d96d00;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uQWcjzHwYg .item-wrapper {
    padding: 11px 11px 20px;
  }
}
@media (min-width: 992px) {
  .cid-uQWcjzHwYg .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uQWcjzHwYg .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 46/calc(10 * 3);
}
.cid-uQWcjzHwYg .item-content {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .cid-uQWcjzHwYg .item-content {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uQWcjzHwYg .item-content {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
}
.cid-uQWcjzHwYg .card-title {
  color: #131313;
}
.cid-uQWcjzHwYg .card-text {
  margin-top: 5px;
  color: #131313;
}
.cid-uQWcjzHwYg .link-text {
  margin-top: 20px;
  color: #FC7942;
}
@media (max-width: 1199px) {
  .cid-uQWcjzHwYg .link-text {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uQWcjzHwYg .link-text {
    margin-top: 5px;
  }
}
.cid-uQWcjzHwYg .link-text a.text-primary:hover {
  color: #131313 !important;
}
.cid-uQWcjzHwYg .mbr-section-btn {
  margin-top: 5px;
}
.cid-uQWcjzHwYg .card-text,
.cid-uQWcjzHwYg .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uQWcjzHwYg .card-title,
.cid-uQWcjzHwYg .iconfont-wrapper {
  text-align: center;
}
.cid-uQWcjAYPUG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWcjAYPUG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWcjAYPUG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWcjAYPUG .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uQWcjAYPUG .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uQWcjAYPUG .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uQWcjAYPUG .mbr-section-title {
  color: #131313;
}
.cid-uQWcjAYPUG .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uQWcjAYPUG .items-row {
  row-gap: 24px;
}
.cid-uQWcjAYPUG .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uQWcjAYPUG .item-wrapper {
  width: 100%;
  padding: 11px 11px 40px;
  border: 2px solid #d96d00;
  box-shadow: 4px 4px 0 #d96d00;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uQWcjAYPUG .item-wrapper {
    padding: 11px 11px 20px;
  }
}
@media (min-width: 992px) {
  .cid-uQWcjAYPUG .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uQWcjAYPUG .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 46/calc(10 * 3);
}
.cid-uQWcjAYPUG .item-content {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .cid-uQWcjAYPUG .item-content {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uQWcjAYPUG .item-content {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
}
.cid-uQWcjAYPUG .card-title {
  color: #131313;
}
.cid-uQWcjAYPUG .card-text {
  margin-top: 5px;
  color: #131313;
}
.cid-uQWcjAYPUG .link-text {
  margin-top: 20px;
  color: #FC7942;
}
@media (max-width: 1199px) {
  .cid-uQWcjAYPUG .link-text {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uQWcjAYPUG .link-text {
    margin-top: 5px;
  }
}
.cid-uQWcjAYPUG .link-text a.text-primary:hover {
  color: #131313 !important;
}
.cid-uQWcjAYPUG .mbr-section-btn {
  margin-top: 5px;
}
.cid-uQWcjAYPUG .card-text,
.cid-uQWcjAYPUG .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uQWcjAYPUG .card-title,
.cid-uQWcjAYPUG .iconfont-wrapper {
  text-align: center;
}
.cid-uSfp7DFp9Z {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSfp7DFp9Z .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uQWcjCEAnE {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWcjCEAnE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWcjCEAnE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWcjCEAnE img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
  margin: auto;
  margin-bottom: 1.5rem;
}
.cid-uQWcjCEAnE .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 1.5rem;
  color: #ffb038;
  width: 30px;
  justify-content: center;
  align-items: center;
}
.cid-uQWcjCEAnE .card-title,
.cid-uQWcjCEAnE .iconfont-wrapper {
  color: #232323;
}
.cid-uQWcjCEAnE .card-text {
  color: #232323;
}
.cid-uQWcjCEAnE .mbr-section-title {
  color: #4e423d;
}
.cid-uQWcjCEAnE .mbr-section-subtitle {
  color: #232323;
}
.cid-uQWcjCEAnE .content-head {
  max-width: 800px;
}
.cid-uQWcjCEAnE .card-subtitle {
  color: #a1a1a1;
}
#custom-html-74 {
  /* Type valid CSS here */
}
#custom-html-74 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-74 p {
  font-size: 60px;
  color: #777;
}
.cid-uSlzsdgvbI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlzsdgvbI img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlzsdgvbI img {
    width: 100%;
  }
}
.cid-uSlzsdgvbI .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlzsdgvbI .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlzsdgvbI .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlzsdgvbI .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlzsdgvbI .mbr-text,
.cid-uSlzsdgvbI .mbr-section-btn {
  color: #777777;
}
.cid-uSlzsdgvbI .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlzsdgvbI .mbr-list {
  color: #ffffff;
}
.cid-uSlzsdgvbI .mbr-section-title {
  color: #edefeb;
  text-align: center;
}
.cid-uSlztZgzJY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlztZgzJY img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlztZgzJY img {
    width: 100%;
  }
}
.cid-uSlztZgzJY .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlztZgzJY .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlztZgzJY .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlztZgzJY .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlztZgzJY .mbr-text,
.cid-uSlztZgzJY .mbr-section-btn {
  color: #777777;
}
.cid-uSlztZgzJY .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlztZgzJY .mbr-list {
  color: #ffffff;
}
.cid-uSlzvEdefk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlzvEdefk img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlzvEdefk img {
    width: 100%;
  }
}
.cid-uSlzvEdefk .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlzvEdefk .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlzvEdefk .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlzvEdefk .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlzvEdefk .mbr-text,
.cid-uSlzvEdefk .mbr-section-btn {
  color: #777777;
}
.cid-uSlzvEdefk .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlzvEdefk .mbr-list {
  color: #ffffff;
}
.cid-uSlzwv94PT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlzwv94PT img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlzwv94PT img {
    width: 100%;
  }
}
.cid-uSlzwv94PT .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlzwv94PT .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlzwv94PT .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlzwv94PT .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlzwv94PT .mbr-text,
.cid-uSlzwv94PT .mbr-section-btn {
  color: #777777;
}
.cid-uSlzwv94PT .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlzwv94PT .mbr-list {
  color: #ffffff;
}
.cid-uQWcjKFHvo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f4f4f4;
}
.cid-uQWcjKFHvo .mbr-text {
  color: #333333;
  font-weight: 500;
}
.cid-uQWcjKFHvo .container {
  max-width: 1300px;
}
.cid-uQWcD5ekoQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uQWcD5ekoQ nav.navbar {
  position: fixed;
}
.cid-uQWcD5ekoQ .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-uQWcD5ekoQ .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uQWcD5ekoQ .dropdown-item {
  border: none !important;
  background: #f0f0f0 !important;
  font-weight: 400 !important;
}
.cid-uQWcD5ekoQ .dropdown-item:hover,
.cid-uQWcD5ekoQ .dropdown-item:focus {
  background: #f0f0f0 !important;
  color: #093388 !important;
}
.cid-uQWcD5ekoQ .dropdown-item:hover span {
  color: white;
}
.cid-uQWcD5ekoQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQWcD5ekoQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQWcD5ekoQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQWcD5ekoQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQWcD5ekoQ .nav-link {
  position: relative;
}
.cid-uQWcD5ekoQ .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uQWcD5ekoQ .container {
    flex-wrap: nowrap;
  }
}
.cid-uQWcD5ekoQ .iconfont-wrapper {
  color: #093388 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uQWcD5ekoQ .iconfont-wrapper:hover {
  opacity: .7;
}
.cid-uQWcD5ekoQ .dropdown-menu,
.cid-uQWcD5ekoQ .navbar.opened {
  background: #f0f0f0 !important;
}
.cid-uQWcD5ekoQ .nav-item:focus,
.cid-uQWcD5ekoQ .nav-link:focus {
  outline: none;
}
.cid-uQWcD5ekoQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQWcD5ekoQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uQWcD5ekoQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQWcD5ekoQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQWcD5ekoQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQWcD5ekoQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQWcD5ekoQ .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f0f0f0;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQWcD5ekoQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uQWcD5ekoQ .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uQWcD5ekoQ .navbar .navbar-logo img {
  width: auto;
}
.cid-uQWcD5ekoQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQWcD5ekoQ .navbar.collapsed {
  justify-content: center;
}
.cid-uQWcD5ekoQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQWcD5ekoQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQWcD5ekoQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uQWcD5ekoQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQWcD5ekoQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQWcD5ekoQ .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-uQWcD5ekoQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQWcD5ekoQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQWcD5ekoQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQWcD5ekoQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQWcD5ekoQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQWcD5ekoQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQWcD5ekoQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQWcD5ekoQ .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-uQWcD5ekoQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQWcD5ekoQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQWcD5ekoQ .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uQWcD5ekoQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uQWcD5ekoQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQWcD5ekoQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQWcD5ekoQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQWcD5ekoQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-uQWcD5ekoQ .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uQWcD5ekoQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uQWcD5ekoQ .navbar-brand .navbar-caption:hover,
.cid-uQWcD5ekoQ .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uQWcD5ekoQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQWcD5ekoQ .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uQWcD5ekoQ .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uQWcD5ekoQ .dropdown-item.active,
.cid-uQWcD5ekoQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uQWcD5ekoQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQWcD5ekoQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQWcD5ekoQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQWcD5ekoQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f0f0f0;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uQWcD5ekoQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uQWcD5ekoQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uQWcD5ekoQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQWcD5ekoQ ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uQWcD5ekoQ ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uQWcD5ekoQ .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uQWcD5ekoQ .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 11px 26px;
}
@media (max-width: 575px) {
  .cid-uQWcD5ekoQ .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uQWcD5ekoQ button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f0f0f0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQWcD5ekoQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #093388;
}
.cid-uQWcD5ekoQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uQWcD5ekoQ button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQWcD5ekoQ button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQWcD5ekoQ button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uQWcD5ekoQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQWcD5ekoQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQWcD5ekoQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQWcD5ekoQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQWcD5ekoQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQWcD5ekoQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQWcD5ekoQ .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-uQWcD5ekoQ .navbar {
    height: 70px;
  }
  .cid-uQWcD5ekoQ .navbar.opened {
    height: auto;
  }
  .cid-uQWcD5ekoQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQWcD5ekoQ .navbar-nav {
  margin: 0 auto;
}
.cid-uQWcD5ekoQ .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uQWcD5ekoQ .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uQWcD5ekoQ .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uQWcD5ekoQ .nav-item .nav-link:hover,
.cid-uQWcD5ekoQ .nav-item .nav-link:focus {
  background-color: transparent;
  color: #093388 !important;
  opacity: .7;
}
.cid-uQWcD5ekoQ .nav-item .nav-link:hover::after,
.cid-uQWcD5ekoQ .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uQWcD5ekoQ .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uQWcD5ekoQ .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uQWcD5ekoQ .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uQWcD5ekoQ .navbar {
    justify-content: flex-start !important;
  }
  .cid-uQWcD5ekoQ .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uQWcD5ekoQ .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uQWcD5ekoQ .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uQWcD5ekoQ .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uQWcD5ekoQ .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uQWcD5ekoQ .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uQWcD5ekoQ .content-wrap {
  min-height: 60px;
}
.cid-uQWcD5OYvk {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uQWcD5OYvk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWcD5OYvk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWcD5OYvk .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQWcD5OYvk .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uQWcD5OYvk .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uQWcD5OYvk .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uQWcD5OYvk .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uQWcD5OYvk .header-menu li p {
  margin: 0;
}
.cid-uQWcD5OYvk .content-head {
  max-width: 800px;
}
.cid-uQWcD6fXSe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f0f0f0;
}
.cid-uQWcD6fXSe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWcD6fXSe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWcD6fXSe .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uQWcD6fXSe .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uQWcD6fXSe .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uQWcD6fXSe .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uQWcD6fXSe .container {
    padding: 0 12px;
  }
}
.cid-uQWcD6fXSe .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uQWcD6fXSe .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uQWcD6fXSe .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uQWcD6fXSe .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uQWcD6fXSe .mbr-section-title {
  color: #1D1D1F;
}
.cid-uQWcD6fXSe .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uQWcD6fXSe .mbr-section-title,
.cid-uQWcD6fXSe .mbr-section-btn {
  text-align: center;
}
.cid-uQWcD6AwiX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWcD6AwiX blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uQWcD6AwiX .mbr-section-title {
  text-align: center;
}
.cid-uQWcD6UQFS {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uQWcD6UQFS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWcD6UQFS .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-uQWcD6UQFS .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uQWcD6UQFS .container {
    padding: 0 12px;
  }
}
.cid-uQWcD6UQFS .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uQWcD6UQFS .image-wrapper {
    margin-bottom: 24px;
    height: auto;
  }
}
.cid-uQWcD6UQFS .image-wrapper img {
  height: 260px;
  width: 410px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uQWcD6UQFS .image-wrapper img {
    margin-bottom: 24px;
  }
}
.cid-uQWcD6UQFS .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQWcD6UQFS .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uQWcD6UQFS .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQWcD6UQFS .mbr-section-title {
  color: #222222;
}
.cid-uQWcD6UQFS .mbr-text {
  color: #222222;
}
.cid-uQWcD7jTqk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWcD7jTqk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWcD7jTqk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWcD7jTqk .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uQWcD7jTqk .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uQWcD7jTqk .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uQWcD7jTqk .mbr-section-title {
  color: #131313;
}
.cid-uQWcD7jTqk .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uQWcD7jTqk .items-row {
  row-gap: 24px;
}
.cid-uQWcD7jTqk .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uQWcD7jTqk .item-wrapper {
  width: 100%;
  padding: 11px 11px 40px;
  border: 2px solid #d96d00;
  box-shadow: 4px 4px 0 #d96d00;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uQWcD7jTqk .item-wrapper {
    padding: 11px 11px 20px;
  }
}
@media (min-width: 992px) {
  .cid-uQWcD7jTqk .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uQWcD7jTqk .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 46/calc(10 * 3);
}
.cid-uQWcD7jTqk .item-content {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .cid-uQWcD7jTqk .item-content {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uQWcD7jTqk .item-content {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
}
.cid-uQWcD7jTqk .card-title {
  color: #131313;
}
.cid-uQWcD7jTqk .card-text {
  margin-top: 5px;
  color: #131313;
}
.cid-uQWcD7jTqk .link-text {
  margin-top: 20px;
  color: #FC7942;
}
@media (max-width: 1199px) {
  .cid-uQWcD7jTqk .link-text {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uQWcD7jTqk .link-text {
    margin-top: 5px;
  }
}
.cid-uQWcD7jTqk .link-text a.text-primary:hover {
  color: #131313 !important;
}
.cid-uQWcD7jTqk .mbr-section-btn {
  margin-top: 5px;
}
.cid-uQWcD7jTqk .card-text,
.cid-uQWcD7jTqk .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uQWcD7jTqk .card-title,
.cid-uQWcD7jTqk .iconfont-wrapper {
  text-align: center;
}
.cid-uQWcD7ONKU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWcD7ONKU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWcD7ONKU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWcD7ONKU .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uQWcD7ONKU .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uQWcD7ONKU .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uQWcD7ONKU .mbr-section-title {
  color: #131313;
}
.cid-uQWcD7ONKU .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uQWcD7ONKU .items-row {
  row-gap: 24px;
}
.cid-uQWcD7ONKU .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uQWcD7ONKU .item-wrapper {
  width: 100%;
  padding: 11px 11px 40px;
  border: 2px solid #d96d00;
  box-shadow: 4px 4px 0 #d96d00;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uQWcD7ONKU .item-wrapper {
    padding: 11px 11px 20px;
  }
}
@media (min-width: 992px) {
  .cid-uQWcD7ONKU .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uQWcD7ONKU .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 46/calc(10 * 3);
}
.cid-uQWcD7ONKU .item-content {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .cid-uQWcD7ONKU .item-content {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uQWcD7ONKU .item-content {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
}
.cid-uQWcD7ONKU .card-title {
  color: #131313;
}
.cid-uQWcD7ONKU .card-text {
  margin-top: 5px;
  color: #131313;
}
.cid-uQWcD7ONKU .link-text {
  margin-top: 20px;
  color: #FC7942;
}
@media (max-width: 1199px) {
  .cid-uQWcD7ONKU .link-text {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uQWcD7ONKU .link-text {
    margin-top: 5px;
  }
}
.cid-uQWcD7ONKU .link-text a.text-primary:hover {
  color: #131313 !important;
}
.cid-uQWcD7ONKU .mbr-section-btn {
  margin-top: 5px;
}
.cid-uQWcD7ONKU .card-text,
.cid-uQWcD7ONKU .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uQWcD7ONKU .card-title,
.cid-uQWcD7ONKU .iconfont-wrapper {
  text-align: center;
}
.cid-uSfqxGRDKa {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSfqxGRDKa .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uQWcD8EOyJ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWcD8EOyJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWcD8EOyJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWcD8EOyJ img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
  margin: auto;
  margin-bottom: 1.5rem;
}
.cid-uQWcD8EOyJ .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 1.5rem;
  color: #ffb038;
  width: 30px;
  justify-content: center;
  align-items: center;
}
.cid-uQWcD8EOyJ .card-title,
.cid-uQWcD8EOyJ .iconfont-wrapper {
  color: #232323;
}
.cid-uQWcD8EOyJ .card-text {
  color: #232323;
}
.cid-uQWcD8EOyJ .mbr-section-title {
  color: #4e423d;
}
.cid-uQWcD8EOyJ .mbr-section-subtitle {
  color: #232323;
}
.cid-uQWcD8EOyJ .content-head {
  max-width: 800px;
}
.cid-uQWcD8EOyJ .card-subtitle {
  color: #a1a1a1;
}
#custom-html-7i {
  /* Type valid CSS here */
}
#custom-html-7i div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-7i p {
  font-size: 60px;
  color: #777;
}
.cid-uSlzMCI6hY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlzMCI6hY img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlzMCI6hY img {
    width: 100%;
  }
}
.cid-uSlzMCI6hY .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlzMCI6hY .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlzMCI6hY .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlzMCI6hY .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlzMCI6hY .mbr-text,
.cid-uSlzMCI6hY .mbr-section-btn {
  color: #777777;
}
.cid-uSlzMCI6hY .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlzMCI6hY .mbr-list {
  color: #ffffff;
}
.cid-uSlzMCI6hY .mbr-section-title {
  color: #edefeb;
  text-align: center;
}
.cid-uSlzOfY6TT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlzOfY6TT img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlzOfY6TT img {
    width: 100%;
  }
}
.cid-uSlzOfY6TT .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlzOfY6TT .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlzOfY6TT .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlzOfY6TT .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlzOfY6TT .mbr-text,
.cid-uSlzOfY6TT .mbr-section-btn {
  color: #777777;
}
.cid-uSlzOfY6TT .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlzOfY6TT .mbr-list {
  color: #ffffff;
}
.cid-uSlzOTqYQE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlzOTqYQE img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlzOTqYQE img {
    width: 100%;
  }
}
.cid-uSlzOTqYQE .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlzOTqYQE .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlzOTqYQE .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlzOTqYQE .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlzOTqYQE .mbr-text,
.cid-uSlzOTqYQE .mbr-section-btn {
  color: #777777;
}
.cid-uSlzOTqYQE .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlzOTqYQE .mbr-list {
  color: #ffffff;
}
.cid-uSlzPt31Jz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlzPt31Jz img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlzPt31Jz img {
    width: 100%;
  }
}
.cid-uSlzPt31Jz .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlzPt31Jz .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlzPt31Jz .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlzPt31Jz .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlzPt31Jz .mbr-text,
.cid-uSlzPt31Jz .mbr-section-btn {
  color: #777777;
}
.cid-uSlzPt31Jz .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlzPt31Jz .mbr-list {
  color: #ffffff;
}
.cid-uQWcDbtcCj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f4f4f4;
}
.cid-uQWcDbtcCj .mbr-text {
  color: #333333;
  font-weight: 500;
}
.cid-uQWcDbtcCj .container {
  max-width: 1300px;
}
.cid-uQWdMFQtgH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uQWdMFQtgH nav.navbar {
  position: fixed;
}
.cid-uQWdMFQtgH .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-uQWdMFQtgH .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uQWdMFQtgH .dropdown-item {
  border: none !important;
  background: #f0f0f0 !important;
  font-weight: 400 !important;
}
.cid-uQWdMFQtgH .dropdown-item:hover,
.cid-uQWdMFQtgH .dropdown-item:focus {
  background: #f0f0f0 !important;
  color: #093388 !important;
}
.cid-uQWdMFQtgH .dropdown-item:hover span {
  color: white;
}
.cid-uQWdMFQtgH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQWdMFQtgH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQWdMFQtgH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQWdMFQtgH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQWdMFQtgH .nav-link {
  position: relative;
}
.cid-uQWdMFQtgH .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uQWdMFQtgH .container {
    flex-wrap: nowrap;
  }
}
.cid-uQWdMFQtgH .iconfont-wrapper {
  color: #093388 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uQWdMFQtgH .iconfont-wrapper:hover {
  opacity: .7;
}
.cid-uQWdMFQtgH .dropdown-menu,
.cid-uQWdMFQtgH .navbar.opened {
  background: #f0f0f0 !important;
}
.cid-uQWdMFQtgH .nav-item:focus,
.cid-uQWdMFQtgH .nav-link:focus {
  outline: none;
}
.cid-uQWdMFQtgH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQWdMFQtgH .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uQWdMFQtgH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQWdMFQtgH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQWdMFQtgH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQWdMFQtgH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQWdMFQtgH .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f0f0f0;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQWdMFQtgH .navbar.opened {
  transition: all 0.3s;
}
.cid-uQWdMFQtgH .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uQWdMFQtgH .navbar .navbar-logo img {
  width: auto;
}
.cid-uQWdMFQtgH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQWdMFQtgH .navbar.collapsed {
  justify-content: center;
}
.cid-uQWdMFQtgH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQWdMFQtgH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQWdMFQtgH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uQWdMFQtgH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQWdMFQtgH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQWdMFQtgH .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-uQWdMFQtgH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQWdMFQtgH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQWdMFQtgH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQWdMFQtgH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQWdMFQtgH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQWdMFQtgH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQWdMFQtgH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQWdMFQtgH .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-uQWdMFQtgH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQWdMFQtgH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQWdMFQtgH .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uQWdMFQtgH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uQWdMFQtgH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQWdMFQtgH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQWdMFQtgH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQWdMFQtgH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-uQWdMFQtgH .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uQWdMFQtgH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uQWdMFQtgH .navbar-brand .navbar-caption:hover,
.cid-uQWdMFQtgH .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uQWdMFQtgH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQWdMFQtgH .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uQWdMFQtgH .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uQWdMFQtgH .dropdown-item.active,
.cid-uQWdMFQtgH .dropdown-item:active {
  background-color: transparent;
}
.cid-uQWdMFQtgH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQWdMFQtgH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQWdMFQtgH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQWdMFQtgH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f0f0f0;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uQWdMFQtgH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uQWdMFQtgH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uQWdMFQtgH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQWdMFQtgH ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uQWdMFQtgH ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uQWdMFQtgH .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uQWdMFQtgH .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 11px 26px;
}
@media (max-width: 575px) {
  .cid-uQWdMFQtgH .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uQWdMFQtgH button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f0f0f0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQWdMFQtgH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #093388;
}
.cid-uQWdMFQtgH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uQWdMFQtgH button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQWdMFQtgH button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQWdMFQtgH button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uQWdMFQtgH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQWdMFQtgH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQWdMFQtgH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQWdMFQtgH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQWdMFQtgH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQWdMFQtgH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQWdMFQtgH .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-uQWdMFQtgH .navbar {
    height: 70px;
  }
  .cid-uQWdMFQtgH .navbar.opened {
    height: auto;
  }
  .cid-uQWdMFQtgH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQWdMFQtgH .navbar-nav {
  margin: 0 auto;
}
.cid-uQWdMFQtgH .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uQWdMFQtgH .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uQWdMFQtgH .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uQWdMFQtgH .nav-item .nav-link:hover,
.cid-uQWdMFQtgH .nav-item .nav-link:focus {
  background-color: transparent;
  color: #093388 !important;
  opacity: .7;
}
.cid-uQWdMFQtgH .nav-item .nav-link:hover::after,
.cid-uQWdMFQtgH .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uQWdMFQtgH .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uQWdMFQtgH .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uQWdMFQtgH .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uQWdMFQtgH .navbar {
    justify-content: flex-start !important;
  }
  .cid-uQWdMFQtgH .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uQWdMFQtgH .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uQWdMFQtgH .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uQWdMFQtgH .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uQWdMFQtgH .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uQWdMFQtgH .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uQWdMFQtgH .content-wrap {
  min-height: 60px;
}
.cid-uQWdMGn3HS {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uQWdMGn3HS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWdMGn3HS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWdMGn3HS .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQWdMGn3HS .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uQWdMGn3HS .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uQWdMGn3HS .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uQWdMGn3HS .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uQWdMGn3HS .header-menu li p {
  margin: 0;
}
.cid-uQWdMGn3HS .content-head {
  max-width: 800px;
}
.cid-uQWdMGPYWI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f0f0f0;
}
.cid-uQWdMGPYWI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWdMGPYWI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWdMGPYWI .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uQWdMGPYWI .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uQWdMGPYWI .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uQWdMGPYWI .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uQWdMGPYWI .container {
    padding: 0 12px;
  }
}
.cid-uQWdMGPYWI .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uQWdMGPYWI .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uQWdMGPYWI .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uQWdMGPYWI .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uQWdMGPYWI .mbr-section-title {
  color: #1D1D1F;
}
.cid-uQWdMGPYWI .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uQWdMGPYWI .mbr-section-title,
.cid-uQWdMGPYWI .mbr-section-btn {
  text-align: center;
}
.cid-uQWdMHbATF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWdMHbATF blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uQWdMHbATF .mbr-section-title {
  text-align: center;
}
.cid-uQWdMHu5ws {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uQWdMHu5ws .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWdMHu5ws .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-uQWdMHu5ws .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uQWdMHu5ws .container {
    padding: 0 12px;
  }
}
.cid-uQWdMHu5ws .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uQWdMHu5ws .image-wrapper {
    margin-bottom: 24px;
    height: auto;
  }
}
.cid-uQWdMHu5ws .image-wrapper img {
  height: 260px;
  width: 410px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uQWdMHu5ws .image-wrapper img {
    margin-bottom: 24px;
  }
}
.cid-uQWdMHu5ws .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQWdMHu5ws .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uQWdMHu5ws .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQWdMHu5ws .mbr-section-title {
  color: #222222;
}
.cid-uQWdMHu5ws .mbr-text {
  color: #222222;
}
.cid-uQWdMHTJqD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWdMHTJqD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWdMHTJqD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWdMHTJqD .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uQWdMHTJqD .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uQWdMHTJqD .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uQWdMHTJqD .mbr-section-title {
  color: #131313;
}
.cid-uQWdMHTJqD .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uQWdMHTJqD .items-row {
  row-gap: 24px;
}
.cid-uQWdMHTJqD .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uQWdMHTJqD .item-wrapper {
  width: 100%;
  padding: 11px 11px 40px;
  border: 2px solid #d96d00;
  box-shadow: 4px 4px 0 #d96d00;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uQWdMHTJqD .item-wrapper {
    padding: 11px 11px 20px;
  }
}
@media (min-width: 992px) {
  .cid-uQWdMHTJqD .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uQWdMHTJqD .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 46/calc(10 * 3);
}
.cid-uQWdMHTJqD .item-content {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .cid-uQWdMHTJqD .item-content {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uQWdMHTJqD .item-content {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
}
.cid-uQWdMHTJqD .card-title {
  color: #131313;
}
.cid-uQWdMHTJqD .card-text {
  margin-top: 5px;
  color: #131313;
}
.cid-uQWdMHTJqD .link-text {
  margin-top: 20px;
  color: #FC7942;
}
@media (max-width: 1199px) {
  .cid-uQWdMHTJqD .link-text {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uQWdMHTJqD .link-text {
    margin-top: 5px;
  }
}
.cid-uQWdMHTJqD .link-text a.text-primary:hover {
  color: #131313 !important;
}
.cid-uQWdMHTJqD .mbr-section-btn {
  margin-top: 5px;
}
.cid-uQWdMHTJqD .card-text,
.cid-uQWdMHTJqD .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uQWdMHTJqD .card-title,
.cid-uQWdMHTJqD .iconfont-wrapper {
  text-align: center;
}
.cid-uQWdMIpwrS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWdMIpwrS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWdMIpwrS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWdMIpwrS .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uQWdMIpwrS .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uQWdMIpwrS .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uQWdMIpwrS .mbr-section-title {
  color: #131313;
}
.cid-uQWdMIpwrS .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uQWdMIpwrS .items-row {
  row-gap: 24px;
}
.cid-uQWdMIpwrS .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uQWdMIpwrS .item-wrapper {
  width: 100%;
  padding: 11px 11px 40px;
  border: 2px solid #d96d00;
  box-shadow: 4px 4px 0 #d96d00;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uQWdMIpwrS .item-wrapper {
    padding: 11px 11px 20px;
  }
}
@media (min-width: 992px) {
  .cid-uQWdMIpwrS .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uQWdMIpwrS .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 46/calc(10 * 3);
}
.cid-uQWdMIpwrS .item-content {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .cid-uQWdMIpwrS .item-content {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uQWdMIpwrS .item-content {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
}
.cid-uQWdMIpwrS .card-title {
  color: #131313;
}
.cid-uQWdMIpwrS .card-text {
  margin-top: 5px;
  color: #131313;
}
.cid-uQWdMIpwrS .link-text {
  margin-top: 20px;
  color: #FC7942;
}
@media (max-width: 1199px) {
  .cid-uQWdMIpwrS .link-text {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uQWdMIpwrS .link-text {
    margin-top: 5px;
  }
}
.cid-uQWdMIpwrS .link-text a.text-primary:hover {
  color: #131313 !important;
}
.cid-uQWdMIpwrS .mbr-section-btn {
  margin-top: 5px;
}
.cid-uQWdMIpwrS .card-text,
.cid-uQWdMIpwrS .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uQWdMIpwrS .card-title,
.cid-uQWdMIpwrS .iconfont-wrapper {
  text-align: center;
}
.cid-uSfrvS43cx {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSfrvS43cx .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uQWdMIVd3n {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWdMIVd3n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWdMIVd3n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWdMIVd3n img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
  margin: auto;
  margin-bottom: 1.5rem;
}
.cid-uQWdMIVd3n .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 1.5rem;
  color: #ffb038;
  width: 30px;
  justify-content: center;
  align-items: center;
}
.cid-uQWdMIVd3n .card-title,
.cid-uQWdMIVd3n .iconfont-wrapper {
  color: #232323;
}
.cid-uQWdMIVd3n .card-text {
  color: #232323;
}
.cid-uQWdMIVd3n .mbr-section-title {
  color: #4e423d;
}
.cid-uQWdMIVd3n .mbr-section-subtitle {
  color: #232323;
}
.cid-uQWdMIVd3n .content-head {
  max-width: 800px;
}
.cid-uQWdMIVd3n .card-subtitle {
  color: #a1a1a1;
}
#custom-html-7w {
  /* Type valid CSS here */
}
#custom-html-7w div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-7w p {
  font-size: 60px;
  color: #777;
}
.cid-uSlzVfiRJW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlzVfiRJW img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlzVfiRJW img {
    width: 100%;
  }
}
.cid-uSlzVfiRJW .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlzVfiRJW .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlzVfiRJW .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlzVfiRJW .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlzVfiRJW .mbr-text,
.cid-uSlzVfiRJW .mbr-section-btn {
  color: #777777;
}
.cid-uSlzVfiRJW .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlzVfiRJW .mbr-list {
  color: #ffffff;
}
.cid-uSlzVfiRJW .mbr-section-title {
  color: #edefeb;
  text-align: center;
}
.cid-uSlzVQSPOc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlzVQSPOc img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlzVQSPOc img {
    width: 100%;
  }
}
.cid-uSlzVQSPOc .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlzVQSPOc .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlzVQSPOc .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlzVQSPOc .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlzVQSPOc .mbr-text,
.cid-uSlzVQSPOc .mbr-section-btn {
  color: #777777;
}
.cid-uSlzVQSPOc .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlzVQSPOc .mbr-list {
  color: #ffffff;
}
.cid-uSlzWk3JgR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlzWk3JgR img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlzWk3JgR img {
    width: 100%;
  }
}
.cid-uSlzWk3JgR .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlzWk3JgR .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlzWk3JgR .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlzWk3JgR .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlzWk3JgR .mbr-text,
.cid-uSlzWk3JgR .mbr-section-btn {
  color: #777777;
}
.cid-uSlzWk3JgR .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlzWk3JgR .mbr-list {
  color: #ffffff;
}
.cid-uSlzWUyI5q {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlzWUyI5q img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlzWUyI5q img {
    width: 100%;
  }
}
.cid-uSlzWUyI5q .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlzWUyI5q .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlzWUyI5q .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlzWUyI5q .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlzWUyI5q .mbr-text,
.cid-uSlzWUyI5q .mbr-section-btn {
  color: #777777;
}
.cid-uSlzWUyI5q .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlzWUyI5q .mbr-list {
  color: #ffffff;
}
.cid-uQWdMLBPD2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f4f4f4;
}
.cid-uQWdMLBPD2 .mbr-text {
  color: #333333;
  font-weight: 500;
}
.cid-uQWdMLBPD2 .container {
  max-width: 1300px;
}
.cid-uQWe1uCnwZ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uQWe1uCnwZ nav.navbar {
  position: fixed;
}
.cid-uQWe1uCnwZ .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-uQWe1uCnwZ .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uQWe1uCnwZ .dropdown-item {
  border: none !important;
  background: #f0f0f0 !important;
  font-weight: 400 !important;
}
.cid-uQWe1uCnwZ .dropdown-item:hover,
.cid-uQWe1uCnwZ .dropdown-item:focus {
  background: #f0f0f0 !important;
  color: #093388 !important;
}
.cid-uQWe1uCnwZ .dropdown-item:hover span {
  color: white;
}
.cid-uQWe1uCnwZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQWe1uCnwZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQWe1uCnwZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQWe1uCnwZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQWe1uCnwZ .nav-link {
  position: relative;
}
.cid-uQWe1uCnwZ .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uQWe1uCnwZ .container {
    flex-wrap: nowrap;
  }
}
.cid-uQWe1uCnwZ .iconfont-wrapper {
  color: #093388 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uQWe1uCnwZ .iconfont-wrapper:hover {
  opacity: .7;
}
.cid-uQWe1uCnwZ .dropdown-menu,
.cid-uQWe1uCnwZ .navbar.opened {
  background: #f0f0f0 !important;
}
.cid-uQWe1uCnwZ .nav-item:focus,
.cid-uQWe1uCnwZ .nav-link:focus {
  outline: none;
}
.cid-uQWe1uCnwZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQWe1uCnwZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uQWe1uCnwZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQWe1uCnwZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQWe1uCnwZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQWe1uCnwZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQWe1uCnwZ .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f0f0f0;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQWe1uCnwZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uQWe1uCnwZ .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uQWe1uCnwZ .navbar .navbar-logo img {
  width: auto;
}
.cid-uQWe1uCnwZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQWe1uCnwZ .navbar.collapsed {
  justify-content: center;
}
.cid-uQWe1uCnwZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQWe1uCnwZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQWe1uCnwZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uQWe1uCnwZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQWe1uCnwZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQWe1uCnwZ .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-uQWe1uCnwZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQWe1uCnwZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQWe1uCnwZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQWe1uCnwZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQWe1uCnwZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQWe1uCnwZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQWe1uCnwZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQWe1uCnwZ .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-uQWe1uCnwZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQWe1uCnwZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQWe1uCnwZ .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uQWe1uCnwZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uQWe1uCnwZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQWe1uCnwZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQWe1uCnwZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQWe1uCnwZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-uQWe1uCnwZ .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uQWe1uCnwZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uQWe1uCnwZ .navbar-brand .navbar-caption:hover,
.cid-uQWe1uCnwZ .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uQWe1uCnwZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQWe1uCnwZ .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uQWe1uCnwZ .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uQWe1uCnwZ .dropdown-item.active,
.cid-uQWe1uCnwZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uQWe1uCnwZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQWe1uCnwZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQWe1uCnwZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQWe1uCnwZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f0f0f0;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uQWe1uCnwZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uQWe1uCnwZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uQWe1uCnwZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQWe1uCnwZ ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uQWe1uCnwZ ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uQWe1uCnwZ .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uQWe1uCnwZ .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 11px 26px;
}
@media (max-width: 575px) {
  .cid-uQWe1uCnwZ .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uQWe1uCnwZ button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f0f0f0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQWe1uCnwZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #093388;
}
.cid-uQWe1uCnwZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uQWe1uCnwZ button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQWe1uCnwZ button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQWe1uCnwZ button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uQWe1uCnwZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQWe1uCnwZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQWe1uCnwZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQWe1uCnwZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQWe1uCnwZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQWe1uCnwZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQWe1uCnwZ .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-uQWe1uCnwZ .navbar {
    height: 70px;
  }
  .cid-uQWe1uCnwZ .navbar.opened {
    height: auto;
  }
  .cid-uQWe1uCnwZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQWe1uCnwZ .navbar-nav {
  margin: 0 auto;
}
.cid-uQWe1uCnwZ .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uQWe1uCnwZ .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uQWe1uCnwZ .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uQWe1uCnwZ .nav-item .nav-link:hover,
.cid-uQWe1uCnwZ .nav-item .nav-link:focus {
  background-color: transparent;
  color: #093388 !important;
  opacity: .7;
}
.cid-uQWe1uCnwZ .nav-item .nav-link:hover::after,
.cid-uQWe1uCnwZ .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uQWe1uCnwZ .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uQWe1uCnwZ .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uQWe1uCnwZ .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uQWe1uCnwZ .navbar {
    justify-content: flex-start !important;
  }
  .cid-uQWe1uCnwZ .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uQWe1uCnwZ .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uQWe1uCnwZ .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uQWe1uCnwZ .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uQWe1uCnwZ .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uQWe1uCnwZ .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uQWe1uCnwZ .content-wrap {
  min-height: 60px;
}
.cid-uQWe1v9OxS {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uQWe1v9OxS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWe1v9OxS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWe1v9OxS .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQWe1v9OxS .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uQWe1v9OxS .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uQWe1v9OxS .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uQWe1v9OxS .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uQWe1v9OxS .header-menu li p {
  margin: 0;
}
.cid-uQWe1v9OxS .content-head {
  max-width: 800px;
}
.cid-uQWe1vAXdm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f0f0f0;
}
.cid-uQWe1vAXdm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWe1vAXdm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWe1vAXdm .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uQWe1vAXdm .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uQWe1vAXdm .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uQWe1vAXdm .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uQWe1vAXdm .container {
    padding: 0 12px;
  }
}
.cid-uQWe1vAXdm .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uQWe1vAXdm .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uQWe1vAXdm .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uQWe1vAXdm .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uQWe1vAXdm .mbr-section-title {
  color: #1D1D1F;
}
.cid-uQWe1vAXdm .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uQWe1vAXdm .mbr-section-title,
.cid-uQWe1vAXdm .mbr-section-btn {
  text-align: center;
}
.cid-uQWe1vX0xO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWe1vX0xO blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uQWe1vX0xO .mbr-section-title {
  text-align: center;
}
.cid-uQWe1wg0Jd {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uQWe1wg0Jd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWe1wg0Jd .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-uQWe1wg0Jd .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uQWe1wg0Jd .container {
    padding: 0 12px;
  }
}
.cid-uQWe1wg0Jd .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uQWe1wg0Jd .image-wrapper {
    margin-bottom: 24px;
    height: auto;
  }
}
.cid-uQWe1wg0Jd .image-wrapper img {
  height: 260px;
  width: 410px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uQWe1wg0Jd .image-wrapper img {
    margin-bottom: 24px;
  }
}
.cid-uQWe1wg0Jd .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQWe1wg0Jd .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uQWe1wg0Jd .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQWe1wg0Jd .mbr-section-title {
  color: #222222;
}
.cid-uQWe1wg0Jd .mbr-text {
  color: #222222;
}
.cid-uQWe1wCHyD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWe1wCHyD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWe1wCHyD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWe1wCHyD .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uQWe1wCHyD .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uQWe1wCHyD .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uQWe1wCHyD .mbr-section-title {
  color: #131313;
}
.cid-uQWe1wCHyD .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uQWe1wCHyD .items-row {
  row-gap: 24px;
}
.cid-uQWe1wCHyD .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uQWe1wCHyD .item-wrapper {
  width: 100%;
  padding: 11px 11px 40px;
  border: 2px solid #d96d00;
  box-shadow: 4px 4px 0 #d96d00;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uQWe1wCHyD .item-wrapper {
    padding: 11px 11px 20px;
  }
}
@media (min-width: 992px) {
  .cid-uQWe1wCHyD .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uQWe1wCHyD .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 46/calc(10 * 3);
}
.cid-uQWe1wCHyD .item-content {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .cid-uQWe1wCHyD .item-content {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uQWe1wCHyD .item-content {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
}
.cid-uQWe1wCHyD .card-title {
  color: #131313;
}
.cid-uQWe1wCHyD .card-text {
  margin-top: 5px;
  color: #131313;
}
.cid-uQWe1wCHyD .link-text {
  margin-top: 20px;
  color: #FC7942;
}
@media (max-width: 1199px) {
  .cid-uQWe1wCHyD .link-text {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uQWe1wCHyD .link-text {
    margin-top: 5px;
  }
}
.cid-uQWe1wCHyD .link-text a.text-primary:hover {
  color: #131313 !important;
}
.cid-uQWe1wCHyD .mbr-section-btn {
  margin-top: 5px;
}
.cid-uQWe1wCHyD .card-text,
.cid-uQWe1wCHyD .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uQWe1wCHyD .card-title,
.cid-uQWe1wCHyD .iconfont-wrapper {
  text-align: center;
}
.cid-uQWe1x7ijQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWe1x7ijQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWe1x7ijQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWe1x7ijQ .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uQWe1x7ijQ .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uQWe1x7ijQ .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uQWe1x7ijQ .mbr-section-title {
  color: #131313;
}
.cid-uQWe1x7ijQ .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uQWe1x7ijQ .items-row {
  row-gap: 24px;
}
.cid-uQWe1x7ijQ .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uQWe1x7ijQ .item-wrapper {
  width: 100%;
  padding: 11px 11px 40px;
  border: 2px solid #d96d00;
  box-shadow: 4px 4px 0 #d96d00;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uQWe1x7ijQ .item-wrapper {
    padding: 11px 11px 20px;
  }
}
@media (min-width: 992px) {
  .cid-uQWe1x7ijQ .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uQWe1x7ijQ .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 46/calc(10 * 3);
}
.cid-uQWe1x7ijQ .item-content {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .cid-uQWe1x7ijQ .item-content {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uQWe1x7ijQ .item-content {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
}
.cid-uQWe1x7ijQ .card-title {
  color: #131313;
}
.cid-uQWe1x7ijQ .card-text {
  margin-top: 5px;
  color: #131313;
}
.cid-uQWe1x7ijQ .link-text {
  margin-top: 20px;
  color: #FC7942;
}
@media (max-width: 1199px) {
  .cid-uQWe1x7ijQ .link-text {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uQWe1x7ijQ .link-text {
    margin-top: 5px;
  }
}
.cid-uQWe1x7ijQ .link-text a.text-primary:hover {
  color: #131313 !important;
}
.cid-uQWe1x7ijQ .mbr-section-btn {
  margin-top: 5px;
}
.cid-uQWe1x7ijQ .card-text,
.cid-uQWe1x7ijQ .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uQWe1x7ijQ .card-title,
.cid-uQWe1x7ijQ .iconfont-wrapper {
  text-align: center;
}
.cid-uSfstllCev {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSfstllCev .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uQWe1xFz5b {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWe1xFz5b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWe1xFz5b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWe1xFz5b img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
  margin: auto;
  margin-bottom: 1.5rem;
}
.cid-uQWe1xFz5b .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 1.5rem;
  color: #ffb038;
  width: 30px;
  justify-content: center;
  align-items: center;
}
.cid-uQWe1xFz5b .card-title,
.cid-uQWe1xFz5b .iconfont-wrapper {
  color: #232323;
}
.cid-uQWe1xFz5b .card-text {
  color: #232323;
}
.cid-uQWe1xFz5b .mbr-section-title {
  color: #4e423d;
}
.cid-uQWe1xFz5b .mbr-section-subtitle {
  color: #232323;
}
.cid-uQWe1xFz5b .content-head {
  max-width: 800px;
}
.cid-uQWe1xFz5b .card-subtitle {
  color: #a1a1a1;
}
#custom-html-8a {
  /* Type valid CSS here */
}
#custom-html-8a div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-8a p {
  font-size: 60px;
  color: #777;
}
.cid-uSlA26My2m {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlA26My2m img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlA26My2m img {
    width: 100%;
  }
}
.cid-uSlA26My2m .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlA26My2m .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlA26My2m .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlA26My2m .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlA26My2m .mbr-text,
.cid-uSlA26My2m .mbr-section-btn {
  color: #777777;
}
.cid-uSlA26My2m .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlA26My2m .mbr-list {
  color: #ffffff;
}
.cid-uSlA26My2m .mbr-section-title {
  color: #edefeb;
  text-align: center;
}
.cid-uSlA2LGvW8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlA2LGvW8 img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlA2LGvW8 img {
    width: 100%;
  }
}
.cid-uSlA2LGvW8 .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlA2LGvW8 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlA2LGvW8 .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlA2LGvW8 .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlA2LGvW8 .mbr-text,
.cid-uSlA2LGvW8 .mbr-section-btn {
  color: #777777;
}
.cid-uSlA2LGvW8 .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlA2LGvW8 .mbr-list {
  color: #ffffff;
}
.cid-uSlA3hePs0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlA3hePs0 img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlA3hePs0 img {
    width: 100%;
  }
}
.cid-uSlA3hePs0 .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlA3hePs0 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlA3hePs0 .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlA3hePs0 .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlA3hePs0 .mbr-text,
.cid-uSlA3hePs0 .mbr-section-btn {
  color: #777777;
}
.cid-uSlA3hePs0 .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlA3hePs0 .mbr-list {
  color: #ffffff;
}
.cid-uSlA3S59e4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlA3S59e4 img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlA3S59e4 img {
    width: 100%;
  }
}
.cid-uSlA3S59e4 .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlA3S59e4 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlA3S59e4 .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlA3S59e4 .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlA3S59e4 .mbr-text,
.cid-uSlA3S59e4 .mbr-section-btn {
  color: #777777;
}
.cid-uSlA3S59e4 .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlA3S59e4 .mbr-list {
  color: #ffffff;
}
.cid-uQWe1AkjPh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f4f4f4;
}
.cid-uQWe1AkjPh .mbr-text {
  color: #333333;
  font-weight: 500;
}
.cid-uQWe1AkjPh .container {
  max-width: 1300px;
}
.cid-uQWelgpAxy {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uQWelgpAxy nav.navbar {
  position: fixed;
}
.cid-uQWelgpAxy .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-uQWelgpAxy .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uQWelgpAxy .dropdown-item {
  border: none !important;
  background: #f0f0f0 !important;
  font-weight: 400 !important;
}
.cid-uQWelgpAxy .dropdown-item:hover,
.cid-uQWelgpAxy .dropdown-item:focus {
  background: #f0f0f0 !important;
  color: #093388 !important;
}
.cid-uQWelgpAxy .dropdown-item:hover span {
  color: white;
}
.cid-uQWelgpAxy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQWelgpAxy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQWelgpAxy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQWelgpAxy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQWelgpAxy .nav-link {
  position: relative;
}
.cid-uQWelgpAxy .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uQWelgpAxy .container {
    flex-wrap: nowrap;
  }
}
.cid-uQWelgpAxy .iconfont-wrapper {
  color: #093388 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uQWelgpAxy .iconfont-wrapper:hover {
  opacity: .7;
}
.cid-uQWelgpAxy .dropdown-menu,
.cid-uQWelgpAxy .navbar.opened {
  background: #f0f0f0 !important;
}
.cid-uQWelgpAxy .nav-item:focus,
.cid-uQWelgpAxy .nav-link:focus {
  outline: none;
}
.cid-uQWelgpAxy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQWelgpAxy .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uQWelgpAxy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQWelgpAxy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQWelgpAxy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQWelgpAxy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQWelgpAxy .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f0f0f0;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQWelgpAxy .navbar.opened {
  transition: all 0.3s;
}
.cid-uQWelgpAxy .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uQWelgpAxy .navbar .navbar-logo img {
  width: auto;
}
.cid-uQWelgpAxy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQWelgpAxy .navbar.collapsed {
  justify-content: center;
}
.cid-uQWelgpAxy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQWelgpAxy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQWelgpAxy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uQWelgpAxy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQWelgpAxy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQWelgpAxy .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-uQWelgpAxy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQWelgpAxy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQWelgpAxy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQWelgpAxy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQWelgpAxy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQWelgpAxy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQWelgpAxy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQWelgpAxy .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-uQWelgpAxy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQWelgpAxy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQWelgpAxy .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uQWelgpAxy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uQWelgpAxy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQWelgpAxy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQWelgpAxy .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQWelgpAxy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-uQWelgpAxy .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uQWelgpAxy .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uQWelgpAxy .navbar-brand .navbar-caption:hover,
.cid-uQWelgpAxy .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uQWelgpAxy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQWelgpAxy .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uQWelgpAxy .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uQWelgpAxy .dropdown-item.active,
.cid-uQWelgpAxy .dropdown-item:active {
  background-color: transparent;
}
.cid-uQWelgpAxy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQWelgpAxy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQWelgpAxy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQWelgpAxy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f0f0f0;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uQWelgpAxy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uQWelgpAxy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uQWelgpAxy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQWelgpAxy ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uQWelgpAxy ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uQWelgpAxy .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uQWelgpAxy .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 11px 26px;
}
@media (max-width: 575px) {
  .cid-uQWelgpAxy .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uQWelgpAxy button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f0f0f0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQWelgpAxy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #093388;
}
.cid-uQWelgpAxy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uQWelgpAxy button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQWelgpAxy button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQWelgpAxy button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uQWelgpAxy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQWelgpAxy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQWelgpAxy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQWelgpAxy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQWelgpAxy .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQWelgpAxy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQWelgpAxy .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-uQWelgpAxy .navbar {
    height: 70px;
  }
  .cid-uQWelgpAxy .navbar.opened {
    height: auto;
  }
  .cid-uQWelgpAxy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQWelgpAxy .navbar-nav {
  margin: 0 auto;
}
.cid-uQWelgpAxy .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uQWelgpAxy .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uQWelgpAxy .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uQWelgpAxy .nav-item .nav-link:hover,
.cid-uQWelgpAxy .nav-item .nav-link:focus {
  background-color: transparent;
  color: #093388 !important;
  opacity: .7;
}
.cid-uQWelgpAxy .nav-item .nav-link:hover::after,
.cid-uQWelgpAxy .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uQWelgpAxy .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uQWelgpAxy .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uQWelgpAxy .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uQWelgpAxy .navbar {
    justify-content: flex-start !important;
  }
  .cid-uQWelgpAxy .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uQWelgpAxy .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uQWelgpAxy .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uQWelgpAxy .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uQWelgpAxy .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uQWelgpAxy .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uQWelgpAxy .content-wrap {
  min-height: 60px;
}
.cid-uQWelgXpTB {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uQWelgXpTB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWelgXpTB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWelgXpTB .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQWelgXpTB .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uQWelgXpTB .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uQWelgXpTB .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uQWelgXpTB .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uQWelgXpTB .header-menu li p {
  margin: 0;
}
.cid-uQWelgXpTB .content-head {
  max-width: 800px;
}
.cid-uQWelhpltg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f0f0f0;
}
.cid-uQWelhpltg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWelhpltg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWelhpltg .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uQWelhpltg .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uQWelhpltg .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uQWelhpltg .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uQWelhpltg .container {
    padding: 0 12px;
  }
}
.cid-uQWelhpltg .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uQWelhpltg .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uQWelhpltg .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uQWelhpltg .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uQWelhpltg .mbr-section-title {
  color: #1D1D1F;
}
.cid-uQWelhpltg .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uQWelhpltg .mbr-section-title,
.cid-uQWelhpltg .mbr-section-btn {
  text-align: center;
}
.cid-uQWelhKHL5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWelhKHL5 blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uQWelhKHL5 .mbr-section-title {
  text-align: center;
}
.cid-uQWeli4yY8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uQWeli4yY8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWeli4yY8 .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-uQWeli4yY8 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uQWeli4yY8 .container {
    padding: 0 12px;
  }
}
.cid-uQWeli4yY8 .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uQWeli4yY8 .image-wrapper {
    margin-bottom: 24px;
    height: auto;
  }
}
.cid-uQWeli4yY8 .image-wrapper img {
  height: 260px;
  width: 410px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uQWeli4yY8 .image-wrapper img {
    margin-bottom: 24px;
  }
}
.cid-uQWeli4yY8 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQWeli4yY8 .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uQWeli4yY8 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQWeli4yY8 .mbr-section-title {
  color: #222222;
}
.cid-uQWeli4yY8 .mbr-text {
  color: #222222;
}
.cid-uQWeliuCSM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWeliuCSM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWeliuCSM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWeliuCSM .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uQWeliuCSM .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uQWeliuCSM .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uQWeliuCSM .mbr-section-title {
  color: #131313;
}
.cid-uQWeliuCSM .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uQWeliuCSM .items-row {
  row-gap: 24px;
}
.cid-uQWeliuCSM .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uQWeliuCSM .item-wrapper {
  width: 100%;
  padding: 11px 11px 40px;
  border: 2px solid #d96d00;
  box-shadow: 4px 4px 0 #d96d00;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uQWeliuCSM .item-wrapper {
    padding: 11px 11px 20px;
  }
}
@media (min-width: 992px) {
  .cid-uQWeliuCSM .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uQWeliuCSM .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 46/calc(10 * 3);
}
.cid-uQWeliuCSM .item-content {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .cid-uQWeliuCSM .item-content {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uQWeliuCSM .item-content {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
}
.cid-uQWeliuCSM .card-title {
  color: #131313;
}
.cid-uQWeliuCSM .card-text {
  margin-top: 5px;
  color: #131313;
}
.cid-uQWeliuCSM .link-text {
  margin-top: 20px;
  color: #FC7942;
}
@media (max-width: 1199px) {
  .cid-uQWeliuCSM .link-text {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uQWeliuCSM .link-text {
    margin-top: 5px;
  }
}
.cid-uQWeliuCSM .link-text a.text-primary:hover {
  color: #131313 !important;
}
.cid-uQWeliuCSM .mbr-section-btn {
  margin-top: 5px;
}
.cid-uQWeliuCSM .card-text,
.cid-uQWeliuCSM .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uQWeliuCSM .card-title,
.cid-uQWeliuCSM .iconfont-wrapper {
  text-align: center;
}
.cid-uQWeliZIrN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWeliZIrN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWeliZIrN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWeliZIrN .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uQWeliZIrN .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uQWeliZIrN .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uQWeliZIrN .mbr-section-title {
  color: #131313;
}
.cid-uQWeliZIrN .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uQWeliZIrN .items-row {
  row-gap: 24px;
}
.cid-uQWeliZIrN .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uQWeliZIrN .item-wrapper {
  width: 100%;
  padding: 11px 11px 40px;
  border: 2px solid #d96d00;
  box-shadow: 4px 4px 0 #d96d00;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uQWeliZIrN .item-wrapper {
    padding: 11px 11px 20px;
  }
}
@media (min-width: 992px) {
  .cid-uQWeliZIrN .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uQWeliZIrN .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 46/calc(10 * 3);
}
.cid-uQWeliZIrN .item-content {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .cid-uQWeliZIrN .item-content {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uQWeliZIrN .item-content {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
}
.cid-uQWeliZIrN .card-title {
  color: #131313;
}
.cid-uQWeliZIrN .card-text {
  margin-top: 5px;
  color: #131313;
}
.cid-uQWeliZIrN .link-text {
  margin-top: 20px;
  color: #FC7942;
}
@media (max-width: 1199px) {
  .cid-uQWeliZIrN .link-text {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uQWeliZIrN .link-text {
    margin-top: 5px;
  }
}
.cid-uQWeliZIrN .link-text a.text-primary:hover {
  color: #131313 !important;
}
.cid-uQWeliZIrN .mbr-section-btn {
  margin-top: 5px;
}
.cid-uQWeliZIrN .card-text,
.cid-uQWeliZIrN .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uQWeliZIrN .card-title,
.cid-uQWeliZIrN .iconfont-wrapper {
  text-align: center;
}
.cid-uSfv2yqfvn {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSfv2yqfvn .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uQWeljuX49 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWeljuX49 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWeljuX49 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWeljuX49 img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
  margin: auto;
  margin-bottom: 1.5rem;
}
.cid-uQWeljuX49 .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 1.5rem;
  color: #ffb038;
  width: 30px;
  justify-content: center;
  align-items: center;
}
.cid-uQWeljuX49 .card-title,
.cid-uQWeljuX49 .iconfont-wrapper {
  color: #232323;
}
.cid-uQWeljuX49 .card-text {
  color: #232323;
}
.cid-uQWeljuX49 .mbr-section-title {
  color: #4e423d;
}
.cid-uQWeljuX49 .mbr-section-subtitle {
  color: #232323;
}
.cid-uQWeljuX49 .content-head {
  max-width: 800px;
}
.cid-uQWeljuX49 .card-subtitle {
  color: #a1a1a1;
}
#custom-html-8o {
  /* Type valid CSS here */
}
#custom-html-8o div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-8o p {
  font-size: 60px;
  color: #777;
}
.cid-uSlA8XXyGT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlA8XXyGT img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlA8XXyGT img {
    width: 100%;
  }
}
.cid-uSlA8XXyGT .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlA8XXyGT .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlA8XXyGT .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlA8XXyGT .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlA8XXyGT .mbr-text,
.cid-uSlA8XXyGT .mbr-section-btn {
  color: #777777;
}
.cid-uSlA8XXyGT .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlA8XXyGT .mbr-list {
  color: #ffffff;
}
.cid-uSlA8XXyGT .mbr-section-title {
  color: #edefeb;
  text-align: center;
}
.cid-uSlA9y96Ir {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlA9y96Ir img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlA9y96Ir img {
    width: 100%;
  }
}
.cid-uSlA9y96Ir .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlA9y96Ir .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlA9y96Ir .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlA9y96Ir .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlA9y96Ir .mbr-text,
.cid-uSlA9y96Ir .mbr-section-btn {
  color: #777777;
}
.cid-uSlA9y96Ir .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlA9y96Ir .mbr-list {
  color: #ffffff;
}
.cid-uSlA9VjKYy {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlA9VjKYy img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlA9VjKYy img {
    width: 100%;
  }
}
.cid-uSlA9VjKYy .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlA9VjKYy .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlA9VjKYy .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlA9VjKYy .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlA9VjKYy .mbr-text,
.cid-uSlA9VjKYy .mbr-section-btn {
  color: #777777;
}
.cid-uSlA9VjKYy .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlA9VjKYy .mbr-list {
  color: #ffffff;
}
.cid-uSlAaqFJUf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlAaqFJUf img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlAaqFJUf img {
    width: 100%;
  }
}
.cid-uSlAaqFJUf .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlAaqFJUf .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlAaqFJUf .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlAaqFJUf .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlAaqFJUf .mbr-text,
.cid-uSlAaqFJUf .mbr-section-btn {
  color: #777777;
}
.cid-uSlAaqFJUf .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlAaqFJUf .mbr-list {
  color: #ffffff;
}
.cid-uQWelmqjLB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f4f4f4;
}
.cid-uQWelmqjLB .mbr-text {
  color: #333333;
  font-weight: 500;
}
.cid-uQWelmqjLB .container {
  max-width: 1300px;
}
.cid-uQWew4v3Ht {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uQWew4v3Ht nav.navbar {
  position: fixed;
}
.cid-uQWew4v3Ht .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-uQWew4v3Ht .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uQWew4v3Ht .dropdown-item {
  border: none !important;
  background: #f0f0f0 !important;
  font-weight: 400 !important;
}
.cid-uQWew4v3Ht .dropdown-item:hover,
.cid-uQWew4v3Ht .dropdown-item:focus {
  background: #f0f0f0 !important;
  color: #093388 !important;
}
.cid-uQWew4v3Ht .dropdown-item:hover span {
  color: white;
}
.cid-uQWew4v3Ht .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQWew4v3Ht .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQWew4v3Ht .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQWew4v3Ht .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQWew4v3Ht .nav-link {
  position: relative;
}
.cid-uQWew4v3Ht .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uQWew4v3Ht .container {
    flex-wrap: nowrap;
  }
}
.cid-uQWew4v3Ht .iconfont-wrapper {
  color: #093388 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uQWew4v3Ht .iconfont-wrapper:hover {
  opacity: .7;
}
.cid-uQWew4v3Ht .dropdown-menu,
.cid-uQWew4v3Ht .navbar.opened {
  background: #f0f0f0 !important;
}
.cid-uQWew4v3Ht .nav-item:focus,
.cid-uQWew4v3Ht .nav-link:focus {
  outline: none;
}
.cid-uQWew4v3Ht .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQWew4v3Ht .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uQWew4v3Ht .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQWew4v3Ht .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQWew4v3Ht .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQWew4v3Ht .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQWew4v3Ht .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f0f0f0;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQWew4v3Ht .navbar.opened {
  transition: all 0.3s;
}
.cid-uQWew4v3Ht .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uQWew4v3Ht .navbar .navbar-logo img {
  width: auto;
}
.cid-uQWew4v3Ht .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQWew4v3Ht .navbar.collapsed {
  justify-content: center;
}
.cid-uQWew4v3Ht .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQWew4v3Ht .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQWew4v3Ht .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uQWew4v3Ht .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQWew4v3Ht .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQWew4v3Ht .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-uQWew4v3Ht .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQWew4v3Ht .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQWew4v3Ht .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQWew4v3Ht .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQWew4v3Ht .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQWew4v3Ht .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQWew4v3Ht .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQWew4v3Ht .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-uQWew4v3Ht .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQWew4v3Ht .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQWew4v3Ht .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uQWew4v3Ht .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uQWew4v3Ht .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQWew4v3Ht .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQWew4v3Ht .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQWew4v3Ht .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-uQWew4v3Ht .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uQWew4v3Ht .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uQWew4v3Ht .navbar-brand .navbar-caption:hover,
.cid-uQWew4v3Ht .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uQWew4v3Ht .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQWew4v3Ht .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uQWew4v3Ht .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uQWew4v3Ht .dropdown-item.active,
.cid-uQWew4v3Ht .dropdown-item:active {
  background-color: transparent;
}
.cid-uQWew4v3Ht .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQWew4v3Ht .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQWew4v3Ht .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQWew4v3Ht .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f0f0f0;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uQWew4v3Ht .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uQWew4v3Ht .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uQWew4v3Ht .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQWew4v3Ht ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uQWew4v3Ht ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uQWew4v3Ht .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uQWew4v3Ht .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 11px 26px;
}
@media (max-width: 575px) {
  .cid-uQWew4v3Ht .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uQWew4v3Ht button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f0f0f0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQWew4v3Ht button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #093388;
}
.cid-uQWew4v3Ht button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uQWew4v3Ht button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQWew4v3Ht button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQWew4v3Ht button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uQWew4v3Ht nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQWew4v3Ht nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQWew4v3Ht nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQWew4v3Ht nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQWew4v3Ht .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQWew4v3Ht a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQWew4v3Ht .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-uQWew4v3Ht .navbar {
    height: 70px;
  }
  .cid-uQWew4v3Ht .navbar.opened {
    height: auto;
  }
  .cid-uQWew4v3Ht .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQWew4v3Ht .navbar-nav {
  margin: 0 auto;
}
.cid-uQWew4v3Ht .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uQWew4v3Ht .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uQWew4v3Ht .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uQWew4v3Ht .nav-item .nav-link:hover,
.cid-uQWew4v3Ht .nav-item .nav-link:focus {
  background-color: transparent;
  color: #093388 !important;
  opacity: .7;
}
.cid-uQWew4v3Ht .nav-item .nav-link:hover::after,
.cid-uQWew4v3Ht .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uQWew4v3Ht .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uQWew4v3Ht .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uQWew4v3Ht .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uQWew4v3Ht .navbar {
    justify-content: flex-start !important;
  }
  .cid-uQWew4v3Ht .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uQWew4v3Ht .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uQWew4v3Ht .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uQWew4v3Ht .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uQWew4v3Ht .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uQWew4v3Ht .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uQWew4v3Ht .content-wrap {
  min-height: 60px;
}
.cid-uQWew51fLA {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uQWew51fLA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWew51fLA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWew51fLA .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQWew51fLA .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uQWew51fLA .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uQWew51fLA .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uQWew51fLA .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uQWew51fLA .header-menu li p {
  margin: 0;
}
.cid-uQWew51fLA .content-head {
  max-width: 800px;
}
.cid-uQWew5qkCT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f0f0f0;
}
.cid-uQWew5qkCT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWew5qkCT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWew5qkCT .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uQWew5qkCT .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uQWew5qkCT .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uQWew5qkCT .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uQWew5qkCT .container {
    padding: 0 12px;
  }
}
.cid-uQWew5qkCT .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uQWew5qkCT .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uQWew5qkCT .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uQWew5qkCT .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uQWew5qkCT .mbr-section-title {
  color: #1D1D1F;
}
.cid-uQWew5qkCT .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uQWew5qkCT .mbr-section-title,
.cid-uQWew5qkCT .mbr-section-btn {
  text-align: center;
}
.cid-uQWew5L670 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWew5L670 blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uQWew5L670 .mbr-section-title {
  text-align: center;
}
.cid-uQWew64O9E {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uQWew64O9E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWew64O9E .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-uQWew64O9E .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uQWew64O9E .container {
    padding: 0 12px;
  }
}
.cid-uQWew64O9E .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uQWew64O9E .image-wrapper {
    margin-bottom: 24px;
    height: auto;
  }
}
.cid-uQWew64O9E .image-wrapper img {
  height: 260px;
  width: 410px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uQWew64O9E .image-wrapper img {
    margin-bottom: 24px;
  }
}
.cid-uQWew64O9E .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQWew64O9E .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uQWew64O9E .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQWew64O9E .mbr-section-title {
  color: #222222;
}
.cid-uQWew64O9E .mbr-text {
  color: #222222;
}
.cid-uQWew6pxZG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWew6pxZG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWew6pxZG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWew6pxZG .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uQWew6pxZG .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uQWew6pxZG .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uQWew6pxZG .mbr-section-title {
  color: #131313;
}
.cid-uQWew6pxZG .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uQWew6pxZG .items-row {
  row-gap: 24px;
}
.cid-uQWew6pxZG .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uQWew6pxZG .item-wrapper {
  width: 100%;
  padding: 11px 11px 40px;
  border: 2px solid #d96d00;
  box-shadow: 4px 4px 0 #d96d00;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uQWew6pxZG .item-wrapper {
    padding: 11px 11px 20px;
  }
}
@media (min-width: 992px) {
  .cid-uQWew6pxZG .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uQWew6pxZG .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 46/calc(10 * 3);
}
.cid-uQWew6pxZG .item-content {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .cid-uQWew6pxZG .item-content {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uQWew6pxZG .item-content {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
}
.cid-uQWew6pxZG .card-title {
  color: #131313;
}
.cid-uQWew6pxZG .card-text {
  margin-top: 5px;
  color: #131313;
}
.cid-uQWew6pxZG .link-text {
  margin-top: 20px;
  color: #FC7942;
}
@media (max-width: 1199px) {
  .cid-uQWew6pxZG .link-text {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uQWew6pxZG .link-text {
    margin-top: 5px;
  }
}
.cid-uQWew6pxZG .link-text a.text-primary:hover {
  color: #131313 !important;
}
.cid-uQWew6pxZG .mbr-section-btn {
  margin-top: 5px;
}
.cid-uQWew6pxZG .card-text,
.cid-uQWew6pxZG .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uQWew6pxZG .card-title,
.cid-uQWew6pxZG .iconfont-wrapper {
  text-align: center;
}
.cid-uQWew6Uqzk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWew6Uqzk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWew6Uqzk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWew6Uqzk .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uQWew6Uqzk .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uQWew6Uqzk .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uQWew6Uqzk .mbr-section-title {
  color: #131313;
}
.cid-uQWew6Uqzk .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uQWew6Uqzk .items-row {
  row-gap: 24px;
}
.cid-uQWew6Uqzk .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uQWew6Uqzk .item-wrapper {
  width: 100%;
  padding: 11px 11px 40px;
  border: 2px solid #d96d00;
  box-shadow: 4px 4px 0 #d96d00;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uQWew6Uqzk .item-wrapper {
    padding: 11px 11px 20px;
  }
}
@media (min-width: 992px) {
  .cid-uQWew6Uqzk .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uQWew6Uqzk .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 46/calc(10 * 3);
}
.cid-uQWew6Uqzk .item-content {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .cid-uQWew6Uqzk .item-content {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uQWew6Uqzk .item-content {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
}
.cid-uQWew6Uqzk .card-title {
  color: #131313;
}
.cid-uQWew6Uqzk .card-text {
  margin-top: 5px;
  color: #131313;
}
.cid-uQWew6Uqzk .link-text {
  margin-top: 20px;
  color: #FC7942;
}
@media (max-width: 1199px) {
  .cid-uQWew6Uqzk .link-text {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uQWew6Uqzk .link-text {
    margin-top: 5px;
  }
}
.cid-uQWew6Uqzk .link-text a.text-primary:hover {
  color: #131313 !important;
}
.cid-uQWew6Uqzk .mbr-section-btn {
  margin-top: 5px;
}
.cid-uQWew6Uqzk .card-text,
.cid-uQWew6Uqzk .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uQWew6Uqzk .card-title,
.cid-uQWew6Uqzk .iconfont-wrapper {
  text-align: center;
}
.cid-uSfvOQjySp {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSfvOQjySp .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uQWew7q0bl {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWew7q0bl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWew7q0bl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWew7q0bl img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
  margin: auto;
  margin-bottom: 1.5rem;
}
.cid-uQWew7q0bl .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 1.5rem;
  color: #ffb038;
  width: 30px;
  justify-content: center;
  align-items: center;
}
.cid-uQWew7q0bl .card-title,
.cid-uQWew7q0bl .iconfont-wrapper {
  color: #232323;
}
.cid-uQWew7q0bl .card-text {
  color: #232323;
}
.cid-uQWew7q0bl .mbr-section-title {
  color: #4e423d;
}
.cid-uQWew7q0bl .mbr-section-subtitle {
  color: #232323;
}
.cid-uQWew7q0bl .content-head {
  max-width: 800px;
}
.cid-uQWew7q0bl .card-subtitle {
  color: #a1a1a1;
}
#custom-html-92 {
  /* Type valid CSS here */
}
#custom-html-92 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-92 p {
  font-size: 60px;
  color: #777;
}
.cid-uSlAeSAId6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlAeSAId6 img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlAeSAId6 img {
    width: 100%;
  }
}
.cid-uSlAeSAId6 .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlAeSAId6 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlAeSAId6 .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlAeSAId6 .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlAeSAId6 .mbr-text,
.cid-uSlAeSAId6 .mbr-section-btn {
  color: #777777;
}
.cid-uSlAeSAId6 .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlAeSAId6 .mbr-list {
  color: #ffffff;
}
.cid-uSlAeSAId6 .mbr-section-title {
  color: #edefeb;
  text-align: center;
}
.cid-uSlAfnq7JW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlAfnq7JW img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlAfnq7JW img {
    width: 100%;
  }
}
.cid-uSlAfnq7JW .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlAfnq7JW .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlAfnq7JW .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlAfnq7JW .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlAfnq7JW .mbr-text,
.cid-uSlAfnq7JW .mbr-section-btn {
  color: #777777;
}
.cid-uSlAfnq7JW .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlAfnq7JW .mbr-list {
  color: #ffffff;
}
.cid-uSlAfRpM4U {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlAfRpM4U img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlAfRpM4U img {
    width: 100%;
  }
}
.cid-uSlAfRpM4U .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlAfRpM4U .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlAfRpM4U .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlAfRpM4U .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlAfRpM4U .mbr-text,
.cid-uSlAfRpM4U .mbr-section-btn {
  color: #777777;
}
.cid-uSlAfRpM4U .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlAfRpM4U .mbr-list {
  color: #ffffff;
}
.cid-uSlAglMXAc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlAglMXAc img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlAglMXAc img {
    width: 100%;
  }
}
.cid-uSlAglMXAc .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlAglMXAc .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlAglMXAc .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlAglMXAc .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlAglMXAc .mbr-text,
.cid-uSlAglMXAc .mbr-section-btn {
  color: #777777;
}
.cid-uSlAglMXAc .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlAglMXAc .mbr-list {
  color: #ffffff;
}
.cid-uQWewa3D6M {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f4f4f4;
}
.cid-uQWewa3D6M .mbr-text {
  color: #333333;
  font-weight: 500;
}
.cid-uQWewa3D6M .container {
  max-width: 1300px;
}
.cid-uQWeEJygCi {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uQWeEJygCi nav.navbar {
  position: fixed;
}
.cid-uQWeEJygCi .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-uQWeEJygCi .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uQWeEJygCi .dropdown-item {
  border: none !important;
  background: #f0f0f0 !important;
  font-weight: 400 !important;
}
.cid-uQWeEJygCi .dropdown-item:hover,
.cid-uQWeEJygCi .dropdown-item:focus {
  background: #f0f0f0 !important;
  color: #093388 !important;
}
.cid-uQWeEJygCi .dropdown-item:hover span {
  color: white;
}
.cid-uQWeEJygCi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQWeEJygCi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQWeEJygCi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQWeEJygCi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQWeEJygCi .nav-link {
  position: relative;
}
.cid-uQWeEJygCi .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uQWeEJygCi .container {
    flex-wrap: nowrap;
  }
}
.cid-uQWeEJygCi .iconfont-wrapper {
  color: #093388 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uQWeEJygCi .iconfont-wrapper:hover {
  opacity: .7;
}
.cid-uQWeEJygCi .dropdown-menu,
.cid-uQWeEJygCi .navbar.opened {
  background: #f0f0f0 !important;
}
.cid-uQWeEJygCi .nav-item:focus,
.cid-uQWeEJygCi .nav-link:focus {
  outline: none;
}
.cid-uQWeEJygCi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQWeEJygCi .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uQWeEJygCi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQWeEJygCi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQWeEJygCi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQWeEJygCi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQWeEJygCi .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f0f0f0;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQWeEJygCi .navbar.opened {
  transition: all 0.3s;
}
.cid-uQWeEJygCi .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uQWeEJygCi .navbar .navbar-logo img {
  width: auto;
}
.cid-uQWeEJygCi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQWeEJygCi .navbar.collapsed {
  justify-content: center;
}
.cid-uQWeEJygCi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQWeEJygCi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQWeEJygCi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uQWeEJygCi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQWeEJygCi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQWeEJygCi .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-uQWeEJygCi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQWeEJygCi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQWeEJygCi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQWeEJygCi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQWeEJygCi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQWeEJygCi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQWeEJygCi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQWeEJygCi .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-uQWeEJygCi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQWeEJygCi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQWeEJygCi .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uQWeEJygCi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uQWeEJygCi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQWeEJygCi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQWeEJygCi .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQWeEJygCi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-uQWeEJygCi .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uQWeEJygCi .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uQWeEJygCi .navbar-brand .navbar-caption:hover,
.cid-uQWeEJygCi .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uQWeEJygCi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQWeEJygCi .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uQWeEJygCi .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uQWeEJygCi .dropdown-item.active,
.cid-uQWeEJygCi .dropdown-item:active {
  background-color: transparent;
}
.cid-uQWeEJygCi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQWeEJygCi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQWeEJygCi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQWeEJygCi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f0f0f0;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uQWeEJygCi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uQWeEJygCi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uQWeEJygCi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQWeEJygCi ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uQWeEJygCi ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uQWeEJygCi .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uQWeEJygCi .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 11px 26px;
}
@media (max-width: 575px) {
  .cid-uQWeEJygCi .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uQWeEJygCi button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f0f0f0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQWeEJygCi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #093388;
}
.cid-uQWeEJygCi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uQWeEJygCi button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQWeEJygCi button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQWeEJygCi button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uQWeEJygCi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQWeEJygCi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQWeEJygCi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQWeEJygCi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQWeEJygCi .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQWeEJygCi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQWeEJygCi .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-uQWeEJygCi .navbar {
    height: 70px;
  }
  .cid-uQWeEJygCi .navbar.opened {
    height: auto;
  }
  .cid-uQWeEJygCi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQWeEJygCi .navbar-nav {
  margin: 0 auto;
}
.cid-uQWeEJygCi .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uQWeEJygCi .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uQWeEJygCi .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uQWeEJygCi .nav-item .nav-link:hover,
.cid-uQWeEJygCi .nav-item .nav-link:focus {
  background-color: transparent;
  color: #093388 !important;
  opacity: .7;
}
.cid-uQWeEJygCi .nav-item .nav-link:hover::after,
.cid-uQWeEJygCi .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uQWeEJygCi .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uQWeEJygCi .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uQWeEJygCi .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uQWeEJygCi .navbar {
    justify-content: flex-start !important;
  }
  .cid-uQWeEJygCi .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uQWeEJygCi .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uQWeEJygCi .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uQWeEJygCi .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uQWeEJygCi .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uQWeEJygCi .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uQWeEJygCi .content-wrap {
  min-height: 60px;
}
.cid-uQWeEK6aAq {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uQWeEK6aAq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWeEK6aAq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWeEK6aAq .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQWeEK6aAq .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uQWeEK6aAq .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uQWeEK6aAq .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uQWeEK6aAq .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uQWeEK6aAq .header-menu li p {
  margin: 0;
}
.cid-uQWeEK6aAq .content-head {
  max-width: 800px;
}
.cid-uQWeEKtlp3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f0f0f0;
}
.cid-uQWeEKtlp3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWeEKtlp3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWeEKtlp3 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uQWeEKtlp3 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uQWeEKtlp3 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uQWeEKtlp3 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uQWeEKtlp3 .container {
    padding: 0 12px;
  }
}
.cid-uQWeEKtlp3 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uQWeEKtlp3 .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uQWeEKtlp3 .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uQWeEKtlp3 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uQWeEKtlp3 .mbr-section-title {
  color: #1D1D1F;
}
.cid-uQWeEKtlp3 .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uQWeEKtlp3 .mbr-section-title,
.cid-uQWeEKtlp3 .mbr-section-btn {
  text-align: center;
}
.cid-uQWeEKNOLM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWeEKNOLM blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uQWeEKNOLM .mbr-section-title {
  text-align: center;
}
.cid-uQWeEL7HBI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uQWeEL7HBI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWeEL7HBI .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-uQWeEL7HBI .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uQWeEL7HBI .container {
    padding: 0 12px;
  }
}
.cid-uQWeEL7HBI .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uQWeEL7HBI .image-wrapper {
    margin-bottom: 24px;
    height: auto;
  }
}
.cid-uQWeEL7HBI .image-wrapper img {
  height: 260px;
  width: 410px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uQWeEL7HBI .image-wrapper img {
    margin-bottom: 24px;
  }
}
.cid-uQWeEL7HBI .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQWeEL7HBI .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uQWeEL7HBI .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQWeEL7HBI .mbr-section-title {
  color: #222222;
}
.cid-uQWeEL7HBI .mbr-text {
  color: #222222;
}
.cid-uQWeELvRHU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWeELvRHU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWeELvRHU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWeELvRHU .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uQWeELvRHU .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uQWeELvRHU .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uQWeELvRHU .mbr-section-title {
  color: #131313;
}
.cid-uQWeELvRHU .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uQWeELvRHU .items-row {
  row-gap: 24px;
}
.cid-uQWeELvRHU .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uQWeELvRHU .item-wrapper {
  width: 100%;
  padding: 11px 11px 40px;
  border: 2px solid #d96d00;
  box-shadow: 4px 4px 0 #d96d00;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uQWeELvRHU .item-wrapper {
    padding: 11px 11px 20px;
  }
}
@media (min-width: 992px) {
  .cid-uQWeELvRHU .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uQWeELvRHU .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 46/calc(10 * 3);
}
.cid-uQWeELvRHU .item-content {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .cid-uQWeELvRHU .item-content {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uQWeELvRHU .item-content {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
}
.cid-uQWeELvRHU .card-title {
  color: #131313;
}
.cid-uQWeELvRHU .card-text {
  margin-top: 5px;
  color: #131313;
}
.cid-uQWeELvRHU .link-text {
  margin-top: 20px;
  color: #FC7942;
}
@media (max-width: 1199px) {
  .cid-uQWeELvRHU .link-text {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uQWeELvRHU .link-text {
    margin-top: 5px;
  }
}
.cid-uQWeELvRHU .link-text a.text-primary:hover {
  color: #131313 !important;
}
.cid-uQWeELvRHU .mbr-section-btn {
  margin-top: 5px;
}
.cid-uQWeELvRHU .card-text,
.cid-uQWeELvRHU .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uQWeELvRHU .card-title,
.cid-uQWeELvRHU .iconfont-wrapper {
  text-align: center;
}
.cid-uQWeEM0EqY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWeEM0EqY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWeEM0EqY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWeEM0EqY .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uQWeEM0EqY .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uQWeEM0EqY .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uQWeEM0EqY .mbr-section-title {
  color: #131313;
}
.cid-uQWeEM0EqY .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uQWeEM0EqY .items-row {
  row-gap: 24px;
}
.cid-uQWeEM0EqY .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uQWeEM0EqY .item-wrapper {
  width: 100%;
  padding: 11px 11px 40px;
  border: 2px solid #d96d00;
  box-shadow: 4px 4px 0 #d96d00;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uQWeEM0EqY .item-wrapper {
    padding: 11px 11px 20px;
  }
}
@media (min-width: 992px) {
  .cid-uQWeEM0EqY .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uQWeEM0EqY .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 46/calc(10 * 3);
}
.cid-uQWeEM0EqY .item-content {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .cid-uQWeEM0EqY .item-content {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uQWeEM0EqY .item-content {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
}
.cid-uQWeEM0EqY .card-title {
  color: #131313;
}
.cid-uQWeEM0EqY .card-text {
  margin-top: 5px;
  color: #131313;
}
.cid-uQWeEM0EqY .link-text {
  margin-top: 20px;
  color: #FC7942;
}
@media (max-width: 1199px) {
  .cid-uQWeEM0EqY .link-text {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uQWeEM0EqY .link-text {
    margin-top: 5px;
  }
}
.cid-uQWeEM0EqY .link-text a.text-primary:hover {
  color: #131313 !important;
}
.cid-uQWeEM0EqY .mbr-section-btn {
  margin-top: 5px;
}
.cid-uQWeEM0EqY .card-text,
.cid-uQWeEM0EqY .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uQWeEM0EqY .card-title,
.cid-uQWeEM0EqY .iconfont-wrapper {
  text-align: center;
}
.cid-uSfxmBFxg4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSfxmBFxg4 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uQWeEMxpTj {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWeEMxpTj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWeEMxpTj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWeEMxpTj img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
  margin: auto;
  margin-bottom: 1.5rem;
}
.cid-uQWeEMxpTj .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 1.5rem;
  color: #ffb038;
  width: 30px;
  justify-content: center;
  align-items: center;
}
.cid-uQWeEMxpTj .card-title,
.cid-uQWeEMxpTj .iconfont-wrapper {
  color: #232323;
}
.cid-uQWeEMxpTj .card-text {
  color: #232323;
}
.cid-uQWeEMxpTj .mbr-section-title {
  color: #4e423d;
}
.cid-uQWeEMxpTj .mbr-section-subtitle {
  color: #232323;
}
.cid-uQWeEMxpTj .content-head {
  max-width: 800px;
}
.cid-uQWeEMxpTj .card-subtitle {
  color: #a1a1a1;
}
#custom-html-9g {
  /* Type valid CSS here */
}
#custom-html-9g div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-9g p {
  font-size: 60px;
  color: #777;
}
.cid-uSlAkGWwTC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlAkGWwTC img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlAkGWwTC img {
    width: 100%;
  }
}
.cid-uSlAkGWwTC .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlAkGWwTC .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlAkGWwTC .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlAkGWwTC .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlAkGWwTC .mbr-text,
.cid-uSlAkGWwTC .mbr-section-btn {
  color: #777777;
}
.cid-uSlAkGWwTC .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlAkGWwTC .mbr-list {
  color: #ffffff;
}
.cid-uSlAkGWwTC .mbr-section-title {
  color: #edefeb;
  text-align: center;
}
.cid-uSlAla9phD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlAla9phD img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlAla9phD img {
    width: 100%;
  }
}
.cid-uSlAla9phD .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlAla9phD .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlAla9phD .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlAla9phD .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlAla9phD .mbr-text,
.cid-uSlAla9phD .mbr-section-btn {
  color: #777777;
}
.cid-uSlAla9phD .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlAla9phD .mbr-list {
  color: #ffffff;
}
.cid-uSlAlB3EU5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlAlB3EU5 img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlAlB3EU5 img {
    width: 100%;
  }
}
.cid-uSlAlB3EU5 .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlAlB3EU5 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlAlB3EU5 .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlAlB3EU5 .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlAlB3EU5 .mbr-text,
.cid-uSlAlB3EU5 .mbr-section-btn {
  color: #777777;
}
.cid-uSlAlB3EU5 .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlAlB3EU5 .mbr-list {
  color: #ffffff;
}
.cid-uSlAm4kt7s {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlAm4kt7s img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlAm4kt7s img {
    width: 100%;
  }
}
.cid-uSlAm4kt7s .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlAm4kt7s .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlAm4kt7s .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlAm4kt7s .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlAm4kt7s .mbr-text,
.cid-uSlAm4kt7s .mbr-section-btn {
  color: #777777;
}
.cid-uSlAm4kt7s .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlAm4kt7s .mbr-list {
  color: #ffffff;
}
.cid-uQWeEPfsLe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f4f4f4;
}
.cid-uQWeEPfsLe .mbr-text {
  color: #333333;
  font-weight: 500;
}
.cid-uQWeEPfsLe .container {
  max-width: 1300px;
}
.cid-uQWf3XA2rb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uQWf3XA2rb nav.navbar {
  position: fixed;
}
.cid-uQWf3XA2rb .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-uQWf3XA2rb .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uQWf3XA2rb .dropdown-item {
  border: none !important;
  background: #f0f0f0 !important;
  font-weight: 400 !important;
}
.cid-uQWf3XA2rb .dropdown-item:hover,
.cid-uQWf3XA2rb .dropdown-item:focus {
  background: #f0f0f0 !important;
  color: #093388 !important;
}
.cid-uQWf3XA2rb .dropdown-item:hover span {
  color: white;
}
.cid-uQWf3XA2rb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQWf3XA2rb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQWf3XA2rb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQWf3XA2rb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQWf3XA2rb .nav-link {
  position: relative;
}
.cid-uQWf3XA2rb .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uQWf3XA2rb .container {
    flex-wrap: nowrap;
  }
}
.cid-uQWf3XA2rb .iconfont-wrapper {
  color: #093388 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uQWf3XA2rb .iconfont-wrapper:hover {
  opacity: .7;
}
.cid-uQWf3XA2rb .dropdown-menu,
.cid-uQWf3XA2rb .navbar.opened {
  background: #f0f0f0 !important;
}
.cid-uQWf3XA2rb .nav-item:focus,
.cid-uQWf3XA2rb .nav-link:focus {
  outline: none;
}
.cid-uQWf3XA2rb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQWf3XA2rb .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uQWf3XA2rb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQWf3XA2rb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQWf3XA2rb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQWf3XA2rb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQWf3XA2rb .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f0f0f0;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQWf3XA2rb .navbar.opened {
  transition: all 0.3s;
}
.cid-uQWf3XA2rb .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uQWf3XA2rb .navbar .navbar-logo img {
  width: auto;
}
.cid-uQWf3XA2rb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQWf3XA2rb .navbar.collapsed {
  justify-content: center;
}
.cid-uQWf3XA2rb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQWf3XA2rb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQWf3XA2rb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uQWf3XA2rb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQWf3XA2rb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQWf3XA2rb .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-uQWf3XA2rb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQWf3XA2rb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQWf3XA2rb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQWf3XA2rb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQWf3XA2rb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQWf3XA2rb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQWf3XA2rb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQWf3XA2rb .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-uQWf3XA2rb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQWf3XA2rb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQWf3XA2rb .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uQWf3XA2rb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uQWf3XA2rb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQWf3XA2rb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQWf3XA2rb .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQWf3XA2rb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-uQWf3XA2rb .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uQWf3XA2rb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uQWf3XA2rb .navbar-brand .navbar-caption:hover,
.cid-uQWf3XA2rb .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uQWf3XA2rb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQWf3XA2rb .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uQWf3XA2rb .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uQWf3XA2rb .dropdown-item.active,
.cid-uQWf3XA2rb .dropdown-item:active {
  background-color: transparent;
}
.cid-uQWf3XA2rb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQWf3XA2rb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQWf3XA2rb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQWf3XA2rb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f0f0f0;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uQWf3XA2rb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uQWf3XA2rb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uQWf3XA2rb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQWf3XA2rb ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uQWf3XA2rb ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uQWf3XA2rb .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uQWf3XA2rb .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 11px 26px;
}
@media (max-width: 575px) {
  .cid-uQWf3XA2rb .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uQWf3XA2rb button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f0f0f0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQWf3XA2rb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #093388;
}
.cid-uQWf3XA2rb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uQWf3XA2rb button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQWf3XA2rb button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQWf3XA2rb button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uQWf3XA2rb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQWf3XA2rb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQWf3XA2rb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQWf3XA2rb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQWf3XA2rb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQWf3XA2rb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQWf3XA2rb .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-uQWf3XA2rb .navbar {
    height: 70px;
  }
  .cid-uQWf3XA2rb .navbar.opened {
    height: auto;
  }
  .cid-uQWf3XA2rb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQWf3XA2rb .navbar-nav {
  margin: 0 auto;
}
.cid-uQWf3XA2rb .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uQWf3XA2rb .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uQWf3XA2rb .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uQWf3XA2rb .nav-item .nav-link:hover,
.cid-uQWf3XA2rb .nav-item .nav-link:focus {
  background-color: transparent;
  color: #093388 !important;
  opacity: .7;
}
.cid-uQWf3XA2rb .nav-item .nav-link:hover::after,
.cid-uQWf3XA2rb .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uQWf3XA2rb .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uQWf3XA2rb .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uQWf3XA2rb .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uQWf3XA2rb .navbar {
    justify-content: flex-start !important;
  }
  .cid-uQWf3XA2rb .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uQWf3XA2rb .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uQWf3XA2rb .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uQWf3XA2rb .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uQWf3XA2rb .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uQWf3XA2rb .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uQWf3XA2rb .content-wrap {
  min-height: 60px;
}
.cid-uQWf3YbBDo {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uQWf3YbBDo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWf3YbBDo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWf3YbBDo .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQWf3YbBDo .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uQWf3YbBDo .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uQWf3YbBDo .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uQWf3YbBDo .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uQWf3YbBDo .header-menu li p {
  margin: 0;
}
.cid-uQWf3YbBDo .content-head {
  max-width: 800px;
}
.cid-uQWf3YCWFG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f0f0f0;
}
.cid-uQWf3YCWFG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWf3YCWFG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWf3YCWFG .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uQWf3YCWFG .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uQWf3YCWFG .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uQWf3YCWFG .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uQWf3YCWFG .container {
    padding: 0 12px;
  }
}
.cid-uQWf3YCWFG .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uQWf3YCWFG .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uQWf3YCWFG .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uQWf3YCWFG .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uQWf3YCWFG .mbr-section-title {
  color: #1D1D1F;
}
.cid-uQWf3YCWFG .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uQWf3YCWFG .mbr-section-title,
.cid-uQWf3YCWFG .mbr-section-btn {
  text-align: center;
}
.cid-uQWf3Zvk6O {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWf3Zvk6O blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uQWf3Zvk6O .mbr-section-title {
  text-align: center;
}
.cid-uQWf3ZSHKG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uQWf3ZSHKG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWf3ZSHKG .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-uQWf3ZSHKG .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uQWf3ZSHKG .container {
    padding: 0 12px;
  }
}
.cid-uQWf3ZSHKG .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uQWf3ZSHKG .image-wrapper {
    margin-bottom: 24px;
    height: auto;
  }
}
.cid-uQWf3ZSHKG .image-wrapper img {
  height: 260px;
  width: 410px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uQWf3ZSHKG .image-wrapper img {
    margin-bottom: 24px;
  }
}
.cid-uQWf3ZSHKG .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQWf3ZSHKG .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uQWf3ZSHKG .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQWf3ZSHKG .mbr-section-title {
  color: #222222;
}
.cid-uQWf3ZSHKG .mbr-text {
  color: #222222;
}
.cid-uQWf40L87U {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWf40L87U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWf40L87U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWf40L87U .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uQWf40L87U .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uQWf40L87U .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uQWf40L87U .mbr-section-title {
  color: #131313;
}
.cid-uQWf40L87U .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uQWf40L87U .items-row {
  row-gap: 24px;
}
.cid-uQWf40L87U .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uQWf40L87U .item-wrapper {
  width: 100%;
  padding: 11px 11px 40px;
  border: 2px solid #d96d00;
  box-shadow: 4px 4px 0 #d96d00;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uQWf40L87U .item-wrapper {
    padding: 11px 11px 20px;
  }
}
@media (min-width: 992px) {
  .cid-uQWf40L87U .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uQWf40L87U .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 46/calc(10 * 3);
}
.cid-uQWf40L87U .item-content {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .cid-uQWf40L87U .item-content {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uQWf40L87U .item-content {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
}
.cid-uQWf40L87U .card-title {
  color: #131313;
}
.cid-uQWf40L87U .card-text {
  margin-top: 5px;
  color: #131313;
}
.cid-uQWf40L87U .link-text {
  margin-top: 20px;
  color: #FC7942;
}
@media (max-width: 1199px) {
  .cid-uQWf40L87U .link-text {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uQWf40L87U .link-text {
    margin-top: 5px;
  }
}
.cid-uQWf40L87U .link-text a.text-primary:hover {
  color: #131313 !important;
}
.cid-uQWf40L87U .mbr-section-btn {
  margin-top: 5px;
}
.cid-uQWf40L87U .card-text,
.cid-uQWf40L87U .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uQWf40L87U .card-title,
.cid-uQWf40L87U .iconfont-wrapper {
  text-align: center;
}
.cid-uQWf41x4d5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWf41x4d5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWf41x4d5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWf41x4d5 .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uQWf41x4d5 .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uQWf41x4d5 .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uQWf41x4d5 .mbr-section-title {
  color: #131313;
}
.cid-uQWf41x4d5 .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uQWf41x4d5 .items-row {
  row-gap: 24px;
}
.cid-uQWf41x4d5 .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uQWf41x4d5 .item-wrapper {
  width: 100%;
  padding: 11px 11px 40px;
  border: 2px solid #d96d00;
  box-shadow: 4px 4px 0 #d96d00;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uQWf41x4d5 .item-wrapper {
    padding: 11px 11px 20px;
  }
}
@media (min-width: 992px) {
  .cid-uQWf41x4d5 .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uQWf41x4d5 .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 46/calc(10 * 3);
}
.cid-uQWf41x4d5 .item-content {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .cid-uQWf41x4d5 .item-content {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uQWf41x4d5 .item-content {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
}
.cid-uQWf41x4d5 .card-title {
  color: #131313;
}
.cid-uQWf41x4d5 .card-text {
  margin-top: 5px;
  color: #131313;
}
.cid-uQWf41x4d5 .link-text {
  margin-top: 20px;
  color: #FC7942;
}
@media (max-width: 1199px) {
  .cid-uQWf41x4d5 .link-text {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uQWf41x4d5 .link-text {
    margin-top: 5px;
  }
}
.cid-uQWf41x4d5 .link-text a.text-primary:hover {
  color: #131313 !important;
}
.cid-uQWf41x4d5 .mbr-section-btn {
  margin-top: 5px;
}
.cid-uQWf41x4d5 .card-text,
.cid-uQWf41x4d5 .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uQWf41x4d5 .card-title,
.cid-uQWf41x4d5 .iconfont-wrapper {
  text-align: center;
}
.cid-uSfynrBicY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSfynrBicY .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uQWf4251WV {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWf4251WV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWf4251WV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWf4251WV img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
  margin: auto;
  margin-bottom: 1.5rem;
}
.cid-uQWf4251WV .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 1.5rem;
  color: #ffb038;
  width: 30px;
  justify-content: center;
  align-items: center;
}
.cid-uQWf4251WV .card-title,
.cid-uQWf4251WV .iconfont-wrapper {
  color: #232323;
}
.cid-uQWf4251WV .card-text {
  color: #232323;
}
.cid-uQWf4251WV .mbr-section-title {
  color: #4e423d;
}
.cid-uQWf4251WV .mbr-section-subtitle {
  color: #232323;
}
.cid-uQWf4251WV .content-head {
  max-width: 800px;
}
.cid-uQWf4251WV .card-subtitle {
  color: #a1a1a1;
}
#custom-html-9u {
  /* Type valid CSS here */
}
#custom-html-9u div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-9u p {
  font-size: 60px;
  color: #777;
}
.cid-uSlArD7bBD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlArD7bBD img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlArD7bBD img {
    width: 100%;
  }
}
.cid-uSlArD7bBD .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlArD7bBD .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlArD7bBD .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlArD7bBD .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlArD7bBD .mbr-text,
.cid-uSlArD7bBD .mbr-section-btn {
  color: #777777;
}
.cid-uSlArD7bBD .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlArD7bBD .mbr-list {
  color: #ffffff;
}
.cid-uSlArD7bBD .mbr-section-title {
  color: #edefeb;
  text-align: center;
}
.cid-uSlAseLBOv {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlAseLBOv img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlAseLBOv img {
    width: 100%;
  }
}
.cid-uSlAseLBOv .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlAseLBOv .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlAseLBOv .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlAseLBOv .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlAseLBOv .mbr-text,
.cid-uSlAseLBOv .mbr-section-btn {
  color: #777777;
}
.cid-uSlAseLBOv .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlAseLBOv .mbr-list {
  color: #ffffff;
}
.cid-uSlAsHqhJP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlAsHqhJP img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlAsHqhJP img {
    width: 100%;
  }
}
.cid-uSlAsHqhJP .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlAsHqhJP .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlAsHqhJP .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlAsHqhJP .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlAsHqhJP .mbr-text,
.cid-uSlAsHqhJP .mbr-section-btn {
  color: #777777;
}
.cid-uSlAsHqhJP .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlAsHqhJP .mbr-list {
  color: #ffffff;
}
.cid-uSlAtj06vP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlAtj06vP img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlAtj06vP img {
    width: 100%;
  }
}
.cid-uSlAtj06vP .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlAtj06vP .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlAtj06vP .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlAtj06vP .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlAtj06vP .mbr-text,
.cid-uSlAtj06vP .mbr-section-btn {
  color: #777777;
}
.cid-uSlAtj06vP .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlAtj06vP .mbr-list {
  color: #ffffff;
}
.cid-uQWf44HQ4d {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f4f4f4;
}
.cid-uQWf44HQ4d .mbr-text {
  color: #333333;
  font-weight: 500;
}
.cid-uQWf44HQ4d .container {
  max-width: 1300px;
}
.cid-uQWfbRmSQr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uQWfbRmSQr nav.navbar {
  position: fixed;
}
.cid-uQWfbRmSQr .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-uQWfbRmSQr .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uQWfbRmSQr .dropdown-item {
  border: none !important;
  background: #f0f0f0 !important;
  font-weight: 400 !important;
}
.cid-uQWfbRmSQr .dropdown-item:hover,
.cid-uQWfbRmSQr .dropdown-item:focus {
  background: #f0f0f0 !important;
  color: #093388 !important;
}
.cid-uQWfbRmSQr .dropdown-item:hover span {
  color: white;
}
.cid-uQWfbRmSQr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQWfbRmSQr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQWfbRmSQr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQWfbRmSQr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQWfbRmSQr .nav-link {
  position: relative;
}
.cid-uQWfbRmSQr .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uQWfbRmSQr .container {
    flex-wrap: nowrap;
  }
}
.cid-uQWfbRmSQr .iconfont-wrapper {
  color: #093388 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uQWfbRmSQr .iconfont-wrapper:hover {
  opacity: .7;
}
.cid-uQWfbRmSQr .dropdown-menu,
.cid-uQWfbRmSQr .navbar.opened {
  background: #f0f0f0 !important;
}
.cid-uQWfbRmSQr .nav-item:focus,
.cid-uQWfbRmSQr .nav-link:focus {
  outline: none;
}
.cid-uQWfbRmSQr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQWfbRmSQr .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uQWfbRmSQr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQWfbRmSQr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQWfbRmSQr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQWfbRmSQr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQWfbRmSQr .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f0f0f0;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQWfbRmSQr .navbar.opened {
  transition: all 0.3s;
}
.cid-uQWfbRmSQr .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uQWfbRmSQr .navbar .navbar-logo img {
  width: auto;
}
.cid-uQWfbRmSQr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQWfbRmSQr .navbar.collapsed {
  justify-content: center;
}
.cid-uQWfbRmSQr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQWfbRmSQr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQWfbRmSQr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uQWfbRmSQr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQWfbRmSQr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQWfbRmSQr .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-uQWfbRmSQr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQWfbRmSQr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQWfbRmSQr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQWfbRmSQr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQWfbRmSQr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQWfbRmSQr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQWfbRmSQr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQWfbRmSQr .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-uQWfbRmSQr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQWfbRmSQr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQWfbRmSQr .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uQWfbRmSQr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uQWfbRmSQr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQWfbRmSQr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQWfbRmSQr .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQWfbRmSQr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-uQWfbRmSQr .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uQWfbRmSQr .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uQWfbRmSQr .navbar-brand .navbar-caption:hover,
.cid-uQWfbRmSQr .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uQWfbRmSQr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQWfbRmSQr .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uQWfbRmSQr .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uQWfbRmSQr .dropdown-item.active,
.cid-uQWfbRmSQr .dropdown-item:active {
  background-color: transparent;
}
.cid-uQWfbRmSQr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQWfbRmSQr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQWfbRmSQr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQWfbRmSQr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f0f0f0;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uQWfbRmSQr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uQWfbRmSQr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uQWfbRmSQr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQWfbRmSQr ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uQWfbRmSQr ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uQWfbRmSQr .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uQWfbRmSQr .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 11px 26px;
}
@media (max-width: 575px) {
  .cid-uQWfbRmSQr .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uQWfbRmSQr button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f0f0f0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQWfbRmSQr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #093388;
}
.cid-uQWfbRmSQr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uQWfbRmSQr button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQWfbRmSQr button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQWfbRmSQr button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uQWfbRmSQr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQWfbRmSQr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQWfbRmSQr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQWfbRmSQr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQWfbRmSQr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQWfbRmSQr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQWfbRmSQr .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-uQWfbRmSQr .navbar {
    height: 70px;
  }
  .cid-uQWfbRmSQr .navbar.opened {
    height: auto;
  }
  .cid-uQWfbRmSQr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQWfbRmSQr .navbar-nav {
  margin: 0 auto;
}
.cid-uQWfbRmSQr .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uQWfbRmSQr .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uQWfbRmSQr .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uQWfbRmSQr .nav-item .nav-link:hover,
.cid-uQWfbRmSQr .nav-item .nav-link:focus {
  background-color: transparent;
  color: #093388 !important;
  opacity: .7;
}
.cid-uQWfbRmSQr .nav-item .nav-link:hover::after,
.cid-uQWfbRmSQr .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uQWfbRmSQr .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uQWfbRmSQr .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uQWfbRmSQr .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uQWfbRmSQr .navbar {
    justify-content: flex-start !important;
  }
  .cid-uQWfbRmSQr .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uQWfbRmSQr .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uQWfbRmSQr .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uQWfbRmSQr .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uQWfbRmSQr .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uQWfbRmSQr .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uQWfbRmSQr .content-wrap {
  min-height: 60px;
}
.cid-uQWfbRUSgz {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uQWfbRUSgz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWfbRUSgz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWfbRUSgz .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQWfbRUSgz .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uQWfbRUSgz .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uQWfbRUSgz .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uQWfbRUSgz .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uQWfbRUSgz .header-menu li p {
  margin: 0;
}
.cid-uQWfbRUSgz .content-head {
  max-width: 800px;
}
.cid-uQWfbSlVwG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f0f0f0;
}
.cid-uQWfbSlVwG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWfbSlVwG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWfbSlVwG .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uQWfbSlVwG .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uQWfbSlVwG .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uQWfbSlVwG .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uQWfbSlVwG .container {
    padding: 0 12px;
  }
}
.cid-uQWfbSlVwG .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uQWfbSlVwG .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uQWfbSlVwG .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uQWfbSlVwG .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uQWfbSlVwG .mbr-section-title {
  color: #1D1D1F;
}
.cid-uQWfbSlVwG .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uQWfbSlVwG .mbr-section-title,
.cid-uQWfbSlVwG .mbr-section-btn {
  text-align: center;
}
.cid-uQWfbSHWzJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWfbSHWzJ blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uQWfbSHWzJ .mbr-section-title {
  text-align: center;
}
.cid-uQWfbThYFa {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uQWfbThYFa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWfbThYFa .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-uQWfbThYFa .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uQWfbThYFa .container {
    padding: 0 12px;
  }
}
.cid-uQWfbThYFa .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uQWfbThYFa .image-wrapper {
    margin-bottom: 24px;
    height: auto;
  }
}
.cid-uQWfbThYFa .image-wrapper img {
  height: 260px;
  width: 410px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uQWfbThYFa .image-wrapper img {
    margin-bottom: 24px;
  }
}
.cid-uQWfbThYFa .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQWfbThYFa .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uQWfbThYFa .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQWfbThYFa .mbr-section-title {
  color: #222222;
}
.cid-uQWfbThYFa .mbr-text {
  color: #222222;
}
.cid-uQWfbTElEE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWfbTElEE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWfbTElEE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWfbTElEE .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uQWfbTElEE .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uQWfbTElEE .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uQWfbTElEE .mbr-section-title {
  color: #131313;
}
.cid-uQWfbTElEE .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uQWfbTElEE .items-row {
  row-gap: 24px;
}
.cid-uQWfbTElEE .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uQWfbTElEE .item-wrapper {
  width: 100%;
  padding: 11px 11px 40px;
  border: 2px solid #d96d00;
  box-shadow: 4px 4px 0 #d96d00;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uQWfbTElEE .item-wrapper {
    padding: 11px 11px 20px;
  }
}
@media (min-width: 992px) {
  .cid-uQWfbTElEE .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uQWfbTElEE .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 46/calc(10 * 3);
}
.cid-uQWfbTElEE .item-content {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .cid-uQWfbTElEE .item-content {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uQWfbTElEE .item-content {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
}
.cid-uQWfbTElEE .card-title {
  color: #131313;
}
.cid-uQWfbTElEE .card-text {
  margin-top: 5px;
  color: #131313;
}
.cid-uQWfbTElEE .link-text {
  margin-top: 20px;
  color: #FC7942;
}
@media (max-width: 1199px) {
  .cid-uQWfbTElEE .link-text {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uQWfbTElEE .link-text {
    margin-top: 5px;
  }
}
.cid-uQWfbTElEE .link-text a.text-primary:hover {
  color: #131313 !important;
}
.cid-uQWfbTElEE .mbr-section-btn {
  margin-top: 5px;
}
.cid-uQWfbTElEE .card-text,
.cid-uQWfbTElEE .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uQWfbTElEE .card-title,
.cid-uQWfbTElEE .iconfont-wrapper {
  text-align: center;
}
.cid-uQWfbU8Gt7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWfbU8Gt7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWfbU8Gt7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWfbU8Gt7 .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uQWfbU8Gt7 .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uQWfbU8Gt7 .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uQWfbU8Gt7 .mbr-section-title {
  color: #131313;
}
.cid-uQWfbU8Gt7 .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uQWfbU8Gt7 .items-row {
  row-gap: 24px;
}
.cid-uQWfbU8Gt7 .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uQWfbU8Gt7 .item-wrapper {
  width: 100%;
  padding: 11px 11px 40px;
  border: 2px solid #d96d00;
  box-shadow: 4px 4px 0 #d96d00;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uQWfbU8Gt7 .item-wrapper {
    padding: 11px 11px 20px;
  }
}
@media (min-width: 992px) {
  .cid-uQWfbU8Gt7 .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uQWfbU8Gt7 .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 46/calc(10 * 3);
}
.cid-uQWfbU8Gt7 .item-content {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .cid-uQWfbU8Gt7 .item-content {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uQWfbU8Gt7 .item-content {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
}
.cid-uQWfbU8Gt7 .card-title {
  color: #131313;
}
.cid-uQWfbU8Gt7 .card-text {
  margin-top: 5px;
  color: #131313;
}
.cid-uQWfbU8Gt7 .link-text {
  margin-top: 20px;
  color: #FC7942;
}
@media (max-width: 1199px) {
  .cid-uQWfbU8Gt7 .link-text {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uQWfbU8Gt7 .link-text {
    margin-top: 5px;
  }
}
.cid-uQWfbU8Gt7 .link-text a.text-primary:hover {
  color: #131313 !important;
}
.cid-uQWfbU8Gt7 .mbr-section-btn {
  margin-top: 5px;
}
.cid-uQWfbU8Gt7 .card-text,
.cid-uQWfbU8Gt7 .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uQWfbU8Gt7 .card-title,
.cid-uQWfbU8Gt7 .iconfont-wrapper {
  text-align: center;
}
.cid-uSfzk8wbcy {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSfzk8wbcy .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uQWfbUEjYY {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWfbUEjYY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWfbUEjYY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWfbUEjYY img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
  margin: auto;
  margin-bottom: 1.5rem;
}
.cid-uQWfbUEjYY .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 1.5rem;
  color: #ffb038;
  width: 30px;
  justify-content: center;
  align-items: center;
}
.cid-uQWfbUEjYY .card-title,
.cid-uQWfbUEjYY .iconfont-wrapper {
  color: #232323;
}
.cid-uQWfbUEjYY .card-text {
  color: #232323;
}
.cid-uQWfbUEjYY .mbr-section-title {
  color: #4e423d;
}
.cid-uQWfbUEjYY .mbr-section-subtitle {
  color: #232323;
}
.cid-uQWfbUEjYY .content-head {
  max-width: 800px;
}
.cid-uQWfbUEjYY .card-subtitle {
  color: #a1a1a1;
}
#custom-html-a8 {
  /* Type valid CSS here */
}
#custom-html-a8 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-a8 p {
  font-size: 60px;
  color: #777;
}
.cid-uSlAxWD6Qp {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlAxWD6Qp img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlAxWD6Qp img {
    width: 100%;
  }
}
.cid-uSlAxWD6Qp .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlAxWD6Qp .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlAxWD6Qp .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlAxWD6Qp .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlAxWD6Qp .mbr-text,
.cid-uSlAxWD6Qp .mbr-section-btn {
  color: #777777;
}
.cid-uSlAxWD6Qp .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlAxWD6Qp .mbr-list {
  color: #ffffff;
}
.cid-uSlAxWD6Qp .mbr-section-title {
  color: #edefeb;
  text-align: center;
}
.cid-uSlAytivq8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlAytivq8 img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlAytivq8 img {
    width: 100%;
  }
}
.cid-uSlAytivq8 .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlAytivq8 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlAytivq8 .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlAytivq8 .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlAytivq8 .mbr-text,
.cid-uSlAytivq8 .mbr-section-btn {
  color: #777777;
}
.cid-uSlAytivq8 .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlAytivq8 .mbr-list {
  color: #ffffff;
}
.cid-uSlAyW7JEV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlAyW7JEV img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlAyW7JEV img {
    width: 100%;
  }
}
.cid-uSlAyW7JEV .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlAyW7JEV .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlAyW7JEV .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlAyW7JEV .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlAyW7JEV .mbr-text,
.cid-uSlAyW7JEV .mbr-section-btn {
  color: #777777;
}
.cid-uSlAyW7JEV .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlAyW7JEV .mbr-list {
  color: #ffffff;
}
.cid-uSlAzvxCmM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlAzvxCmM img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlAzvxCmM img {
    width: 100%;
  }
}
.cid-uSlAzvxCmM .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlAzvxCmM .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlAzvxCmM .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlAzvxCmM .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlAzvxCmM .mbr-text,
.cid-uSlAzvxCmM .mbr-section-btn {
  color: #777777;
}
.cid-uSlAzvxCmM .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlAzvxCmM .mbr-list {
  color: #ffffff;
}
.cid-uQWfbXmQ7R {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f4f4f4;
}
.cid-uQWfbXmQ7R .mbr-text {
  color: #333333;
  font-weight: 500;
}
.cid-uQWfbXmQ7R .container {
  max-width: 1300px;
}
.cid-uQWflugPyK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uQWflugPyK nav.navbar {
  position: fixed;
}
.cid-uQWflugPyK .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-uQWflugPyK .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uQWflugPyK .dropdown-item {
  border: none !important;
  background: #f0f0f0 !important;
  font-weight: 400 !important;
}
.cid-uQWflugPyK .dropdown-item:hover,
.cid-uQWflugPyK .dropdown-item:focus {
  background: #f0f0f0 !important;
  color: #093388 !important;
}
.cid-uQWflugPyK .dropdown-item:hover span {
  color: white;
}
.cid-uQWflugPyK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQWflugPyK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQWflugPyK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQWflugPyK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQWflugPyK .nav-link {
  position: relative;
}
.cid-uQWflugPyK .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uQWflugPyK .container {
    flex-wrap: nowrap;
  }
}
.cid-uQWflugPyK .iconfont-wrapper {
  color: #093388 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uQWflugPyK .iconfont-wrapper:hover {
  opacity: .7;
}
.cid-uQWflugPyK .dropdown-menu,
.cid-uQWflugPyK .navbar.opened {
  background: #f0f0f0 !important;
}
.cid-uQWflugPyK .nav-item:focus,
.cid-uQWflugPyK .nav-link:focus {
  outline: none;
}
.cid-uQWflugPyK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQWflugPyK .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uQWflugPyK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQWflugPyK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQWflugPyK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQWflugPyK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQWflugPyK .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f0f0f0;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQWflugPyK .navbar.opened {
  transition: all 0.3s;
}
.cid-uQWflugPyK .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uQWflugPyK .navbar .navbar-logo img {
  width: auto;
}
.cid-uQWflugPyK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQWflugPyK .navbar.collapsed {
  justify-content: center;
}
.cid-uQWflugPyK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQWflugPyK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQWflugPyK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uQWflugPyK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQWflugPyK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQWflugPyK .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-uQWflugPyK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQWflugPyK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQWflugPyK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQWflugPyK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQWflugPyK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQWflugPyK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQWflugPyK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQWflugPyK .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-uQWflugPyK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQWflugPyK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQWflugPyK .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uQWflugPyK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uQWflugPyK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQWflugPyK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQWflugPyK .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQWflugPyK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-uQWflugPyK .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uQWflugPyK .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uQWflugPyK .navbar-brand .navbar-caption:hover,
.cid-uQWflugPyK .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uQWflugPyK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQWflugPyK .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uQWflugPyK .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uQWflugPyK .dropdown-item.active,
.cid-uQWflugPyK .dropdown-item:active {
  background-color: transparent;
}
.cid-uQWflugPyK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQWflugPyK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQWflugPyK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQWflugPyK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f0f0f0;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uQWflugPyK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uQWflugPyK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uQWflugPyK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQWflugPyK ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uQWflugPyK ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uQWflugPyK .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uQWflugPyK .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 11px 26px;
}
@media (max-width: 575px) {
  .cid-uQWflugPyK .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uQWflugPyK button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f0f0f0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQWflugPyK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #093388;
}
.cid-uQWflugPyK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uQWflugPyK button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQWflugPyK button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQWflugPyK button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uQWflugPyK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQWflugPyK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQWflugPyK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQWflugPyK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQWflugPyK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQWflugPyK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQWflugPyK .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-uQWflugPyK .navbar {
    height: 70px;
  }
  .cid-uQWflugPyK .navbar.opened {
    height: auto;
  }
  .cid-uQWflugPyK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQWflugPyK .navbar-nav {
  margin: 0 auto;
}
.cid-uQWflugPyK .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uQWflugPyK .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uQWflugPyK .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uQWflugPyK .nav-item .nav-link:hover,
.cid-uQWflugPyK .nav-item .nav-link:focus {
  background-color: transparent;
  color: #093388 !important;
  opacity: .7;
}
.cid-uQWflugPyK .nav-item .nav-link:hover::after,
.cid-uQWflugPyK .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uQWflugPyK .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uQWflugPyK .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uQWflugPyK .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uQWflugPyK .navbar {
    justify-content: flex-start !important;
  }
  .cid-uQWflugPyK .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uQWflugPyK .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uQWflugPyK .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uQWflugPyK .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uQWflugPyK .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uQWflugPyK .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uQWflugPyK .content-wrap {
  min-height: 60px;
}
.cid-uQWfluMi6O {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uQWfluMi6O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWfluMi6O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWfluMi6O .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQWfluMi6O .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uQWfluMi6O .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uQWfluMi6O .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uQWfluMi6O .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uQWfluMi6O .header-menu li p {
  margin: 0;
}
.cid-uQWfluMi6O .content-head {
  max-width: 800px;
}
.cid-uQWflveELi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f0f0f0;
}
.cid-uQWflveELi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWflveELi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWflveELi .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uQWflveELi .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uQWflveELi .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uQWflveELi .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uQWflveELi .container {
    padding: 0 12px;
  }
}
.cid-uQWflveELi .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uQWflveELi .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uQWflveELi .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uQWflveELi .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uQWflveELi .mbr-section-title {
  color: #1D1D1F;
}
.cid-uQWflveELi .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uQWflveELi .mbr-section-title,
.cid-uQWflveELi .mbr-section-btn {
  text-align: center;
}
.cid-uQWflvzWPn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWflvzWPn blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uQWflvzWPn .mbr-section-title {
  text-align: center;
}
.cid-uQWflvTPOq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uQWflvTPOq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWflvTPOq .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-uQWflvTPOq .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uQWflvTPOq .container {
    padding: 0 12px;
  }
}
.cid-uQWflvTPOq .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uQWflvTPOq .image-wrapper {
    margin-bottom: 24px;
    height: auto;
  }
}
.cid-uQWflvTPOq .image-wrapper img {
  height: 260px;
  width: 410px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uQWflvTPOq .image-wrapper img {
    margin-bottom: 24px;
  }
}
.cid-uQWflvTPOq .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQWflvTPOq .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uQWflvTPOq .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQWflvTPOq .mbr-section-title {
  color: #222222;
}
.cid-uQWflvTPOq .mbr-text {
  color: #222222;
}
.cid-uQWflweldF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWflweldF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWflweldF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWflweldF .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uQWflweldF .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uQWflweldF .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uQWflweldF .mbr-section-title {
  color: #131313;
}
.cid-uQWflweldF .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uQWflweldF .items-row {
  row-gap: 24px;
}
.cid-uQWflweldF .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uQWflweldF .item-wrapper {
  width: 100%;
  padding: 11px 11px 40px;
  border: 2px solid #d96d00;
  box-shadow: 4px 4px 0 #d96d00;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uQWflweldF .item-wrapper {
    padding: 11px 11px 20px;
  }
}
@media (min-width: 992px) {
  .cid-uQWflweldF .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uQWflweldF .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 46/calc(10 * 3);
}
.cid-uQWflweldF .item-content {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .cid-uQWflweldF .item-content {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uQWflweldF .item-content {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
}
.cid-uQWflweldF .card-title {
  color: #131313;
}
.cid-uQWflweldF .card-text {
  margin-top: 5px;
  color: #131313;
}
.cid-uQWflweldF .link-text {
  margin-top: 20px;
  color: #FC7942;
}
@media (max-width: 1199px) {
  .cid-uQWflweldF .link-text {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uQWflweldF .link-text {
    margin-top: 5px;
  }
}
.cid-uQWflweldF .link-text a.text-primary:hover {
  color: #131313 !important;
}
.cid-uQWflweldF .mbr-section-btn {
  margin-top: 5px;
}
.cid-uQWflweldF .card-text,
.cid-uQWflweldF .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uQWflweldF .card-title,
.cid-uQWflweldF .iconfont-wrapper {
  text-align: center;
}
.cid-uQWflwKpQx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWflwKpQx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWflwKpQx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWflwKpQx .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uQWflwKpQx .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uQWflwKpQx .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uQWflwKpQx .mbr-section-title {
  color: #131313;
}
.cid-uQWflwKpQx .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uQWflwKpQx .items-row {
  row-gap: 24px;
}
.cid-uQWflwKpQx .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uQWflwKpQx .item-wrapper {
  width: 100%;
  padding: 11px 11px 40px;
  border: 2px solid #d96d00;
  box-shadow: 4px 4px 0 #d96d00;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uQWflwKpQx .item-wrapper {
    padding: 11px 11px 20px;
  }
}
@media (min-width: 992px) {
  .cid-uQWflwKpQx .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uQWflwKpQx .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 46/calc(10 * 3);
}
.cid-uQWflwKpQx .item-content {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .cid-uQWflwKpQx .item-content {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uQWflwKpQx .item-content {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
}
.cid-uQWflwKpQx .card-title {
  color: #131313;
}
.cid-uQWflwKpQx .card-text {
  margin-top: 5px;
  color: #131313;
}
.cid-uQWflwKpQx .link-text {
  margin-top: 20px;
  color: #FC7942;
}
@media (max-width: 1199px) {
  .cid-uQWflwKpQx .link-text {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uQWflwKpQx .link-text {
    margin-top: 5px;
  }
}
.cid-uQWflwKpQx .link-text a.text-primary:hover {
  color: #131313 !important;
}
.cid-uQWflwKpQx .mbr-section-btn {
  margin-top: 5px;
}
.cid-uQWflwKpQx .card-text,
.cid-uQWflwKpQx .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uQWflwKpQx .card-title,
.cid-uQWflwKpQx .iconfont-wrapper {
  text-align: center;
}
.cid-uSfAZusWjD {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSfAZusWjD .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uQWflxgR3A {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWflxgR3A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWflxgR3A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWflxgR3A img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
  margin: auto;
  margin-bottom: 1.5rem;
}
.cid-uQWflxgR3A .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 1.5rem;
  color: #ffb038;
  width: 30px;
  justify-content: center;
  align-items: center;
}
.cid-uQWflxgR3A .card-title,
.cid-uQWflxgR3A .iconfont-wrapper {
  color: #232323;
}
.cid-uQWflxgR3A .card-text {
  color: #232323;
}
.cid-uQWflxgR3A .mbr-section-title {
  color: #4e423d;
}
.cid-uQWflxgR3A .mbr-section-subtitle {
  color: #232323;
}
.cid-uQWflxgR3A .content-head {
  max-width: 800px;
}
.cid-uQWflxgR3A .card-subtitle {
  color: #a1a1a1;
}
#custom-html-am {
  /* Type valid CSS here */
}
#custom-html-am div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-am p {
  font-size: 60px;
  color: #777;
}
.cid-uSlAENvkas {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlAENvkas img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlAENvkas img {
    width: 100%;
  }
}
.cid-uSlAENvkas .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlAENvkas .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlAENvkas .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlAENvkas .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlAENvkas .mbr-text,
.cid-uSlAENvkas .mbr-section-btn {
  color: #777777;
}
.cid-uSlAENvkas .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlAENvkas .mbr-list {
  color: #ffffff;
}
.cid-uSlAENvkas .mbr-section-title {
  color: #edefeb;
  text-align: center;
}
.cid-uSlAFBpTQC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlAFBpTQC img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlAFBpTQC img {
    width: 100%;
  }
}
.cid-uSlAFBpTQC .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlAFBpTQC .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlAFBpTQC .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlAFBpTQC .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlAFBpTQC .mbr-text,
.cid-uSlAFBpTQC .mbr-section-btn {
  color: #777777;
}
.cid-uSlAFBpTQC .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlAFBpTQC .mbr-list {
  color: #ffffff;
}
.cid-uSlAG3rabq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlAG3rabq img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlAG3rabq img {
    width: 100%;
  }
}
.cid-uSlAG3rabq .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlAG3rabq .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlAG3rabq .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlAG3rabq .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlAG3rabq .mbr-text,
.cid-uSlAG3rabq .mbr-section-btn {
  color: #777777;
}
.cid-uSlAG3rabq .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlAG3rabq .mbr-list {
  color: #ffffff;
}
.cid-uSlAGCywuW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlAGCywuW img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlAGCywuW img {
    width: 100%;
  }
}
.cid-uSlAGCywuW .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlAGCywuW .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlAGCywuW .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlAGCywuW .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlAGCywuW .mbr-text,
.cid-uSlAGCywuW .mbr-section-btn {
  color: #777777;
}
.cid-uSlAGCywuW .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlAGCywuW .mbr-list {
  color: #ffffff;
}
.cid-uQWflzZiJu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f4f4f4;
}
.cid-uQWflzZiJu .mbr-text {
  color: #333333;
  font-weight: 500;
}
.cid-uQWflzZiJu .container {
  max-width: 1300px;
}
.cid-uQWfvLnKfU {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uQWfvLnKfU nav.navbar {
  position: fixed;
}
.cid-uQWfvLnKfU .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-uQWfvLnKfU .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uQWfvLnKfU .dropdown-item {
  border: none !important;
  background: #f0f0f0 !important;
  font-weight: 400 !important;
}
.cid-uQWfvLnKfU .dropdown-item:hover,
.cid-uQWfvLnKfU .dropdown-item:focus {
  background: #f0f0f0 !important;
  color: #093388 !important;
}
.cid-uQWfvLnKfU .dropdown-item:hover span {
  color: white;
}
.cid-uQWfvLnKfU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQWfvLnKfU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQWfvLnKfU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQWfvLnKfU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQWfvLnKfU .nav-link {
  position: relative;
}
.cid-uQWfvLnKfU .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uQWfvLnKfU .container {
    flex-wrap: nowrap;
  }
}
.cid-uQWfvLnKfU .iconfont-wrapper {
  color: #093388 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uQWfvLnKfU .iconfont-wrapper:hover {
  opacity: .7;
}
.cid-uQWfvLnKfU .dropdown-menu,
.cid-uQWfvLnKfU .navbar.opened {
  background: #f0f0f0 !important;
}
.cid-uQWfvLnKfU .nav-item:focus,
.cid-uQWfvLnKfU .nav-link:focus {
  outline: none;
}
.cid-uQWfvLnKfU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQWfvLnKfU .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uQWfvLnKfU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQWfvLnKfU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQWfvLnKfU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQWfvLnKfU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQWfvLnKfU .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f0f0f0;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQWfvLnKfU .navbar.opened {
  transition: all 0.3s;
}
.cid-uQWfvLnKfU .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uQWfvLnKfU .navbar .navbar-logo img {
  width: auto;
}
.cid-uQWfvLnKfU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQWfvLnKfU .navbar.collapsed {
  justify-content: center;
}
.cid-uQWfvLnKfU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQWfvLnKfU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQWfvLnKfU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uQWfvLnKfU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQWfvLnKfU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQWfvLnKfU .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-uQWfvLnKfU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQWfvLnKfU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQWfvLnKfU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQWfvLnKfU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQWfvLnKfU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQWfvLnKfU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQWfvLnKfU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQWfvLnKfU .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-uQWfvLnKfU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQWfvLnKfU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQWfvLnKfU .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uQWfvLnKfU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uQWfvLnKfU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQWfvLnKfU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQWfvLnKfU .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQWfvLnKfU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-uQWfvLnKfU .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uQWfvLnKfU .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uQWfvLnKfU .navbar-brand .navbar-caption:hover,
.cid-uQWfvLnKfU .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uQWfvLnKfU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQWfvLnKfU .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uQWfvLnKfU .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uQWfvLnKfU .dropdown-item.active,
.cid-uQWfvLnKfU .dropdown-item:active {
  background-color: transparent;
}
.cid-uQWfvLnKfU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQWfvLnKfU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQWfvLnKfU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQWfvLnKfU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f0f0f0;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uQWfvLnKfU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uQWfvLnKfU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uQWfvLnKfU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQWfvLnKfU ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uQWfvLnKfU ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uQWfvLnKfU .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uQWfvLnKfU .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 11px 26px;
}
@media (max-width: 575px) {
  .cid-uQWfvLnKfU .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uQWfvLnKfU button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f0f0f0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQWfvLnKfU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #093388;
}
.cid-uQWfvLnKfU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uQWfvLnKfU button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQWfvLnKfU button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQWfvLnKfU button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uQWfvLnKfU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQWfvLnKfU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQWfvLnKfU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQWfvLnKfU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQWfvLnKfU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQWfvLnKfU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQWfvLnKfU .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-uQWfvLnKfU .navbar {
    height: 70px;
  }
  .cid-uQWfvLnKfU .navbar.opened {
    height: auto;
  }
  .cid-uQWfvLnKfU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQWfvLnKfU .navbar-nav {
  margin: 0 auto;
}
.cid-uQWfvLnKfU .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uQWfvLnKfU .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uQWfvLnKfU .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uQWfvLnKfU .nav-item .nav-link:hover,
.cid-uQWfvLnKfU .nav-item .nav-link:focus {
  background-color: transparent;
  color: #093388 !important;
  opacity: .7;
}
.cid-uQWfvLnKfU .nav-item .nav-link:hover::after,
.cid-uQWfvLnKfU .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uQWfvLnKfU .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uQWfvLnKfU .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uQWfvLnKfU .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uQWfvLnKfU .navbar {
    justify-content: flex-start !important;
  }
  .cid-uQWfvLnKfU .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uQWfvLnKfU .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uQWfvLnKfU .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uQWfvLnKfU .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uQWfvLnKfU .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uQWfvLnKfU .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uQWfvLnKfU .content-wrap {
  min-height: 60px;
}
.cid-uQWfvLUiJq {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uQWfvLUiJq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWfvLUiJq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWfvLUiJq .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQWfvLUiJq .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uQWfvLUiJq .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uQWfvLUiJq .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uQWfvLUiJq .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uQWfvLUiJq .header-menu li p {
  margin: 0;
}
.cid-uQWfvLUiJq .content-head {
  max-width: 800px;
}
.cid-uQWfvMlfJt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f0f0f0;
}
.cid-uQWfvMlfJt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWfvMlfJt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWfvMlfJt .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uQWfvMlfJt .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uQWfvMlfJt .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uQWfvMlfJt .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uQWfvMlfJt .container {
    padding: 0 12px;
  }
}
.cid-uQWfvMlfJt .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uQWfvMlfJt .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uQWfvMlfJt .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uQWfvMlfJt .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uQWfvMlfJt .mbr-section-title {
  color: #1D1D1F;
}
.cid-uQWfvMlfJt .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uQWfvMlfJt .mbr-section-title,
.cid-uQWfvMlfJt .mbr-section-btn {
  text-align: center;
}
.cid-uQWfvMG6xR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWfvMG6xR blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uQWfvMG6xR .mbr-section-title {
  text-align: center;
}
.cid-uQWfvMZqJP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uQWfvMZqJP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWfvMZqJP .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-uQWfvMZqJP .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uQWfvMZqJP .container {
    padding: 0 12px;
  }
}
.cid-uQWfvMZqJP .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uQWfvMZqJP .image-wrapper {
    margin-bottom: 24px;
    height: auto;
  }
}
.cid-uQWfvMZqJP .image-wrapper img {
  height: 260px;
  width: 410px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uQWfvMZqJP .image-wrapper img {
    margin-bottom: 24px;
  }
}
.cid-uQWfvMZqJP .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQWfvMZqJP .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uQWfvMZqJP .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQWfvMZqJP .mbr-section-title {
  color: #222222;
}
.cid-uQWfvMZqJP .mbr-text {
  color: #222222;
}
.cid-uQWfvNlj3C {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWfvNlj3C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWfvNlj3C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWfvNlj3C .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uQWfvNlj3C .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uQWfvNlj3C .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uQWfvNlj3C .mbr-section-title {
  color: #131313;
}
.cid-uQWfvNlj3C .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uQWfvNlj3C .items-row {
  row-gap: 24px;
}
.cid-uQWfvNlj3C .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uQWfvNlj3C .item-wrapper {
  width: 100%;
  padding: 11px 11px 40px;
  border: 2px solid #d96d00;
  box-shadow: 4px 4px 0 #d96d00;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uQWfvNlj3C .item-wrapper {
    padding: 11px 11px 20px;
  }
}
@media (min-width: 992px) {
  .cid-uQWfvNlj3C .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uQWfvNlj3C .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 46/calc(10 * 3);
}
.cid-uQWfvNlj3C .item-content {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .cid-uQWfvNlj3C .item-content {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uQWfvNlj3C .item-content {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
}
.cid-uQWfvNlj3C .card-title {
  color: #131313;
}
.cid-uQWfvNlj3C .card-text {
  margin-top: 5px;
  color: #131313;
}
.cid-uQWfvNlj3C .link-text {
  margin-top: 20px;
  color: #FC7942;
}
@media (max-width: 1199px) {
  .cid-uQWfvNlj3C .link-text {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uQWfvNlj3C .link-text {
    margin-top: 5px;
  }
}
.cid-uQWfvNlj3C .link-text a.text-primary:hover {
  color: #131313 !important;
}
.cid-uQWfvNlj3C .mbr-section-btn {
  margin-top: 5px;
}
.cid-uQWfvNlj3C .card-text,
.cid-uQWfvNlj3C .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uQWfvNlj3C .card-title,
.cid-uQWfvNlj3C .iconfont-wrapper {
  text-align: center;
}
.cid-uQWfvNQZYh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWfvNQZYh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWfvNQZYh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWfvNQZYh .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uQWfvNQZYh .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uQWfvNQZYh .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uQWfvNQZYh .mbr-section-title {
  color: #131313;
}
.cid-uQWfvNQZYh .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uQWfvNQZYh .items-row {
  row-gap: 24px;
}
.cid-uQWfvNQZYh .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uQWfvNQZYh .item-wrapper {
  width: 100%;
  padding: 11px 11px 40px;
  border: 2px solid #d96d00;
  box-shadow: 4px 4px 0 #d96d00;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uQWfvNQZYh .item-wrapper {
    padding: 11px 11px 20px;
  }
}
@media (min-width: 992px) {
  .cid-uQWfvNQZYh .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uQWfvNQZYh .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 46/calc(10 * 3);
}
.cid-uQWfvNQZYh .item-content {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .cid-uQWfvNQZYh .item-content {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uQWfvNQZYh .item-content {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
}
.cid-uQWfvNQZYh .card-title {
  color: #131313;
}
.cid-uQWfvNQZYh .card-text {
  margin-top: 5px;
  color: #131313;
}
.cid-uQWfvNQZYh .link-text {
  margin-top: 20px;
  color: #FC7942;
}
@media (max-width: 1199px) {
  .cid-uQWfvNQZYh .link-text {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uQWfvNQZYh .link-text {
    margin-top: 5px;
  }
}
.cid-uQWfvNQZYh .link-text a.text-primary:hover {
  color: #131313 !important;
}
.cid-uQWfvNQZYh .mbr-section-btn {
  margin-top: 5px;
}
.cid-uQWfvNQZYh .card-text,
.cid-uQWfvNQZYh .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uQWfvNQZYh .card-title,
.cid-uQWfvNQZYh .iconfont-wrapper {
  text-align: center;
}
.cid-uSfBRKGs0z {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSfBRKGs0z .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uQWfvOoPe0 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWfvOoPe0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWfvOoPe0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWfvOoPe0 img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
  margin: auto;
  margin-bottom: 1.5rem;
}
.cid-uQWfvOoPe0 .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 1.5rem;
  color: #ffb038;
  width: 30px;
  justify-content: center;
  align-items: center;
}
.cid-uQWfvOoPe0 .card-title,
.cid-uQWfvOoPe0 .iconfont-wrapper {
  color: #232323;
}
.cid-uQWfvOoPe0 .card-text {
  color: #232323;
}
.cid-uQWfvOoPe0 .mbr-section-title {
  color: #4e423d;
}
.cid-uQWfvOoPe0 .mbr-section-subtitle {
  color: #232323;
}
.cid-uQWfvOoPe0 .content-head {
  max-width: 800px;
}
.cid-uQWfvOoPe0 .card-subtitle {
  color: #a1a1a1;
}
#custom-html-b0 {
  /* Type valid CSS here */
}
#custom-html-b0 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-b0 p {
  font-size: 60px;
  color: #777;
}
.cid-uSlAOEOV5F {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlAOEOV5F img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlAOEOV5F img {
    width: 100%;
  }
}
.cid-uSlAOEOV5F .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlAOEOV5F .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlAOEOV5F .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlAOEOV5F .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlAOEOV5F .mbr-text,
.cid-uSlAOEOV5F .mbr-section-btn {
  color: #777777;
}
.cid-uSlAOEOV5F .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlAOEOV5F .mbr-list {
  color: #ffffff;
}
.cid-uSlAOEOV5F .mbr-section-title {
  color: #edefeb;
  text-align: center;
}
.cid-uSlAPmwojP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlAPmwojP img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlAPmwojP img {
    width: 100%;
  }
}
.cid-uSlAPmwojP .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlAPmwojP .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlAPmwojP .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlAPmwojP .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlAPmwojP .mbr-text,
.cid-uSlAPmwojP .mbr-section-btn {
  color: #777777;
}
.cid-uSlAPmwojP .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlAPmwojP .mbr-list {
  color: #ffffff;
}
.cid-uSlAPR0arJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlAPR0arJ img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlAPR0arJ img {
    width: 100%;
  }
}
.cid-uSlAPR0arJ .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlAPR0arJ .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlAPR0arJ .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlAPR0arJ .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlAPR0arJ .mbr-text,
.cid-uSlAPR0arJ .mbr-section-btn {
  color: #777777;
}
.cid-uSlAPR0arJ .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlAPR0arJ .mbr-list {
  color: #ffffff;
}
.cid-uSlAQqiiKz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlAQqiiKz img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlAQqiiKz img {
    width: 100%;
  }
}
.cid-uSlAQqiiKz .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlAQqiiKz .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlAQqiiKz .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlAQqiiKz .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlAQqiiKz .mbr-text,
.cid-uSlAQqiiKz .mbr-section-btn {
  color: #777777;
}
.cid-uSlAQqiiKz .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlAQqiiKz .mbr-list {
  color: #ffffff;
}
.cid-uQWfvR2loh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f4f4f4;
}
.cid-uQWfvR2loh .mbr-text {
  color: #333333;
  font-weight: 500;
}
.cid-uQWfvR2loh .container {
  max-width: 1300px;
}
.cid-uQWfH9pRAl {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uQWfH9pRAl nav.navbar {
  position: fixed;
}
.cid-uQWfH9pRAl .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-uQWfH9pRAl .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uQWfH9pRAl .dropdown-item {
  border: none !important;
  background: #f0f0f0 !important;
  font-weight: 400 !important;
}
.cid-uQWfH9pRAl .dropdown-item:hover,
.cid-uQWfH9pRAl .dropdown-item:focus {
  background: #f0f0f0 !important;
  color: #093388 !important;
}
.cid-uQWfH9pRAl .dropdown-item:hover span {
  color: white;
}
.cid-uQWfH9pRAl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQWfH9pRAl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQWfH9pRAl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQWfH9pRAl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQWfH9pRAl .nav-link {
  position: relative;
}
.cid-uQWfH9pRAl .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uQWfH9pRAl .container {
    flex-wrap: nowrap;
  }
}
.cid-uQWfH9pRAl .iconfont-wrapper {
  color: #093388 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uQWfH9pRAl .iconfont-wrapper:hover {
  opacity: .7;
}
.cid-uQWfH9pRAl .dropdown-menu,
.cid-uQWfH9pRAl .navbar.opened {
  background: #f0f0f0 !important;
}
.cid-uQWfH9pRAl .nav-item:focus,
.cid-uQWfH9pRAl .nav-link:focus {
  outline: none;
}
.cid-uQWfH9pRAl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQWfH9pRAl .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uQWfH9pRAl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQWfH9pRAl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQWfH9pRAl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQWfH9pRAl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQWfH9pRAl .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f0f0f0;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQWfH9pRAl .navbar.opened {
  transition: all 0.3s;
}
.cid-uQWfH9pRAl .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uQWfH9pRAl .navbar .navbar-logo img {
  width: auto;
}
.cid-uQWfH9pRAl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQWfH9pRAl .navbar.collapsed {
  justify-content: center;
}
.cid-uQWfH9pRAl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQWfH9pRAl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQWfH9pRAl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uQWfH9pRAl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQWfH9pRAl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQWfH9pRAl .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-uQWfH9pRAl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQWfH9pRAl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQWfH9pRAl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQWfH9pRAl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQWfH9pRAl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQWfH9pRAl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQWfH9pRAl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQWfH9pRAl .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-uQWfH9pRAl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQWfH9pRAl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQWfH9pRAl .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uQWfH9pRAl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uQWfH9pRAl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQWfH9pRAl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQWfH9pRAl .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQWfH9pRAl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-uQWfH9pRAl .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uQWfH9pRAl .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uQWfH9pRAl .navbar-brand .navbar-caption:hover,
.cid-uQWfH9pRAl .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uQWfH9pRAl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQWfH9pRAl .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uQWfH9pRAl .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uQWfH9pRAl .dropdown-item.active,
.cid-uQWfH9pRAl .dropdown-item:active {
  background-color: transparent;
}
.cid-uQWfH9pRAl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQWfH9pRAl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQWfH9pRAl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQWfH9pRAl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f0f0f0;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uQWfH9pRAl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uQWfH9pRAl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uQWfH9pRAl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQWfH9pRAl ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uQWfH9pRAl ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uQWfH9pRAl .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uQWfH9pRAl .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 11px 26px;
}
@media (max-width: 575px) {
  .cid-uQWfH9pRAl .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uQWfH9pRAl button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f0f0f0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQWfH9pRAl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #093388;
}
.cid-uQWfH9pRAl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uQWfH9pRAl button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQWfH9pRAl button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQWfH9pRAl button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uQWfH9pRAl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQWfH9pRAl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQWfH9pRAl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQWfH9pRAl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQWfH9pRAl .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQWfH9pRAl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQWfH9pRAl .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-uQWfH9pRAl .navbar {
    height: 70px;
  }
  .cid-uQWfH9pRAl .navbar.opened {
    height: auto;
  }
  .cid-uQWfH9pRAl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQWfH9pRAl .navbar-nav {
  margin: 0 auto;
}
.cid-uQWfH9pRAl .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uQWfH9pRAl .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uQWfH9pRAl .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uQWfH9pRAl .nav-item .nav-link:hover,
.cid-uQWfH9pRAl .nav-item .nav-link:focus {
  background-color: transparent;
  color: #093388 !important;
  opacity: .7;
}
.cid-uQWfH9pRAl .nav-item .nav-link:hover::after,
.cid-uQWfH9pRAl .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uQWfH9pRAl .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uQWfH9pRAl .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uQWfH9pRAl .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uQWfH9pRAl .navbar {
    justify-content: flex-start !important;
  }
  .cid-uQWfH9pRAl .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uQWfH9pRAl .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uQWfH9pRAl .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uQWfH9pRAl .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uQWfH9pRAl .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uQWfH9pRAl .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uQWfH9pRAl .content-wrap {
  min-height: 60px;
}
.cid-uQWfH9YJZL {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uQWfH9YJZL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWfH9YJZL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWfH9YJZL .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQWfH9YJZL .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uQWfH9YJZL .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uQWfH9YJZL .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uQWfH9YJZL .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uQWfH9YJZL .header-menu li p {
  margin: 0;
}
.cid-uQWfH9YJZL .content-head {
  max-width: 800px;
}
.cid-uQWfHapfmS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f0f0f0;
}
.cid-uQWfHapfmS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWfHapfmS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWfHapfmS .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uQWfHapfmS .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uQWfHapfmS .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uQWfHapfmS .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uQWfHapfmS .container {
    padding: 0 12px;
  }
}
.cid-uQWfHapfmS .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uQWfHapfmS .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uQWfHapfmS .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uQWfHapfmS .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uQWfHapfmS .mbr-section-title {
  color: #1D1D1F;
}
.cid-uQWfHapfmS .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uQWfHapfmS .mbr-section-title,
.cid-uQWfHapfmS .mbr-section-btn {
  text-align: center;
}
.cid-uQWfHaLjOD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWfHaLjOD blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uQWfHaLjOD .mbr-section-title {
  text-align: center;
}
.cid-uQWfHb4isj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uQWfHb4isj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWfHb4isj .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-uQWfHb4isj .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uQWfHb4isj .container {
    padding: 0 12px;
  }
}
.cid-uQWfHb4isj .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uQWfHb4isj .image-wrapper {
    margin-bottom: 24px;
    height: auto;
  }
}
.cid-uQWfHb4isj .image-wrapper img {
  height: 260px;
  width: 410px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uQWfHb4isj .image-wrapper img {
    margin-bottom: 24px;
  }
}
.cid-uQWfHb4isj .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQWfHb4isj .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uQWfHb4isj .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQWfHb4isj .mbr-section-title {
  color: #222222;
}
.cid-uQWfHb4isj .mbr-text {
  color: #222222;
}
.cid-uQWfHbpcl4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWfHbpcl4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWfHbpcl4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWfHbpcl4 .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uQWfHbpcl4 .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uQWfHbpcl4 .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uQWfHbpcl4 .mbr-section-title {
  color: #131313;
}
.cid-uQWfHbpcl4 .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uQWfHbpcl4 .items-row {
  row-gap: 24px;
}
.cid-uQWfHbpcl4 .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uQWfHbpcl4 .item-wrapper {
  width: 100%;
  padding: 11px 11px 40px;
  border: 2px solid #d96d00;
  box-shadow: 4px 4px 0 #d96d00;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uQWfHbpcl4 .item-wrapper {
    padding: 11px 11px 20px;
  }
}
@media (min-width: 992px) {
  .cid-uQWfHbpcl4 .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uQWfHbpcl4 .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 46/calc(10 * 3);
}
.cid-uQWfHbpcl4 .item-content {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .cid-uQWfHbpcl4 .item-content {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uQWfHbpcl4 .item-content {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
}
.cid-uQWfHbpcl4 .card-title {
  color: #131313;
}
.cid-uQWfHbpcl4 .card-text {
  margin-top: 5px;
  color: #131313;
}
.cid-uQWfHbpcl4 .link-text {
  margin-top: 20px;
  color: #FC7942;
}
@media (max-width: 1199px) {
  .cid-uQWfHbpcl4 .link-text {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uQWfHbpcl4 .link-text {
    margin-top: 5px;
  }
}
.cid-uQWfHbpcl4 .link-text a.text-primary:hover {
  color: #131313 !important;
}
.cid-uQWfHbpcl4 .mbr-section-btn {
  margin-top: 5px;
}
.cid-uQWfHbpcl4 .card-text,
.cid-uQWfHbpcl4 .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uQWfHbpcl4 .card-title,
.cid-uQWfHbpcl4 .iconfont-wrapper {
  text-align: center;
}
.cid-uQWfHbYREM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWfHbYREM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWfHbYREM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWfHbYREM .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uQWfHbYREM .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uQWfHbYREM .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uQWfHbYREM .mbr-section-title {
  color: #131313;
}
.cid-uQWfHbYREM .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uQWfHbYREM .items-row {
  row-gap: 24px;
}
.cid-uQWfHbYREM .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uQWfHbYREM .item-wrapper {
  width: 100%;
  padding: 11px 11px 40px;
  border: 2px solid #d96d00;
  box-shadow: 4px 4px 0 #d96d00;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uQWfHbYREM .item-wrapper {
    padding: 11px 11px 20px;
  }
}
@media (min-width: 992px) {
  .cid-uQWfHbYREM .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uQWfHbYREM .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 46/calc(10 * 3);
}
.cid-uQWfHbYREM .item-content {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .cid-uQWfHbYREM .item-content {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uQWfHbYREM .item-content {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
}
.cid-uQWfHbYREM .card-title {
  color: #131313;
}
.cid-uQWfHbYREM .card-text {
  margin-top: 5px;
  color: #131313;
}
.cid-uQWfHbYREM .link-text {
  margin-top: 20px;
  color: #FC7942;
}
@media (max-width: 1199px) {
  .cid-uQWfHbYREM .link-text {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uQWfHbYREM .link-text {
    margin-top: 5px;
  }
}
.cid-uQWfHbYREM .link-text a.text-primary:hover {
  color: #131313 !important;
}
.cid-uQWfHbYREM .mbr-section-btn {
  margin-top: 5px;
}
.cid-uQWfHbYREM .card-text,
.cid-uQWfHbYREM .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uQWfHbYREM .card-title,
.cid-uQWfHbYREM .iconfont-wrapper {
  text-align: center;
}
.cid-uSfDk3M8vM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSfDk3M8vM .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uQWfHcvC2q {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWfHcvC2q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWfHcvC2q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWfHcvC2q img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
  margin: auto;
  margin-bottom: 1.5rem;
}
.cid-uQWfHcvC2q .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 1.5rem;
  color: #ffb038;
  width: 30px;
  justify-content: center;
  align-items: center;
}
.cid-uQWfHcvC2q .card-title,
.cid-uQWfHcvC2q .iconfont-wrapper {
  color: #232323;
}
.cid-uQWfHcvC2q .card-text {
  color: #232323;
}
.cid-uQWfHcvC2q .mbr-section-title {
  color: #4e423d;
}
.cid-uQWfHcvC2q .mbr-section-subtitle {
  color: #232323;
}
.cid-uQWfHcvC2q .content-head {
  max-width: 800px;
}
.cid-uQWfHcvC2q .card-subtitle {
  color: #a1a1a1;
}
#custom-html-be {
  /* Type valid CSS here */
}
#custom-html-be div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-be p {
  font-size: 60px;
  color: #777;
}
.cid-uSlAZiSGO4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlAZiSGO4 img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlAZiSGO4 img {
    width: 100%;
  }
}
.cid-uSlAZiSGO4 .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlAZiSGO4 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlAZiSGO4 .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlAZiSGO4 .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlAZiSGO4 .mbr-text,
.cid-uSlAZiSGO4 .mbr-section-btn {
  color: #777777;
}
.cid-uSlAZiSGO4 .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlAZiSGO4 .mbr-list {
  color: #ffffff;
}
.cid-uSlAZiSGO4 .mbr-section-title {
  color: #edefeb;
  text-align: center;
}
.cid-uSlB05rQ5b {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlB05rQ5b img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlB05rQ5b img {
    width: 100%;
  }
}
.cid-uSlB05rQ5b .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlB05rQ5b .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlB05rQ5b .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlB05rQ5b .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlB05rQ5b .mbr-text,
.cid-uSlB05rQ5b .mbr-section-btn {
  color: #777777;
}
.cid-uSlB05rQ5b .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlB05rQ5b .mbr-list {
  color: #ffffff;
}
.cid-uSlB0Hpoe6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlB0Hpoe6 img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlB0Hpoe6 img {
    width: 100%;
  }
}
.cid-uSlB0Hpoe6 .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlB0Hpoe6 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlB0Hpoe6 .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlB0Hpoe6 .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlB0Hpoe6 .mbr-text,
.cid-uSlB0Hpoe6 .mbr-section-btn {
  color: #777777;
}
.cid-uSlB0Hpoe6 .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlB0Hpoe6 .mbr-list {
  color: #ffffff;
}
.cid-uSlB1nf0Tn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlB1nf0Tn img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlB1nf0Tn img {
    width: 100%;
  }
}
.cid-uSlB1nf0Tn .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlB1nf0Tn .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlB1nf0Tn .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlB1nf0Tn .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlB1nf0Tn .mbr-text,
.cid-uSlB1nf0Tn .mbr-section-btn {
  color: #777777;
}
.cid-uSlB1nf0Tn .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlB1nf0Tn .mbr-list {
  color: #ffffff;
}
.cid-uQWfHfdgOE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f4f4f4;
}
.cid-uQWfHfdgOE .mbr-text {
  color: #333333;
  font-weight: 500;
}
.cid-uQWfHfdgOE .container {
  max-width: 1300px;
}
.cid-uQWfSgSTPD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uQWfSgSTPD nav.navbar {
  position: fixed;
}
.cid-uQWfSgSTPD .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-uQWfSgSTPD .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uQWfSgSTPD .dropdown-item {
  border: none !important;
  background: #f0f0f0 !important;
  font-weight: 400 !important;
}
.cid-uQWfSgSTPD .dropdown-item:hover,
.cid-uQWfSgSTPD .dropdown-item:focus {
  background: #f0f0f0 !important;
  color: #093388 !important;
}
.cid-uQWfSgSTPD .dropdown-item:hover span {
  color: white;
}
.cid-uQWfSgSTPD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQWfSgSTPD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQWfSgSTPD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQWfSgSTPD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQWfSgSTPD .nav-link {
  position: relative;
}
.cid-uQWfSgSTPD .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uQWfSgSTPD .container {
    flex-wrap: nowrap;
  }
}
.cid-uQWfSgSTPD .iconfont-wrapper {
  color: #093388 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uQWfSgSTPD .iconfont-wrapper:hover {
  opacity: .7;
}
.cid-uQWfSgSTPD .dropdown-menu,
.cid-uQWfSgSTPD .navbar.opened {
  background: #f0f0f0 !important;
}
.cid-uQWfSgSTPD .nav-item:focus,
.cid-uQWfSgSTPD .nav-link:focus {
  outline: none;
}
.cid-uQWfSgSTPD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQWfSgSTPD .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uQWfSgSTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQWfSgSTPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQWfSgSTPD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQWfSgSTPD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQWfSgSTPD .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f0f0f0;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQWfSgSTPD .navbar.opened {
  transition: all 0.3s;
}
.cid-uQWfSgSTPD .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uQWfSgSTPD .navbar .navbar-logo img {
  width: auto;
}
.cid-uQWfSgSTPD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQWfSgSTPD .navbar.collapsed {
  justify-content: center;
}
.cid-uQWfSgSTPD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQWfSgSTPD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQWfSgSTPD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uQWfSgSTPD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQWfSgSTPD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQWfSgSTPD .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-uQWfSgSTPD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQWfSgSTPD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQWfSgSTPD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQWfSgSTPD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQWfSgSTPD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQWfSgSTPD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQWfSgSTPD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQWfSgSTPD .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-uQWfSgSTPD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQWfSgSTPD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQWfSgSTPD .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uQWfSgSTPD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uQWfSgSTPD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQWfSgSTPD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQWfSgSTPD .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQWfSgSTPD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-uQWfSgSTPD .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uQWfSgSTPD .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uQWfSgSTPD .navbar-brand .navbar-caption:hover,
.cid-uQWfSgSTPD .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uQWfSgSTPD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQWfSgSTPD .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uQWfSgSTPD .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uQWfSgSTPD .dropdown-item.active,
.cid-uQWfSgSTPD .dropdown-item:active {
  background-color: transparent;
}
.cid-uQWfSgSTPD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQWfSgSTPD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQWfSgSTPD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQWfSgSTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f0f0f0;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uQWfSgSTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uQWfSgSTPD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uQWfSgSTPD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQWfSgSTPD ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uQWfSgSTPD ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uQWfSgSTPD .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uQWfSgSTPD .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 11px 26px;
}
@media (max-width: 575px) {
  .cid-uQWfSgSTPD .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uQWfSgSTPD button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f0f0f0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQWfSgSTPD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #093388;
}
.cid-uQWfSgSTPD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uQWfSgSTPD button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQWfSgSTPD button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQWfSgSTPD button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uQWfSgSTPD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQWfSgSTPD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQWfSgSTPD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQWfSgSTPD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQWfSgSTPD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQWfSgSTPD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQWfSgSTPD .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-uQWfSgSTPD .navbar {
    height: 70px;
  }
  .cid-uQWfSgSTPD .navbar.opened {
    height: auto;
  }
  .cid-uQWfSgSTPD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQWfSgSTPD .navbar-nav {
  margin: 0 auto;
}
.cid-uQWfSgSTPD .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uQWfSgSTPD .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uQWfSgSTPD .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uQWfSgSTPD .nav-item .nav-link:hover,
.cid-uQWfSgSTPD .nav-item .nav-link:focus {
  background-color: transparent;
  color: #093388 !important;
  opacity: .7;
}
.cid-uQWfSgSTPD .nav-item .nav-link:hover::after,
.cid-uQWfSgSTPD .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uQWfSgSTPD .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uQWfSgSTPD .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uQWfSgSTPD .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uQWfSgSTPD .navbar {
    justify-content: flex-start !important;
  }
  .cid-uQWfSgSTPD .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uQWfSgSTPD .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uQWfSgSTPD .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uQWfSgSTPD .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uQWfSgSTPD .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uQWfSgSTPD .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uQWfSgSTPD .content-wrap {
  min-height: 60px;
}
.cid-uQWfShqQWj {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uQWfShqQWj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWfShqQWj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWfShqQWj .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQWfShqQWj .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uQWfShqQWj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uQWfShqQWj .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uQWfShqQWj .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uQWfShqQWj .header-menu li p {
  margin: 0;
}
.cid-uQWfShqQWj .content-head {
  max-width: 800px;
}
.cid-uQWfShQkBX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f0f0f0;
}
.cid-uQWfShQkBX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWfShQkBX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWfShQkBX .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uQWfShQkBX .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uQWfShQkBX .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uQWfShQkBX .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uQWfShQkBX .container {
    padding: 0 12px;
  }
}
.cid-uQWfShQkBX .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uQWfShQkBX .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uQWfShQkBX .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uQWfShQkBX .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uQWfShQkBX .mbr-section-title {
  color: #1D1D1F;
}
.cid-uQWfShQkBX .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uQWfShQkBX .mbr-section-title,
.cid-uQWfShQkBX .mbr-section-btn {
  text-align: center;
}
.cid-uQWfSiaar1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWfSiaar1 blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uQWfSiaar1 .mbr-section-title {
  text-align: center;
}
.cid-uQWfSiu30B {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uQWfSiu30B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWfSiu30B .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-uQWfSiu30B .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uQWfSiu30B .container {
    padding: 0 12px;
  }
}
.cid-uQWfSiu30B .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uQWfSiu30B .image-wrapper {
    margin-bottom: 24px;
    height: auto;
  }
}
.cid-uQWfSiu30B .image-wrapper img {
  height: 260px;
  width: 410px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uQWfSiu30B .image-wrapper img {
    margin-bottom: 24px;
  }
}
.cid-uQWfSiu30B .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQWfSiu30B .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uQWfSiu30B .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQWfSiu30B .mbr-section-title {
  color: #222222;
}
.cid-uQWfSiu30B .mbr-text {
  color: #222222;
}
.cid-uQWfSiSHeJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWfSiSHeJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWfSiSHeJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWfSiSHeJ .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uQWfSiSHeJ .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uQWfSiSHeJ .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uQWfSiSHeJ .mbr-section-title {
  color: #131313;
}
.cid-uQWfSiSHeJ .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uQWfSiSHeJ .items-row {
  row-gap: 24px;
}
.cid-uQWfSiSHeJ .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uQWfSiSHeJ .item-wrapper {
  width: 100%;
  padding: 11px 11px 40px;
  border: 2px solid #d96d00;
  box-shadow: 4px 4px 0 #d96d00;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uQWfSiSHeJ .item-wrapper {
    padding: 11px 11px 20px;
  }
}
@media (min-width: 992px) {
  .cid-uQWfSiSHeJ .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uQWfSiSHeJ .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 46/calc(10 * 3);
}
.cid-uQWfSiSHeJ .item-content {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .cid-uQWfSiSHeJ .item-content {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uQWfSiSHeJ .item-content {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
}
.cid-uQWfSiSHeJ .card-title {
  color: #131313;
}
.cid-uQWfSiSHeJ .card-text {
  margin-top: 5px;
  color: #131313;
}
.cid-uQWfSiSHeJ .link-text {
  margin-top: 20px;
  color: #FC7942;
}
@media (max-width: 1199px) {
  .cid-uQWfSiSHeJ .link-text {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uQWfSiSHeJ .link-text {
    margin-top: 5px;
  }
}
.cid-uQWfSiSHeJ .link-text a.text-primary:hover {
  color: #131313 !important;
}
.cid-uQWfSiSHeJ .mbr-section-btn {
  margin-top: 5px;
}
.cid-uQWfSiSHeJ .card-text,
.cid-uQWfSiSHeJ .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uQWfSiSHeJ .card-title,
.cid-uQWfSiSHeJ .iconfont-wrapper {
  text-align: center;
}
.cid-uQWfSjmemG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWfSjmemG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWfSjmemG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWfSjmemG .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uQWfSjmemG .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uQWfSjmemG .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uQWfSjmemG .mbr-section-title {
  color: #131313;
}
.cid-uQWfSjmemG .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uQWfSjmemG .items-row {
  row-gap: 24px;
}
.cid-uQWfSjmemG .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uQWfSjmemG .item-wrapper {
  width: 100%;
  padding: 11px 11px 40px;
  border: 2px solid #d96d00;
  box-shadow: 4px 4px 0 #d96d00;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uQWfSjmemG .item-wrapper {
    padding: 11px 11px 20px;
  }
}
@media (min-width: 992px) {
  .cid-uQWfSjmemG .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uQWfSjmemG .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 46/calc(10 * 3);
}
.cid-uQWfSjmemG .item-content {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .cid-uQWfSjmemG .item-content {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uQWfSjmemG .item-content {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
}
.cid-uQWfSjmemG .card-title {
  color: #131313;
}
.cid-uQWfSjmemG .card-text {
  margin-top: 5px;
  color: #131313;
}
.cid-uQWfSjmemG .link-text {
  margin-top: 20px;
  color: #FC7942;
}
@media (max-width: 1199px) {
  .cid-uQWfSjmemG .link-text {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uQWfSjmemG .link-text {
    margin-top: 5px;
  }
}
.cid-uQWfSjmemG .link-text a.text-primary:hover {
  color: #131313 !important;
}
.cid-uQWfSjmemG .mbr-section-btn {
  margin-top: 5px;
}
.cid-uQWfSjmemG .card-text,
.cid-uQWfSjmemG .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uQWfSjmemG .card-title,
.cid-uQWfSjmemG .iconfont-wrapper {
  text-align: center;
}
.cid-uSfENijObI {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSfENijObI .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uQWfSjRhkT {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWfSjRhkT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWfSjRhkT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWfSjRhkT img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
  margin: auto;
  margin-bottom: 1.5rem;
}
.cid-uQWfSjRhkT .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 1.5rem;
  color: #ffb038;
  width: 30px;
  justify-content: center;
  align-items: center;
}
.cid-uQWfSjRhkT .card-title,
.cid-uQWfSjRhkT .iconfont-wrapper {
  color: #232323;
}
.cid-uQWfSjRhkT .card-text {
  color: #232323;
}
.cid-uQWfSjRhkT .mbr-section-title {
  color: #4e423d;
}
.cid-uQWfSjRhkT .mbr-section-subtitle {
  color: #232323;
}
.cid-uQWfSjRhkT .content-head {
  max-width: 800px;
}
.cid-uQWfSjRhkT .card-subtitle {
  color: #a1a1a1;
}
#custom-html-bs {
  /* Type valid CSS here */
}
#custom-html-bs div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-bs p {
  font-size: 60px;
  color: #777;
}
.cid-uSlBaaLvSQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlBaaLvSQ img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlBaaLvSQ img {
    width: 100%;
  }
}
.cid-uSlBaaLvSQ .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlBaaLvSQ .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlBaaLvSQ .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlBaaLvSQ .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlBaaLvSQ .mbr-text,
.cid-uSlBaaLvSQ .mbr-section-btn {
  color: #777777;
}
.cid-uSlBaaLvSQ .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlBaaLvSQ .mbr-list {
  color: #ffffff;
}
.cid-uSlBaaLvSQ .mbr-section-title {
  color: #edefeb;
  text-align: center;
}
.cid-uSlBbWgcQx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlBbWgcQx img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlBbWgcQx img {
    width: 100%;
  }
}
.cid-uSlBbWgcQx .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlBbWgcQx .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlBbWgcQx .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlBbWgcQx .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlBbWgcQx .mbr-text,
.cid-uSlBbWgcQx .mbr-section-btn {
  color: #777777;
}
.cid-uSlBbWgcQx .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlBbWgcQx .mbr-list {
  color: #ffffff;
}
.cid-uSlBcHGDCy {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlBcHGDCy img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlBcHGDCy img {
    width: 100%;
  }
}
.cid-uSlBcHGDCy .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlBcHGDCy .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlBcHGDCy .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlBcHGDCy .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlBcHGDCy .mbr-text,
.cid-uSlBcHGDCy .mbr-section-btn {
  color: #777777;
}
.cid-uSlBcHGDCy .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlBcHGDCy .mbr-list {
  color: #ffffff;
}
.cid-uSlBdiiLk4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlBdiiLk4 img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlBdiiLk4 img {
    width: 100%;
  }
}
.cid-uSlBdiiLk4 .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlBdiiLk4 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlBdiiLk4 .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlBdiiLk4 .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlBdiiLk4 .mbr-text,
.cid-uSlBdiiLk4 .mbr-section-btn {
  color: #777777;
}
.cid-uSlBdiiLk4 .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlBdiiLk4 .mbr-list {
  color: #ffffff;
}
.cid-uQWfSmu3ro {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f4f4f4;
}
.cid-uQWfSmu3ro .mbr-text {
  color: #333333;
  font-weight: 500;
}
.cid-uQWfSmu3ro .container {
  max-width: 1300px;
}
.cid-uQWg85vGrj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uQWg85vGrj nav.navbar {
  position: fixed;
}
.cid-uQWg85vGrj .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-uQWg85vGrj .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uQWg85vGrj .dropdown-item {
  border: none !important;
  background: #f0f0f0 !important;
  font-weight: 400 !important;
}
.cid-uQWg85vGrj .dropdown-item:hover,
.cid-uQWg85vGrj .dropdown-item:focus {
  background: #f0f0f0 !important;
  color: #093388 !important;
}
.cid-uQWg85vGrj .dropdown-item:hover span {
  color: white;
}
.cid-uQWg85vGrj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQWg85vGrj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQWg85vGrj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQWg85vGrj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQWg85vGrj .nav-link {
  position: relative;
}
.cid-uQWg85vGrj .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uQWg85vGrj .container {
    flex-wrap: nowrap;
  }
}
.cid-uQWg85vGrj .iconfont-wrapper {
  color: #093388 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uQWg85vGrj .iconfont-wrapper:hover {
  opacity: .7;
}
.cid-uQWg85vGrj .dropdown-menu,
.cid-uQWg85vGrj .navbar.opened {
  background: #f0f0f0 !important;
}
.cid-uQWg85vGrj .nav-item:focus,
.cid-uQWg85vGrj .nav-link:focus {
  outline: none;
}
.cid-uQWg85vGrj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQWg85vGrj .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uQWg85vGrj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQWg85vGrj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQWg85vGrj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQWg85vGrj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQWg85vGrj .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f0f0f0;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQWg85vGrj .navbar.opened {
  transition: all 0.3s;
}
.cid-uQWg85vGrj .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uQWg85vGrj .navbar .navbar-logo img {
  width: auto;
}
.cid-uQWg85vGrj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQWg85vGrj .navbar.collapsed {
  justify-content: center;
}
.cid-uQWg85vGrj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQWg85vGrj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQWg85vGrj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uQWg85vGrj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQWg85vGrj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQWg85vGrj .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-uQWg85vGrj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQWg85vGrj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQWg85vGrj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQWg85vGrj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQWg85vGrj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQWg85vGrj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQWg85vGrj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQWg85vGrj .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-uQWg85vGrj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQWg85vGrj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQWg85vGrj .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uQWg85vGrj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uQWg85vGrj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQWg85vGrj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQWg85vGrj .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQWg85vGrj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-uQWg85vGrj .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uQWg85vGrj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uQWg85vGrj .navbar-brand .navbar-caption:hover,
.cid-uQWg85vGrj .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uQWg85vGrj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQWg85vGrj .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uQWg85vGrj .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uQWg85vGrj .dropdown-item.active,
.cid-uQWg85vGrj .dropdown-item:active {
  background-color: transparent;
}
.cid-uQWg85vGrj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQWg85vGrj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQWg85vGrj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQWg85vGrj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f0f0f0;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uQWg85vGrj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uQWg85vGrj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uQWg85vGrj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQWg85vGrj ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uQWg85vGrj ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uQWg85vGrj .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uQWg85vGrj .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 11px 26px;
}
@media (max-width: 575px) {
  .cid-uQWg85vGrj .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uQWg85vGrj button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f0f0f0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQWg85vGrj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #093388;
}
.cid-uQWg85vGrj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uQWg85vGrj button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQWg85vGrj button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQWg85vGrj button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uQWg85vGrj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQWg85vGrj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQWg85vGrj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQWg85vGrj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQWg85vGrj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQWg85vGrj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQWg85vGrj .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-uQWg85vGrj .navbar {
    height: 70px;
  }
  .cid-uQWg85vGrj .navbar.opened {
    height: auto;
  }
  .cid-uQWg85vGrj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQWg85vGrj .navbar-nav {
  margin: 0 auto;
}
.cid-uQWg85vGrj .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uQWg85vGrj .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uQWg85vGrj .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uQWg85vGrj .nav-item .nav-link:hover,
.cid-uQWg85vGrj .nav-item .nav-link:focus {
  background-color: transparent;
  color: #093388 !important;
  opacity: .7;
}
.cid-uQWg85vGrj .nav-item .nav-link:hover::after,
.cid-uQWg85vGrj .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uQWg85vGrj .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uQWg85vGrj .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uQWg85vGrj .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uQWg85vGrj .navbar {
    justify-content: flex-start !important;
  }
  .cid-uQWg85vGrj .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uQWg85vGrj .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uQWg85vGrj .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uQWg85vGrj .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uQWg85vGrj .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uQWg85vGrj .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uQWg85vGrj .content-wrap {
  min-height: 60px;
}
.cid-uQWg863YLH {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uQWg863YLH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWg863YLH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWg863YLH .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQWg863YLH .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uQWg863YLH .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uQWg863YLH .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uQWg863YLH .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uQWg863YLH .header-menu li p {
  margin: 0;
}
.cid-uQWg863YLH .content-head {
  max-width: 800px;
}
.cid-uQWg86x5dl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f0f0f0;
}
.cid-uQWg86x5dl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWg86x5dl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWg86x5dl .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uQWg86x5dl .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uQWg86x5dl .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uQWg86x5dl .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uQWg86x5dl .container {
    padding: 0 12px;
  }
}
.cid-uQWg86x5dl .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uQWg86x5dl .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uQWg86x5dl .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uQWg86x5dl .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uQWg86x5dl .mbr-section-title {
  color: #1D1D1F;
}
.cid-uQWg86x5dl .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uQWg86x5dl .mbr-section-title,
.cid-uQWg86x5dl .mbr-section-btn {
  text-align: center;
}
.cid-uQWg86SHBg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWg86SHBg blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uQWg86SHBg .mbr-section-title {
  text-align: center;
}
.cid-uQWg87bxFZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uQWg87bxFZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWg87bxFZ .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-uQWg87bxFZ .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uQWg87bxFZ .container {
    padding: 0 12px;
  }
}
.cid-uQWg87bxFZ .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uQWg87bxFZ .image-wrapper {
    margin-bottom: 24px;
    height: auto;
  }
}
.cid-uQWg87bxFZ .image-wrapper img {
  height: 260px;
  width: 410px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uQWg87bxFZ .image-wrapper img {
    margin-bottom: 24px;
  }
}
.cid-uQWg87bxFZ .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQWg87bxFZ .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uQWg87bxFZ .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQWg87bxFZ .mbr-section-title {
  color: #222222;
}
.cid-uQWg87bxFZ .mbr-text {
  color: #222222;
}
.cid-uQWg87xQJD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWg87xQJD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWg87xQJD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWg87xQJD .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uQWg87xQJD .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uQWg87xQJD .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uQWg87xQJD .mbr-section-title {
  color: #131313;
}
.cid-uQWg87xQJD .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uQWg87xQJD .items-row {
  row-gap: 24px;
}
.cid-uQWg87xQJD .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uQWg87xQJD .item-wrapper {
  width: 100%;
  padding: 11px 11px 40px;
  border: 2px solid #d96d00;
  box-shadow: 4px 4px 0 #d96d00;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uQWg87xQJD .item-wrapper {
    padding: 11px 11px 20px;
  }
}
@media (min-width: 992px) {
  .cid-uQWg87xQJD .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uQWg87xQJD .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 46/calc(10 * 3);
}
.cid-uQWg87xQJD .item-content {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .cid-uQWg87xQJD .item-content {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uQWg87xQJD .item-content {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
}
.cid-uQWg87xQJD .card-title {
  color: #131313;
}
.cid-uQWg87xQJD .card-text {
  margin-top: 5px;
  color: #131313;
}
.cid-uQWg87xQJD .link-text {
  margin-top: 20px;
  color: #FC7942;
}
@media (max-width: 1199px) {
  .cid-uQWg87xQJD .link-text {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uQWg87xQJD .link-text {
    margin-top: 5px;
  }
}
.cid-uQWg87xQJD .link-text a.text-primary:hover {
  color: #131313 !important;
}
.cid-uQWg87xQJD .mbr-section-btn {
  margin-top: 5px;
}
.cid-uQWg87xQJD .card-text,
.cid-uQWg87xQJD .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uQWg87xQJD .card-title,
.cid-uQWg87xQJD .iconfont-wrapper {
  text-align: center;
}
.cid-uQWg881QCI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWg881QCI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWg881QCI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWg881QCI .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uQWg881QCI .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uQWg881QCI .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uQWg881QCI .mbr-section-title {
  color: #131313;
}
.cid-uQWg881QCI .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uQWg881QCI .items-row {
  row-gap: 24px;
}
.cid-uQWg881QCI .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uQWg881QCI .item-wrapper {
  width: 100%;
  padding: 11px 11px 40px;
  border: 2px solid #d96d00;
  box-shadow: 4px 4px 0 #d96d00;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uQWg881QCI .item-wrapper {
    padding: 11px 11px 20px;
  }
}
@media (min-width: 992px) {
  .cid-uQWg881QCI .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uQWg881QCI .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 46/calc(10 * 3);
}
.cid-uQWg881QCI .item-content {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .cid-uQWg881QCI .item-content {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uQWg881QCI .item-content {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
}
.cid-uQWg881QCI .card-title {
  color: #131313;
}
.cid-uQWg881QCI .card-text {
  margin-top: 5px;
  color: #131313;
}
.cid-uQWg881QCI .link-text {
  margin-top: 20px;
  color: #FC7942;
}
@media (max-width: 1199px) {
  .cid-uQWg881QCI .link-text {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uQWg881QCI .link-text {
    margin-top: 5px;
  }
}
.cid-uQWg881QCI .link-text a.text-primary:hover {
  color: #131313 !important;
}
.cid-uQWg881QCI .mbr-section-btn {
  margin-top: 5px;
}
.cid-uQWg881QCI .card-text,
.cid-uQWg881QCI .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uQWg881QCI .card-title,
.cid-uQWg881QCI .iconfont-wrapper {
  text-align: center;
}
.cid-uSfFyMBn8I {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSfFyMBn8I .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uQWg88v3G2 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWg88v3G2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWg88v3G2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWg88v3G2 img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
  margin: auto;
  margin-bottom: 1.5rem;
}
.cid-uQWg88v3G2 .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 1.5rem;
  color: #ffb038;
  width: 30px;
  justify-content: center;
  align-items: center;
}
.cid-uQWg88v3G2 .card-title,
.cid-uQWg88v3G2 .iconfont-wrapper {
  color: #232323;
}
.cid-uQWg88v3G2 .card-text {
  color: #232323;
}
.cid-uQWg88v3G2 .mbr-section-title {
  color: #4e423d;
}
.cid-uQWg88v3G2 .mbr-section-subtitle {
  color: #232323;
}
.cid-uQWg88v3G2 .content-head {
  max-width: 800px;
}
.cid-uQWg88v3G2 .card-subtitle {
  color: #a1a1a1;
}
#custom-html-c6 {
  /* Type valid CSS here */
}
#custom-html-c6 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-c6 p {
  font-size: 60px;
  color: #777;
}
.cid-uSlBksezzm {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlBksezzm img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlBksezzm img {
    width: 100%;
  }
}
.cid-uSlBksezzm .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlBksezzm .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlBksezzm .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlBksezzm .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlBksezzm .mbr-text,
.cid-uSlBksezzm .mbr-section-btn {
  color: #777777;
}
.cid-uSlBksezzm .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlBksezzm .mbr-list {
  color: #ffffff;
}
.cid-uSlBksezzm .mbr-section-title {
  color: #edefeb;
  text-align: center;
}
.cid-uSlBl90W9y {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlBl90W9y img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlBl90W9y img {
    width: 100%;
  }
}
.cid-uSlBl90W9y .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlBl90W9y .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlBl90W9y .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlBl90W9y .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlBl90W9y .mbr-text,
.cid-uSlBl90W9y .mbr-section-btn {
  color: #777777;
}
.cid-uSlBl90W9y .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlBl90W9y .mbr-list {
  color: #ffffff;
}
.cid-uSlBm4a0Zk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlBm4a0Zk img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlBm4a0Zk img {
    width: 100%;
  }
}
.cid-uSlBm4a0Zk .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlBm4a0Zk .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlBm4a0Zk .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlBm4a0Zk .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlBm4a0Zk .mbr-text,
.cid-uSlBm4a0Zk .mbr-section-btn {
  color: #777777;
}
.cid-uSlBm4a0Zk .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlBm4a0Zk .mbr-list {
  color: #ffffff;
}
.cid-uSlBmQBff9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlBmQBff9 img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlBmQBff9 img {
    width: 100%;
  }
}
.cid-uSlBmQBff9 .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlBmQBff9 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlBmQBff9 .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlBmQBff9 .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlBmQBff9 .mbr-text,
.cid-uSlBmQBff9 .mbr-section-btn {
  color: #777777;
}
.cid-uSlBmQBff9 .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlBmQBff9 .mbr-list {
  color: #ffffff;
}
.cid-uQWg8b5fyH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f4f4f4;
}
.cid-uQWg8b5fyH .mbr-text {
  color: #333333;
  font-weight: 500;
}
.cid-uQWg8b5fyH .container {
  max-width: 1300px;
}
.cid-uQWgiY9r5o {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uQWgiY9r5o nav.navbar {
  position: fixed;
}
.cid-uQWgiY9r5o .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-uQWgiY9r5o .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uQWgiY9r5o .dropdown-item {
  border: none !important;
  background: #f0f0f0 !important;
  font-weight: 400 !important;
}
.cid-uQWgiY9r5o .dropdown-item:hover,
.cid-uQWgiY9r5o .dropdown-item:focus {
  background: #f0f0f0 !important;
  color: #093388 !important;
}
.cid-uQWgiY9r5o .dropdown-item:hover span {
  color: white;
}
.cid-uQWgiY9r5o .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQWgiY9r5o .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQWgiY9r5o .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQWgiY9r5o .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQWgiY9r5o .nav-link {
  position: relative;
}
.cid-uQWgiY9r5o .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uQWgiY9r5o .container {
    flex-wrap: nowrap;
  }
}
.cid-uQWgiY9r5o .iconfont-wrapper {
  color: #093388 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uQWgiY9r5o .iconfont-wrapper:hover {
  opacity: .7;
}
.cid-uQWgiY9r5o .dropdown-menu,
.cid-uQWgiY9r5o .navbar.opened {
  background: #f0f0f0 !important;
}
.cid-uQWgiY9r5o .nav-item:focus,
.cid-uQWgiY9r5o .nav-link:focus {
  outline: none;
}
.cid-uQWgiY9r5o .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQWgiY9r5o .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uQWgiY9r5o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQWgiY9r5o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQWgiY9r5o .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQWgiY9r5o .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQWgiY9r5o .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f0f0f0;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQWgiY9r5o .navbar.opened {
  transition: all 0.3s;
}
.cid-uQWgiY9r5o .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uQWgiY9r5o .navbar .navbar-logo img {
  width: auto;
}
.cid-uQWgiY9r5o .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQWgiY9r5o .navbar.collapsed {
  justify-content: center;
}
.cid-uQWgiY9r5o .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQWgiY9r5o .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQWgiY9r5o .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uQWgiY9r5o .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQWgiY9r5o .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQWgiY9r5o .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-uQWgiY9r5o .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQWgiY9r5o .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQWgiY9r5o .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQWgiY9r5o .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQWgiY9r5o .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQWgiY9r5o .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQWgiY9r5o .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQWgiY9r5o .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-uQWgiY9r5o .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQWgiY9r5o .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQWgiY9r5o .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uQWgiY9r5o .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uQWgiY9r5o .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQWgiY9r5o .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQWgiY9r5o .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQWgiY9r5o .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-uQWgiY9r5o .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uQWgiY9r5o .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uQWgiY9r5o .navbar-brand .navbar-caption:hover,
.cid-uQWgiY9r5o .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uQWgiY9r5o .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQWgiY9r5o .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uQWgiY9r5o .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uQWgiY9r5o .dropdown-item.active,
.cid-uQWgiY9r5o .dropdown-item:active {
  background-color: transparent;
}
.cid-uQWgiY9r5o .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQWgiY9r5o .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQWgiY9r5o .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQWgiY9r5o .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f0f0f0;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uQWgiY9r5o .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uQWgiY9r5o .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uQWgiY9r5o .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQWgiY9r5o ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uQWgiY9r5o ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uQWgiY9r5o .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uQWgiY9r5o .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 11px 26px;
}
@media (max-width: 575px) {
  .cid-uQWgiY9r5o .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uQWgiY9r5o button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f0f0f0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQWgiY9r5o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #093388;
}
.cid-uQWgiY9r5o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uQWgiY9r5o button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQWgiY9r5o button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQWgiY9r5o button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uQWgiY9r5o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQWgiY9r5o nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQWgiY9r5o nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQWgiY9r5o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQWgiY9r5o .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQWgiY9r5o a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQWgiY9r5o .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-uQWgiY9r5o .navbar {
    height: 70px;
  }
  .cid-uQWgiY9r5o .navbar.opened {
    height: auto;
  }
  .cid-uQWgiY9r5o .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQWgiY9r5o .navbar-nav {
  margin: 0 auto;
}
.cid-uQWgiY9r5o .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uQWgiY9r5o .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uQWgiY9r5o .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uQWgiY9r5o .nav-item .nav-link:hover,
.cid-uQWgiY9r5o .nav-item .nav-link:focus {
  background-color: transparent;
  color: #093388 !important;
  opacity: .7;
}
.cid-uQWgiY9r5o .nav-item .nav-link:hover::after,
.cid-uQWgiY9r5o .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uQWgiY9r5o .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uQWgiY9r5o .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uQWgiY9r5o .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uQWgiY9r5o .navbar {
    justify-content: flex-start !important;
  }
  .cid-uQWgiY9r5o .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uQWgiY9r5o .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uQWgiY9r5o .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uQWgiY9r5o .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uQWgiY9r5o .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uQWgiY9r5o .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uQWgiY9r5o .content-wrap {
  min-height: 60px;
}
.cid-uQWgiYISVj {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uQWgiYISVj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWgiYISVj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWgiYISVj .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQWgiYISVj .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uQWgiYISVj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uQWgiYISVj .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uQWgiYISVj .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uQWgiYISVj .header-menu li p {
  margin: 0;
}
.cid-uQWgiYISVj .content-head {
  max-width: 800px;
}
.cid-uQWgiZ97qS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f0f0f0;
}
.cid-uQWgiZ97qS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWgiZ97qS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWgiZ97qS .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uQWgiZ97qS .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uQWgiZ97qS .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uQWgiZ97qS .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uQWgiZ97qS .container {
    padding: 0 12px;
  }
}
.cid-uQWgiZ97qS .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uQWgiZ97qS .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uQWgiZ97qS .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uQWgiZ97qS .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uQWgiZ97qS .mbr-section-title {
  color: #1D1D1F;
}
.cid-uQWgiZ97qS .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uQWgiZ97qS .mbr-section-title,
.cid-uQWgiZ97qS .mbr-section-btn {
  text-align: center;
}
.cid-uQWgiZtVWa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWgiZtVWa blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uQWgiZtVWa .mbr-section-title {
  text-align: center;
}
.cid-uQWgj0j4pt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uQWgj0j4pt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWgj0j4pt .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-uQWgj0j4pt .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uQWgj0j4pt .container {
    padding: 0 12px;
  }
}
.cid-uQWgj0j4pt .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uQWgj0j4pt .image-wrapper {
    margin-bottom: 24px;
    height: auto;
  }
}
.cid-uQWgj0j4pt .image-wrapper img {
  height: 260px;
  width: 410px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uQWgj0j4pt .image-wrapper img {
    margin-bottom: 24px;
  }
}
.cid-uQWgj0j4pt .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQWgj0j4pt .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uQWgj0j4pt .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQWgj0j4pt .mbr-section-title {
  color: #222222;
}
.cid-uQWgj0j4pt .mbr-text {
  color: #222222;
}
.cid-uQWgj0Hg8e {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWgj0Hg8e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWgj0Hg8e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWgj0Hg8e .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uQWgj0Hg8e .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uQWgj0Hg8e .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uQWgj0Hg8e .mbr-section-title {
  color: #131313;
}
.cid-uQWgj0Hg8e .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uQWgj0Hg8e .items-row {
  row-gap: 24px;
}
.cid-uQWgj0Hg8e .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uQWgj0Hg8e .item-wrapper {
  width: 100%;
  padding: 11px 11px 40px;
  border: 2px solid #d96d00;
  box-shadow: 4px 4px 0 #d96d00;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uQWgj0Hg8e .item-wrapper {
    padding: 11px 11px 20px;
  }
}
@media (min-width: 992px) {
  .cid-uQWgj0Hg8e .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uQWgj0Hg8e .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 46/calc(10 * 3);
}
.cid-uQWgj0Hg8e .item-content {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .cid-uQWgj0Hg8e .item-content {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uQWgj0Hg8e .item-content {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
}
.cid-uQWgj0Hg8e .card-title {
  color: #131313;
}
.cid-uQWgj0Hg8e .card-text {
  margin-top: 5px;
  color: #131313;
}
.cid-uQWgj0Hg8e .link-text {
  margin-top: 20px;
  color: #FC7942;
}
@media (max-width: 1199px) {
  .cid-uQWgj0Hg8e .link-text {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uQWgj0Hg8e .link-text {
    margin-top: 5px;
  }
}
.cid-uQWgj0Hg8e .link-text a.text-primary:hover {
  color: #131313 !important;
}
.cid-uQWgj0Hg8e .mbr-section-btn {
  margin-top: 5px;
}
.cid-uQWgj0Hg8e .card-text,
.cid-uQWgj0Hg8e .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uQWgj0Hg8e .card-title,
.cid-uQWgj0Hg8e .iconfont-wrapper {
  text-align: center;
}
.cid-uQWgj1ciiY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWgj1ciiY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWgj1ciiY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWgj1ciiY .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uQWgj1ciiY .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uQWgj1ciiY .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uQWgj1ciiY .mbr-section-title {
  color: #131313;
}
.cid-uQWgj1ciiY .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uQWgj1ciiY .items-row {
  row-gap: 24px;
}
.cid-uQWgj1ciiY .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uQWgj1ciiY .item-wrapper {
  width: 100%;
  padding: 11px 11px 40px;
  border: 2px solid #d96d00;
  box-shadow: 4px 4px 0 #d96d00;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uQWgj1ciiY .item-wrapper {
    padding: 11px 11px 20px;
  }
}
@media (min-width: 992px) {
  .cid-uQWgj1ciiY .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uQWgj1ciiY .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 46/calc(10 * 3);
}
.cid-uQWgj1ciiY .item-content {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .cid-uQWgj1ciiY .item-content {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uQWgj1ciiY .item-content {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
}
.cid-uQWgj1ciiY .card-title {
  color: #131313;
}
.cid-uQWgj1ciiY .card-text {
  margin-top: 5px;
  color: #131313;
}
.cid-uQWgj1ciiY .link-text {
  margin-top: 20px;
  color: #FC7942;
}
@media (max-width: 1199px) {
  .cid-uQWgj1ciiY .link-text {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uQWgj1ciiY .link-text {
    margin-top: 5px;
  }
}
.cid-uQWgj1ciiY .link-text a.text-primary:hover {
  color: #131313 !important;
}
.cid-uQWgj1ciiY .mbr-section-btn {
  margin-top: 5px;
}
.cid-uQWgj1ciiY .card-text,
.cid-uQWgj1ciiY .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uQWgj1ciiY .card-title,
.cid-uQWgj1ciiY .iconfont-wrapper {
  text-align: center;
}
.cid-uSfGsddWIU {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSfGsddWIU .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uQWgj1LzDP {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWgj1LzDP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWgj1LzDP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWgj1LzDP img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
  margin: auto;
  margin-bottom: 1.5rem;
}
.cid-uQWgj1LzDP .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 1.5rem;
  color: #ffb038;
  width: 30px;
  justify-content: center;
  align-items: center;
}
.cid-uQWgj1LzDP .card-title,
.cid-uQWgj1LzDP .iconfont-wrapper {
  color: #232323;
}
.cid-uQWgj1LzDP .card-text {
  color: #232323;
}
.cid-uQWgj1LzDP .mbr-section-title {
  color: #4e423d;
}
.cid-uQWgj1LzDP .mbr-section-subtitle {
  color: #232323;
}
.cid-uQWgj1LzDP .content-head {
  max-width: 800px;
}
.cid-uQWgj1LzDP .card-subtitle {
  color: #a1a1a1;
}
#custom-html-ck {
  /* Type valid CSS here */
}
#custom-html-ck div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-ck p {
  font-size: 60px;
  color: #777;
}
.cid-uSlBvlJP20 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlBvlJP20 img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlBvlJP20 img {
    width: 100%;
  }
}
.cid-uSlBvlJP20 .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlBvlJP20 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlBvlJP20 .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlBvlJP20 .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlBvlJP20 .mbr-text,
.cid-uSlBvlJP20 .mbr-section-btn {
  color: #777777;
}
.cid-uSlBvlJP20 .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlBvlJP20 .mbr-list {
  color: #ffffff;
}
.cid-uSlBvlJP20 .mbr-section-title {
  color: #edefeb;
  text-align: center;
}
.cid-uSlBwhx7nE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlBwhx7nE img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlBwhx7nE img {
    width: 100%;
  }
}
.cid-uSlBwhx7nE .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlBwhx7nE .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlBwhx7nE .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlBwhx7nE .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlBwhx7nE .mbr-text,
.cid-uSlBwhx7nE .mbr-section-btn {
  color: #777777;
}
.cid-uSlBwhx7nE .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlBwhx7nE .mbr-list {
  color: #ffffff;
}
.cid-uSlBwWPx8P {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlBwWPx8P img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlBwWPx8P img {
    width: 100%;
  }
}
.cid-uSlBwWPx8P .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlBwWPx8P .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlBwWPx8P .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlBwWPx8P .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlBwWPx8P .mbr-text,
.cid-uSlBwWPx8P .mbr-section-btn {
  color: #777777;
}
.cid-uSlBwWPx8P .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlBwWPx8P .mbr-list {
  color: #ffffff;
}
.cid-uSlBxRkxAh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlBxRkxAh img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlBxRkxAh img {
    width: 100%;
  }
}
.cid-uSlBxRkxAh .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlBxRkxAh .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlBxRkxAh .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlBxRkxAh .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlBxRkxAh .mbr-text,
.cid-uSlBxRkxAh .mbr-section-btn {
  color: #777777;
}
.cid-uSlBxRkxAh .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlBxRkxAh .mbr-list {
  color: #ffffff;
}
.cid-uQWgj4mSPL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f4f4f4;
}
.cid-uQWgj4mSPL .mbr-text {
  color: #333333;
  font-weight: 500;
}
.cid-uQWgj4mSPL .container {
  max-width: 1300px;
}
.cid-uQWgwMgGYH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uQWgwMgGYH nav.navbar {
  position: fixed;
}
.cid-uQWgwMgGYH .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-uQWgwMgGYH .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uQWgwMgGYH .dropdown-item {
  border: none !important;
  background: #f0f0f0 !important;
  font-weight: 400 !important;
}
.cid-uQWgwMgGYH .dropdown-item:hover,
.cid-uQWgwMgGYH .dropdown-item:focus {
  background: #f0f0f0 !important;
  color: #093388 !important;
}
.cid-uQWgwMgGYH .dropdown-item:hover span {
  color: white;
}
.cid-uQWgwMgGYH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQWgwMgGYH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQWgwMgGYH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQWgwMgGYH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQWgwMgGYH .nav-link {
  position: relative;
}
.cid-uQWgwMgGYH .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uQWgwMgGYH .container {
    flex-wrap: nowrap;
  }
}
.cid-uQWgwMgGYH .iconfont-wrapper {
  color: #093388 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uQWgwMgGYH .iconfont-wrapper:hover {
  opacity: .7;
}
.cid-uQWgwMgGYH .dropdown-menu,
.cid-uQWgwMgGYH .navbar.opened {
  background: #f0f0f0 !important;
}
.cid-uQWgwMgGYH .nav-item:focus,
.cid-uQWgwMgGYH .nav-link:focus {
  outline: none;
}
.cid-uQWgwMgGYH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQWgwMgGYH .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uQWgwMgGYH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQWgwMgGYH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQWgwMgGYH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQWgwMgGYH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQWgwMgGYH .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f0f0f0;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQWgwMgGYH .navbar.opened {
  transition: all 0.3s;
}
.cid-uQWgwMgGYH .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uQWgwMgGYH .navbar .navbar-logo img {
  width: auto;
}
.cid-uQWgwMgGYH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQWgwMgGYH .navbar.collapsed {
  justify-content: center;
}
.cid-uQWgwMgGYH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQWgwMgGYH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQWgwMgGYH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uQWgwMgGYH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQWgwMgGYH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQWgwMgGYH .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-uQWgwMgGYH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQWgwMgGYH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQWgwMgGYH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQWgwMgGYH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQWgwMgGYH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQWgwMgGYH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQWgwMgGYH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQWgwMgGYH .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-uQWgwMgGYH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQWgwMgGYH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQWgwMgGYH .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uQWgwMgGYH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uQWgwMgGYH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQWgwMgGYH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQWgwMgGYH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQWgwMgGYH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-uQWgwMgGYH .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uQWgwMgGYH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uQWgwMgGYH .navbar-brand .navbar-caption:hover,
.cid-uQWgwMgGYH .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uQWgwMgGYH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQWgwMgGYH .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uQWgwMgGYH .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uQWgwMgGYH .dropdown-item.active,
.cid-uQWgwMgGYH .dropdown-item:active {
  background-color: transparent;
}
.cid-uQWgwMgGYH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQWgwMgGYH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQWgwMgGYH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQWgwMgGYH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f0f0f0;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uQWgwMgGYH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uQWgwMgGYH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uQWgwMgGYH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQWgwMgGYH ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uQWgwMgGYH ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uQWgwMgGYH .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uQWgwMgGYH .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 11px 26px;
}
@media (max-width: 575px) {
  .cid-uQWgwMgGYH .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uQWgwMgGYH button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f0f0f0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQWgwMgGYH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #093388;
}
.cid-uQWgwMgGYH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uQWgwMgGYH button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQWgwMgGYH button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQWgwMgGYH button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uQWgwMgGYH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQWgwMgGYH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQWgwMgGYH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQWgwMgGYH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQWgwMgGYH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQWgwMgGYH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQWgwMgGYH .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-uQWgwMgGYH .navbar {
    height: 70px;
  }
  .cid-uQWgwMgGYH .navbar.opened {
    height: auto;
  }
  .cid-uQWgwMgGYH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQWgwMgGYH .navbar-nav {
  margin: 0 auto;
}
.cid-uQWgwMgGYH .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uQWgwMgGYH .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uQWgwMgGYH .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uQWgwMgGYH .nav-item .nav-link:hover,
.cid-uQWgwMgGYH .nav-item .nav-link:focus {
  background-color: transparent;
  color: #093388 !important;
  opacity: .7;
}
.cid-uQWgwMgGYH .nav-item .nav-link:hover::after,
.cid-uQWgwMgGYH .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uQWgwMgGYH .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uQWgwMgGYH .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uQWgwMgGYH .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uQWgwMgGYH .navbar {
    justify-content: flex-start !important;
  }
  .cid-uQWgwMgGYH .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uQWgwMgGYH .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uQWgwMgGYH .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uQWgwMgGYH .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uQWgwMgGYH .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uQWgwMgGYH .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uQWgwMgGYH .content-wrap {
  min-height: 60px;
}
.cid-uQWgwMS8af {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uQWgwMS8af .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWgwMS8af .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWgwMS8af .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQWgwMS8af .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uQWgwMS8af .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uQWgwMS8af .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uQWgwMS8af .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uQWgwMS8af .header-menu li p {
  margin: 0;
}
.cid-uQWgwMS8af .content-head {
  max-width: 800px;
}
.cid-uQWgwNkXY4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f0f0f0;
}
.cid-uQWgwNkXY4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWgwNkXY4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWgwNkXY4 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uQWgwNkXY4 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uQWgwNkXY4 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uQWgwNkXY4 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uQWgwNkXY4 .container {
    padding: 0 12px;
  }
}
.cid-uQWgwNkXY4 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uQWgwNkXY4 .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uQWgwNkXY4 .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uQWgwNkXY4 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uQWgwNkXY4 .mbr-section-title {
  color: #1D1D1F;
}
.cid-uQWgwNkXY4 .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uQWgwNkXY4 .mbr-section-title,
.cid-uQWgwNkXY4 .mbr-section-btn {
  text-align: center;
}
.cid-uQWgwNEmS0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWgwNEmS0 blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uQWgwNEmS0 .mbr-section-title {
  text-align: center;
}
.cid-uQWgwNXHhJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uQWgwNXHhJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWgwNXHhJ .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-uQWgwNXHhJ .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uQWgwNXHhJ .container {
    padding: 0 12px;
  }
}
.cid-uQWgwNXHhJ .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uQWgwNXHhJ .image-wrapper {
    margin-bottom: 24px;
    height: auto;
  }
}
.cid-uQWgwNXHhJ .image-wrapper img {
  height: 260px;
  width: 410px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uQWgwNXHhJ .image-wrapper img {
    margin-bottom: 24px;
  }
}
.cid-uQWgwNXHhJ .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQWgwNXHhJ .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uQWgwNXHhJ .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQWgwNXHhJ .mbr-section-title {
  color: #222222;
}
.cid-uQWgwNXHhJ .mbr-text {
  color: #222222;
}
.cid-uQWgwOqb0H {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWgwOqb0H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWgwOqb0H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWgwOqb0H .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uQWgwOqb0H .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uQWgwOqb0H .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uQWgwOqb0H .mbr-section-title {
  color: #131313;
}
.cid-uQWgwOqb0H .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uQWgwOqb0H .items-row {
  row-gap: 24px;
}
.cid-uQWgwOqb0H .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uQWgwOqb0H .item-wrapper {
  width: 100%;
  padding: 11px 11px 40px;
  border: 2px solid #d96d00;
  box-shadow: 4px 4px 0 #d96d00;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uQWgwOqb0H .item-wrapper {
    padding: 11px 11px 20px;
  }
}
@media (min-width: 992px) {
  .cid-uQWgwOqb0H .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uQWgwOqb0H .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 46/calc(10 * 3);
}
.cid-uQWgwOqb0H .item-content {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .cid-uQWgwOqb0H .item-content {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uQWgwOqb0H .item-content {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
}
.cid-uQWgwOqb0H .card-title {
  color: #131313;
}
.cid-uQWgwOqb0H .card-text {
  margin-top: 5px;
  color: #131313;
}
.cid-uQWgwOqb0H .link-text {
  margin-top: 20px;
  color: #FC7942;
}
@media (max-width: 1199px) {
  .cid-uQWgwOqb0H .link-text {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uQWgwOqb0H .link-text {
    margin-top: 5px;
  }
}
.cid-uQWgwOqb0H .link-text a.text-primary:hover {
  color: #131313 !important;
}
.cid-uQWgwOqb0H .mbr-section-btn {
  margin-top: 5px;
}
.cid-uQWgwOqb0H .card-text,
.cid-uQWgwOqb0H .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uQWgwOqb0H .card-title,
.cid-uQWgwOqb0H .iconfont-wrapper {
  text-align: center;
}
.cid-uQWgwOUcDG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWgwOUcDG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWgwOUcDG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWgwOUcDG .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uQWgwOUcDG .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uQWgwOUcDG .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uQWgwOUcDG .mbr-section-title {
  color: #131313;
}
.cid-uQWgwOUcDG .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uQWgwOUcDG .items-row {
  row-gap: 24px;
}
.cid-uQWgwOUcDG .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uQWgwOUcDG .item-wrapper {
  width: 100%;
  padding: 11px 11px 40px;
  border: 2px solid #d96d00;
  box-shadow: 4px 4px 0 #d96d00;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uQWgwOUcDG .item-wrapper {
    padding: 11px 11px 20px;
  }
}
@media (min-width: 992px) {
  .cid-uQWgwOUcDG .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uQWgwOUcDG .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 46/calc(10 * 3);
}
.cid-uQWgwOUcDG .item-content {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .cid-uQWgwOUcDG .item-content {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uQWgwOUcDG .item-content {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
}
.cid-uQWgwOUcDG .card-title {
  color: #131313;
}
.cid-uQWgwOUcDG .card-text {
  margin-top: 5px;
  color: #131313;
}
.cid-uQWgwOUcDG .link-text {
  margin-top: 20px;
  color: #FC7942;
}
@media (max-width: 1199px) {
  .cid-uQWgwOUcDG .link-text {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uQWgwOUcDG .link-text {
    margin-top: 5px;
  }
}
.cid-uQWgwOUcDG .link-text a.text-primary:hover {
  color: #131313 !important;
}
.cid-uQWgwOUcDG .mbr-section-btn {
  margin-top: 5px;
}
.cid-uQWgwOUcDG .card-text,
.cid-uQWgwOUcDG .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uQWgwOUcDG .card-title,
.cid-uQWgwOUcDG .iconfont-wrapper {
  text-align: center;
}
.cid-uSfHlGxVGw {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSfHlGxVGw .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uQWgwPtFER {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWgwPtFER .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWgwPtFER .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWgwPtFER img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
  margin: auto;
  margin-bottom: 1.5rem;
}
.cid-uQWgwPtFER .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 1.5rem;
  color: #ffb038;
  width: 30px;
  justify-content: center;
  align-items: center;
}
.cid-uQWgwPtFER .card-title,
.cid-uQWgwPtFER .iconfont-wrapper {
  color: #232323;
}
.cid-uQWgwPtFER .card-text {
  color: #232323;
}
.cid-uQWgwPtFER .mbr-section-title {
  color: #4e423d;
}
.cid-uQWgwPtFER .mbr-section-subtitle {
  color: #232323;
}
.cid-uQWgwPtFER .content-head {
  max-width: 800px;
}
.cid-uQWgwPtFER .card-subtitle {
  color: #a1a1a1;
}
#custom-html-cy {
  /* Type valid CSS here */
}
#custom-html-cy div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-cy p {
  font-size: 60px;
  color: #777;
}
.cid-uSlBHhcfnI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlBHhcfnI img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlBHhcfnI img {
    width: 100%;
  }
}
.cid-uSlBHhcfnI .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlBHhcfnI .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlBHhcfnI .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlBHhcfnI .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlBHhcfnI .mbr-text,
.cid-uSlBHhcfnI .mbr-section-btn {
  color: #777777;
}
.cid-uSlBHhcfnI .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlBHhcfnI .mbr-list {
  color: #ffffff;
}
.cid-uSlBHhcfnI .mbr-section-title {
  color: #edefeb;
  text-align: center;
}
.cid-uSlBI9ZFMT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlBI9ZFMT img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlBI9ZFMT img {
    width: 100%;
  }
}
.cid-uSlBI9ZFMT .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlBI9ZFMT .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlBI9ZFMT .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlBI9ZFMT .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlBI9ZFMT .mbr-text,
.cid-uSlBI9ZFMT .mbr-section-btn {
  color: #777777;
}
.cid-uSlBI9ZFMT .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlBI9ZFMT .mbr-list {
  color: #ffffff;
}
.cid-uSlBIZGbeL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlBIZGbeL img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlBIZGbeL img {
    width: 100%;
  }
}
.cid-uSlBIZGbeL .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlBIZGbeL .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlBIZGbeL .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlBIZGbeL .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlBIZGbeL .mbr-text,
.cid-uSlBIZGbeL .mbr-section-btn {
  color: #777777;
}
.cid-uSlBIZGbeL .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlBIZGbeL .mbr-list {
  color: #ffffff;
}
.cid-uSlBJPnQ9V {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlBJPnQ9V img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlBJPnQ9V img {
    width: 100%;
  }
}
.cid-uSlBJPnQ9V .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlBJPnQ9V .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlBJPnQ9V .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlBJPnQ9V .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlBJPnQ9V .mbr-text,
.cid-uSlBJPnQ9V .mbr-section-btn {
  color: #777777;
}
.cid-uSlBJPnQ9V .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlBJPnQ9V .mbr-list {
  color: #ffffff;
}
.cid-uQWgwS6gOD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f4f4f4;
}
.cid-uQWgwS6gOD .mbr-text {
  color: #333333;
  font-weight: 500;
}
.cid-uQWgwS6gOD .container {
  max-width: 1300px;
}
.cid-uQWgHcGgCD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uQWgHcGgCD nav.navbar {
  position: fixed;
}
.cid-uQWgHcGgCD .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-uQWgHcGgCD .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uQWgHcGgCD .dropdown-item {
  border: none !important;
  background: #f0f0f0 !important;
  font-weight: 400 !important;
}
.cid-uQWgHcGgCD .dropdown-item:hover,
.cid-uQWgHcGgCD .dropdown-item:focus {
  background: #f0f0f0 !important;
  color: #093388 !important;
}
.cid-uQWgHcGgCD .dropdown-item:hover span {
  color: white;
}
.cid-uQWgHcGgCD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQWgHcGgCD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQWgHcGgCD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQWgHcGgCD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQWgHcGgCD .nav-link {
  position: relative;
}
.cid-uQWgHcGgCD .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uQWgHcGgCD .container {
    flex-wrap: nowrap;
  }
}
.cid-uQWgHcGgCD .iconfont-wrapper {
  color: #093388 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uQWgHcGgCD .iconfont-wrapper:hover {
  opacity: .7;
}
.cid-uQWgHcGgCD .dropdown-menu,
.cid-uQWgHcGgCD .navbar.opened {
  background: #f0f0f0 !important;
}
.cid-uQWgHcGgCD .nav-item:focus,
.cid-uQWgHcGgCD .nav-link:focus {
  outline: none;
}
.cid-uQWgHcGgCD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQWgHcGgCD .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uQWgHcGgCD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQWgHcGgCD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQWgHcGgCD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQWgHcGgCD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQWgHcGgCD .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f0f0f0;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQWgHcGgCD .navbar.opened {
  transition: all 0.3s;
}
.cid-uQWgHcGgCD .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uQWgHcGgCD .navbar .navbar-logo img {
  width: auto;
}
.cid-uQWgHcGgCD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQWgHcGgCD .navbar.collapsed {
  justify-content: center;
}
.cid-uQWgHcGgCD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQWgHcGgCD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQWgHcGgCD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uQWgHcGgCD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQWgHcGgCD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQWgHcGgCD .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-uQWgHcGgCD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQWgHcGgCD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQWgHcGgCD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQWgHcGgCD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQWgHcGgCD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQWgHcGgCD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQWgHcGgCD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQWgHcGgCD .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-uQWgHcGgCD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQWgHcGgCD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQWgHcGgCD .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uQWgHcGgCD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uQWgHcGgCD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQWgHcGgCD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQWgHcGgCD .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQWgHcGgCD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-uQWgHcGgCD .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uQWgHcGgCD .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uQWgHcGgCD .navbar-brand .navbar-caption:hover,
.cid-uQWgHcGgCD .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uQWgHcGgCD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQWgHcGgCD .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uQWgHcGgCD .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uQWgHcGgCD .dropdown-item.active,
.cid-uQWgHcGgCD .dropdown-item:active {
  background-color: transparent;
}
.cid-uQWgHcGgCD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQWgHcGgCD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQWgHcGgCD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQWgHcGgCD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f0f0f0;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uQWgHcGgCD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uQWgHcGgCD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uQWgHcGgCD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQWgHcGgCD ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uQWgHcGgCD ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uQWgHcGgCD .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uQWgHcGgCD .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 11px 26px;
}
@media (max-width: 575px) {
  .cid-uQWgHcGgCD .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uQWgHcGgCD button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f0f0f0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQWgHcGgCD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #093388;
}
.cid-uQWgHcGgCD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uQWgHcGgCD button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQWgHcGgCD button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQWgHcGgCD button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uQWgHcGgCD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQWgHcGgCD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQWgHcGgCD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQWgHcGgCD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQWgHcGgCD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQWgHcGgCD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQWgHcGgCD .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-uQWgHcGgCD .navbar {
    height: 70px;
  }
  .cid-uQWgHcGgCD .navbar.opened {
    height: auto;
  }
  .cid-uQWgHcGgCD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQWgHcGgCD .navbar-nav {
  margin: 0 auto;
}
.cid-uQWgHcGgCD .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uQWgHcGgCD .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uQWgHcGgCD .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uQWgHcGgCD .nav-item .nav-link:hover,
.cid-uQWgHcGgCD .nav-item .nav-link:focus {
  background-color: transparent;
  color: #093388 !important;
  opacity: .7;
}
.cid-uQWgHcGgCD .nav-item .nav-link:hover::after,
.cid-uQWgHcGgCD .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uQWgHcGgCD .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uQWgHcGgCD .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uQWgHcGgCD .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uQWgHcGgCD .navbar {
    justify-content: flex-start !important;
  }
  .cid-uQWgHcGgCD .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uQWgHcGgCD .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uQWgHcGgCD .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uQWgHcGgCD .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uQWgHcGgCD .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uQWgHcGgCD .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uQWgHcGgCD .content-wrap {
  min-height: 60px;
}
.cid-uQWgHdd4W0 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uQWgHdd4W0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWgHdd4W0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWgHdd4W0 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQWgHdd4W0 .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uQWgHdd4W0 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uQWgHdd4W0 .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uQWgHdd4W0 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uQWgHdd4W0 .header-menu li p {
  margin: 0;
}
.cid-uQWgHdd4W0 .content-head {
  max-width: 800px;
}
.cid-uQWgHdEHyW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f0f0f0;
}
.cid-uQWgHdEHyW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWgHdEHyW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWgHdEHyW .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uQWgHdEHyW .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uQWgHdEHyW .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uQWgHdEHyW .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uQWgHdEHyW .container {
    padding: 0 12px;
  }
}
.cid-uQWgHdEHyW .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uQWgHdEHyW .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uQWgHdEHyW .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uQWgHdEHyW .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uQWgHdEHyW .mbr-section-title {
  color: #1D1D1F;
}
.cid-uQWgHdEHyW .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uQWgHdEHyW .mbr-section-title,
.cid-uQWgHdEHyW .mbr-section-btn {
  text-align: center;
}
.cid-uQWgHdZSYL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWgHdZSYL blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uQWgHdZSYL .mbr-section-title {
  text-align: center;
}
.cid-uQWgHeiXb8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uQWgHeiXb8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWgHeiXb8 .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-uQWgHeiXb8 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uQWgHeiXb8 .container {
    padding: 0 12px;
  }
}
.cid-uQWgHeiXb8 .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uQWgHeiXb8 .image-wrapper {
    margin-bottom: 24px;
    height: auto;
  }
}
.cid-uQWgHeiXb8 .image-wrapper img {
  height: 260px;
  width: 410px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uQWgHeiXb8 .image-wrapper img {
    margin-bottom: 24px;
  }
}
.cid-uQWgHeiXb8 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQWgHeiXb8 .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uQWgHeiXb8 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQWgHeiXb8 .mbr-section-title {
  color: #222222;
}
.cid-uQWgHeiXb8 .mbr-text {
  color: #222222;
}
.cid-uQWgHeF8EH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWgHeF8EH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWgHeF8EH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWgHeF8EH .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uQWgHeF8EH .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uQWgHeF8EH .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uQWgHeF8EH .mbr-section-title {
  color: #131313;
}
.cid-uQWgHeF8EH .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uQWgHeF8EH .items-row {
  row-gap: 24px;
}
.cid-uQWgHeF8EH .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uQWgHeF8EH .item-wrapper {
  width: 100%;
  padding: 11px 11px 40px;
  border: 2px solid #d96d00;
  box-shadow: 4px 4px 0 #d96d00;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uQWgHeF8EH .item-wrapper {
    padding: 11px 11px 20px;
  }
}
@media (min-width: 992px) {
  .cid-uQWgHeF8EH .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uQWgHeF8EH .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 46/calc(10 * 3);
}
.cid-uQWgHeF8EH .item-content {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .cid-uQWgHeF8EH .item-content {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uQWgHeF8EH .item-content {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
}
.cid-uQWgHeF8EH .card-title {
  color: #131313;
}
.cid-uQWgHeF8EH .card-text {
  margin-top: 5px;
  color: #131313;
}
.cid-uQWgHeF8EH .link-text {
  margin-top: 20px;
  color: #FC7942;
}
@media (max-width: 1199px) {
  .cid-uQWgHeF8EH .link-text {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uQWgHeF8EH .link-text {
    margin-top: 5px;
  }
}
.cid-uQWgHeF8EH .link-text a.text-primary:hover {
  color: #131313 !important;
}
.cid-uQWgHeF8EH .mbr-section-btn {
  margin-top: 5px;
}
.cid-uQWgHeF8EH .card-text,
.cid-uQWgHeF8EH .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uQWgHeF8EH .card-title,
.cid-uQWgHeF8EH .iconfont-wrapper {
  text-align: center;
}
.cid-uQWgHfc2Zi {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWgHfc2Zi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWgHfc2Zi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWgHfc2Zi .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uQWgHfc2Zi .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uQWgHfc2Zi .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uQWgHfc2Zi .mbr-section-title {
  color: #131313;
}
.cid-uQWgHfc2Zi .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uQWgHfc2Zi .items-row {
  row-gap: 24px;
}
.cid-uQWgHfc2Zi .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uQWgHfc2Zi .item-wrapper {
  width: 100%;
  padding: 11px 11px 40px;
  border: 2px solid #d96d00;
  box-shadow: 4px 4px 0 #d96d00;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uQWgHfc2Zi .item-wrapper {
    padding: 11px 11px 20px;
  }
}
@media (min-width: 992px) {
  .cid-uQWgHfc2Zi .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uQWgHfc2Zi .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 46/calc(10 * 3);
}
.cid-uQWgHfc2Zi .item-content {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .cid-uQWgHfc2Zi .item-content {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uQWgHfc2Zi .item-content {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
}
.cid-uQWgHfc2Zi .card-title {
  color: #131313;
}
.cid-uQWgHfc2Zi .card-text {
  margin-top: 5px;
  color: #131313;
}
.cid-uQWgHfc2Zi .link-text {
  margin-top: 20px;
  color: #FC7942;
}
@media (max-width: 1199px) {
  .cid-uQWgHfc2Zi .link-text {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uQWgHfc2Zi .link-text {
    margin-top: 5px;
  }
}
.cid-uQWgHfc2Zi .link-text a.text-primary:hover {
  color: #131313 !important;
}
.cid-uQWgHfc2Zi .mbr-section-btn {
  margin-top: 5px;
}
.cid-uQWgHfc2Zi .card-text,
.cid-uQWgHfc2Zi .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uQWgHfc2Zi .card-title,
.cid-uQWgHfc2Zi .iconfont-wrapper {
  text-align: center;
}
.cid-uSfI3VYsZY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSfI3VYsZY .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uQWgHfH5NL {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWgHfH5NL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWgHfH5NL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWgHfH5NL img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
  margin: auto;
  margin-bottom: 1.5rem;
}
.cid-uQWgHfH5NL .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 1.5rem;
  color: #ffb038;
  width: 30px;
  justify-content: center;
  align-items: center;
}
.cid-uQWgHfH5NL .card-title,
.cid-uQWgHfH5NL .iconfont-wrapper {
  color: #232323;
}
.cid-uQWgHfH5NL .card-text {
  color: #232323;
}
.cid-uQWgHfH5NL .mbr-section-title {
  color: #4e423d;
}
.cid-uQWgHfH5NL .mbr-section-subtitle {
  color: #232323;
}
.cid-uQWgHfH5NL .content-head {
  max-width: 800px;
}
.cid-uQWgHfH5NL .card-subtitle {
  color: #a1a1a1;
}
#custom-html-dc {
  /* Type valid CSS here */
}
#custom-html-dc div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-dc p {
  font-size: 60px;
  color: #777;
}
.cid-uSlBYtDT8z {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlBYtDT8z img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlBYtDT8z img {
    width: 100%;
  }
}
.cid-uSlBYtDT8z .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlBYtDT8z .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlBYtDT8z .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlBYtDT8z .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlBYtDT8z .mbr-text,
.cid-uSlBYtDT8z .mbr-section-btn {
  color: #777777;
}
.cid-uSlBYtDT8z .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlBYtDT8z .mbr-list {
  color: #ffffff;
}
.cid-uSlBYtDT8z .mbr-section-title {
  color: #edefeb;
  text-align: center;
}
.cid-uSlBZcqZAD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlBZcqZAD img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlBZcqZAD img {
    width: 100%;
  }
}
.cid-uSlBZcqZAD .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlBZcqZAD .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlBZcqZAD .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlBZcqZAD .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlBZcqZAD .mbr-text,
.cid-uSlBZcqZAD .mbr-section-btn {
  color: #777777;
}
.cid-uSlBZcqZAD .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlBZcqZAD .mbr-list {
  color: #ffffff;
}
.cid-uSlBZYDkvN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlBZYDkvN img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlBZYDkvN img {
    width: 100%;
  }
}
.cid-uSlBZYDkvN .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlBZYDkvN .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlBZYDkvN .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlBZYDkvN .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlBZYDkvN .mbr-text,
.cid-uSlBZYDkvN .mbr-section-btn {
  color: #777777;
}
.cid-uSlBZYDkvN .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlBZYDkvN .mbr-list {
  color: #ffffff;
}
.cid-uSlC0EQbYM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlC0EQbYM img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlC0EQbYM img {
    width: 100%;
  }
}
.cid-uSlC0EQbYM .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlC0EQbYM .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlC0EQbYM .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlC0EQbYM .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlC0EQbYM .mbr-text,
.cid-uSlC0EQbYM .mbr-section-btn {
  color: #777777;
}
.cid-uSlC0EQbYM .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlC0EQbYM .mbr-list {
  color: #ffffff;
}
.cid-uQWgHij3jq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f4f4f4;
}
.cid-uQWgHij3jq .mbr-text {
  color: #333333;
  font-weight: 500;
}
.cid-uQWgHij3jq .container {
  max-width: 1300px;
}
.cid-uQWh65TQaR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uQWh65TQaR nav.navbar {
  position: fixed;
}
.cid-uQWh65TQaR .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-uQWh65TQaR .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uQWh65TQaR .dropdown-item {
  border: none !important;
  background: #f0f0f0 !important;
  font-weight: 400 !important;
}
.cid-uQWh65TQaR .dropdown-item:hover,
.cid-uQWh65TQaR .dropdown-item:focus {
  background: #f0f0f0 !important;
  color: #093388 !important;
}
.cid-uQWh65TQaR .dropdown-item:hover span {
  color: white;
}
.cid-uQWh65TQaR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQWh65TQaR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQWh65TQaR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQWh65TQaR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQWh65TQaR .nav-link {
  position: relative;
}
.cid-uQWh65TQaR .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uQWh65TQaR .container {
    flex-wrap: nowrap;
  }
}
.cid-uQWh65TQaR .iconfont-wrapper {
  color: #093388 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uQWh65TQaR .iconfont-wrapper:hover {
  opacity: .7;
}
.cid-uQWh65TQaR .dropdown-menu,
.cid-uQWh65TQaR .navbar.opened {
  background: #f0f0f0 !important;
}
.cid-uQWh65TQaR .nav-item:focus,
.cid-uQWh65TQaR .nav-link:focus {
  outline: none;
}
.cid-uQWh65TQaR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQWh65TQaR .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uQWh65TQaR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQWh65TQaR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQWh65TQaR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQWh65TQaR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQWh65TQaR .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f0f0f0;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQWh65TQaR .navbar.opened {
  transition: all 0.3s;
}
.cid-uQWh65TQaR .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uQWh65TQaR .navbar .navbar-logo img {
  width: auto;
}
.cid-uQWh65TQaR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQWh65TQaR .navbar.collapsed {
  justify-content: center;
}
.cid-uQWh65TQaR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQWh65TQaR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQWh65TQaR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uQWh65TQaR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQWh65TQaR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQWh65TQaR .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-uQWh65TQaR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQWh65TQaR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQWh65TQaR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQWh65TQaR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQWh65TQaR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQWh65TQaR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQWh65TQaR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQWh65TQaR .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-uQWh65TQaR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQWh65TQaR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQWh65TQaR .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uQWh65TQaR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uQWh65TQaR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQWh65TQaR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQWh65TQaR .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQWh65TQaR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-uQWh65TQaR .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uQWh65TQaR .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uQWh65TQaR .navbar-brand .navbar-caption:hover,
.cid-uQWh65TQaR .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uQWh65TQaR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQWh65TQaR .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uQWh65TQaR .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uQWh65TQaR .dropdown-item.active,
.cid-uQWh65TQaR .dropdown-item:active {
  background-color: transparent;
}
.cid-uQWh65TQaR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQWh65TQaR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQWh65TQaR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQWh65TQaR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f0f0f0;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uQWh65TQaR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uQWh65TQaR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uQWh65TQaR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQWh65TQaR ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uQWh65TQaR ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uQWh65TQaR .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uQWh65TQaR .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 11px 26px;
}
@media (max-width: 575px) {
  .cid-uQWh65TQaR .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uQWh65TQaR button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f0f0f0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQWh65TQaR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #093388;
}
.cid-uQWh65TQaR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uQWh65TQaR button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQWh65TQaR button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQWh65TQaR button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uQWh65TQaR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQWh65TQaR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQWh65TQaR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQWh65TQaR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQWh65TQaR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQWh65TQaR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQWh65TQaR .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-uQWh65TQaR .navbar {
    height: 70px;
  }
  .cid-uQWh65TQaR .navbar.opened {
    height: auto;
  }
  .cid-uQWh65TQaR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQWh65TQaR .navbar-nav {
  margin: 0 auto;
}
.cid-uQWh65TQaR .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uQWh65TQaR .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uQWh65TQaR .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uQWh65TQaR .nav-item .nav-link:hover,
.cid-uQWh65TQaR .nav-item .nav-link:focus {
  background-color: transparent;
  color: #093388 !important;
  opacity: .7;
}
.cid-uQWh65TQaR .nav-item .nav-link:hover::after,
.cid-uQWh65TQaR .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uQWh65TQaR .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uQWh65TQaR .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uQWh65TQaR .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uQWh65TQaR .navbar {
    justify-content: flex-start !important;
  }
  .cid-uQWh65TQaR .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uQWh65TQaR .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uQWh65TQaR .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uQWh65TQaR .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uQWh65TQaR .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uQWh65TQaR .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uQWh65TQaR .content-wrap {
  min-height: 60px;
}
.cid-uQWh66svNF {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uQWh66svNF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWh66svNF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWh66svNF .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQWh66svNF .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uQWh66svNF .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uQWh66svNF .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uQWh66svNF .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uQWh66svNF .header-menu li p {
  margin: 0;
}
.cid-uQWh66svNF .content-head {
  max-width: 800px;
}
.cid-uQWh66UWcx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f0f0f0;
}
.cid-uQWh66UWcx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWh66UWcx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWh66UWcx .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uQWh66UWcx .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uQWh66UWcx .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uQWh66UWcx .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uQWh66UWcx .container {
    padding: 0 12px;
  }
}
.cid-uQWh66UWcx .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uQWh66UWcx .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uQWh66UWcx .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uQWh66UWcx .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uQWh66UWcx .mbr-section-title {
  color: #1D1D1F;
}
.cid-uQWh66UWcx .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uQWh66UWcx .mbr-section-title,
.cid-uQWh66UWcx .mbr-section-btn {
  text-align: center;
}
.cid-uQWh67fmbN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWh67fmbN blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uQWh67fmbN .mbr-section-title {
  text-align: center;
}
.cid-uQWh67yTuw {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uQWh67yTuw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWh67yTuw .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-uQWh67yTuw .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uQWh67yTuw .container {
    padding: 0 12px;
  }
}
.cid-uQWh67yTuw .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uQWh67yTuw .image-wrapper {
    margin-bottom: 24px;
    height: auto;
  }
}
.cid-uQWh67yTuw .image-wrapper img {
  height: 260px;
  width: 410px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uQWh67yTuw .image-wrapper img {
    margin-bottom: 24px;
  }
}
.cid-uQWh67yTuw .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQWh67yTuw .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uQWh67yTuw .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQWh67yTuw .mbr-section-title {
  color: #222222;
}
.cid-uQWh67yTuw .mbr-text {
  color: #222222;
}
.cid-uQWh67TVEm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWh67TVEm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWh67TVEm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWh67TVEm .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uQWh67TVEm .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uQWh67TVEm .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uQWh67TVEm .mbr-section-title {
  color: #131313;
}
.cid-uQWh67TVEm .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uQWh67TVEm .items-row {
  row-gap: 24px;
}
.cid-uQWh67TVEm .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uQWh67TVEm .item-wrapper {
  width: 100%;
  padding: 11px 11px 40px;
  border: 2px solid #d96d00;
  box-shadow: 4px 4px 0 #d96d00;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uQWh67TVEm .item-wrapper {
    padding: 11px 11px 20px;
  }
}
@media (min-width: 992px) {
  .cid-uQWh67TVEm .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uQWh67TVEm .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 46/calc(10 * 3);
}
.cid-uQWh67TVEm .item-content {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .cid-uQWh67TVEm .item-content {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uQWh67TVEm .item-content {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
}
.cid-uQWh67TVEm .card-title {
  color: #131313;
}
.cid-uQWh67TVEm .card-text {
  margin-top: 5px;
  color: #131313;
}
.cid-uQWh67TVEm .link-text {
  margin-top: 20px;
  color: #FC7942;
}
@media (max-width: 1199px) {
  .cid-uQWh67TVEm .link-text {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uQWh67TVEm .link-text {
    margin-top: 5px;
  }
}
.cid-uQWh67TVEm .link-text a.text-primary:hover {
  color: #131313 !important;
}
.cid-uQWh67TVEm .mbr-section-btn {
  margin-top: 5px;
}
.cid-uQWh67TVEm .card-text,
.cid-uQWh67TVEm .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uQWh67TVEm .card-title,
.cid-uQWh67TVEm .iconfont-wrapper {
  text-align: center;
}
.cid-uQWh68p137 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWh68p137 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWh68p137 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWh68p137 .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uQWh68p137 .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uQWh68p137 .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uQWh68p137 .mbr-section-title {
  color: #131313;
}
.cid-uQWh68p137 .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uQWh68p137 .items-row {
  row-gap: 24px;
}
.cid-uQWh68p137 .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uQWh68p137 .item-wrapper {
  width: 100%;
  padding: 11px 11px 40px;
  border: 2px solid #d96d00;
  box-shadow: 4px 4px 0 #d96d00;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uQWh68p137 .item-wrapper {
    padding: 11px 11px 20px;
  }
}
@media (min-width: 992px) {
  .cid-uQWh68p137 .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uQWh68p137 .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 46/calc(10 * 3);
}
.cid-uQWh68p137 .item-content {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .cid-uQWh68p137 .item-content {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uQWh68p137 .item-content {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
}
.cid-uQWh68p137 .card-title {
  color: #131313;
}
.cid-uQWh68p137 .card-text {
  margin-top: 5px;
  color: #131313;
}
.cid-uQWh68p137 .link-text {
  margin-top: 20px;
  color: #FC7942;
}
@media (max-width: 1199px) {
  .cid-uQWh68p137 .link-text {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uQWh68p137 .link-text {
    margin-top: 5px;
  }
}
.cid-uQWh68p137 .link-text a.text-primary:hover {
  color: #131313 !important;
}
.cid-uQWh68p137 .mbr-section-btn {
  margin-top: 5px;
}
.cid-uQWh68p137 .card-text,
.cid-uQWh68p137 .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uQWh68p137 .card-title,
.cid-uQWh68p137 .iconfont-wrapper {
  text-align: center;
}
.cid-uSfJ5jyiGI {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSfJ5jyiGI .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uQWh68XmxS {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWh68XmxS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWh68XmxS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWh68XmxS img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
  margin: auto;
  margin-bottom: 1.5rem;
}
.cid-uQWh68XmxS .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 1.5rem;
  color: #ffb038;
  width: 30px;
  justify-content: center;
  align-items: center;
}
.cid-uQWh68XmxS .card-title,
.cid-uQWh68XmxS .iconfont-wrapper {
  color: #232323;
}
.cid-uQWh68XmxS .card-text {
  color: #232323;
}
.cid-uQWh68XmxS .mbr-section-title {
  color: #4e423d;
}
.cid-uQWh68XmxS .mbr-section-subtitle {
  color: #232323;
}
.cid-uQWh68XmxS .content-head {
  max-width: 800px;
}
.cid-uQWh68XmxS .card-subtitle {
  color: #a1a1a1;
}
#custom-html-dq {
  /* Type valid CSS here */
}
#custom-html-dq div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-dq p {
  font-size: 60px;
  color: #777;
}
.cid-uSlC6W03um {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlC6W03um img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlC6W03um img {
    width: 100%;
  }
}
.cid-uSlC6W03um .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlC6W03um .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlC6W03um .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlC6W03um .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlC6W03um .mbr-text,
.cid-uSlC6W03um .mbr-section-btn {
  color: #777777;
}
.cid-uSlC6W03um .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlC6W03um .mbr-list {
  color: #ffffff;
}
.cid-uSlC6W03um .mbr-section-title {
  color: #edefeb;
  text-align: center;
}
.cid-uSlC7MdXcj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlC7MdXcj img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlC7MdXcj img {
    width: 100%;
  }
}
.cid-uSlC7MdXcj .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlC7MdXcj .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlC7MdXcj .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlC7MdXcj .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlC7MdXcj .mbr-text,
.cid-uSlC7MdXcj .mbr-section-btn {
  color: #777777;
}
.cid-uSlC7MdXcj .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlC7MdXcj .mbr-list {
  color: #ffffff;
}
.cid-uSlC8WRDDO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlC8WRDDO img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlC8WRDDO img {
    width: 100%;
  }
}
.cid-uSlC8WRDDO .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlC8WRDDO .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlC8WRDDO .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlC8WRDDO .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlC8WRDDO .mbr-text,
.cid-uSlC8WRDDO .mbr-section-btn {
  color: #777777;
}
.cid-uSlC8WRDDO .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlC8WRDDO .mbr-list {
  color: #ffffff;
}
.cid-uSlC9WmyW9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlC9WmyW9 img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlC9WmyW9 img {
    width: 100%;
  }
}
.cid-uSlC9WmyW9 .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlC9WmyW9 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlC9WmyW9 .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlC9WmyW9 .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlC9WmyW9 .mbr-text,
.cid-uSlC9WmyW9 .mbr-section-btn {
  color: #777777;
}
.cid-uSlC9WmyW9 .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlC9WmyW9 .mbr-list {
  color: #ffffff;
}
.cid-uQWh6bxNCn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f4f4f4;
}
.cid-uQWh6bxNCn .mbr-text {
  color: #333333;
  font-weight: 500;
}
.cid-uQWh6bxNCn .container {
  max-width: 1300px;
}
.cid-uQWhhc6Mx7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uQWhhc6Mx7 nav.navbar {
  position: fixed;
}
.cid-uQWhhc6Mx7 .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-uQWhhc6Mx7 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uQWhhc6Mx7 .dropdown-item {
  border: none !important;
  background: #f0f0f0 !important;
  font-weight: 400 !important;
}
.cid-uQWhhc6Mx7 .dropdown-item:hover,
.cid-uQWhhc6Mx7 .dropdown-item:focus {
  background: #f0f0f0 !important;
  color: #093388 !important;
}
.cid-uQWhhc6Mx7 .dropdown-item:hover span {
  color: white;
}
.cid-uQWhhc6Mx7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQWhhc6Mx7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQWhhc6Mx7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQWhhc6Mx7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQWhhc6Mx7 .nav-link {
  position: relative;
}
.cid-uQWhhc6Mx7 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uQWhhc6Mx7 .container {
    flex-wrap: nowrap;
  }
}
.cid-uQWhhc6Mx7 .iconfont-wrapper {
  color: #093388 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uQWhhc6Mx7 .iconfont-wrapper:hover {
  opacity: .7;
}
.cid-uQWhhc6Mx7 .dropdown-menu,
.cid-uQWhhc6Mx7 .navbar.opened {
  background: #f0f0f0 !important;
}
.cid-uQWhhc6Mx7 .nav-item:focus,
.cid-uQWhhc6Mx7 .nav-link:focus {
  outline: none;
}
.cid-uQWhhc6Mx7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQWhhc6Mx7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uQWhhc6Mx7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQWhhc6Mx7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQWhhc6Mx7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQWhhc6Mx7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQWhhc6Mx7 .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f0f0f0;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQWhhc6Mx7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uQWhhc6Mx7 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uQWhhc6Mx7 .navbar .navbar-logo img {
  width: auto;
}
.cid-uQWhhc6Mx7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQWhhc6Mx7 .navbar.collapsed {
  justify-content: center;
}
.cid-uQWhhc6Mx7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQWhhc6Mx7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQWhhc6Mx7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uQWhhc6Mx7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQWhhc6Mx7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQWhhc6Mx7 .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-uQWhhc6Mx7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQWhhc6Mx7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQWhhc6Mx7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQWhhc6Mx7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQWhhc6Mx7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQWhhc6Mx7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQWhhc6Mx7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQWhhc6Mx7 .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-uQWhhc6Mx7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQWhhc6Mx7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQWhhc6Mx7 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uQWhhc6Mx7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uQWhhc6Mx7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQWhhc6Mx7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQWhhc6Mx7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQWhhc6Mx7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-uQWhhc6Mx7 .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uQWhhc6Mx7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uQWhhc6Mx7 .navbar-brand .navbar-caption:hover,
.cid-uQWhhc6Mx7 .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uQWhhc6Mx7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQWhhc6Mx7 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uQWhhc6Mx7 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uQWhhc6Mx7 .dropdown-item.active,
.cid-uQWhhc6Mx7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uQWhhc6Mx7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQWhhc6Mx7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQWhhc6Mx7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQWhhc6Mx7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f0f0f0;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uQWhhc6Mx7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uQWhhc6Mx7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uQWhhc6Mx7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQWhhc6Mx7 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uQWhhc6Mx7 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uQWhhc6Mx7 .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uQWhhc6Mx7 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 11px 26px;
}
@media (max-width: 575px) {
  .cid-uQWhhc6Mx7 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uQWhhc6Mx7 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f0f0f0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQWhhc6Mx7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #093388;
}
.cid-uQWhhc6Mx7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uQWhhc6Mx7 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQWhhc6Mx7 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQWhhc6Mx7 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uQWhhc6Mx7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQWhhc6Mx7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQWhhc6Mx7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQWhhc6Mx7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQWhhc6Mx7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQWhhc6Mx7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQWhhc6Mx7 .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-uQWhhc6Mx7 .navbar {
    height: 70px;
  }
  .cid-uQWhhc6Mx7 .navbar.opened {
    height: auto;
  }
  .cid-uQWhhc6Mx7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQWhhc6Mx7 .navbar-nav {
  margin: 0 auto;
}
.cid-uQWhhc6Mx7 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uQWhhc6Mx7 .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uQWhhc6Mx7 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uQWhhc6Mx7 .nav-item .nav-link:hover,
.cid-uQWhhc6Mx7 .nav-item .nav-link:focus {
  background-color: transparent;
  color: #093388 !important;
  opacity: .7;
}
.cid-uQWhhc6Mx7 .nav-item .nav-link:hover::after,
.cid-uQWhhc6Mx7 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uQWhhc6Mx7 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uQWhhc6Mx7 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uQWhhc6Mx7 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uQWhhc6Mx7 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uQWhhc6Mx7 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uQWhhc6Mx7 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uQWhhc6Mx7 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uQWhhc6Mx7 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uQWhhc6Mx7 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uQWhhc6Mx7 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uQWhhc6Mx7 .content-wrap {
  min-height: 60px;
}
.cid-uQWhhcFuSE {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uQWhhcFuSE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWhhcFuSE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWhhcFuSE .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQWhhcFuSE .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uQWhhcFuSE .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uQWhhcFuSE .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uQWhhcFuSE .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uQWhhcFuSE .header-menu li p {
  margin: 0;
}
.cid-uQWhhcFuSE .content-head {
  max-width: 800px;
}
.cid-uQWhhd8QhS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f0f0f0;
}
.cid-uQWhhd8QhS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWhhd8QhS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWhhd8QhS .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uQWhhd8QhS .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uQWhhd8QhS .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uQWhhd8QhS .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uQWhhd8QhS .container {
    padding: 0 12px;
  }
}
.cid-uQWhhd8QhS .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uQWhhd8QhS .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uQWhhd8QhS .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uQWhhd8QhS .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uQWhhd8QhS .mbr-section-title {
  color: #1D1D1F;
}
.cid-uQWhhd8QhS .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uQWhhd8QhS .mbr-section-title,
.cid-uQWhhd8QhS .mbr-section-btn {
  text-align: center;
}
.cid-uQWhhdtCiX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWhhdtCiX blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uQWhhdtCiX .mbr-section-title {
  text-align: center;
}
.cid-uQWhhdMFWz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uQWhhdMFWz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWhhdMFWz .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-uQWhhdMFWz .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uQWhhdMFWz .container {
    padding: 0 12px;
  }
}
.cid-uQWhhdMFWz .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uQWhhdMFWz .image-wrapper {
    margin-bottom: 24px;
    height: auto;
  }
}
.cid-uQWhhdMFWz .image-wrapper img {
  height: 260px;
  width: 410px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uQWhhdMFWz .image-wrapper img {
    margin-bottom: 24px;
  }
}
.cid-uQWhhdMFWz .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQWhhdMFWz .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uQWhhdMFWz .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQWhhdMFWz .mbr-section-title {
  color: #222222;
}
.cid-uQWhhdMFWz .mbr-text {
  color: #222222;
}
.cid-uQWhhe9ZoR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWhhe9ZoR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWhhe9ZoR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWhhe9ZoR .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uQWhhe9ZoR .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uQWhhe9ZoR .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uQWhhe9ZoR .mbr-section-title {
  color: #131313;
}
.cid-uQWhhe9ZoR .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uQWhhe9ZoR .items-row {
  row-gap: 24px;
}
.cid-uQWhhe9ZoR .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uQWhhe9ZoR .item-wrapper {
  width: 100%;
  padding: 11px 11px 40px;
  border: 2px solid #d96d00;
  box-shadow: 4px 4px 0 #d96d00;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uQWhhe9ZoR .item-wrapper {
    padding: 11px 11px 20px;
  }
}
@media (min-width: 992px) {
  .cid-uQWhhe9ZoR .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uQWhhe9ZoR .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 46/calc(10 * 3);
}
.cid-uQWhhe9ZoR .item-content {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .cid-uQWhhe9ZoR .item-content {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uQWhhe9ZoR .item-content {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
}
.cid-uQWhhe9ZoR .card-title {
  color: #131313;
}
.cid-uQWhhe9ZoR .card-text {
  margin-top: 5px;
  color: #131313;
}
.cid-uQWhhe9ZoR .link-text {
  margin-top: 20px;
  color: #FC7942;
}
@media (max-width: 1199px) {
  .cid-uQWhhe9ZoR .link-text {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uQWhhe9ZoR .link-text {
    margin-top: 5px;
  }
}
.cid-uQWhhe9ZoR .link-text a.text-primary:hover {
  color: #131313 !important;
}
.cid-uQWhhe9ZoR .mbr-section-btn {
  margin-top: 5px;
}
.cid-uQWhhe9ZoR .card-text,
.cid-uQWhhe9ZoR .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uQWhhe9ZoR .card-title,
.cid-uQWhhe9ZoR .iconfont-wrapper {
  text-align: center;
}
.cid-uQWhheCkOT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWhheCkOT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWhheCkOT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWhheCkOT .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uQWhheCkOT .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uQWhheCkOT .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uQWhheCkOT .mbr-section-title {
  color: #131313;
}
.cid-uQWhheCkOT .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uQWhheCkOT .items-row {
  row-gap: 24px;
}
.cid-uQWhheCkOT .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uQWhheCkOT .item-wrapper {
  width: 100%;
  padding: 11px 11px 40px;
  border: 2px solid #d96d00;
  box-shadow: 4px 4px 0 #d96d00;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uQWhheCkOT .item-wrapper {
    padding: 11px 11px 20px;
  }
}
@media (min-width: 992px) {
  .cid-uQWhheCkOT .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uQWhheCkOT .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 46/calc(10 * 3);
}
.cid-uQWhheCkOT .item-content {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .cid-uQWhheCkOT .item-content {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uQWhheCkOT .item-content {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
}
.cid-uQWhheCkOT .card-title {
  color: #131313;
}
.cid-uQWhheCkOT .card-text {
  margin-top: 5px;
  color: #131313;
}
.cid-uQWhheCkOT .link-text {
  margin-top: 20px;
  color: #FC7942;
}
@media (max-width: 1199px) {
  .cid-uQWhheCkOT .link-text {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uQWhheCkOT .link-text {
    margin-top: 5px;
  }
}
.cid-uQWhheCkOT .link-text a.text-primary:hover {
  color: #131313 !important;
}
.cid-uQWhheCkOT .mbr-section-btn {
  margin-top: 5px;
}
.cid-uQWhheCkOT .card-text,
.cid-uQWhheCkOT .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uQWhheCkOT .card-title,
.cid-uQWhheCkOT .iconfont-wrapper {
  text-align: center;
}
.cid-uSfJUAihNK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSfJUAihNK .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uQWhhfa8wj {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWhhfa8wj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWhhfa8wj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWhhfa8wj img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
  margin: auto;
  margin-bottom: 1.5rem;
}
.cid-uQWhhfa8wj .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 1.5rem;
  color: #ffb038;
  width: 30px;
  justify-content: center;
  align-items: center;
}
.cid-uQWhhfa8wj .card-title,
.cid-uQWhhfa8wj .iconfont-wrapper {
  color: #232323;
}
.cid-uQWhhfa8wj .card-text {
  color: #232323;
}
.cid-uQWhhfa8wj .mbr-section-title {
  color: #4e423d;
}
.cid-uQWhhfa8wj .mbr-section-subtitle {
  color: #232323;
}
.cid-uQWhhfa8wj .content-head {
  max-width: 800px;
}
.cid-uQWhhfa8wj .card-subtitle {
  color: #a1a1a1;
}
#custom-html-e4 {
  /* Type valid CSS here */
}
#custom-html-e4 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-e4 p {
  font-size: 60px;
  color: #777;
}
.cid-uSlChVfXFo {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlChVfXFo img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlChVfXFo img {
    width: 100%;
  }
}
.cid-uSlChVfXFo .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlChVfXFo .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlChVfXFo .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlChVfXFo .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlChVfXFo .mbr-text,
.cid-uSlChVfXFo .mbr-section-btn {
  color: #777777;
}
.cid-uSlChVfXFo .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlChVfXFo .mbr-list {
  color: #ffffff;
}
.cid-uSlChVfXFo .mbr-section-title {
  color: #edefeb;
  text-align: center;
}
.cid-uSlCiDoHVg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlCiDoHVg img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlCiDoHVg img {
    width: 100%;
  }
}
.cid-uSlCiDoHVg .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlCiDoHVg .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlCiDoHVg .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlCiDoHVg .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlCiDoHVg .mbr-text,
.cid-uSlCiDoHVg .mbr-section-btn {
  color: #777777;
}
.cid-uSlCiDoHVg .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlCiDoHVg .mbr-list {
  color: #ffffff;
}
.cid-uSlCjmG5cT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlCjmG5cT img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlCjmG5cT img {
    width: 100%;
  }
}
.cid-uSlCjmG5cT .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlCjmG5cT .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlCjmG5cT .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlCjmG5cT .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlCjmG5cT .mbr-text,
.cid-uSlCjmG5cT .mbr-section-btn {
  color: #777777;
}
.cid-uSlCjmG5cT .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlCjmG5cT .mbr-list {
  color: #ffffff;
}
.cid-uSlCkcx7gi {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlCkcx7gi img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlCkcx7gi img {
    width: 100%;
  }
}
.cid-uSlCkcx7gi .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlCkcx7gi .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlCkcx7gi .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlCkcx7gi .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlCkcx7gi .mbr-text,
.cid-uSlCkcx7gi .mbr-section-btn {
  color: #777777;
}
.cid-uSlCkcx7gi .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlCkcx7gi .mbr-list {
  color: #ffffff;
}
.cid-uQWhhhKe4H {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f4f4f4;
}
.cid-uQWhhhKe4H .mbr-text {
  color: #333333;
  font-weight: 500;
}
.cid-uQWhhhKe4H .container {
  max-width: 1300px;
}
.cid-uQWhp9yTGo {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uQWhp9yTGo nav.navbar {
  position: fixed;
}
.cid-uQWhp9yTGo .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-uQWhp9yTGo .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uQWhp9yTGo .dropdown-item {
  border: none !important;
  background: #f0f0f0 !important;
  font-weight: 400 !important;
}
.cid-uQWhp9yTGo .dropdown-item:hover,
.cid-uQWhp9yTGo .dropdown-item:focus {
  background: #f0f0f0 !important;
  color: #093388 !important;
}
.cid-uQWhp9yTGo .dropdown-item:hover span {
  color: white;
}
.cid-uQWhp9yTGo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQWhp9yTGo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQWhp9yTGo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQWhp9yTGo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQWhp9yTGo .nav-link {
  position: relative;
}
.cid-uQWhp9yTGo .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uQWhp9yTGo .container {
    flex-wrap: nowrap;
  }
}
.cid-uQWhp9yTGo .iconfont-wrapper {
  color: #093388 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uQWhp9yTGo .iconfont-wrapper:hover {
  opacity: .7;
}
.cid-uQWhp9yTGo .dropdown-menu,
.cid-uQWhp9yTGo .navbar.opened {
  background: #f0f0f0 !important;
}
.cid-uQWhp9yTGo .nav-item:focus,
.cid-uQWhp9yTGo .nav-link:focus {
  outline: none;
}
.cid-uQWhp9yTGo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQWhp9yTGo .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uQWhp9yTGo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQWhp9yTGo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQWhp9yTGo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQWhp9yTGo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQWhp9yTGo .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f0f0f0;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQWhp9yTGo .navbar.opened {
  transition: all 0.3s;
}
.cid-uQWhp9yTGo .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uQWhp9yTGo .navbar .navbar-logo img {
  width: auto;
}
.cid-uQWhp9yTGo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQWhp9yTGo .navbar.collapsed {
  justify-content: center;
}
.cid-uQWhp9yTGo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQWhp9yTGo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQWhp9yTGo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uQWhp9yTGo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQWhp9yTGo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQWhp9yTGo .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-uQWhp9yTGo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQWhp9yTGo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQWhp9yTGo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQWhp9yTGo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQWhp9yTGo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQWhp9yTGo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQWhp9yTGo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQWhp9yTGo .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-uQWhp9yTGo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQWhp9yTGo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQWhp9yTGo .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uQWhp9yTGo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uQWhp9yTGo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQWhp9yTGo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQWhp9yTGo .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQWhp9yTGo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-uQWhp9yTGo .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uQWhp9yTGo .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uQWhp9yTGo .navbar-brand .navbar-caption:hover,
.cid-uQWhp9yTGo .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uQWhp9yTGo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQWhp9yTGo .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uQWhp9yTGo .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uQWhp9yTGo .dropdown-item.active,
.cid-uQWhp9yTGo .dropdown-item:active {
  background-color: transparent;
}
.cid-uQWhp9yTGo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQWhp9yTGo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQWhp9yTGo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQWhp9yTGo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f0f0f0;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uQWhp9yTGo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uQWhp9yTGo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uQWhp9yTGo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQWhp9yTGo ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uQWhp9yTGo ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uQWhp9yTGo .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uQWhp9yTGo .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 11px 26px;
}
@media (max-width: 575px) {
  .cid-uQWhp9yTGo .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uQWhp9yTGo button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f0f0f0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQWhp9yTGo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #093388;
}
.cid-uQWhp9yTGo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uQWhp9yTGo button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQWhp9yTGo button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQWhp9yTGo button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uQWhp9yTGo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQWhp9yTGo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQWhp9yTGo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQWhp9yTGo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQWhp9yTGo .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQWhp9yTGo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQWhp9yTGo .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-uQWhp9yTGo .navbar {
    height: 70px;
  }
  .cid-uQWhp9yTGo .navbar.opened {
    height: auto;
  }
  .cid-uQWhp9yTGo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQWhp9yTGo .navbar-nav {
  margin: 0 auto;
}
.cid-uQWhp9yTGo .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uQWhp9yTGo .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uQWhp9yTGo .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uQWhp9yTGo .nav-item .nav-link:hover,
.cid-uQWhp9yTGo .nav-item .nav-link:focus {
  background-color: transparent;
  color: #093388 !important;
  opacity: .7;
}
.cid-uQWhp9yTGo .nav-item .nav-link:hover::after,
.cid-uQWhp9yTGo .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uQWhp9yTGo .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uQWhp9yTGo .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uQWhp9yTGo .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uQWhp9yTGo .navbar {
    justify-content: flex-start !important;
  }
  .cid-uQWhp9yTGo .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uQWhp9yTGo .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uQWhp9yTGo .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uQWhp9yTGo .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uQWhp9yTGo .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uQWhp9yTGo .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uQWhp9yTGo .content-wrap {
  min-height: 60px;
}
.cid-uQWhpad6DF {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uQWhpad6DF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWhpad6DF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWhpad6DF .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQWhpad6DF .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uQWhpad6DF .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uQWhpad6DF .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uQWhpad6DF .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uQWhpad6DF .header-menu li p {
  margin: 0;
}
.cid-uQWhpad6DF .content-head {
  max-width: 800px;
}
.cid-uQWhpaF57h {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f0f0f0;
}
.cid-uQWhpaF57h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWhpaF57h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWhpaF57h .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uQWhpaF57h .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uQWhpaF57h .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uQWhpaF57h .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uQWhpaF57h .container {
    padding: 0 12px;
  }
}
.cid-uQWhpaF57h .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uQWhpaF57h .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uQWhpaF57h .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uQWhpaF57h .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uQWhpaF57h .mbr-section-title {
  color: #1D1D1F;
}
.cid-uQWhpaF57h .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uQWhpaF57h .mbr-section-title,
.cid-uQWhpaF57h .mbr-section-btn {
  text-align: center;
}
.cid-uQWhpb39S6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWhpb39S6 blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uQWhpb39S6 .mbr-section-title {
  text-align: center;
}
.cid-uQWhpbq4QK {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uQWhpbq4QK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWhpbq4QK .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-uQWhpbq4QK .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uQWhpbq4QK .container {
    padding: 0 12px;
  }
}
.cid-uQWhpbq4QK .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uQWhpbq4QK .image-wrapper {
    margin-bottom: 24px;
    height: auto;
  }
}
.cid-uQWhpbq4QK .image-wrapper img {
  height: 260px;
  width: 410px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uQWhpbq4QK .image-wrapper img {
    margin-bottom: 24px;
  }
}
.cid-uQWhpbq4QK .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQWhpbq4QK .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uQWhpbq4QK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQWhpbq4QK .mbr-section-title {
  color: #222222;
}
.cid-uQWhpbq4QK .mbr-text {
  color: #222222;
}
.cid-uQWhpbPSF5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWhpbPSF5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWhpbPSF5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWhpbPSF5 .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uQWhpbPSF5 .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uQWhpbPSF5 .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uQWhpbPSF5 .mbr-section-title {
  color: #131313;
}
.cid-uQWhpbPSF5 .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uQWhpbPSF5 .items-row {
  row-gap: 24px;
}
.cid-uQWhpbPSF5 .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uQWhpbPSF5 .item-wrapper {
  width: 100%;
  padding: 11px 11px 40px;
  border: 2px solid #d96d00;
  box-shadow: 4px 4px 0 #d96d00;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uQWhpbPSF5 .item-wrapper {
    padding: 11px 11px 20px;
  }
}
@media (min-width: 992px) {
  .cid-uQWhpbPSF5 .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uQWhpbPSF5 .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 46/calc(10 * 3);
}
.cid-uQWhpbPSF5 .item-content {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .cid-uQWhpbPSF5 .item-content {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uQWhpbPSF5 .item-content {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
}
.cid-uQWhpbPSF5 .card-title {
  color: #131313;
}
.cid-uQWhpbPSF5 .card-text {
  margin-top: 5px;
  color: #131313;
}
.cid-uQWhpbPSF5 .link-text {
  margin-top: 20px;
  color: #FC7942;
}
@media (max-width: 1199px) {
  .cid-uQWhpbPSF5 .link-text {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uQWhpbPSF5 .link-text {
    margin-top: 5px;
  }
}
.cid-uQWhpbPSF5 .link-text a.text-primary:hover {
  color: #131313 !important;
}
.cid-uQWhpbPSF5 .mbr-section-btn {
  margin-top: 5px;
}
.cid-uQWhpbPSF5 .card-text,
.cid-uQWhpbPSF5 .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uQWhpbPSF5 .card-title,
.cid-uQWhpbPSF5 .iconfont-wrapper {
  text-align: center;
}
.cid-uQWhpcmZZu {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWhpcmZZu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWhpcmZZu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWhpcmZZu .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uQWhpcmZZu .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uQWhpcmZZu .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uQWhpcmZZu .mbr-section-title {
  color: #131313;
}
.cid-uQWhpcmZZu .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uQWhpcmZZu .items-row {
  row-gap: 24px;
}
.cid-uQWhpcmZZu .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uQWhpcmZZu .item-wrapper {
  width: 100%;
  padding: 11px 11px 40px;
  border: 2px solid #d96d00;
  box-shadow: 4px 4px 0 #d96d00;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uQWhpcmZZu .item-wrapper {
    padding: 11px 11px 20px;
  }
}
@media (min-width: 992px) {
  .cid-uQWhpcmZZu .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uQWhpcmZZu .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 46/calc(10 * 3);
}
.cid-uQWhpcmZZu .item-content {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .cid-uQWhpcmZZu .item-content {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uQWhpcmZZu .item-content {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
}
.cid-uQWhpcmZZu .card-title {
  color: #131313;
}
.cid-uQWhpcmZZu .card-text {
  margin-top: 5px;
  color: #131313;
}
.cid-uQWhpcmZZu .link-text {
  margin-top: 20px;
  color: #FC7942;
}
@media (max-width: 1199px) {
  .cid-uQWhpcmZZu .link-text {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uQWhpcmZZu .link-text {
    margin-top: 5px;
  }
}
.cid-uQWhpcmZZu .link-text a.text-primary:hover {
  color: #131313 !important;
}
.cid-uQWhpcmZZu .mbr-section-btn {
  margin-top: 5px;
}
.cid-uQWhpcmZZu .card-text,
.cid-uQWhpcmZZu .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uQWhpcmZZu .card-title,
.cid-uQWhpcmZZu .iconfont-wrapper {
  text-align: center;
}
.cid-uSfKVqvMy8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSfKVqvMy8 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uQWhpcU9BM {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWhpcU9BM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWhpcU9BM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWhpcU9BM img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
  margin: auto;
  margin-bottom: 1.5rem;
}
.cid-uQWhpcU9BM .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 1.5rem;
  color: #ffb038;
  width: 30px;
  justify-content: center;
  align-items: center;
}
.cid-uQWhpcU9BM .card-title,
.cid-uQWhpcU9BM .iconfont-wrapper {
  color: #232323;
}
.cid-uQWhpcU9BM .card-text {
  color: #232323;
}
.cid-uQWhpcU9BM .mbr-section-title {
  color: #4e423d;
}
.cid-uQWhpcU9BM .mbr-section-subtitle {
  color: #232323;
}
.cid-uQWhpcU9BM .content-head {
  max-width: 800px;
}
.cid-uQWhpcU9BM .card-subtitle {
  color: #a1a1a1;
}
#custom-html-ei {
  /* Type valid CSS here */
}
#custom-html-ei div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-ei p {
  font-size: 60px;
  color: #777;
}
.cid-uSlCriqM4w {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlCriqM4w img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlCriqM4w img {
    width: 100%;
  }
}
.cid-uSlCriqM4w .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlCriqM4w .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlCriqM4w .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlCriqM4w .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlCriqM4w .mbr-text,
.cid-uSlCriqM4w .mbr-section-btn {
  color: #777777;
}
.cid-uSlCriqM4w .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlCriqM4w .mbr-list {
  color: #ffffff;
}
.cid-uSlCriqM4w .mbr-section-title {
  color: #edefeb;
  text-align: center;
}
.cid-uSlCsglL1h {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlCsglL1h img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlCsglL1h img {
    width: 100%;
  }
}
.cid-uSlCsglL1h .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlCsglL1h .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlCsglL1h .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlCsglL1h .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlCsglL1h .mbr-text,
.cid-uSlCsglL1h .mbr-section-btn {
  color: #777777;
}
.cid-uSlCsglL1h .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlCsglL1h .mbr-list {
  color: #ffffff;
}
.cid-uSlCsS08Mu {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlCsS08Mu img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlCsS08Mu img {
    width: 100%;
  }
}
.cid-uSlCsS08Mu .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlCsS08Mu .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlCsS08Mu .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlCsS08Mu .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlCsS08Mu .mbr-text,
.cid-uSlCsS08Mu .mbr-section-btn {
  color: #777777;
}
.cid-uSlCsS08Mu .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlCsS08Mu .mbr-list {
  color: #ffffff;
}
.cid-uSlCtAN3Gh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlCtAN3Gh img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlCtAN3Gh img {
    width: 100%;
  }
}
.cid-uSlCtAN3Gh .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlCtAN3Gh .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlCtAN3Gh .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlCtAN3Gh .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlCtAN3Gh .mbr-text,
.cid-uSlCtAN3Gh .mbr-section-btn {
  color: #777777;
}
.cid-uSlCtAN3Gh .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlCtAN3Gh .mbr-list {
  color: #ffffff;
}
.cid-uQWhpfA9KE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f4f4f4;
}
.cid-uQWhpfA9KE .mbr-text {
  color: #333333;
  font-weight: 500;
}
.cid-uQWhpfA9KE .container {
  max-width: 1300px;
}
.cid-uQWhyoVWOJ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uQWhyoVWOJ nav.navbar {
  position: fixed;
}
.cid-uQWhyoVWOJ .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-uQWhyoVWOJ .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uQWhyoVWOJ .dropdown-item {
  border: none !important;
  background: #f0f0f0 !important;
  font-weight: 400 !important;
}
.cid-uQWhyoVWOJ .dropdown-item:hover,
.cid-uQWhyoVWOJ .dropdown-item:focus {
  background: #f0f0f0 !important;
  color: #093388 !important;
}
.cid-uQWhyoVWOJ .dropdown-item:hover span {
  color: white;
}
.cid-uQWhyoVWOJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQWhyoVWOJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQWhyoVWOJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQWhyoVWOJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQWhyoVWOJ .nav-link {
  position: relative;
}
.cid-uQWhyoVWOJ .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uQWhyoVWOJ .container {
    flex-wrap: nowrap;
  }
}
.cid-uQWhyoVWOJ .iconfont-wrapper {
  color: #093388 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uQWhyoVWOJ .iconfont-wrapper:hover {
  opacity: .7;
}
.cid-uQWhyoVWOJ .dropdown-menu,
.cid-uQWhyoVWOJ .navbar.opened {
  background: #f0f0f0 !important;
}
.cid-uQWhyoVWOJ .nav-item:focus,
.cid-uQWhyoVWOJ .nav-link:focus {
  outline: none;
}
.cid-uQWhyoVWOJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQWhyoVWOJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uQWhyoVWOJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQWhyoVWOJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQWhyoVWOJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQWhyoVWOJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQWhyoVWOJ .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f0f0f0;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQWhyoVWOJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uQWhyoVWOJ .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uQWhyoVWOJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uQWhyoVWOJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQWhyoVWOJ .navbar.collapsed {
  justify-content: center;
}
.cid-uQWhyoVWOJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQWhyoVWOJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQWhyoVWOJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uQWhyoVWOJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQWhyoVWOJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQWhyoVWOJ .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-uQWhyoVWOJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQWhyoVWOJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQWhyoVWOJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQWhyoVWOJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQWhyoVWOJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQWhyoVWOJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQWhyoVWOJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQWhyoVWOJ .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-uQWhyoVWOJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQWhyoVWOJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQWhyoVWOJ .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uQWhyoVWOJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uQWhyoVWOJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQWhyoVWOJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQWhyoVWOJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQWhyoVWOJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-uQWhyoVWOJ .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uQWhyoVWOJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uQWhyoVWOJ .navbar-brand .navbar-caption:hover,
.cid-uQWhyoVWOJ .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uQWhyoVWOJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQWhyoVWOJ .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uQWhyoVWOJ .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uQWhyoVWOJ .dropdown-item.active,
.cid-uQWhyoVWOJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uQWhyoVWOJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQWhyoVWOJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQWhyoVWOJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQWhyoVWOJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f0f0f0;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uQWhyoVWOJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uQWhyoVWOJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uQWhyoVWOJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQWhyoVWOJ ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uQWhyoVWOJ ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uQWhyoVWOJ .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uQWhyoVWOJ .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 11px 26px;
}
@media (max-width: 575px) {
  .cid-uQWhyoVWOJ .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uQWhyoVWOJ button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f0f0f0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQWhyoVWOJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #093388;
}
.cid-uQWhyoVWOJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uQWhyoVWOJ button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQWhyoVWOJ button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQWhyoVWOJ button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uQWhyoVWOJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQWhyoVWOJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQWhyoVWOJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQWhyoVWOJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQWhyoVWOJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQWhyoVWOJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQWhyoVWOJ .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-uQWhyoVWOJ .navbar {
    height: 70px;
  }
  .cid-uQWhyoVWOJ .navbar.opened {
    height: auto;
  }
  .cid-uQWhyoVWOJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQWhyoVWOJ .navbar-nav {
  margin: 0 auto;
}
.cid-uQWhyoVWOJ .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uQWhyoVWOJ .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uQWhyoVWOJ .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uQWhyoVWOJ .nav-item .nav-link:hover,
.cid-uQWhyoVWOJ .nav-item .nav-link:focus {
  background-color: transparent;
  color: #093388 !important;
  opacity: .7;
}
.cid-uQWhyoVWOJ .nav-item .nav-link:hover::after,
.cid-uQWhyoVWOJ .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uQWhyoVWOJ .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uQWhyoVWOJ .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uQWhyoVWOJ .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uQWhyoVWOJ .navbar {
    justify-content: flex-start !important;
  }
  .cid-uQWhyoVWOJ .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uQWhyoVWOJ .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uQWhyoVWOJ .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uQWhyoVWOJ .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uQWhyoVWOJ .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uQWhyoVWOJ .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uQWhyoVWOJ .content-wrap {
  min-height: 60px;
}
.cid-uQWhyptIds {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uQWhyptIds .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWhyptIds .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWhyptIds .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQWhyptIds .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uQWhyptIds .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uQWhyptIds .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uQWhyptIds .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uQWhyptIds .header-menu li p {
  margin: 0;
}
.cid-uQWhyptIds .content-head {
  max-width: 800px;
}
.cid-uQWhypTnrd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f0f0f0;
}
.cid-uQWhypTnrd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWhypTnrd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWhypTnrd .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uQWhypTnrd .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uQWhypTnrd .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uQWhypTnrd .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uQWhypTnrd .container {
    padding: 0 12px;
  }
}
.cid-uQWhypTnrd .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uQWhypTnrd .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uQWhypTnrd .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uQWhypTnrd .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uQWhypTnrd .mbr-section-title {
  color: #1D1D1F;
}
.cid-uQWhypTnrd .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uQWhypTnrd .mbr-section-title,
.cid-uQWhypTnrd .mbr-section-btn {
  text-align: center;
}
.cid-uQWhyqeIFV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWhyqeIFV blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uQWhyqeIFV .mbr-section-title {
  text-align: center;
}
.cid-uQWhyqzEfB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uQWhyqzEfB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWhyqzEfB .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-uQWhyqzEfB .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uQWhyqzEfB .container {
    padding: 0 12px;
  }
}
.cid-uQWhyqzEfB .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uQWhyqzEfB .image-wrapper {
    margin-bottom: 24px;
    height: auto;
  }
}
.cid-uQWhyqzEfB .image-wrapper img {
  height: 260px;
  width: 410px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uQWhyqzEfB .image-wrapper img {
    margin-bottom: 24px;
  }
}
.cid-uQWhyqzEfB .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQWhyqzEfB .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uQWhyqzEfB .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQWhyqzEfB .mbr-section-title {
  color: #222222;
}
.cid-uQWhyqzEfB .mbr-text {
  color: #222222;
}
.cid-uQWhyqVKTS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWhyqVKTS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWhyqVKTS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWhyqVKTS .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uQWhyqVKTS .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uQWhyqVKTS .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uQWhyqVKTS .mbr-section-title {
  color: #131313;
}
.cid-uQWhyqVKTS .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uQWhyqVKTS .items-row {
  row-gap: 24px;
}
.cid-uQWhyqVKTS .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uQWhyqVKTS .item-wrapper {
  width: 100%;
  padding: 11px 11px 40px;
  border: 2px solid #d96d00;
  box-shadow: 4px 4px 0 #d96d00;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uQWhyqVKTS .item-wrapper {
    padding: 11px 11px 20px;
  }
}
@media (min-width: 992px) {
  .cid-uQWhyqVKTS .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uQWhyqVKTS .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 46/calc(10 * 3);
}
.cid-uQWhyqVKTS .item-content {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .cid-uQWhyqVKTS .item-content {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uQWhyqVKTS .item-content {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
}
.cid-uQWhyqVKTS .card-title {
  color: #131313;
}
.cid-uQWhyqVKTS .card-text {
  margin-top: 5px;
  color: #131313;
}
.cid-uQWhyqVKTS .link-text {
  margin-top: 20px;
  color: #FC7942;
}
@media (max-width: 1199px) {
  .cid-uQWhyqVKTS .link-text {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uQWhyqVKTS .link-text {
    margin-top: 5px;
  }
}
.cid-uQWhyqVKTS .link-text a.text-primary:hover {
  color: #131313 !important;
}
.cid-uQWhyqVKTS .mbr-section-btn {
  margin-top: 5px;
}
.cid-uQWhyqVKTS .card-text,
.cid-uQWhyqVKTS .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uQWhyqVKTS .card-title,
.cid-uQWhyqVKTS .iconfont-wrapper {
  text-align: center;
}
.cid-uQWhyrpevO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWhyrpevO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWhyrpevO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWhyrpevO .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uQWhyrpevO .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uQWhyrpevO .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uQWhyrpevO .mbr-section-title {
  color: #131313;
}
.cid-uQWhyrpevO .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uQWhyrpevO .items-row {
  row-gap: 24px;
}
.cid-uQWhyrpevO .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uQWhyrpevO .item-wrapper {
  width: 100%;
  padding: 11px 11px 40px;
  border: 2px solid #d96d00;
  box-shadow: 4px 4px 0 #d96d00;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uQWhyrpevO .item-wrapper {
    padding: 11px 11px 20px;
  }
}
@media (min-width: 992px) {
  .cid-uQWhyrpevO .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uQWhyrpevO .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 46/calc(10 * 3);
}
.cid-uQWhyrpevO .item-content {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .cid-uQWhyrpevO .item-content {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uQWhyrpevO .item-content {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
}
.cid-uQWhyrpevO .card-title {
  color: #131313;
}
.cid-uQWhyrpevO .card-text {
  margin-top: 5px;
  color: #131313;
}
.cid-uQWhyrpevO .link-text {
  margin-top: 20px;
  color: #FC7942;
}
@media (max-width: 1199px) {
  .cid-uQWhyrpevO .link-text {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uQWhyrpevO .link-text {
    margin-top: 5px;
  }
}
.cid-uQWhyrpevO .link-text a.text-primary:hover {
  color: #131313 !important;
}
.cid-uQWhyrpevO .mbr-section-btn {
  margin-top: 5px;
}
.cid-uQWhyrpevO .card-text,
.cid-uQWhyrpevO .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uQWhyrpevO .card-title,
.cid-uQWhyrpevO .iconfont-wrapper {
  text-align: center;
}
.cid-uSfLM2zS1F {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSfLM2zS1F .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uQWhyrW4zi {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWhyrW4zi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWhyrW4zi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWhyrW4zi img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
  margin: auto;
  margin-bottom: 1.5rem;
}
.cid-uQWhyrW4zi .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 1.5rem;
  color: #ffb038;
  width: 30px;
  justify-content: center;
  align-items: center;
}
.cid-uQWhyrW4zi .card-title,
.cid-uQWhyrW4zi .iconfont-wrapper {
  color: #232323;
}
.cid-uQWhyrW4zi .card-text {
  color: #232323;
}
.cid-uQWhyrW4zi .mbr-section-title {
  color: #4e423d;
}
.cid-uQWhyrW4zi .mbr-section-subtitle {
  color: #232323;
}
.cid-uQWhyrW4zi .content-head {
  max-width: 800px;
}
.cid-uQWhyrW4zi .card-subtitle {
  color: #a1a1a1;
}
#custom-html-ew {
  /* Type valid CSS here */
}
#custom-html-ew div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-ew p {
  font-size: 60px;
  color: #777;
}
.cid-uSlCAypgjk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlCAypgjk img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlCAypgjk img {
    width: 100%;
  }
}
.cid-uSlCAypgjk .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlCAypgjk .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlCAypgjk .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlCAypgjk .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlCAypgjk .mbr-text,
.cid-uSlCAypgjk .mbr-section-btn {
  color: #777777;
}
.cid-uSlCAypgjk .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlCAypgjk .mbr-list {
  color: #ffffff;
}
.cid-uSlCAypgjk .mbr-section-title {
  color: #edefeb;
  text-align: center;
}
.cid-uSlCBrcDIH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlCBrcDIH img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlCBrcDIH img {
    width: 100%;
  }
}
.cid-uSlCBrcDIH .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlCBrcDIH .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlCBrcDIH .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlCBrcDIH .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlCBrcDIH .mbr-text,
.cid-uSlCBrcDIH .mbr-section-btn {
  color: #777777;
}
.cid-uSlCBrcDIH .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlCBrcDIH .mbr-list {
  color: #ffffff;
}
.cid-uSlCC9YcWu {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlCC9YcWu img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlCC9YcWu img {
    width: 100%;
  }
}
.cid-uSlCC9YcWu .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlCC9YcWu .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlCC9YcWu .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlCC9YcWu .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlCC9YcWu .mbr-text,
.cid-uSlCC9YcWu .mbr-section-btn {
  color: #777777;
}
.cid-uSlCC9YcWu .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlCC9YcWu .mbr-list {
  color: #ffffff;
}
.cid-uSlCCXLFBM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlCCXLFBM img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlCCXLFBM img {
    width: 100%;
  }
}
.cid-uSlCCXLFBM .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlCCXLFBM .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlCCXLFBM .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlCCXLFBM .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlCCXLFBM .mbr-text,
.cid-uSlCCXLFBM .mbr-section-btn {
  color: #777777;
}
.cid-uSlCCXLFBM .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlCCXLFBM .mbr-list {
  color: #ffffff;
}
.cid-uQWhyuALtg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f4f4f4;
}
.cid-uQWhyuALtg .mbr-text {
  color: #333333;
  font-weight: 500;
}
.cid-uQWhyuALtg .container {
  max-width: 1300px;
}
.cid-uQWhKtOxhq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uQWhKtOxhq nav.navbar {
  position: fixed;
}
.cid-uQWhKtOxhq .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-uQWhKtOxhq .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uQWhKtOxhq .dropdown-item {
  border: none !important;
  background: #f0f0f0 !important;
  font-weight: 400 !important;
}
.cid-uQWhKtOxhq .dropdown-item:hover,
.cid-uQWhKtOxhq .dropdown-item:focus {
  background: #f0f0f0 !important;
  color: #093388 !important;
}
.cid-uQWhKtOxhq .dropdown-item:hover span {
  color: white;
}
.cid-uQWhKtOxhq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQWhKtOxhq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQWhKtOxhq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQWhKtOxhq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQWhKtOxhq .nav-link {
  position: relative;
}
.cid-uQWhKtOxhq .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uQWhKtOxhq .container {
    flex-wrap: nowrap;
  }
}
.cid-uQWhKtOxhq .iconfont-wrapper {
  color: #093388 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uQWhKtOxhq .iconfont-wrapper:hover {
  opacity: .7;
}
.cid-uQWhKtOxhq .dropdown-menu,
.cid-uQWhKtOxhq .navbar.opened {
  background: #f0f0f0 !important;
}
.cid-uQWhKtOxhq .nav-item:focus,
.cid-uQWhKtOxhq .nav-link:focus {
  outline: none;
}
.cid-uQWhKtOxhq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQWhKtOxhq .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uQWhKtOxhq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQWhKtOxhq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQWhKtOxhq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQWhKtOxhq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQWhKtOxhq .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f0f0f0;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQWhKtOxhq .navbar.opened {
  transition: all 0.3s;
}
.cid-uQWhKtOxhq .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uQWhKtOxhq .navbar .navbar-logo img {
  width: auto;
}
.cid-uQWhKtOxhq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQWhKtOxhq .navbar.collapsed {
  justify-content: center;
}
.cid-uQWhKtOxhq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQWhKtOxhq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQWhKtOxhq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uQWhKtOxhq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQWhKtOxhq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQWhKtOxhq .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-uQWhKtOxhq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQWhKtOxhq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQWhKtOxhq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQWhKtOxhq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQWhKtOxhq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQWhKtOxhq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQWhKtOxhq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQWhKtOxhq .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-uQWhKtOxhq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQWhKtOxhq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQWhKtOxhq .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uQWhKtOxhq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uQWhKtOxhq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQWhKtOxhq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQWhKtOxhq .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQWhKtOxhq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-uQWhKtOxhq .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uQWhKtOxhq .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uQWhKtOxhq .navbar-brand .navbar-caption:hover,
.cid-uQWhKtOxhq .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uQWhKtOxhq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQWhKtOxhq .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uQWhKtOxhq .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uQWhKtOxhq .dropdown-item.active,
.cid-uQWhKtOxhq .dropdown-item:active {
  background-color: transparent;
}
.cid-uQWhKtOxhq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQWhKtOxhq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQWhKtOxhq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQWhKtOxhq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f0f0f0;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uQWhKtOxhq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uQWhKtOxhq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uQWhKtOxhq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQWhKtOxhq ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uQWhKtOxhq ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uQWhKtOxhq .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uQWhKtOxhq .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 11px 26px;
}
@media (max-width: 575px) {
  .cid-uQWhKtOxhq .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uQWhKtOxhq button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f0f0f0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQWhKtOxhq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #093388;
}
.cid-uQWhKtOxhq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uQWhKtOxhq button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQWhKtOxhq button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQWhKtOxhq button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uQWhKtOxhq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQWhKtOxhq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQWhKtOxhq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQWhKtOxhq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQWhKtOxhq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQWhKtOxhq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQWhKtOxhq .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-uQWhKtOxhq .navbar {
    height: 70px;
  }
  .cid-uQWhKtOxhq .navbar.opened {
    height: auto;
  }
  .cid-uQWhKtOxhq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQWhKtOxhq .navbar-nav {
  margin: 0 auto;
}
.cid-uQWhKtOxhq .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uQWhKtOxhq .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uQWhKtOxhq .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uQWhKtOxhq .nav-item .nav-link:hover,
.cid-uQWhKtOxhq .nav-item .nav-link:focus {
  background-color: transparent;
  color: #093388 !important;
  opacity: .7;
}
.cid-uQWhKtOxhq .nav-item .nav-link:hover::after,
.cid-uQWhKtOxhq .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uQWhKtOxhq .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uQWhKtOxhq .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uQWhKtOxhq .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uQWhKtOxhq .navbar {
    justify-content: flex-start !important;
  }
  .cid-uQWhKtOxhq .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uQWhKtOxhq .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uQWhKtOxhq .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uQWhKtOxhq .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uQWhKtOxhq .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uQWhKtOxhq .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uQWhKtOxhq .content-wrap {
  min-height: 60px;
}
.cid-uQWhKulMuC {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uQWhKulMuC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWhKulMuC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWhKulMuC .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQWhKulMuC .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uQWhKulMuC .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uQWhKulMuC .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uQWhKulMuC .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uQWhKulMuC .header-menu li p {
  margin: 0;
}
.cid-uQWhKulMuC .content-head {
  max-width: 800px;
}
.cid-uQWhKuLkGg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f0f0f0;
}
.cid-uQWhKuLkGg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWhKuLkGg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWhKuLkGg .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uQWhKuLkGg .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uQWhKuLkGg .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uQWhKuLkGg .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uQWhKuLkGg .container {
    padding: 0 12px;
  }
}
.cid-uQWhKuLkGg .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uQWhKuLkGg .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uQWhKuLkGg .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uQWhKuLkGg .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uQWhKuLkGg .mbr-section-title {
  color: #1D1D1F;
}
.cid-uQWhKuLkGg .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uQWhKuLkGg .mbr-section-title,
.cid-uQWhKuLkGg .mbr-section-btn {
  text-align: center;
}
.cid-uQWhKv7zX9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWhKv7zX9 blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uQWhKv7zX9 .mbr-section-title {
  text-align: center;
}
.cid-uQWhKvqUrJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uQWhKvqUrJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWhKvqUrJ .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-uQWhKvqUrJ .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uQWhKvqUrJ .container {
    padding: 0 12px;
  }
}
.cid-uQWhKvqUrJ .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uQWhKvqUrJ .image-wrapper {
    margin-bottom: 24px;
    height: auto;
  }
}
.cid-uQWhKvqUrJ .image-wrapper img {
  height: 260px;
  width: 410px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uQWhKvqUrJ .image-wrapper img {
    margin-bottom: 24px;
  }
}
.cid-uQWhKvqUrJ .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQWhKvqUrJ .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uQWhKvqUrJ .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQWhKvqUrJ .mbr-section-title {
  color: #222222;
}
.cid-uQWhKvqUrJ .mbr-text {
  color: #222222;
}
.cid-uQWhKvL21P {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWhKvL21P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWhKvL21P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWhKvL21P .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uQWhKvL21P .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uQWhKvL21P .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uQWhKvL21P .mbr-section-title {
  color: #131313;
}
.cid-uQWhKvL21P .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uQWhKvL21P .items-row {
  row-gap: 24px;
}
.cid-uQWhKvL21P .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uQWhKvL21P .item-wrapper {
  width: 100%;
  padding: 11px 11px 40px;
  border: 2px solid #d96d00;
  box-shadow: 4px 4px 0 #d96d00;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uQWhKvL21P .item-wrapper {
    padding: 11px 11px 20px;
  }
}
@media (min-width: 992px) {
  .cid-uQWhKvL21P .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uQWhKvL21P .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 46/calc(10 * 3);
}
.cid-uQWhKvL21P .item-content {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .cid-uQWhKvL21P .item-content {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uQWhKvL21P .item-content {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
}
.cid-uQWhKvL21P .card-title {
  color: #131313;
}
.cid-uQWhKvL21P .card-text {
  margin-top: 5px;
  color: #131313;
}
.cid-uQWhKvL21P .link-text {
  margin-top: 20px;
  color: #FC7942;
}
@media (max-width: 1199px) {
  .cid-uQWhKvL21P .link-text {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uQWhKvL21P .link-text {
    margin-top: 5px;
  }
}
.cid-uQWhKvL21P .link-text a.text-primary:hover {
  color: #131313 !important;
}
.cid-uQWhKvL21P .mbr-section-btn {
  margin-top: 5px;
}
.cid-uQWhKvL21P .card-text,
.cid-uQWhKvL21P .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uQWhKvL21P .card-title,
.cid-uQWhKvL21P .iconfont-wrapper {
  text-align: center;
}
.cid-uQWhKwiyky {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWhKwiyky .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWhKwiyky .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWhKwiyky .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uQWhKwiyky .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uQWhKwiyky .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uQWhKwiyky .mbr-section-title {
  color: #131313;
}
.cid-uQWhKwiyky .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uQWhKwiyky .items-row {
  row-gap: 24px;
}
.cid-uQWhKwiyky .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uQWhKwiyky .item-wrapper {
  width: 100%;
  padding: 11px 11px 40px;
  border: 2px solid #d96d00;
  box-shadow: 4px 4px 0 #d96d00;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uQWhKwiyky .item-wrapper {
    padding: 11px 11px 20px;
  }
}
@media (min-width: 992px) {
  .cid-uQWhKwiyky .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uQWhKwiyky .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 46/calc(10 * 3);
}
.cid-uQWhKwiyky .item-content {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .cid-uQWhKwiyky .item-content {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uQWhKwiyky .item-content {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
}
.cid-uQWhKwiyky .card-title {
  color: #131313;
}
.cid-uQWhKwiyky .card-text {
  margin-top: 5px;
  color: #131313;
}
.cid-uQWhKwiyky .link-text {
  margin-top: 20px;
  color: #FC7942;
}
@media (max-width: 1199px) {
  .cid-uQWhKwiyky .link-text {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uQWhKwiyky .link-text {
    margin-top: 5px;
  }
}
.cid-uQWhKwiyky .link-text a.text-primary:hover {
  color: #131313 !important;
}
.cid-uQWhKwiyky .mbr-section-btn {
  margin-top: 5px;
}
.cid-uQWhKwiyky .card-text,
.cid-uQWhKwiyky .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uQWhKwiyky .card-title,
.cid-uQWhKwiyky .iconfont-wrapper {
  text-align: center;
}
.cid-uSfN9hYyQx {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSfN9hYyQx .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uQWhKwMW8o {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWhKwMW8o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWhKwMW8o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWhKwMW8o img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
  margin: auto;
  margin-bottom: 1.5rem;
}
.cid-uQWhKwMW8o .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 1.5rem;
  color: #ffb038;
  width: 30px;
  justify-content: center;
  align-items: center;
}
.cid-uQWhKwMW8o .card-title,
.cid-uQWhKwMW8o .iconfont-wrapper {
  color: #232323;
}
.cid-uQWhKwMW8o .card-text {
  color: #232323;
}
.cid-uQWhKwMW8o .mbr-section-title {
  color: #4e423d;
}
.cid-uQWhKwMW8o .mbr-section-subtitle {
  color: #232323;
}
.cid-uQWhKwMW8o .content-head {
  max-width: 800px;
}
.cid-uQWhKwMW8o .card-subtitle {
  color: #a1a1a1;
}
#custom-html-fa {
  /* Type valid CSS here */
}
#custom-html-fa div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-fa p {
  font-size: 60px;
  color: #777;
}
.cid-uSlCJiI2v8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlCJiI2v8 img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlCJiI2v8 img {
    width: 100%;
  }
}
.cid-uSlCJiI2v8 .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlCJiI2v8 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlCJiI2v8 .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlCJiI2v8 .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlCJiI2v8 .mbr-text,
.cid-uSlCJiI2v8 .mbr-section-btn {
  color: #777777;
}
.cid-uSlCJiI2v8 .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlCJiI2v8 .mbr-list {
  color: #ffffff;
}
.cid-uSlCJiI2v8 .mbr-section-title {
  color: #edefeb;
  text-align: center;
}
.cid-uSlCJZqu2z {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlCJZqu2z img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlCJZqu2z img {
    width: 100%;
  }
}
.cid-uSlCJZqu2z .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlCJZqu2z .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlCJZqu2z .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlCJZqu2z .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlCJZqu2z .mbr-text,
.cid-uSlCJZqu2z .mbr-section-btn {
  color: #777777;
}
.cid-uSlCJZqu2z .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlCJZqu2z .mbr-list {
  color: #ffffff;
}
.cid-uSlCKA5kLV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlCKA5kLV img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlCKA5kLV img {
    width: 100%;
  }
}
.cid-uSlCKA5kLV .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlCKA5kLV .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlCKA5kLV .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlCKA5kLV .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlCKA5kLV .mbr-text,
.cid-uSlCKA5kLV .mbr-section-btn {
  color: #777777;
}
.cid-uSlCKA5kLV .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlCKA5kLV .mbr-list {
  color: #ffffff;
}
.cid-uSlCLdhStT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlCLdhStT img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlCLdhStT img {
    width: 100%;
  }
}
.cid-uSlCLdhStT .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlCLdhStT .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlCLdhStT .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlCLdhStT .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlCLdhStT .mbr-text,
.cid-uSlCLdhStT .mbr-section-btn {
  color: #777777;
}
.cid-uSlCLdhStT .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlCLdhStT .mbr-list {
  color: #ffffff;
}
.cid-uQWhKzktTY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f4f4f4;
}
.cid-uQWhKzktTY .mbr-text {
  color: #333333;
  font-weight: 500;
}
.cid-uQWhKzktTY .container {
  max-width: 1300px;
}
.cid-uQWhWc8trN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uQWhWc8trN nav.navbar {
  position: fixed;
}
.cid-uQWhWc8trN .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-uQWhWc8trN .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uQWhWc8trN .dropdown-item {
  border: none !important;
  background: #f0f0f0 !important;
  font-weight: 400 !important;
}
.cid-uQWhWc8trN .dropdown-item:hover,
.cid-uQWhWc8trN .dropdown-item:focus {
  background: #f0f0f0 !important;
  color: #093388 !important;
}
.cid-uQWhWc8trN .dropdown-item:hover span {
  color: white;
}
.cid-uQWhWc8trN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQWhWc8trN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQWhWc8trN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQWhWc8trN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQWhWc8trN .nav-link {
  position: relative;
}
.cid-uQWhWc8trN .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uQWhWc8trN .container {
    flex-wrap: nowrap;
  }
}
.cid-uQWhWc8trN .iconfont-wrapper {
  color: #093388 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uQWhWc8trN .iconfont-wrapper:hover {
  opacity: .7;
}
.cid-uQWhWc8trN .dropdown-menu,
.cid-uQWhWc8trN .navbar.opened {
  background: #f0f0f0 !important;
}
.cid-uQWhWc8trN .nav-item:focus,
.cid-uQWhWc8trN .nav-link:focus {
  outline: none;
}
.cid-uQWhWc8trN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQWhWc8trN .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uQWhWc8trN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQWhWc8trN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQWhWc8trN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQWhWc8trN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQWhWc8trN .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f0f0f0;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQWhWc8trN .navbar.opened {
  transition: all 0.3s;
}
.cid-uQWhWc8trN .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uQWhWc8trN .navbar .navbar-logo img {
  width: auto;
}
.cid-uQWhWc8trN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQWhWc8trN .navbar.collapsed {
  justify-content: center;
}
.cid-uQWhWc8trN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQWhWc8trN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQWhWc8trN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uQWhWc8trN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQWhWc8trN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQWhWc8trN .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-uQWhWc8trN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQWhWc8trN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQWhWc8trN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQWhWc8trN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQWhWc8trN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQWhWc8trN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQWhWc8trN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQWhWc8trN .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-uQWhWc8trN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQWhWc8trN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQWhWc8trN .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uQWhWc8trN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uQWhWc8trN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQWhWc8trN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQWhWc8trN .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQWhWc8trN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-uQWhWc8trN .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uQWhWc8trN .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uQWhWc8trN .navbar-brand .navbar-caption:hover,
.cid-uQWhWc8trN .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uQWhWc8trN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQWhWc8trN .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uQWhWc8trN .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uQWhWc8trN .dropdown-item.active,
.cid-uQWhWc8trN .dropdown-item:active {
  background-color: transparent;
}
.cid-uQWhWc8trN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQWhWc8trN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQWhWc8trN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQWhWc8trN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f0f0f0;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uQWhWc8trN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uQWhWc8trN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uQWhWc8trN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQWhWc8trN ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uQWhWc8trN ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uQWhWc8trN .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uQWhWc8trN .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 11px 26px;
}
@media (max-width: 575px) {
  .cid-uQWhWc8trN .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uQWhWc8trN button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f0f0f0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQWhWc8trN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #093388;
}
.cid-uQWhWc8trN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uQWhWc8trN button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQWhWc8trN button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQWhWc8trN button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uQWhWc8trN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQWhWc8trN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQWhWc8trN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQWhWc8trN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQWhWc8trN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQWhWc8trN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQWhWc8trN .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-uQWhWc8trN .navbar {
    height: 70px;
  }
  .cid-uQWhWc8trN .navbar.opened {
    height: auto;
  }
  .cid-uQWhWc8trN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQWhWc8trN .navbar-nav {
  margin: 0 auto;
}
.cid-uQWhWc8trN .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uQWhWc8trN .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uQWhWc8trN .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uQWhWc8trN .nav-item .nav-link:hover,
.cid-uQWhWc8trN .nav-item .nav-link:focus {
  background-color: transparent;
  color: #093388 !important;
  opacity: .7;
}
.cid-uQWhWc8trN .nav-item .nav-link:hover::after,
.cid-uQWhWc8trN .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uQWhWc8trN .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uQWhWc8trN .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uQWhWc8trN .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uQWhWc8trN .navbar {
    justify-content: flex-start !important;
  }
  .cid-uQWhWc8trN .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uQWhWc8trN .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uQWhWc8trN .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uQWhWc8trN .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uQWhWc8trN .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uQWhWc8trN .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uQWhWc8trN .content-wrap {
  min-height: 60px;
}
.cid-uQWhWcHHhH {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uQWhWcHHhH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWhWcHHhH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWhWcHHhH .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQWhWcHHhH .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uQWhWcHHhH .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uQWhWcHHhH .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uQWhWcHHhH .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uQWhWcHHhH .header-menu li p {
  margin: 0;
}
.cid-uQWhWcHHhH .content-head {
  max-width: 800px;
}
.cid-uQWhWddeiF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f0f0f0;
}
.cid-uQWhWddeiF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWhWddeiF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWhWddeiF .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uQWhWddeiF .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uQWhWddeiF .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uQWhWddeiF .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uQWhWddeiF .container {
    padding: 0 12px;
  }
}
.cid-uQWhWddeiF .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uQWhWddeiF .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uQWhWddeiF .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uQWhWddeiF .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uQWhWddeiF .mbr-section-title {
  color: #1D1D1F;
}
.cid-uQWhWddeiF .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uQWhWddeiF .mbr-section-title,
.cid-uQWhWddeiF .mbr-section-btn {
  text-align: center;
}
.cid-uQWhWdB2bF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWhWdB2bF blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uQWhWdB2bF .mbr-section-title {
  text-align: center;
}
.cid-uQWhWdUR42 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uQWhWdUR42 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWhWdUR42 .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-uQWhWdUR42 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uQWhWdUR42 .container {
    padding: 0 12px;
  }
}
.cid-uQWhWdUR42 .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uQWhWdUR42 .image-wrapper {
    margin-bottom: 24px;
    height: auto;
  }
}
.cid-uQWhWdUR42 .image-wrapper img {
  height: 260px;
  width: 410px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uQWhWdUR42 .image-wrapper img {
    margin-bottom: 24px;
  }
}
.cid-uQWhWdUR42 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQWhWdUR42 .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uQWhWdUR42 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQWhWdUR42 .mbr-section-title {
  color: #222222;
}
.cid-uQWhWdUR42 .mbr-text {
  color: #222222;
}
.cid-uQWhWeguQM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWhWeguQM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWhWeguQM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWhWeguQM .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uQWhWeguQM .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uQWhWeguQM .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uQWhWeguQM .mbr-section-title {
  color: #131313;
}
.cid-uQWhWeguQM .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uQWhWeguQM .items-row {
  row-gap: 24px;
}
.cid-uQWhWeguQM .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uQWhWeguQM .item-wrapper {
  width: 100%;
  padding: 11px 11px 40px;
  border: 2px solid #d96d00;
  box-shadow: 4px 4px 0 #d96d00;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uQWhWeguQM .item-wrapper {
    padding: 11px 11px 20px;
  }
}
@media (min-width: 992px) {
  .cid-uQWhWeguQM .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uQWhWeguQM .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 46/calc(10 * 3);
}
.cid-uQWhWeguQM .item-content {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .cid-uQWhWeguQM .item-content {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uQWhWeguQM .item-content {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
}
.cid-uQWhWeguQM .card-title {
  color: #131313;
}
.cid-uQWhWeguQM .card-text {
  margin-top: 5px;
  color: #131313;
}
.cid-uQWhWeguQM .link-text {
  margin-top: 20px;
  color: #FC7942;
}
@media (max-width: 1199px) {
  .cid-uQWhWeguQM .link-text {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uQWhWeguQM .link-text {
    margin-top: 5px;
  }
}
.cid-uQWhWeguQM .link-text a.text-primary:hover {
  color: #131313 !important;
}
.cid-uQWhWeguQM .mbr-section-btn {
  margin-top: 5px;
}
.cid-uQWhWeguQM .card-text,
.cid-uQWhWeguQM .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uQWhWeguQM .card-title,
.cid-uQWhWeguQM .iconfont-wrapper {
  text-align: center;
}
.cid-uQWhWeMTqB {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWhWeMTqB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWhWeMTqB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWhWeMTqB .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uQWhWeMTqB .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uQWhWeMTqB .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uQWhWeMTqB .mbr-section-title {
  color: #131313;
}
.cid-uQWhWeMTqB .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uQWhWeMTqB .items-row {
  row-gap: 24px;
}
.cid-uQWhWeMTqB .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-uQWhWeMTqB .item-wrapper {
  width: 100%;
  padding: 11px 11px 40px;
  border: 2px solid #d96d00;
  box-shadow: 4px 4px 0 #d96d00;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-uQWhWeMTqB .item-wrapper {
    padding: 11px 11px 20px;
  }
}
@media (min-width: 992px) {
  .cid-uQWhWeMTqB .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uQWhWeMTqB .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 46/calc(10 * 3);
}
.cid-uQWhWeMTqB .item-content {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .cid-uQWhWeMTqB .item-content {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uQWhWeMTqB .item-content {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
}
.cid-uQWhWeMTqB .card-title {
  color: #131313;
}
.cid-uQWhWeMTqB .card-text {
  margin-top: 5px;
  color: #131313;
}
.cid-uQWhWeMTqB .link-text {
  margin-top: 20px;
  color: #FC7942;
}
@media (max-width: 1199px) {
  .cid-uQWhWeMTqB .link-text {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uQWhWeMTqB .link-text {
    margin-top: 5px;
  }
}
.cid-uQWhWeMTqB .link-text a.text-primary:hover {
  color: #131313 !important;
}
.cid-uQWhWeMTqB .mbr-section-btn {
  margin-top: 5px;
}
.cid-uQWhWeMTqB .card-text,
.cid-uQWhWeMTqB .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-uQWhWeMTqB .card-title,
.cid-uQWhWeMTqB .iconfont-wrapper {
  text-align: center;
}
.cid-uSfO2uUh8i {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSfO2uUh8i .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uQWhWfjjlg {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQWhWfjjlg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQWhWfjjlg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQWhWfjjlg img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
  margin: auto;
  margin-bottom: 1.5rem;
}
.cid-uQWhWfjjlg .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 1.5rem;
  color: #ffb038;
  width: 30px;
  justify-content: center;
  align-items: center;
}
.cid-uQWhWfjjlg .card-title,
.cid-uQWhWfjjlg .iconfont-wrapper {
  color: #232323;
}
.cid-uQWhWfjjlg .card-text {
  color: #232323;
}
.cid-uQWhWfjjlg .mbr-section-title {
  color: #4e423d;
}
.cid-uQWhWfjjlg .mbr-section-subtitle {
  color: #232323;
}
.cid-uQWhWfjjlg .content-head {
  max-width: 800px;
}
.cid-uQWhWfjjlg .card-subtitle {
  color: #a1a1a1;
}
#custom-html-fo {
  /* Type valid CSS here */
}
#custom-html-fo div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-fo p {
  font-size: 60px;
  color: #777;
}
.cid-uSlCUUSwIJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlCUUSwIJ img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlCUUSwIJ img {
    width: 100%;
  }
}
.cid-uSlCUUSwIJ .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlCUUSwIJ .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlCUUSwIJ .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlCUUSwIJ .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlCUUSwIJ .mbr-text,
.cid-uSlCUUSwIJ .mbr-section-btn {
  color: #777777;
}
.cid-uSlCUUSwIJ .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlCUUSwIJ .mbr-list {
  color: #ffffff;
}
.cid-uSlCUUSwIJ .mbr-section-title {
  color: #edefeb;
  text-align: center;
}
.cid-uSlCVAJjCl {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlCVAJjCl img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlCVAJjCl img {
    width: 100%;
  }
}
.cid-uSlCVAJjCl .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlCVAJjCl .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlCVAJjCl .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlCVAJjCl .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlCVAJjCl .mbr-text,
.cid-uSlCVAJjCl .mbr-section-btn {
  color: #777777;
}
.cid-uSlCVAJjCl .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlCVAJjCl .mbr-list {
  color: #ffffff;
}
.cid-uSlCW81lYa {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlCW81lYa img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlCW81lYa img {
    width: 100%;
  }
}
.cid-uSlCW81lYa .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlCW81lYa .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlCW81lYa .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlCW81lYa .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlCW81lYa .mbr-text,
.cid-uSlCW81lYa .mbr-section-btn {
  color: #777777;
}
.cid-uSlCW81lYa .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlCW81lYa .mbr-list {
  color: #ffffff;
}
.cid-uSlCWUZdIG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #002b5b;
}
.cid-uSlCWUZdIG img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uSlCWUZdIG img {
    width: 100%;
  }
}
.cid-uSlCWUZdIG .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-uSlCWUZdIG .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-uSlCWUZdIG .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-uSlCWUZdIG .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uSlCWUZdIG .mbr-text,
.cid-uSlCWUZdIG .mbr-section-btn {
  color: #777777;
}
.cid-uSlCWUZdIG .mbr-section-subtitle {
  color: #777777;
}
.cid-uSlCWUZdIG .mbr-list {
  color: #ffffff;
}
.cid-uQWhWhZHih {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f4f4f4;
}
.cid-uQWhWhZHih .mbr-text {
  color: #333333;
  font-weight: 500;
}
.cid-uQWhWhZHih .container {
  max-width: 1300px;
}
