body {
  font-family: Work Sans;
}
.display-1 {
  font-family: 'Cormorant', serif;
  font-size: 6.25rem;
  line-height: 0.833;
}
.display-1 > .mbr-iconfont {
  font-size: 7.8125rem;
}
.display-2 {
  font-family: 'Cormorant', serif;
  font-size: 3rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Work Sans', sans-serif;
  font-size: 0.79rem;
  line-height: 2;
}
.display-4 > .mbr-iconfont {
  font-size: 0.9875rem;
}
.display-5 {
  font-family: 'Cormorant', serif;
  font-size: 1.87rem;
  line-height: 1.06;
}
.display-5 > .mbr-iconfont {
  font-size: 2.3375rem;
}
.display-7 {
  font-family: 'Work Sans', sans-serif;
  font-size: 0.94rem;
  line-height: 1.73;
}
.display-7 > .mbr-iconfont {
  font-size: 1.175rem;
}
form .display-5 {
  font-family: 'Cormorant', serif;
  font-size: 1.04rem;
  line-height: 1.5625;
}
/* ---- 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: 5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.375rem;
    font-size: calc( 2.8375rem + (6.25 - 2.8375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.8375rem + (6.25 - 2.8375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.496rem;
    font-size: calc( 1.3045rem + (1.87 - 1.3045) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.3045rem + (1.87 - 1.3045) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.752rem;
    font-size: calc( 0.979rem + (0.94 - 0.979) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.979rem + (0.94 - 0.979) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.94rem 2.25rem;
  position: relative;
}
.btn-sm {
  padding: 0.94rem 2.25rem;
}
.btn-md {
  padding: 0.94rem 2.25rem;
}
.btn-lg {
  padding: 0.94rem 2.25rem;
}
.bg-primary {
  background-color: #244b8d !important;
}
.bg-success {
  background-color: #f7e4d6 !important;
}
.bg-info {
  background-color: #9e9e9e !important;
}
.bg-warning {
  background-color: #f23801 !important;
}
.bg-danger {
  background-color: #f4f4f4 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #244b8d !important;
  border-color: #244b8d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover:after,
.btn-primary:focus:after,
.btn-primary.focus:after,
.btn-primary.active:after {
  transform: translateX(10px);
}
.btn-primary:hover::before,
.btn-primary:focus::before,
.btn-primary.focus::before,
.btn-primary.active::before {
  width: 50px !important;
  right: -30px !important;
  background: linear-gradient(90deg, #ffffff 43%, #000000 40%) !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #122648 !important;
  border-color: #122648 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover:after,
.btn-secondary:focus:after,
.btn-secondary.focus:after,
.btn-secondary.active:after {
  transform: translateX(10px);
}
.btn-secondary:hover::before,
.btn-secondary:focus::before,
.btn-secondary.focus::before,
.btn-secondary.active::before {
  width: 50px !important;
  right: -30px !important;
  background: linear-gradient(90deg, #ffffff 43%, #000000 40%) !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #9e9e9e !important;
  border-color: #9e9e9e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover:after,
.btn-info:focus:after,
.btn-info.focus:after,
.btn-info.active:after {
  transform: translateX(10px);
}
.btn-info:hover::before,
.btn-info:focus::before,
.btn-info.focus::before,
.btn-info.active::before {
  width: 50px !important;
  right: -30px !important;
  background: linear-gradient(90deg, #ffffff 43%, #000000 40%) !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #737373 !important;
  border-color: #737373 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7e4d6 !important;
  border-color: #f7e4d6 !important;
  color: #ac5c22 !important;
  box-shadow: none;
}
.btn-success:hover:after,
.btn-success:focus:after,
.btn-success.focus:after,
.btn-success.active:after {
  transform: translateX(10px);
}
.btn-success:hover::before,
.btn-success:focus::before,
.btn-success.focus::before,
.btn-success.active::before {
  width: 50px !important;
  right: -30px !important;
  background: linear-gradient(90deg, #ffffff 43%, #000000 40%) !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ac5c22 !important;
  background-color: #e9b48d !important;
  border-color: #e9b48d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f23801 !important;
  border-color: #f23801 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover:after,
.btn-warning:focus:after,
.btn-warning.focus:after,
.btn-warning.active:after {
  transform: translateX(10px);
}
.btn-warning:hover::before,
.btn-warning:focus::before,
.btn-warning.focus::before,
.btn-warning.active::before {
  width: 50px !important;
  right: -30px !important;
  background: linear-gradient(90deg, #ffffff 43%, #000000 40%) !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9c2401 !important;
  border-color: #9c2401 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f4f4f4 !important;
  border-color: #f4f4f4 !important;
  color: #757575 !important;
  box-shadow: none;
}
.btn-danger:hover:after,
.btn-danger:focus:after,
.btn-danger.focus:after,
.btn-danger.active:after {
  transform: translateX(10px);
}
.btn-danger:hover::before,
.btn-danger:focus::before,
.btn-danger.focus::before,
.btn-danger.active::before {
  width: 50px !important;
  right: -30px !important;
  background: linear-gradient(90deg, #ffffff 43%, #000000 40%) !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #757575 !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: none;
}
.btn-white:hover:after,
.btn-white:focus:after,
.btn-white.focus:after,
.btn-white.active:after {
  transform: translateX(10px);
}
.btn-white:hover::before,
.btn-white:focus::before,
.btn-white.focus::before,
.btn-white.active::before {
  width: 50px !important;
  right: -30px !important;
  background: linear-gradient(90deg, #ffffff 43%, #000000 40%) !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover:after,
.btn-black:focus:after,
.btn-black.focus:after,
.btn-black.active:after {
  transform: translateX(10px);
}
.btn-black:hover::before,
.btn-black:focus::before,
.btn-black.focus::before,
.btn-black.active::before {
  width: 50px !important;
  right: -30px !important;
  background: linear-gradient(90deg, #ffffff 43%, #000000 40%) !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  color: #244b8d;
}
.btn-primary-outline:hover:after,
.btn-primary-outline:focus:after,
.btn-primary-outline.focus:after,
.btn-primary-outline.active:after {
  transform: translateX(10px);
}
.btn-primary-outline:hover::before,
.btn-primary-outline:focus::before,
.btn-primary-outline.focus::before,
.btn-primary-outline.active::before {
  width: 50px !important;
  right: -30px !important;
  background: #000 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #244b8d !important;
  border-color: #244b8d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  color: #000000;
}
.btn-secondary-outline:hover:after,
.btn-secondary-outline:focus:after,
.btn-secondary-outline.focus:after,
.btn-secondary-outline.active:after {
  transform: translateX(10px);
}
.btn-secondary-outline:hover::before,
.btn-secondary-outline:focus::before,
.btn-secondary-outline.focus::before,
.btn-secondary-outline.active::before {
  width: 50px !important;
  right: -30px !important;
  background: #000 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  color: #9e9e9e;
}
.btn-info-outline:hover:after,
.btn-info-outline:focus:after,
.btn-info-outline.focus:after,
.btn-info-outline.active:after {
  transform: translateX(10px);
}
.btn-info-outline:hover::before,
.btn-info-outline:focus::before,
.btn-info-outline.focus::before,
.btn-info-outline.active::before {
  width: 50px !important;
  right: -30px !important;
  background: #000 !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #9e9e9e !important;
  border-color: #9e9e9e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  color: #f7e4d6;
}
.btn-success-outline:hover:after,
.btn-success-outline:focus:after,
.btn-success-outline.focus:after,
.btn-success-outline.active:after {
  transform: translateX(10px);
}
.btn-success-outline:hover::before,
.btn-success-outline:focus::before,
.btn-success-outline.focus::before,
.btn-success-outline.active::before {
  width: 50px !important;
  right: -30px !important;
  background: #000 !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ac5c22 !important;
  background-color: #f7e4d6 !important;
  border-color: #f7e4d6 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  color: #f23801;
}
.btn-warning-outline:hover:after,
.btn-warning-outline:focus:after,
.btn-warning-outline.focus:after,
.btn-warning-outline.active:after {
  transform: translateX(10px);
}
.btn-warning-outline:hover::before,
.btn-warning-outline:focus::before,
.btn-warning-outline.focus::before,
.btn-warning-outline.active::before {
  width: 50px !important;
  right: -30px !important;
  background: #000 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f23801 !important;
  border-color: #f23801 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  color: #f4f4f4;
}
.btn-danger-outline:hover:after,
.btn-danger-outline:focus:after,
.btn-danger-outline.focus:after,
.btn-danger-outline.active:after {
  transform: translateX(10px);
}
.btn-danger-outline:hover::before,
.btn-danger-outline:focus::before,
.btn-danger-outline.focus::before,
.btn-danger-outline.active::before {
  width: 50px !important;
  right: -30px !important;
  background: #000 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #757575 !important;
  background-color: #f4f4f4 !important;
  border-color: #f4f4f4 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  color: #232323;
}
.btn-black-outline:hover:after,
.btn-black-outline:focus:after,
.btn-black-outline.focus:after,
.btn-black-outline.active:after {
  transform: translateX(10px);
}
.btn-black-outline:hover::before,
.btn-black-outline:focus::before,
.btn-black-outline.focus::before,
.btn-black-outline.active::before {
  width: 50px !important;
  right: -30px !important;
  background: #000 !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;
  color: #fafafa;
}
.btn-white-outline:hover:after,
.btn-white-outline:focus:after,
.btn-white-outline.focus:after,
.btn-white-outline.active:after {
  transform: translateX(10px);
}
.btn-white-outline:hover::before,
.btn-white-outline:focus::before,
.btn-white-outline.focus::before,
.btn-white-outline.active::before {
  width: 50px !important;
  right: -30px !important;
  background: #000 !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #244b8d !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #f7e4d6 !important;
}
.text-info {
  color: #9e9e9e !important;
}
.text-warning {
  color: #f23801 !important;
}
.text-danger {
  color: #f4f4f4 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0f203c !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #e6ac81 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #6b6b6b !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #8c2001 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #c1c1c1 !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;
}
.nav-tabs .nav-link.active {
  color: #244b8d;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #9e9e9e;
}
.alert-warning {
  background-color: #f23801;
}
.alert-danger {
  background-color: #f4f4f4;
}
.mbr-section-btn .btn::after,
.mbr-section-btn .btn::before {
  content: "";
  position: absolute;
  transition: 0.3s;
}
.mbr-section-btn .btn::before {
  right: -20px;
  width: 40px;
  height: 2px;
}
.mbr-section-btn .btn::after {
  border: 4px solid transparent;
  border-left: 4px solid #000;
  right: -27px;
}
.mbr-section-btn .btn[class*="-outline"] {
  padding-left: 0;
}
.mbr-section-btn .btn[class*="-outline"]::before {
  background: #000;
}
.mbr-section-btn .btn:not([class*="-outline"])::before {
  background: linear-gradient(90deg, #ffffff 50%, #000000 50%);
}
.mbr-gallery-filter li.active .btn {
  background-color: #244b8d;
  border-color: #244b8d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #244b8d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #5b89d5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #dedede;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffcfc0;
}
.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: 'Work Sans', sans-serif;
  font-size: 0.79rem;
  line-height: 2;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 0.9875rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: none;
  border-color: #244b8d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Work Sans', sans-serif;
  font-size: 0.79rem;
  line-height: 2;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 0.9875rem;
}
blockquote {
  border-color: #244b8d;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #244b8d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #244b8d;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #244b8d;
  border-bottom-color: #244b8d;
}
.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: #244b8d !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #000000 !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='%23244b8d' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-seIPi9WqBT .navbar-dropdown {
  position: relative !important;
}
.cid-seIPi9WqBT .dropdown-menu {
  padding: 1.625rem 0 1.875rem;
}
@media (min-width: 992px) {
  .cid-seIPi9WqBT .dropdown-menu {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 992px) {
  .cid-seIPi9WqBT .container-fluid,
  .cid-seIPi9WqBT .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-seIPi9WqBT .dropdown-item {
  padding: 0 1.9375rem 0 2.125rem;
}
.cid-seIPi9WqBT .dropdown-item:before {
  content: '';
  position: relative;
  width: 0px;
  height: 6px;
  opacity: 1;
  left: 0px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  display: inline-block;
  vertical-align: middle;
}
.cid-seIPi9WqBT .dropdown-item:hover:before,
.cid-seIPi9WqBT .dropdown-item:focus:before {
  width: 6px;
  margin-right: 5px;
}
.cid-seIPi9WqBT .nav-dropdown .link {
  padding: 0;
  margin: 0 !important;
}
.cid-seIPi9WqBT .nav-link {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  padding: 0rem 1.8125rem !important;
}
.cid-seIPi9WqBT .nav-link:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 0px;
  opacity: 1;
  left: 15px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  transform: translateY(-20px);
}
.cid-seIPi9WqBT .nav-link:hover:before {
  height: 6px;
  transform: translateY(0);
}
.cid-seIPi9WqBT .container {
  display: flex;
  margin: auto;
}
.cid-seIPi9WqBT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-seIPi9WqBT .dropdown-menu,
.cid-seIPi9WqBT .navbar.opened {
  background: #1a3562 !important;
}
.cid-seIPi9WqBT .nav-item:focus,
.cid-seIPi9WqBT .nav-link:focus {
  outline: none;
}
.cid-seIPi9WqBT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-seIPi9WqBT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-seIPi9WqBT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-seIPi9WqBT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-seIPi9WqBT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-seIPi9WqBT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-seIPi9WqBT .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a3562;
  padding: 1rem 0;
}
.cid-seIPi9WqBT .navbar.opened {
  transition: all .3s;
}
.cid-seIPi9WqBT .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-seIPi9WqBT .navbar .navbar-logo img {
  width: auto;
}
.cid-seIPi9WqBT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-seIPi9WqBT .navbar.collapsed {
  justify-content: center;
}
.cid-seIPi9WqBT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-seIPi9WqBT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-seIPi9WqBT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-seIPi9WqBT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-seIPi9WqBT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-seIPi9WqBT .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-seIPi9WqBT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-seIPi9WqBT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-seIPi9WqBT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-seIPi9WqBT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-seIPi9WqBT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-seIPi9WqBT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-seIPi9WqBT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-seIPi9WqBT .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-seIPi9WqBT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-seIPi9WqBT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-seIPi9WqBT .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-seIPi9WqBT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-seIPi9WqBT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-seIPi9WqBT .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-seIPi9WqBT .navbar.navbar-short {
  min-height: 60px;
}
.cid-seIPi9WqBT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-seIPi9WqBT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-seIPi9WqBT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-seIPi9WqBT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-seIPi9WqBT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-seIPi9WqBT .dropdown-item.active,
.cid-seIPi9WqBT .dropdown-item:active {
  background-color: transparent;
}
.cid-seIPi9WqBT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-seIPi9WqBT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-seIPi9WqBT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-seIPi9WqBT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a3562;
}
.cid-seIPi9WqBT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-seIPi9WqBT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-seIPi9WqBT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-seIPi9WqBT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-seIPi9WqBT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-seIPi9WqBT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-seIPi9WqBT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-seIPi9WqBT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-seIPi9WqBT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-seIPi9WqBT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-seIPi9WqBT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-seIPi9WqBT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-seIPi9WqBT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-seIPi9WqBT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-seIPi9WqBT .navbar-dropdown {
  padding: 1rem 0;
}
.cid-seIPi9WqBT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-seIPi9WqBT .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-seIPi9WqBT .navbar {
    height: 70px;
  }
  .cid-seIPi9WqBT .navbar.opened {
    height: auto;
  }
  .cid-seIPi9WqBT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-seIPiQ3eaI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #dedddd;
}
.cid-seIPiQ3eaI .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-seIPiQ3eaI .text-wrapper {
    padding: 0 3rem 0 0;
  }
}
@media (max-width: 768px) {
  .cid-seIPiQ3eaI .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-seIPiQ3eaI .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-seIPiQ3eaI .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-seIPiQ3eaI .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
.cid-seIPiQ3eaI .mbr-section-tag {
  color: #000000;
  margin-bottom: 1.5625rem;
}
.cid-seIPiQ3eaI .mbr-text,
.cid-seIPiQ3eaI .mbr-section-btn {
  text-align: left;
}
.cid-seIPiQ3eaI .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-seIPiQ3eaI .mbr-section-title {
  margin-bottom: 2.1875rem;
  text-align: left;
  color: #244b8d;
}
.cid-seIPiQ3eaI .mbr-section-title b:last-child,
.cid-seIPiQ3eaI .mbr-section-title strong:last-child {
  color: #244b8d;
}
.cid-seIPiQ3eaI .mbr-section-subtitle {
  text-align: left;
}
.cid-seIPiQ3eaI .mbr-section-subtitle,
.cid-seIPiQ3eaI .mbr-section-btn {
  text-align: left;
}
.cid-tfPs9zZzfs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f2f2f2;
}
.cid-tfPs9zZzfs img,
.cid-tfPs9zZzfs .item-img {
  width: 100%;
}
.cid-tfPs9zZzfs .item:focus,
.cid-tfPs9zZzfs span:focus {
  outline: none;
}
.cid-tfPs9zZzfs .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tfPs9zZzfs .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tfPs9zZzfs .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tfPs9zZzfs .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tfPs9zZzfs .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tfPs9zZzfs .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tfPs9zZzfs .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tfPs9zZzfs .mbr-section-title {
  color: #1a3562;
  text-align: left;
}
.cid-tfPs9zZzfs .mbr-text,
.cid-tfPs9zZzfs .mbr-section-btn {
  text-align: left;
}
.cid-tfPs9zZzfs .item-title {
  text-align: left;
}
.cid-tfPs9zZzfs .item-subtitle {
  text-align: center;
}
.cid-tfPs9zZzfs .mbr-section-subtitle {
  text-align: left;
}
.cid-tgb2ZCqSOU {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #f2f2f2;
}
.cid-tgb2ZCqSOU img,
.cid-tgb2ZCqSOU .item-img {
  width: 100%;
}
.cid-tgb2ZCqSOU .item:focus,
.cid-tgb2ZCqSOU span:focus {
  outline: none;
}
.cid-tgb2ZCqSOU .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tgb2ZCqSOU .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tgb2ZCqSOU .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tgb2ZCqSOU .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tgb2ZCqSOU .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tgb2ZCqSOU .mbr-section-title {
  color: #1a3562;
  text-align: left;
}
.cid-tgb2ZCqSOU .mbr-text,
.cid-tgb2ZCqSOU .mbr-section-btn {
  text-align: left;
}
.cid-tgb2ZCqSOU .item-title {
  text-align: left;
}
.cid-tgb2ZCqSOU .item-subtitle {
  text-align: center;
}
.cid-tfZdV748R9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #dedddd;
}
.cid-tfZdV748R9 .mbr-section-title {
  color: #1a3562;
  text-align: center;
}
.cid-tg0DnJ48aa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
@media (min-width: 1500px) {
  .cid-tg0DnJ48aa .container {
    max-width: 1400px;
  }
}
.cid-tg0DnJ48aa .mbr-iconfont {
  font-size: 3rem;
  color: #f23801;
}
.cid-tg0DnJ48aa .iconfont-wrapper {
  margin-bottom: 1rem;
  border: 2px solid #f23801;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
}
.cid-tg0DnJ48aa .row {
  justify-content: center;
}
.cid-tg0DnJ48aa .card {
  margin-bottom: 3rem;
}
.cid-tg0DnJ48aa .card-title {
  margin-top: 1rem;
}
.cid-tg0DnJ48aa .card-text {
  margin-top: 0.6875rem;
}
.cid-tg0DnJ48aa .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-tg0DnJ48aa .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-tg0DnJ48aa .mbr-section-title b:last-child,
.cid-tg0DnJ48aa .mbr-section-title strong:last-child {
  color: #244b8d;
}
.cid-tg0DnJ48aa .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-tg0DnJ48aa .mbr-section-head {
  margin-bottom: 6.875rem;
}
.cid-tg0DnJ48aa .card-title,
.cid-tg0DnJ48aa .icon-container {
  color: #1a3562;
  text-align: center;
}
.cid-tfZiBZb3jD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1a3562;
}
.cid-tfZiBZb3jD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfZiBZb3jD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfZiBZb3jD .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tfZiBZb3jD .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tfZiBZb3jD .row {
    text-align: center;
  }
  .cid-tfZiBZb3jD .row > div {
    margin: auto;
  }
  .cid-tfZiBZb3jD .social-row {
    justify-content: center;
  }
  .cid-tfZiBZb3jD .soc-item {
    padding-top: 0 !important;
  }
}
.cid-tfZiBZb3jD .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tfZiBZb3jD .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tfZiBZb3jD .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tfZiBZb3jD .list {
    margin-bottom: 0rem;
  }
}
.cid-tfZiBZb3jD .mbr-text,
.cid-tfZiBZb3jD .mbr-section-subtitle {
  color: #fafafa;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
}
.cid-tfZiBZb3jD .soc-item {
  display: flex;
  margin-right: 15px;
  padding-top: 15px;
}
.cid-tfZiBZb3jD .soc-item:last-child {
  margin-right: 0;
}
.cid-tfZiBZb3jD .mbr-iconfont {
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tfZiBZb3jD div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tfZiBZb3jD .self-center {
  align-self: center;
}
.cid-tfZiBZb3jD .indent-up {
  padding-top: 20px;
  line-height: 21px;
  font-size: 14px;
}
@media (max-width: 992px) {
  .cid-tfZiBZb3jD .indent-up {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-tfZiBZb3jD .indent-up {
    margin-bottom: 0;
  }
}
.cid-tfZiBZb3jD .text-style {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cid-tfZiBZb3jD .text-style:not(:last-child) {
    margin-bottom: 16px !important;
  }
}
.cid-tfZiBZb3jD .position {
  text-align: end;
}
@media (max-width: 767px) {
  .cid-tfZiBZb3jD .position {
    text-align: center;
  }
}
.cid-tfZiBZb3jD .pt-16 {
  padding-top: 16px;
}
.cid-tfZiBZb3jD .pb-16 {
  padding-bottom: 16px;
}
.cid-tfZQCsGjzL .navbar-dropdown {
  position: relative !important;
}
.cid-tfZQCsGjzL .dropdown-menu {
  padding: 1.625rem 0 1.875rem;
}
@media (min-width: 992px) {
  .cid-tfZQCsGjzL .dropdown-menu {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 992px) {
  .cid-tfZQCsGjzL .container-fluid,
  .cid-tfZQCsGjzL .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-tfZQCsGjzL .dropdown-item {
  padding: 0 1.9375rem 0 2.125rem;
}
.cid-tfZQCsGjzL .dropdown-item:before {
  content: '';
  position: relative;
  width: 0px;
  height: 6px;
  opacity: 1;
  left: 0px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  display: inline-block;
  vertical-align: middle;
}
.cid-tfZQCsGjzL .dropdown-item:hover:before,
.cid-tfZQCsGjzL .dropdown-item:focus:before {
  width: 6px;
  margin-right: 5px;
}
.cid-tfZQCsGjzL .nav-dropdown .link {
  padding: 0;
  margin: 0 !important;
}
.cid-tfZQCsGjzL .nav-link {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  padding: 0rem 1.8125rem !important;
}
.cid-tfZQCsGjzL .nav-link:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 0px;
  opacity: 1;
  left: 15px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  transform: translateY(-20px);
}
.cid-tfZQCsGjzL .nav-link:hover:before {
  height: 6px;
  transform: translateY(0);
}
.cid-tfZQCsGjzL .container {
  display: flex;
  margin: auto;
}
.cid-tfZQCsGjzL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tfZQCsGjzL .dropdown-menu,
.cid-tfZQCsGjzL .navbar.opened {
  background: #1a3562 !important;
}
.cid-tfZQCsGjzL .nav-item:focus,
.cid-tfZQCsGjzL .nav-link:focus {
  outline: none;
}
.cid-tfZQCsGjzL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tfZQCsGjzL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tfZQCsGjzL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tfZQCsGjzL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tfZQCsGjzL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tfZQCsGjzL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tfZQCsGjzL .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a3562;
  padding: 1rem 0;
}
.cid-tfZQCsGjzL .navbar.opened {
  transition: all .3s;
}
.cid-tfZQCsGjzL .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tfZQCsGjzL .navbar .navbar-logo img {
  width: auto;
}
.cid-tfZQCsGjzL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tfZQCsGjzL .navbar.collapsed {
  justify-content: center;
}
.cid-tfZQCsGjzL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tfZQCsGjzL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tfZQCsGjzL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tfZQCsGjzL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tfZQCsGjzL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tfZQCsGjzL .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-tfZQCsGjzL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tfZQCsGjzL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tfZQCsGjzL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tfZQCsGjzL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tfZQCsGjzL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tfZQCsGjzL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tfZQCsGjzL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tfZQCsGjzL .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-tfZQCsGjzL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tfZQCsGjzL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tfZQCsGjzL .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tfZQCsGjzL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tfZQCsGjzL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tfZQCsGjzL .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tfZQCsGjzL .navbar.navbar-short {
  min-height: 60px;
}
.cid-tfZQCsGjzL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tfZQCsGjzL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tfZQCsGjzL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tfZQCsGjzL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tfZQCsGjzL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tfZQCsGjzL .dropdown-item.active,
.cid-tfZQCsGjzL .dropdown-item:active {
  background-color: transparent;
}
.cid-tfZQCsGjzL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tfZQCsGjzL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tfZQCsGjzL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tfZQCsGjzL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a3562;
}
.cid-tfZQCsGjzL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tfZQCsGjzL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tfZQCsGjzL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tfZQCsGjzL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tfZQCsGjzL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tfZQCsGjzL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tfZQCsGjzL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tfZQCsGjzL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tfZQCsGjzL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tfZQCsGjzL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tfZQCsGjzL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tfZQCsGjzL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tfZQCsGjzL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tfZQCsGjzL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tfZQCsGjzL .navbar-dropdown {
  padding: 1rem 0;
}
.cid-tfZQCsGjzL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tfZQCsGjzL .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-tfZQCsGjzL .navbar {
    height: 70px;
  }
  .cid-tfZQCsGjzL .navbar.opened {
    height: auto;
  }
  .cid-tfZQCsGjzL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tfZSGCD8YZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dedddd;
}
.cid-tfZSGCD8YZ .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tfZSGCD8YZ .mbr-section-title {
  color: #1a3562;
}
.cid-tfZRCBZfU0 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tfZRCBZfU0 .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tfZRCBZfU0 .mbr-section-title {
  color: #1a3562;
}
.cid-tgbgo1Zm8j {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tgbgo1Zm8j img,
.cid-tgbgo1Zm8j .item-img {
  width: 100%;
}
.cid-tgbgo1Zm8j .item:focus,
.cid-tgbgo1Zm8j span:focus {
  outline: none;
}
.cid-tgbgo1Zm8j .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tgbgo1Zm8j .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tgbgo1Zm8j .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tgbgo1Zm8j .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tgbgo1Zm8j .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tgbgo1Zm8j .mbr-section-title {
  color: #1a3562;
  text-align: left;
}
.cid-tgbgo1Zm8j .mbr-text,
.cid-tgbgo1Zm8j .mbr-section-btn {
  text-align: left;
}
.cid-tgbgo1Zm8j .item-title {
  text-align: left;
}
.cid-tgbgo1Zm8j .item-subtitle {
  text-align: center;
}
.cid-tfZQCCSAVL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #dedddd;
}
.cid-tfZQCCSAVL .mbr-section-title {
  color: #1a3562;
  text-align: center;
}
.cid-tg0DWXATUE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
@media (min-width: 1500px) {
  .cid-tg0DWXATUE .container {
    max-width: 1400px;
  }
}
.cid-tg0DWXATUE .mbr-iconfont {
  font-size: 3rem;
  color: #f23801;
}
.cid-tg0DWXATUE .iconfont-wrapper {
  margin-bottom: 1rem;
  border: 2px solid #f23801;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
}
.cid-tg0DWXATUE .row {
  justify-content: center;
}
.cid-tg0DWXATUE .card {
  margin-bottom: 3rem;
}
.cid-tg0DWXATUE .card-title {
  margin-top: 1rem;
}
.cid-tg0DWXATUE .card-text {
  margin-top: 0.6875rem;
}
.cid-tg0DWXATUE .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-tg0DWXATUE .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-tg0DWXATUE .mbr-section-title b:last-child,
.cid-tg0DWXATUE .mbr-section-title strong:last-child {
  color: #244b8d;
}
.cid-tg0DWXATUE .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-tg0DWXATUE .mbr-section-head {
  margin-bottom: 6.875rem;
}
.cid-tg0DWXATUE .card-title,
.cid-tg0DWXATUE .icon-container {
  color: #1a3562;
  text-align: center;
}
.cid-tfZQCO0G9r {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1a3562;
}
.cid-tfZQCO0G9r .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfZQCO0G9r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfZQCO0G9r .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tfZQCO0G9r .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tfZQCO0G9r .row {
    text-align: center;
  }
  .cid-tfZQCO0G9r .row > div {
    margin: auto;
  }
  .cid-tfZQCO0G9r .social-row {
    justify-content: center;
  }
  .cid-tfZQCO0G9r .soc-item {
    padding-top: 0 !important;
  }
}
.cid-tfZQCO0G9r .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tfZQCO0G9r .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tfZQCO0G9r .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tfZQCO0G9r .list {
    margin-bottom: 0rem;
  }
}
.cid-tfZQCO0G9r .mbr-text,
.cid-tfZQCO0G9r .mbr-section-subtitle {
  color: #fafafa;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
}
.cid-tfZQCO0G9r .soc-item {
  display: flex;
  margin-right: 15px;
  padding-top: 15px;
}
.cid-tfZQCO0G9r .soc-item:last-child {
  margin-right: 0;
}
.cid-tfZQCO0G9r .mbr-iconfont {
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tfZQCO0G9r div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tfZQCO0G9r .self-center {
  align-self: center;
}
.cid-tfZQCO0G9r .indent-up {
  padding-top: 20px;
  line-height: 21px;
  font-size: 14px;
}
@media (max-width: 992px) {
  .cid-tfZQCO0G9r .indent-up {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-tfZQCO0G9r .indent-up {
    margin-bottom: 0;
  }
}
.cid-tfZQCO0G9r .text-style {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cid-tfZQCO0G9r .text-style:not(:last-child) {
    margin-bottom: 16px !important;
  }
}
.cid-tfZQCO0G9r .position {
  text-align: end;
}
@media (max-width: 767px) {
  .cid-tfZQCO0G9r .position {
    text-align: center;
  }
}
.cid-tfZQCO0G9r .pt-16 {
  padding-top: 16px;
}
.cid-tfZQCO0G9r .pb-16 {
  padding-bottom: 16px;
}
.cid-tfZUXqBZ1q .navbar-dropdown {
  position: relative !important;
}
.cid-tfZUXqBZ1q .dropdown-menu {
  padding: 1.625rem 0 1.875rem;
}
@media (min-width: 992px) {
  .cid-tfZUXqBZ1q .dropdown-menu {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 992px) {
  .cid-tfZUXqBZ1q .container-fluid,
  .cid-tfZUXqBZ1q .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-tfZUXqBZ1q .dropdown-item {
  padding: 0 1.9375rem 0 2.125rem;
}
.cid-tfZUXqBZ1q .dropdown-item:before {
  content: '';
  position: relative;
  width: 0px;
  height: 6px;
  opacity: 1;
  left: 0px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  display: inline-block;
  vertical-align: middle;
}
.cid-tfZUXqBZ1q .dropdown-item:hover:before,
.cid-tfZUXqBZ1q .dropdown-item:focus:before {
  width: 6px;
  margin-right: 5px;
}
.cid-tfZUXqBZ1q .nav-dropdown .link {
  padding: 0;
  margin: 0 !important;
}
.cid-tfZUXqBZ1q .nav-link {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  padding: 0rem 1.8125rem !important;
}
.cid-tfZUXqBZ1q .nav-link:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 0px;
  opacity: 1;
  left: 15px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  transform: translateY(-20px);
}
.cid-tfZUXqBZ1q .nav-link:hover:before {
  height: 6px;
  transform: translateY(0);
}
.cid-tfZUXqBZ1q .container {
  display: flex;
  margin: auto;
}
.cid-tfZUXqBZ1q .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tfZUXqBZ1q .dropdown-menu,
.cid-tfZUXqBZ1q .navbar.opened {
  background: #1a3562 !important;
}
.cid-tfZUXqBZ1q .nav-item:focus,
.cid-tfZUXqBZ1q .nav-link:focus {
  outline: none;
}
.cid-tfZUXqBZ1q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tfZUXqBZ1q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tfZUXqBZ1q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tfZUXqBZ1q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tfZUXqBZ1q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tfZUXqBZ1q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tfZUXqBZ1q .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a3562;
  padding: 1rem 0;
}
.cid-tfZUXqBZ1q .navbar.opened {
  transition: all .3s;
}
.cid-tfZUXqBZ1q .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tfZUXqBZ1q .navbar .navbar-logo img {
  width: auto;
}
.cid-tfZUXqBZ1q .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tfZUXqBZ1q .navbar.collapsed {
  justify-content: center;
}
.cid-tfZUXqBZ1q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tfZUXqBZ1q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tfZUXqBZ1q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tfZUXqBZ1q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tfZUXqBZ1q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tfZUXqBZ1q .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-tfZUXqBZ1q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tfZUXqBZ1q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tfZUXqBZ1q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tfZUXqBZ1q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tfZUXqBZ1q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tfZUXqBZ1q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tfZUXqBZ1q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tfZUXqBZ1q .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-tfZUXqBZ1q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tfZUXqBZ1q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tfZUXqBZ1q .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tfZUXqBZ1q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tfZUXqBZ1q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tfZUXqBZ1q .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tfZUXqBZ1q .navbar.navbar-short {
  min-height: 60px;
}
.cid-tfZUXqBZ1q .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tfZUXqBZ1q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tfZUXqBZ1q .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tfZUXqBZ1q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tfZUXqBZ1q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tfZUXqBZ1q .dropdown-item.active,
.cid-tfZUXqBZ1q .dropdown-item:active {
  background-color: transparent;
}
.cid-tfZUXqBZ1q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tfZUXqBZ1q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tfZUXqBZ1q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tfZUXqBZ1q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a3562;
}
.cid-tfZUXqBZ1q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tfZUXqBZ1q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tfZUXqBZ1q ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tfZUXqBZ1q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tfZUXqBZ1q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tfZUXqBZ1q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tfZUXqBZ1q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tfZUXqBZ1q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tfZUXqBZ1q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tfZUXqBZ1q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tfZUXqBZ1q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tfZUXqBZ1q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tfZUXqBZ1q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tfZUXqBZ1q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tfZUXqBZ1q .navbar-dropdown {
  padding: 1rem 0;
}
.cid-tfZUXqBZ1q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tfZUXqBZ1q .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-tfZUXqBZ1q .navbar {
    height: 70px;
  }
  .cid-tfZUXqBZ1q .navbar.opened {
    height: auto;
  }
  .cid-tfZUXqBZ1q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tfZUXtGdvO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dedddd;
}
.cid-tfZUXtGdvO .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tfZUXtGdvO .mbr-section-title {
  color: #1a3562;
}
.cid-tfZUXxdQBa {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tfZUXxdQBa .mbr-text {
  text-align: left;
  color: #1a3562;
}
.cid-tfZUXxdQBa .mbr-section-title {
  color: #1a3562;
}
.cid-tTZ8BJ8yKy {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f2f2f2;
}
.cid-tTZ8BJ8yKy .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tTZ8BJ8yKy .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tTZ8BJ8yKy .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tTZ8BJ8yKy .text-wrapper {
    padding: 0 0 0 3rem;
  }
}
@media (max-width: 768px) {
  .cid-tTZ8BJ8yKy .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tTZ8BJ8yKy .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 1.5625rem;
}
.cid-tTZ8BJ8yKy .mbr-text,
.cid-tTZ8BJ8yKy .mbr-section-btn {
  text-align: left;
}
.cid-tTZ8BJ8yKy .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-tTZ8BJ8yKy .mbr-section-title {
  margin-bottom: 2.1875rem;
  text-align: left;
  color: #1a3562;
}
.cid-tTZ8BJ8yKy .mbr-section-title b:last-child,
.cid-tTZ8BJ8yKy .mbr-section-title strong:last-child {
  color: #1a3562;
}
.cid-tTZ8BJ8yKy .mbr-section-subtitle {
  text-align: left;
}
.cid-tTZ8BJ8yKy .mbr-section-subtitle,
.cid-tTZ8BJ8yKy .mbr-section-btn {
  text-align: left;
}
.cid-tTZ8BJ8yKy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTZ8BJ8yKy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg19W6u92V {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tg19W6u92V .mbr-text {
  text-align: center;
  color: #1a3562;
}
.cid-tg19W6u92V .mbr-section-title {
  color: #1a3562;
  text-align: left;
}
.cid-uR14ANz9zF {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f2f2f2;
}
.cid-uR14ANz9zF .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uR14ANz9zF .text-wrapper {
    padding: 0 3rem 0 0;
  }
}
@media (max-width: 768px) {
  .cid-uR14ANz9zF .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uR14ANz9zF .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uR14ANz9zF .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uR14ANz9zF .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
.cid-uR14ANz9zF .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 1.5625rem;
}
.cid-uR14ANz9zF .mbr-text,
.cid-uR14ANz9zF .mbr-section-btn {
  text-align: left;
}
.cid-uR14ANz9zF .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-uR14ANz9zF .mbr-section-title {
  margin-bottom: 2.1875rem;
  text-align: left;
  color: #1a3562;
}
.cid-uR14ANz9zF .mbr-section-title b:last-child,
.cid-uR14ANz9zF .mbr-section-title strong:last-child {
  color: #1a3562;
}
.cid-uR14ANz9zF .mbr-section-subtitle {
  text-align: left;
}
.cid-uR14ANz9zF .mbr-section-subtitle,
.cid-uR14ANz9zF .mbr-section-btn {
  text-align: left;
}
.cid-uR14ANz9zF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR14ANz9zF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up7fE09iBo {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f2f2f2;
}
.cid-up7fE09iBo .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-up7fE09iBo .text-wrapper {
    padding: 0 3rem 0 0;
  }
}
@media (max-width: 768px) {
  .cid-up7fE09iBo .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-up7fE09iBo .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-up7fE09iBo .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-up7fE09iBo .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
.cid-up7fE09iBo .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 1.5625rem;
}
.cid-up7fE09iBo .mbr-text,
.cid-up7fE09iBo .mbr-section-btn {
  text-align: left;
}
.cid-up7fE09iBo .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-up7fE09iBo .mbr-section-title {
  margin-bottom: 2.1875rem;
  text-align: left;
  color: #1a3562;
}
.cid-up7fE09iBo .mbr-section-title b:last-child,
.cid-up7fE09iBo .mbr-section-title strong:last-child {
  color: #1a3562;
}
.cid-up7fE09iBo .mbr-section-subtitle {
  text-align: left;
}
.cid-up7fE09iBo .mbr-section-subtitle,
.cid-up7fE09iBo .mbr-section-btn {
  text-align: left;
}
.cid-up7fE09iBo .mbr-fallback-image.disabled {
  display: none;
}
.cid-up7fE09iBo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfZVONqILZ {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f2f2f2;
}
.cid-tfZVONqILZ .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tfZVONqILZ .text-wrapper {
    padding: 0 3rem 0 0;
  }
}
@media (max-width: 768px) {
  .cid-tfZVONqILZ .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tfZVONqILZ .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tfZVONqILZ .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tfZVONqILZ .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
.cid-tfZVONqILZ .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 1.5625rem;
}
.cid-tfZVONqILZ .mbr-text,
.cid-tfZVONqILZ .mbr-section-btn {
  text-align: left;
}
.cid-tfZVONqILZ .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-tfZVONqILZ .mbr-section-title {
  margin-bottom: 2.1875rem;
  text-align: left;
  color: #1a3562;
}
.cid-tfZVONqILZ .mbr-section-title b:last-child,
.cid-tfZVONqILZ .mbr-section-title strong:last-child {
  color: #1a3562;
}
.cid-tfZVONqILZ .mbr-section-subtitle {
  text-align: left;
}
.cid-tfZVONqILZ .mbr-section-subtitle,
.cid-tfZVONqILZ .mbr-section-btn {
  text-align: left;
}
.cid-tfZVONqILZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfZVONqILZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBezeuOgUP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-tBezeuOgUP .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tBezeuOgUP .text-wrapper {
    padding: 0 3rem 0 0;
  }
}
@media (max-width: 768px) {
  .cid-tBezeuOgUP .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tBezeuOgUP .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tBezeuOgUP .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tBezeuOgUP .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
.cid-tBezeuOgUP .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 1.5625rem;
}
.cid-tBezeuOgUP .mbr-text,
.cid-tBezeuOgUP .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-tBezeuOgUP .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-tBezeuOgUP .mbr-section-title {
  margin-bottom: 2.1875rem;
  text-align: left;
  color: #1a3562;
}
.cid-tBezeuOgUP .mbr-section-title b:last-child,
.cid-tBezeuOgUP .mbr-section-title strong:last-child {
  color: #1a3562;
}
.cid-tBezeuOgUP .mbr-section-subtitle {
  text-align: left;
}
.cid-tBezeuOgUP .mbr-section-subtitle,
.cid-tBezeuOgUP .mbr-section-btn {
  text-align: left;
}
.cid-tBezeuOgUP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBezeuOgUP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBcT3f7AMi {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f2f2f2;
}
.cid-tBcT3f7AMi .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tBcT3f7AMi .text-wrapper {
    padding: 0 3rem 0 0;
  }
}
@media (max-width: 768px) {
  .cid-tBcT3f7AMi .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tBcT3f7AMi .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tBcT3f7AMi .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tBcT3f7AMi .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
.cid-tBcT3f7AMi .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 1.5625rem;
}
.cid-tBcT3f7AMi .mbr-text,
.cid-tBcT3f7AMi .mbr-section-btn {
  text-align: left;
}
.cid-tBcT3f7AMi .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-tBcT3f7AMi .mbr-section-title {
  margin-bottom: 2.1875rem;
  text-align: left;
  color: #1a3562;
}
.cid-tBcT3f7AMi .mbr-section-title b:last-child,
.cid-tBcT3f7AMi .mbr-section-title strong:last-child {
  color: #1a3562;
}
.cid-tBcT3f7AMi .mbr-section-subtitle {
  text-align: left;
}
.cid-tBcT3f7AMi .mbr-section-subtitle,
.cid-tBcT3f7AMi .mbr-section-btn {
  text-align: left;
}
.cid-tBcT3f7AMi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBcT3f7AMi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg1ackWBla {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-tg1ackWBla .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tg1ackWBla .text-wrapper {
    padding: 0 3rem 0 0;
  }
}
@media (max-width: 768px) {
  .cid-tg1ackWBla .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg1ackWBla .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tg1ackWBla .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg1ackWBla .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
.cid-tg1ackWBla .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 1.5625rem;
}
.cid-tg1ackWBla .mbr-text,
.cid-tg1ackWBla .mbr-section-btn {
  text-align: left;
}
.cid-tg1ackWBla .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-tg1ackWBla .mbr-section-title {
  margin-bottom: 2.1875rem;
  text-align: left;
}
.cid-tg1ackWBla .mbr-section-title b:last-child,
.cid-tg1ackWBla .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-tg1ackWBla .mbr-section-subtitle {
  text-align: left;
}
.cid-tg1ackWBla .mbr-section-subtitle,
.cid-tg1ackWBla .mbr-section-btn {
  text-align: left;
}
.cid-tg1ackWBla .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg1ackWBla .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg1ayttilh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-tg1ayttilh .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tg1ayttilh .text-wrapper {
    padding: 0 3rem 0 0;
  }
}
@media (max-width: 768px) {
  .cid-tg1ayttilh .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg1ayttilh .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tg1ayttilh .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg1ayttilh .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
.cid-tg1ayttilh .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 1.5625rem;
}
.cid-tg1ayttilh .mbr-text,
.cid-tg1ayttilh .mbr-section-btn {
  text-align: left;
}
.cid-tg1ayttilh .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-tg1ayttilh .mbr-section-title {
  margin-bottom: 2.1875rem;
  text-align: left;
}
.cid-tg1ayttilh .mbr-section-title b:last-child,
.cid-tg1ayttilh .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-tg1ayttilh .mbr-section-subtitle {
  text-align: left;
}
.cid-tg1ayttilh .mbr-section-subtitle,
.cid-tg1ayttilh .mbr-section-btn {
  text-align: left;
}
.cid-tg1ayttilh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg1ayttilh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg1aZqp0rK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-tg1aZqp0rK .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tg1aZqp0rK .text-wrapper {
    padding: 0 3rem 0 0;
  }
}
@media (max-width: 768px) {
  .cid-tg1aZqp0rK .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg1aZqp0rK .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tg1aZqp0rK .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg1aZqp0rK .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
.cid-tg1aZqp0rK .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 1.5625rem;
}
.cid-tg1aZqp0rK .mbr-text,
.cid-tg1aZqp0rK .mbr-section-btn {
  text-align: left;
}
.cid-tg1aZqp0rK .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-tg1aZqp0rK .mbr-section-title {
  margin-bottom: 2.1875rem;
  text-align: left;
}
.cid-tg1aZqp0rK .mbr-section-title b:last-child,
.cid-tg1aZqp0rK .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-tg1aZqp0rK .mbr-section-subtitle {
  text-align: left;
}
.cid-tg1aZqp0rK .mbr-section-subtitle,
.cid-tg1aZqp0rK .mbr-section-btn {
  text-align: left;
}
.cid-tg1aZqp0rK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg1aZqp0rK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg1aXSAQS1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-tg1aXSAQS1 .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tg1aXSAQS1 .text-wrapper {
    padding: 0 3rem 0 0;
  }
}
@media (max-width: 768px) {
  .cid-tg1aXSAQS1 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg1aXSAQS1 .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tg1aXSAQS1 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg1aXSAQS1 .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
.cid-tg1aXSAQS1 .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 1.5625rem;
}
.cid-tg1aXSAQS1 .mbr-text,
.cid-tg1aXSAQS1 .mbr-section-btn {
  text-align: left;
}
.cid-tg1aXSAQS1 .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-tg1aXSAQS1 .mbr-section-title {
  margin-bottom: 2.1875rem;
  text-align: left;
}
.cid-tg1aXSAQS1 .mbr-section-title b:last-child,
.cid-tg1aXSAQS1 .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-tg1aXSAQS1 .mbr-section-subtitle {
  text-align: left;
}
.cid-tg1aXSAQS1 .mbr-section-subtitle,
.cid-tg1aXSAQS1 .mbr-section-btn {
  text-align: left;
}
.cid-tg1aXSAQS1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg1aXSAQS1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfZUXAS6aa {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #dedddd;
}
.cid-tfZUXAS6aa .mbr-section-title {
  color: #1a3562;
  text-align: center;
}
.cid-tg0EnaAcZ6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
@media (min-width: 1500px) {
  .cid-tg0EnaAcZ6 .container {
    max-width: 1400px;
  }
}
.cid-tg0EnaAcZ6 .mbr-iconfont {
  font-size: 3rem;
  color: #f23801;
}
.cid-tg0EnaAcZ6 .iconfont-wrapper {
  margin-bottom: 1rem;
  border: 2px solid #f23801;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
}
.cid-tg0EnaAcZ6 .row {
  justify-content: center;
}
.cid-tg0EnaAcZ6 .card {
  margin-bottom: 3rem;
}
.cid-tg0EnaAcZ6 .card-title {
  margin-top: 1rem;
}
.cid-tg0EnaAcZ6 .card-text {
  margin-top: 0.6875rem;
}
.cid-tg0EnaAcZ6 .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-tg0EnaAcZ6 .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-tg0EnaAcZ6 .mbr-section-title b:last-child,
.cid-tg0EnaAcZ6 .mbr-section-title strong:last-child {
  color: #244b8d;
}
.cid-tg0EnaAcZ6 .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-tg0EnaAcZ6 .mbr-section-head {
  margin-bottom: 6.875rem;
}
.cid-tg0EnaAcZ6 .card-title,
.cid-tg0EnaAcZ6 .icon-container {
  color: #1a3562;
  text-align: center;
}
.cid-tfZUXLRMNM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1a3562;
}
.cid-tfZUXLRMNM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfZUXLRMNM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfZUXLRMNM .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tfZUXLRMNM .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tfZUXLRMNM .row {
    text-align: center;
  }
  .cid-tfZUXLRMNM .row > div {
    margin: auto;
  }
  .cid-tfZUXLRMNM .social-row {
    justify-content: center;
  }
  .cid-tfZUXLRMNM .soc-item {
    padding-top: 0 !important;
  }
}
.cid-tfZUXLRMNM .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tfZUXLRMNM .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tfZUXLRMNM .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tfZUXLRMNM .list {
    margin-bottom: 0rem;
  }
}
.cid-tfZUXLRMNM .mbr-text,
.cid-tfZUXLRMNM .mbr-section-subtitle {
  color: #fafafa;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
}
.cid-tfZUXLRMNM .soc-item {
  display: flex;
  margin-right: 15px;
  padding-top: 15px;
}
.cid-tfZUXLRMNM .soc-item:last-child {
  margin-right: 0;
}
.cid-tfZUXLRMNM .mbr-iconfont {
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tfZUXLRMNM div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tfZUXLRMNM .self-center {
  align-self: center;
}
.cid-tfZUXLRMNM .indent-up {
  padding-top: 20px;
  line-height: 21px;
  font-size: 14px;
}
@media (max-width: 992px) {
  .cid-tfZUXLRMNM .indent-up {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-tfZUXLRMNM .indent-up {
    margin-bottom: 0;
  }
}
.cid-tfZUXLRMNM .text-style {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cid-tfZUXLRMNM .text-style:not(:last-child) {
    margin-bottom: 16px !important;
  }
}
.cid-tfZUXLRMNM .position {
  text-align: end;
}
@media (max-width: 767px) {
  .cid-tfZUXLRMNM .position {
    text-align: center;
  }
}
.cid-tfZUXLRMNM .pt-16 {
  padding-top: 16px;
}
.cid-tfZUXLRMNM .pb-16 {
  padding-bottom: 16px;
}
.cid-tg02CGzeGA .navbar-dropdown {
  position: relative !important;
}
.cid-tg02CGzeGA .dropdown-menu {
  padding: 1.625rem 0 1.875rem;
}
@media (min-width: 992px) {
  .cid-tg02CGzeGA .dropdown-menu {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 992px) {
  .cid-tg02CGzeGA .container-fluid,
  .cid-tg02CGzeGA .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-tg02CGzeGA .dropdown-item {
  padding: 0 1.9375rem 0 2.125rem;
}
.cid-tg02CGzeGA .dropdown-item:before {
  content: '';
  position: relative;
  width: 0px;
  height: 6px;
  opacity: 1;
  left: 0px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  display: inline-block;
  vertical-align: middle;
}
.cid-tg02CGzeGA .dropdown-item:hover:before,
.cid-tg02CGzeGA .dropdown-item:focus:before {
  width: 6px;
  margin-right: 5px;
}
.cid-tg02CGzeGA .nav-dropdown .link {
  padding: 0;
  margin: 0 !important;
}
.cid-tg02CGzeGA .nav-link {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  padding: 0rem 1.8125rem !important;
}
.cid-tg02CGzeGA .nav-link:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 0px;
  opacity: 1;
  left: 15px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  transform: translateY(-20px);
}
.cid-tg02CGzeGA .nav-link:hover:before {
  height: 6px;
  transform: translateY(0);
}
.cid-tg02CGzeGA .container {
  display: flex;
  margin: auto;
}
.cid-tg02CGzeGA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tg02CGzeGA .dropdown-menu,
.cid-tg02CGzeGA .navbar.opened {
  background: #1a3562 !important;
}
.cid-tg02CGzeGA .nav-item:focus,
.cid-tg02CGzeGA .nav-link:focus {
  outline: none;
}
.cid-tg02CGzeGA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tg02CGzeGA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tg02CGzeGA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tg02CGzeGA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tg02CGzeGA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tg02CGzeGA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tg02CGzeGA .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a3562;
  padding: 1rem 0;
}
.cid-tg02CGzeGA .navbar.opened {
  transition: all .3s;
}
.cid-tg02CGzeGA .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tg02CGzeGA .navbar .navbar-logo img {
  width: auto;
}
.cid-tg02CGzeGA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tg02CGzeGA .navbar.collapsed {
  justify-content: center;
}
.cid-tg02CGzeGA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tg02CGzeGA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tg02CGzeGA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tg02CGzeGA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tg02CGzeGA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tg02CGzeGA .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-tg02CGzeGA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tg02CGzeGA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tg02CGzeGA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tg02CGzeGA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tg02CGzeGA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tg02CGzeGA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tg02CGzeGA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tg02CGzeGA .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-tg02CGzeGA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tg02CGzeGA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tg02CGzeGA .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tg02CGzeGA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tg02CGzeGA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tg02CGzeGA .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tg02CGzeGA .navbar.navbar-short {
  min-height: 60px;
}
.cid-tg02CGzeGA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tg02CGzeGA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tg02CGzeGA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tg02CGzeGA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tg02CGzeGA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tg02CGzeGA .dropdown-item.active,
.cid-tg02CGzeGA .dropdown-item:active {
  background-color: transparent;
}
.cid-tg02CGzeGA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tg02CGzeGA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tg02CGzeGA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tg02CGzeGA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a3562;
}
.cid-tg02CGzeGA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tg02CGzeGA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tg02CGzeGA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tg02CGzeGA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tg02CGzeGA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tg02CGzeGA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tg02CGzeGA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tg02CGzeGA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tg02CGzeGA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tg02CGzeGA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tg02CGzeGA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tg02CGzeGA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tg02CGzeGA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tg02CGzeGA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tg02CGzeGA .navbar-dropdown {
  padding: 1rem 0;
}
.cid-tg02CGzeGA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tg02CGzeGA .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-tg02CGzeGA .navbar {
    height: 70px;
  }
  .cid-tg02CGzeGA .navbar.opened {
    height: auto;
  }
  .cid-tg02CGzeGA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tg02CJZIW3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dedddd;
}
.cid-tg02CJZIW3 .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tg02CJZIW3 .mbr-section-title {
  color: #1a3562;
}
.cid-tg02CNeYre {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tg02CNeYre .mbr-text {
  text-align: left;
  color: #244b8d;
}
.cid-tg02CNeYre .mbr-section-title {
  color: #1a3562;
}
.cid-tg0EBWSMyC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
@media (min-width: 1500px) {
  .cid-tg0EBWSMyC .container {
    max-width: 1400px;
  }
}
.cid-tg0EBWSMyC .mbr-iconfont {
  font-size: 3rem;
  color: #f23801;
}
.cid-tg0EBWSMyC .iconfont-wrapper {
  margin-bottom: 1rem;
  border: 2px solid #f23801;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
}
.cid-tg0EBWSMyC .row {
  justify-content: center;
}
.cid-tg0EBWSMyC .card {
  margin-bottom: 3rem;
}
.cid-tg0EBWSMyC .card-title {
  margin-top: 1rem;
}
.cid-tg0EBWSMyC .card-text {
  margin-top: 0.6875rem;
}
.cid-tg0EBWSMyC .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-tg0EBWSMyC .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-tg0EBWSMyC .mbr-section-title b:last-child,
.cid-tg0EBWSMyC .mbr-section-title strong:last-child {
  color: #244b8d;
}
.cid-tg0EBWSMyC .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-tg0EBWSMyC .mbr-section-head {
  margin-bottom: 6.875rem;
}
.cid-tg0EBWSMyC .card-title,
.cid-tg0EBWSMyC .icon-container {
  color: #1a3562;
  text-align: center;
}
.cid-tg04vZdnmn {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tg04vZdnmn .item:focus,
.cid-tg04vZdnmn span:focus {
  outline: none;
}
.cid-tg04vZdnmn .item-content {
  background: none !important;
}
.cid-tg04vZdnmn .item-wrapper {
  position: relative;
  background: none !important;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tg04vZdnmn .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tg04vZdnmn .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tg04vZdnmn .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
  text-align: left;
}
.cid-tg04vZdnmn .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tg04vZdnmn .mbr-section-title {
  margin-bottom: 0.1875rem;
  text-align: left;
  color: #1a3562;
}
.cid-tg04vZdnmn .item-title {
  margin-bottom: 0.875rem;
}
.cid-tg04vZdnmn .features-card {
  background: none !important;
}
.cid-tg05gzXtdM {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tg05gzXtdM .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tg05gzXtdM .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-tg05gzXtdM .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #14497c;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-tg02DkUb8J {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1a3562;
}
.cid-tg02DkUb8J .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg02DkUb8J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg02DkUb8J .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tg02DkUb8J .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tg02DkUb8J .row {
    text-align: center;
  }
  .cid-tg02DkUb8J .row > div {
    margin: auto;
  }
  .cid-tg02DkUb8J .social-row {
    justify-content: center;
  }
  .cid-tg02DkUb8J .soc-item {
    padding-top: 0 !important;
  }
}
.cid-tg02DkUb8J .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tg02DkUb8J .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tg02DkUb8J .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tg02DkUb8J .list {
    margin-bottom: 0rem;
  }
}
.cid-tg02DkUb8J .mbr-text,
.cid-tg02DkUb8J .mbr-section-subtitle {
  color: #fafafa;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
}
.cid-tg02DkUb8J .soc-item {
  display: flex;
  margin-right: 15px;
  padding-top: 15px;
}
.cid-tg02DkUb8J .soc-item:last-child {
  margin-right: 0;
}
.cid-tg02DkUb8J .mbr-iconfont {
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tg02DkUb8J div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tg02DkUb8J .self-center {
  align-self: center;
}
.cid-tg02DkUb8J .indent-up {
  padding-top: 20px;
  line-height: 21px;
  font-size: 14px;
}
@media (max-width: 992px) {
  .cid-tg02DkUb8J .indent-up {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-tg02DkUb8J .indent-up {
    margin-bottom: 0;
  }
}
.cid-tg02DkUb8J .text-style {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cid-tg02DkUb8J .text-style:not(:last-child) {
    margin-bottom: 16px !important;
  }
}
.cid-tg02DkUb8J .position {
  text-align: end;
}
@media (max-width: 767px) {
  .cid-tg02DkUb8J .position {
    text-align: center;
  }
}
.cid-tg02DkUb8J .pt-16 {
  padding-top: 16px;
}
.cid-tg02DkUb8J .pb-16 {
  padding-bottom: 16px;
}
.cid-tg0akRQhLI .navbar-dropdown {
  position: relative !important;
}
.cid-tg0akRQhLI .dropdown-menu {
  padding: 1.625rem 0 1.875rem;
}
@media (min-width: 992px) {
  .cid-tg0akRQhLI .dropdown-menu {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 992px) {
  .cid-tg0akRQhLI .container-fluid,
  .cid-tg0akRQhLI .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-tg0akRQhLI .dropdown-item {
  padding: 0 1.9375rem 0 2.125rem;
}
.cid-tg0akRQhLI .dropdown-item:before {
  content: '';
  position: relative;
  width: 0px;
  height: 6px;
  opacity: 1;
  left: 0px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  display: inline-block;
  vertical-align: middle;
}
.cid-tg0akRQhLI .dropdown-item:hover:before,
.cid-tg0akRQhLI .dropdown-item:focus:before {
  width: 6px;
  margin-right: 5px;
}
.cid-tg0akRQhLI .nav-dropdown .link {
  padding: 0;
  margin: 0 !important;
}
.cid-tg0akRQhLI .nav-link {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  padding: 0rem 1.8125rem !important;
}
.cid-tg0akRQhLI .nav-link:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 0px;
  opacity: 1;
  left: 15px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  transform: translateY(-20px);
}
.cid-tg0akRQhLI .nav-link:hover:before {
  height: 6px;
  transform: translateY(0);
}
.cid-tg0akRQhLI .container {
  display: flex;
  margin: auto;
}
.cid-tg0akRQhLI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tg0akRQhLI .dropdown-menu,
.cid-tg0akRQhLI .navbar.opened {
  background: #1a3562 !important;
}
.cid-tg0akRQhLI .nav-item:focus,
.cid-tg0akRQhLI .nav-link:focus {
  outline: none;
}
.cid-tg0akRQhLI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tg0akRQhLI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tg0akRQhLI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tg0akRQhLI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tg0akRQhLI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tg0akRQhLI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tg0akRQhLI .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a3562;
  padding: 1rem 0;
}
.cid-tg0akRQhLI .navbar.opened {
  transition: all .3s;
}
.cid-tg0akRQhLI .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tg0akRQhLI .navbar .navbar-logo img {
  width: auto;
}
.cid-tg0akRQhLI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tg0akRQhLI .navbar.collapsed {
  justify-content: center;
}
.cid-tg0akRQhLI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tg0akRQhLI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tg0akRQhLI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tg0akRQhLI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tg0akRQhLI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tg0akRQhLI .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-tg0akRQhLI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tg0akRQhLI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tg0akRQhLI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tg0akRQhLI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tg0akRQhLI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tg0akRQhLI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tg0akRQhLI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tg0akRQhLI .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-tg0akRQhLI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tg0akRQhLI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tg0akRQhLI .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tg0akRQhLI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tg0akRQhLI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tg0akRQhLI .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tg0akRQhLI .navbar.navbar-short {
  min-height: 60px;
}
.cid-tg0akRQhLI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tg0akRQhLI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tg0akRQhLI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tg0akRQhLI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tg0akRQhLI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tg0akRQhLI .dropdown-item.active,
.cid-tg0akRQhLI .dropdown-item:active {
  background-color: transparent;
}
.cid-tg0akRQhLI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tg0akRQhLI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tg0akRQhLI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tg0akRQhLI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a3562;
}
.cid-tg0akRQhLI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tg0akRQhLI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tg0akRQhLI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tg0akRQhLI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tg0akRQhLI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tg0akRQhLI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tg0akRQhLI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tg0akRQhLI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tg0akRQhLI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tg0akRQhLI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tg0akRQhLI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tg0akRQhLI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tg0akRQhLI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tg0akRQhLI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tg0akRQhLI .navbar-dropdown {
  padding: 1rem 0;
}
.cid-tg0akRQhLI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tg0akRQhLI .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-tg0akRQhLI .navbar {
    height: 70px;
  }
  .cid-tg0akRQhLI .navbar.opened {
    height: auto;
  }
  .cid-tg0akRQhLI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tg0akV3Byo {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dedddd;
}
.cid-tg0akV3Byo .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tg0akV3Byo .mbr-section-title {
  color: #1a3562;
}
.cid-tg0akYHlcT {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tg0akYHlcT .mbr-text {
  text-align: left;
  color: #244b8d;
}
.cid-tg0akYHlcT .mbr-section-title {
  color: #1a3562;
}
.cid-tg0FljTfTe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
@media (min-width: 1500px) {
  .cid-tg0FljTfTe .container {
    max-width: 1400px;
  }
}
.cid-tg0FljTfTe .mbr-iconfont {
  font-size: 3rem;
  color: #f23801;
}
.cid-tg0FljTfTe .iconfont-wrapper {
  margin-bottom: 1rem;
  border: 2px solid #f23801;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
}
.cid-tg0FljTfTe .row {
  justify-content: center;
}
.cid-tg0FljTfTe .card {
  margin-bottom: 3rem;
}
.cid-tg0FljTfTe .card-title {
  margin-top: 1rem;
}
.cid-tg0FljTfTe .card-text {
  margin-top: 0.6875rem;
}
.cid-tg0FljTfTe .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-tg0FljTfTe .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-tg0FljTfTe .mbr-section-title b:last-child,
.cid-tg0FljTfTe .mbr-section-title strong:last-child {
  color: #244b8d;
}
.cid-tg0FljTfTe .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-tg0FljTfTe .mbr-section-head {
  margin-bottom: 6.875rem;
}
.cid-tg0FljTfTe .card-title,
.cid-tg0FljTfTe .icon-container {
  color: #1a3562;
  text-align: center;
}
.cid-tg0al628Hc {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tg0al628Hc .item:focus,
.cid-tg0al628Hc span:focus {
  outline: none;
}
.cid-tg0al628Hc .item-content {
  background: none !important;
}
.cid-tg0al628Hc .item-wrapper {
  position: relative;
  background: none !important;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tg0al628Hc .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tg0al628Hc .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tg0al628Hc .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
  text-align: left;
}
.cid-tg0al628Hc .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tg0al628Hc .mbr-section-title {
  margin-bottom: 0.1875rem;
  text-align: left;
  color: #1a3562;
}
.cid-tg0al628Hc .mbr-section-title b:last-child,
.cid-tg0al628Hc .mbr-section-title strong:last-child {
  color: #1a3562;
}
.cid-tg0al628Hc .item-title {
  margin-bottom: 0.875rem;
}
.cid-tg0al628Hc .features-card {
  background: none !important;
}
.cid-tg0aT0fCQc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tg0aT0fCQc .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tg0aT0fCQc .mbr-section-title {
  color: #1a3562;
}
.cid-tg0cZikWL4 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tgbk8fKou9 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #f2f2f2;
}
.cid-tgbk8fKou9 img,
.cid-tgbk8fKou9 .item-img {
  width: 100%;
}
.cid-tgbk8fKou9 .item:focus,
.cid-tgbk8fKou9 span:focus {
  outline: none;
}
.cid-tgbk8fKou9 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tgbk8fKou9 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tgbk8fKou9 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tgbk8fKou9 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tgbk8fKou9 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tgbk8fKou9 .mbr-section-title {
  color: #1a3562;
  text-align: left;
}
.cid-tgbk8fKou9 .mbr-text,
.cid-tgbk8fKou9 .mbr-section-btn {
  text-align: left;
}
.cid-tgbk8fKou9 .item-title {
  text-align: left;
}
.cid-tgbk8fKou9 .item-subtitle {
  text-align: center;
}
.cid-tg0aldW3Kw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1a3562;
}
.cid-tg0aldW3Kw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg0aldW3Kw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg0aldW3Kw .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tg0aldW3Kw .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tg0aldW3Kw .row {
    text-align: center;
  }
  .cid-tg0aldW3Kw .row > div {
    margin: auto;
  }
  .cid-tg0aldW3Kw .social-row {
    justify-content: center;
  }
  .cid-tg0aldW3Kw .soc-item {
    padding-top: 0 !important;
  }
}
.cid-tg0aldW3Kw .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tg0aldW3Kw .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tg0aldW3Kw .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tg0aldW3Kw .list {
    margin-bottom: 0rem;
  }
}
.cid-tg0aldW3Kw .mbr-text,
.cid-tg0aldW3Kw .mbr-section-subtitle {
  color: #fafafa;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
}
.cid-tg0aldW3Kw .soc-item {
  display: flex;
  margin-right: 15px;
  padding-top: 15px;
}
.cid-tg0aldW3Kw .soc-item:last-child {
  margin-right: 0;
}
.cid-tg0aldW3Kw .mbr-iconfont {
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tg0aldW3Kw div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tg0aldW3Kw .self-center {
  align-self: center;
}
.cid-tg0aldW3Kw .indent-up {
  padding-top: 20px;
  line-height: 21px;
  font-size: 14px;
}
@media (max-width: 992px) {
  .cid-tg0aldW3Kw .indent-up {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-tg0aldW3Kw .indent-up {
    margin-bottom: 0;
  }
}
.cid-tg0aldW3Kw .text-style {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cid-tg0aldW3Kw .text-style:not(:last-child) {
    margin-bottom: 16px !important;
  }
}
.cid-tg0aldW3Kw .position {
  text-align: end;
}
@media (max-width: 767px) {
  .cid-tg0aldW3Kw .position {
    text-align: center;
  }
}
.cid-tg0aldW3Kw .pt-16 {
  padding-top: 16px;
}
.cid-tg0aldW3Kw .pb-16 {
  padding-bottom: 16px;
}
.cid-tg0eeaVRwF .navbar-dropdown {
  position: relative !important;
}
.cid-tg0eeaVRwF .dropdown-menu {
  padding: 1.625rem 0 1.875rem;
}
@media (min-width: 992px) {
  .cid-tg0eeaVRwF .dropdown-menu {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 992px) {
  .cid-tg0eeaVRwF .container-fluid,
  .cid-tg0eeaVRwF .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-tg0eeaVRwF .dropdown-item {
  padding: 0 1.9375rem 0 2.125rem;
}
.cid-tg0eeaVRwF .dropdown-item:before {
  content: '';
  position: relative;
  width: 0px;
  height: 6px;
  opacity: 1;
  left: 0px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  display: inline-block;
  vertical-align: middle;
}
.cid-tg0eeaVRwF .dropdown-item:hover:before,
.cid-tg0eeaVRwF .dropdown-item:focus:before {
  width: 6px;
  margin-right: 5px;
}
.cid-tg0eeaVRwF .nav-dropdown .link {
  padding: 0;
  margin: 0 !important;
}
.cid-tg0eeaVRwF .nav-link {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  padding: 0rem 1.8125rem !important;
}
.cid-tg0eeaVRwF .nav-link:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 0px;
  opacity: 1;
  left: 15px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  transform: translateY(-20px);
}
.cid-tg0eeaVRwF .nav-link:hover:before {
  height: 6px;
  transform: translateY(0);
}
.cid-tg0eeaVRwF .container {
  display: flex;
  margin: auto;
}
.cid-tg0eeaVRwF .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tg0eeaVRwF .dropdown-menu,
.cid-tg0eeaVRwF .navbar.opened {
  background: #1a3562 !important;
}
.cid-tg0eeaVRwF .nav-item:focus,
.cid-tg0eeaVRwF .nav-link:focus {
  outline: none;
}
.cid-tg0eeaVRwF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tg0eeaVRwF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tg0eeaVRwF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tg0eeaVRwF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tg0eeaVRwF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tg0eeaVRwF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tg0eeaVRwF .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a3562;
  padding: 1rem 0;
}
.cid-tg0eeaVRwF .navbar.opened {
  transition: all .3s;
}
.cid-tg0eeaVRwF .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tg0eeaVRwF .navbar .navbar-logo img {
  width: auto;
}
.cid-tg0eeaVRwF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tg0eeaVRwF .navbar.collapsed {
  justify-content: center;
}
.cid-tg0eeaVRwF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tg0eeaVRwF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tg0eeaVRwF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tg0eeaVRwF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tg0eeaVRwF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tg0eeaVRwF .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-tg0eeaVRwF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tg0eeaVRwF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tg0eeaVRwF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tg0eeaVRwF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tg0eeaVRwF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tg0eeaVRwF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tg0eeaVRwF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tg0eeaVRwF .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-tg0eeaVRwF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tg0eeaVRwF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tg0eeaVRwF .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tg0eeaVRwF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tg0eeaVRwF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tg0eeaVRwF .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tg0eeaVRwF .navbar.navbar-short {
  min-height: 60px;
}
.cid-tg0eeaVRwF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tg0eeaVRwF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tg0eeaVRwF .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tg0eeaVRwF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tg0eeaVRwF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tg0eeaVRwF .dropdown-item.active,
.cid-tg0eeaVRwF .dropdown-item:active {
  background-color: transparent;
}
.cid-tg0eeaVRwF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tg0eeaVRwF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tg0eeaVRwF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tg0eeaVRwF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a3562;
}
.cid-tg0eeaVRwF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tg0eeaVRwF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tg0eeaVRwF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tg0eeaVRwF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tg0eeaVRwF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tg0eeaVRwF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tg0eeaVRwF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tg0eeaVRwF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tg0eeaVRwF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tg0eeaVRwF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tg0eeaVRwF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tg0eeaVRwF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tg0eeaVRwF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tg0eeaVRwF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tg0eeaVRwF .navbar-dropdown {
  padding: 1rem 0;
}
.cid-tg0eeaVRwF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tg0eeaVRwF .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-tg0eeaVRwF .navbar {
    height: 70px;
  }
  .cid-tg0eeaVRwF .navbar.opened {
    height: auto;
  }
  .cid-tg0eeaVRwF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tg0eeegQ0x {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dedddd;
}
.cid-tg0eeegQ0x .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tg0eeegQ0x .mbr-section-title {
  color: #1a3562;
}
.cid-tg0eehAGR1 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tg0eehAGR1 .mbr-text {
  text-align: left;
  color: #244b8d;
}
.cid-tg0eehAGR1 .mbr-section-title {
  color: #1a3562;
}
.cid-tg0EPgM4VF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
@media (min-width: 1500px) {
  .cid-tg0EPgM4VF .container {
    max-width: 1400px;
  }
}
.cid-tg0EPgM4VF .mbr-iconfont {
  font-size: 3rem;
  color: #f23801;
}
.cid-tg0EPgM4VF .iconfont-wrapper {
  margin-bottom: 1rem;
  border: 2px solid #f23801;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
}
.cid-tg0EPgM4VF .row {
  justify-content: center;
}
.cid-tg0EPgM4VF .card {
  margin-bottom: 3rem;
}
.cid-tg0EPgM4VF .card-title {
  margin-top: 1rem;
}
.cid-tg0EPgM4VF .card-text {
  margin-top: 0.6875rem;
}
.cid-tg0EPgM4VF .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-tg0EPgM4VF .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-tg0EPgM4VF .mbr-section-title b:last-child,
.cid-tg0EPgM4VF .mbr-section-title strong:last-child {
  color: #244b8d;
}
.cid-tg0EPgM4VF .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-tg0EPgM4VF .mbr-section-head {
  margin-bottom: 6.875rem;
}
.cid-tg0EPgM4VF .card-title,
.cid-tg0EPgM4VF .icon-container {
  color: #1a3562;
  text-align: center;
}
.cid-tg0eeoRZ16 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tg0eeoRZ16 .item:focus,
.cid-tg0eeoRZ16 span:focus {
  outline: none;
}
.cid-tg0eeoRZ16 .item-content {
  background: none !important;
}
.cid-tg0eeoRZ16 .item-wrapper {
  position: relative;
  background: none !important;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tg0eeoRZ16 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tg0eeoRZ16 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tg0eeoRZ16 .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
  text-align: left;
}
.cid-tg0eeoRZ16 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tg0eeoRZ16 .mbr-section-title {
  margin-bottom: 0.1875rem;
  text-align: left;
  color: #1a3562;
}
.cid-tg0eeoRZ16 .mbr-section-title b:last-child,
.cid-tg0eeoRZ16 .mbr-section-title strong:last-child {
  color: #1a3562;
}
.cid-tg0eeoRZ16 .item-title {
  margin-bottom: 0.875rem;
}
.cid-tg0eeoRZ16 .features-card {
  background: none !important;
}
.cid-tg0eestHFB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tg0eestHFB .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tg0eestHFB .mbr-section-title {
  color: #1a3562;
}
.cid-tg0f9ZCYsZ {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tg0f9ZCYsZ .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tg0f9ZCYsZ .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-tg0f9ZCYsZ .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #14497c;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-tg0eezKZhl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1a3562;
}
.cid-tg0eezKZhl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg0eezKZhl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg0eezKZhl .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tg0eezKZhl .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tg0eezKZhl .row {
    text-align: center;
  }
  .cid-tg0eezKZhl .row > div {
    margin: auto;
  }
  .cid-tg0eezKZhl .social-row {
    justify-content: center;
  }
  .cid-tg0eezKZhl .soc-item {
    padding-top: 0 !important;
  }
}
.cid-tg0eezKZhl .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tg0eezKZhl .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tg0eezKZhl .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tg0eezKZhl .list {
    margin-bottom: 0rem;
  }
}
.cid-tg0eezKZhl .mbr-text,
.cid-tg0eezKZhl .mbr-section-subtitle {
  color: #fafafa;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
}
.cid-tg0eezKZhl .soc-item {
  display: flex;
  margin-right: 15px;
  padding-top: 15px;
}
.cid-tg0eezKZhl .soc-item:last-child {
  margin-right: 0;
}
.cid-tg0eezKZhl .mbr-iconfont {
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tg0eezKZhl div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tg0eezKZhl .self-center {
  align-self: center;
}
.cid-tg0eezKZhl .indent-up {
  padding-top: 20px;
  line-height: 21px;
  font-size: 14px;
}
@media (max-width: 992px) {
  .cid-tg0eezKZhl .indent-up {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-tg0eezKZhl .indent-up {
    margin-bottom: 0;
  }
}
.cid-tg0eezKZhl .text-style {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cid-tg0eezKZhl .text-style:not(:last-child) {
    margin-bottom: 16px !important;
  }
}
.cid-tg0eezKZhl .position {
  text-align: end;
}
@media (max-width: 767px) {
  .cid-tg0eezKZhl .position {
    text-align: center;
  }
}
.cid-tg0eezKZhl .pt-16 {
  padding-top: 16px;
}
.cid-tg0eezKZhl .pb-16 {
  padding-bottom: 16px;
}
.cid-tg0jCZheWR .navbar-dropdown {
  position: relative !important;
}
.cid-tg0jCZheWR .dropdown-menu {
  padding: 1.625rem 0 1.875rem;
}
@media (min-width: 992px) {
  .cid-tg0jCZheWR .dropdown-menu {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 992px) {
  .cid-tg0jCZheWR .container-fluid,
  .cid-tg0jCZheWR .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-tg0jCZheWR .dropdown-item {
  padding: 0 1.9375rem 0 2.125rem;
}
.cid-tg0jCZheWR .dropdown-item:before {
  content: '';
  position: relative;
  width: 0px;
  height: 6px;
  opacity: 1;
  left: 0px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  display: inline-block;
  vertical-align: middle;
}
.cid-tg0jCZheWR .dropdown-item:hover:before,
.cid-tg0jCZheWR .dropdown-item:focus:before {
  width: 6px;
  margin-right: 5px;
}
.cid-tg0jCZheWR .nav-dropdown .link {
  padding: 0;
  margin: 0 !important;
}
.cid-tg0jCZheWR .nav-link {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  padding: 0rem 1.8125rem !important;
}
.cid-tg0jCZheWR .nav-link:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 0px;
  opacity: 1;
  left: 15px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  transform: translateY(-20px);
}
.cid-tg0jCZheWR .nav-link:hover:before {
  height: 6px;
  transform: translateY(0);
}
.cid-tg0jCZheWR .container {
  display: flex;
  margin: auto;
}
.cid-tg0jCZheWR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tg0jCZheWR .dropdown-menu,
.cid-tg0jCZheWR .navbar.opened {
  background: #1a3562 !important;
}
.cid-tg0jCZheWR .nav-item:focus,
.cid-tg0jCZheWR .nav-link:focus {
  outline: none;
}
.cid-tg0jCZheWR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tg0jCZheWR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tg0jCZheWR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tg0jCZheWR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tg0jCZheWR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tg0jCZheWR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tg0jCZheWR .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a3562;
  padding: 1rem 0;
}
.cid-tg0jCZheWR .navbar.opened {
  transition: all .3s;
}
.cid-tg0jCZheWR .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tg0jCZheWR .navbar .navbar-logo img {
  width: auto;
}
.cid-tg0jCZheWR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tg0jCZheWR .navbar.collapsed {
  justify-content: center;
}
.cid-tg0jCZheWR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tg0jCZheWR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tg0jCZheWR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tg0jCZheWR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tg0jCZheWR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tg0jCZheWR .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-tg0jCZheWR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tg0jCZheWR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tg0jCZheWR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tg0jCZheWR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tg0jCZheWR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tg0jCZheWR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tg0jCZheWR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tg0jCZheWR .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-tg0jCZheWR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tg0jCZheWR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tg0jCZheWR .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tg0jCZheWR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tg0jCZheWR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tg0jCZheWR .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tg0jCZheWR .navbar.navbar-short {
  min-height: 60px;
}
.cid-tg0jCZheWR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tg0jCZheWR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tg0jCZheWR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tg0jCZheWR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tg0jCZheWR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tg0jCZheWR .dropdown-item.active,
.cid-tg0jCZheWR .dropdown-item:active {
  background-color: transparent;
}
.cid-tg0jCZheWR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tg0jCZheWR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tg0jCZheWR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tg0jCZheWR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a3562;
}
.cid-tg0jCZheWR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tg0jCZheWR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tg0jCZheWR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tg0jCZheWR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tg0jCZheWR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tg0jCZheWR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tg0jCZheWR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tg0jCZheWR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tg0jCZheWR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tg0jCZheWR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tg0jCZheWR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tg0jCZheWR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tg0jCZheWR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tg0jCZheWR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tg0jCZheWR .navbar-dropdown {
  padding: 1rem 0;
}
.cid-tg0jCZheWR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tg0jCZheWR .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-tg0jCZheWR .navbar {
    height: 70px;
  }
  .cid-tg0jCZheWR .navbar.opened {
    height: auto;
  }
  .cid-tg0jCZheWR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tg0jD2Actl {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dedddd;
}
.cid-tg0jD2Actl .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tg0jD2Actl .mbr-section-title {
  color: #1a3562;
}
.cid-tg0jD67wR0 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tg0jD67wR0 .mbr-text {
  text-align: left;
  color: #244b8d;
}
.cid-tg0jD67wR0 .mbr-section-title {
  color: #1a3562;
}
.cid-tg0F0Jcjur {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
@media (min-width: 1500px) {
  .cid-tg0F0Jcjur .container {
    max-width: 1400px;
  }
}
.cid-tg0F0Jcjur .mbr-iconfont {
  font-size: 3rem;
  color: #f23801;
}
.cid-tg0F0Jcjur .iconfont-wrapper {
  margin-bottom: 1rem;
  border: 2px solid #f23801;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
}
.cid-tg0F0Jcjur .row {
  justify-content: center;
}
.cid-tg0F0Jcjur .card {
  margin-bottom: 3rem;
}
.cid-tg0F0Jcjur .card-title {
  margin-top: 1rem;
}
.cid-tg0F0Jcjur .card-text {
  margin-top: 0.6875rem;
}
.cid-tg0F0Jcjur .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-tg0F0Jcjur .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-tg0F0Jcjur .mbr-section-title b:last-child,
.cid-tg0F0Jcjur .mbr-section-title strong:last-child {
  color: #244b8d;
}
.cid-tg0F0Jcjur .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-tg0F0Jcjur .mbr-section-head {
  margin-bottom: 6.875rem;
}
.cid-tg0F0Jcjur .card-title,
.cid-tg0F0Jcjur .icon-container {
  color: #1a3562;
  text-align: center;
}
.cid-tg0jDdp0Dx {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tg0jDdp0Dx .item:focus,
.cid-tg0jDdp0Dx span:focus {
  outline: none;
}
.cid-tg0jDdp0Dx .item-content {
  background: none !important;
}
.cid-tg0jDdp0Dx .item-wrapper {
  position: relative;
  background: none !important;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tg0jDdp0Dx .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tg0jDdp0Dx .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tg0jDdp0Dx .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
  text-align: left;
}
.cid-tg0jDdp0Dx .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tg0jDdp0Dx .mbr-section-title {
  margin-bottom: 0.1875rem;
  text-align: left;
  color: #1a3562;
}
.cid-tg0jDdp0Dx .mbr-section-title b:last-child,
.cid-tg0jDdp0Dx .mbr-section-title strong:last-child {
  color: #1a3562;
}
.cid-tg0jDdp0Dx .item-title {
  margin-bottom: 0.875rem;
}
.cid-tg0jDdp0Dx .features-card {
  background: none !important;
}
.cid-tg0jDhfgxI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tg0jDhfgxI .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tg0jDhfgxI .mbr-section-title {
  color: #1a3562;
}
.cid-tg0n7uXpWY {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #f2f2f2;
}
.cid-tg0n7uXpWY .row {
  flex-direction: row-reverse;
}
.cid-tg0n7uXpWY .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tg0n7uXpWY .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg0n7uXpWY .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tg0n7uXpWY .text-wrapper {
    padding: 0 3rem 0 0;
  }
}
@media (max-width: 768px) {
  .cid-tg0n7uXpWY .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg0n7uXpWY .mbr-section-tag {
  margin-bottom: 1rem;
  color: #9e9e9e;
}
.cid-tg0n7uXpWY .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-tg0n7uXpWY .mbr-section-bottom {
  margin-top: 1.375rem;
}
.cid-tg0n7uXpWY .bottom-text {
  margin-top: 1.75rem;
  margin-bottom: 0.625rem;
}
.cid-tg0n7uXpWY .bottom-title {
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
  color: #f23801;
}
.cid-tg0n7uXpWY .list {
  list-style: none;
  margin: 0;
  padding-left: 1.6rem;
}
.cid-tg0n7uXpWY .list li {
  position: relative;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.cid-tg0n7uXpWY .list li::before {
  content: "\e97c";
  position: absolute;
  left: -1.6rem;
  top: 0.5rem;
  font-family: 'Moririse2' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.cid-tg0n7uXpWY .mbr-section-title {
  margin-bottom: 2.1875rem;
}
.cid-tg0n7uXpWY .mbr-section-title b:last-child,
.cid-tg0n7uXpWY .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-tg0n7uXpWY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg0n7uXpWY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg0jDouRQk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1a3562;
}
.cid-tg0jDouRQk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg0jDouRQk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg0jDouRQk .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tg0jDouRQk .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tg0jDouRQk .row {
    text-align: center;
  }
  .cid-tg0jDouRQk .row > div {
    margin: auto;
  }
  .cid-tg0jDouRQk .social-row {
    justify-content: center;
  }
  .cid-tg0jDouRQk .soc-item {
    padding-top: 0 !important;
  }
}
.cid-tg0jDouRQk .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tg0jDouRQk .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tg0jDouRQk .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tg0jDouRQk .list {
    margin-bottom: 0rem;
  }
}
.cid-tg0jDouRQk .mbr-text,
.cid-tg0jDouRQk .mbr-section-subtitle {
  color: #fafafa;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
}
.cid-tg0jDouRQk .soc-item {
  display: flex;
  margin-right: 15px;
  padding-top: 15px;
}
.cid-tg0jDouRQk .soc-item:last-child {
  margin-right: 0;
}
.cid-tg0jDouRQk .mbr-iconfont {
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tg0jDouRQk div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tg0jDouRQk .self-center {
  align-self: center;
}
.cid-tg0jDouRQk .indent-up {
  padding-top: 20px;
  line-height: 21px;
  font-size: 14px;
}
@media (max-width: 992px) {
  .cid-tg0jDouRQk .indent-up {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-tg0jDouRQk .indent-up {
    margin-bottom: 0;
  }
}
.cid-tg0jDouRQk .text-style {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cid-tg0jDouRQk .text-style:not(:last-child) {
    margin-bottom: 16px !important;
  }
}
.cid-tg0jDouRQk .position {
  text-align: end;
}
@media (max-width: 767px) {
  .cid-tg0jDouRQk .position {
    text-align: center;
  }
}
.cid-tg0jDouRQk .pt-16 {
  padding-top: 16px;
}
.cid-tg0jDouRQk .pb-16 {
  padding-bottom: 16px;
}
.cid-tg0G5cBfpH .navbar-dropdown {
  position: relative !important;
}
.cid-tg0G5cBfpH .dropdown-menu {
  padding: 1.625rem 0 1.875rem;
}
@media (min-width: 992px) {
  .cid-tg0G5cBfpH .dropdown-menu {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 992px) {
  .cid-tg0G5cBfpH .container-fluid,
  .cid-tg0G5cBfpH .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-tg0G5cBfpH .dropdown-item {
  padding: 0 1.9375rem 0 2.125rem;
}
.cid-tg0G5cBfpH .dropdown-item:before {
  content: '';
  position: relative;
  width: 0px;
  height: 6px;
  opacity: 1;
  left: 0px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  display: inline-block;
  vertical-align: middle;
}
.cid-tg0G5cBfpH .dropdown-item:hover:before,
.cid-tg0G5cBfpH .dropdown-item:focus:before {
  width: 6px;
  margin-right: 5px;
}
.cid-tg0G5cBfpH .nav-dropdown .link {
  padding: 0;
  margin: 0 !important;
}
.cid-tg0G5cBfpH .nav-link {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  padding: 0rem 1.8125rem !important;
}
.cid-tg0G5cBfpH .nav-link:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 0px;
  opacity: 1;
  left: 15px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  transform: translateY(-20px);
}
.cid-tg0G5cBfpH .nav-link:hover:before {
  height: 6px;
  transform: translateY(0);
}
.cid-tg0G5cBfpH .container {
  display: flex;
  margin: auto;
}
.cid-tg0G5cBfpH .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tg0G5cBfpH .dropdown-menu,
.cid-tg0G5cBfpH .navbar.opened {
  background: #1a3562 !important;
}
.cid-tg0G5cBfpH .nav-item:focus,
.cid-tg0G5cBfpH .nav-link:focus {
  outline: none;
}
.cid-tg0G5cBfpH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tg0G5cBfpH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tg0G5cBfpH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tg0G5cBfpH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tg0G5cBfpH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tg0G5cBfpH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tg0G5cBfpH .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a3562;
  padding: 1rem 0;
}
.cid-tg0G5cBfpH .navbar.opened {
  transition: all .3s;
}
.cid-tg0G5cBfpH .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tg0G5cBfpH .navbar .navbar-logo img {
  width: auto;
}
.cid-tg0G5cBfpH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tg0G5cBfpH .navbar.collapsed {
  justify-content: center;
}
.cid-tg0G5cBfpH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tg0G5cBfpH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tg0G5cBfpH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tg0G5cBfpH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tg0G5cBfpH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tg0G5cBfpH .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-tg0G5cBfpH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tg0G5cBfpH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tg0G5cBfpH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tg0G5cBfpH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tg0G5cBfpH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tg0G5cBfpH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tg0G5cBfpH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tg0G5cBfpH .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-tg0G5cBfpH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tg0G5cBfpH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tg0G5cBfpH .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tg0G5cBfpH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tg0G5cBfpH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tg0G5cBfpH .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tg0G5cBfpH .navbar.navbar-short {
  min-height: 60px;
}
.cid-tg0G5cBfpH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tg0G5cBfpH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tg0G5cBfpH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tg0G5cBfpH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tg0G5cBfpH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tg0G5cBfpH .dropdown-item.active,
.cid-tg0G5cBfpH .dropdown-item:active {
  background-color: transparent;
}
.cid-tg0G5cBfpH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tg0G5cBfpH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tg0G5cBfpH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tg0G5cBfpH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a3562;
}
.cid-tg0G5cBfpH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tg0G5cBfpH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tg0G5cBfpH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tg0G5cBfpH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tg0G5cBfpH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tg0G5cBfpH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tg0G5cBfpH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tg0G5cBfpH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tg0G5cBfpH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tg0G5cBfpH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tg0G5cBfpH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tg0G5cBfpH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tg0G5cBfpH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tg0G5cBfpH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tg0G5cBfpH .navbar-dropdown {
  padding: 1rem 0;
}
.cid-tg0G5cBfpH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tg0G5cBfpH .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-tg0G5cBfpH .navbar {
    height: 70px;
  }
  .cid-tg0G5cBfpH .navbar.opened {
    height: auto;
  }
  .cid-tg0G5cBfpH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tg0KpriNCy {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dedddd;
}
.cid-tg0KpriNCy .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tg0KpriNCy .mbr-section-title {
  color: #1a3562;
}
.cid-tg0I1qO8YT {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tg0I1qO8YT .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tg0I1qO8YT .mbr-section-title {
  color: #1a3562;
}
.cid-tg0I1qO8YT .mbr-section-subtitle {
  color: #1a3562;
}
.cid-tg0I9eN9MW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tg0I9eN9MW .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tg0I9eN9MW form.mbr-form {
  background-color: transparent;
  width: 100%;
}
.cid-tg0I9eN9MW form.mbr-form .mbr-section-btn {
  width: 100%;
}
.cid-tg0I9eN9MW form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-tg0I9eN9MW .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-tg0I9eN9MW .mbr-title-form {
  margin-bottom: 2.8125rem;
}
.cid-tg0I9eN9MW .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-tg0I9eN9MW .mbr-section-title b:last-child,
.cid-tg0I9eN9MW .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-tg0I9eN9MW .mbr-section-subtitle {
  margin-bottom: 1.5625rem;
}
.cid-tg0I9eN9MW .mbr-social-likns {
  margin-top: 0.5rem;
}
.cid-tg0I9eN9MW .mbr-social-likns a {
  color: #000000;
}
.cid-tg0I9eN9MW .mbr-social-likns span {
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #000000;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-tg0I9eN9MW .mbr-social-likns span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-tg0I9eN9MW form input,
.cid-tg0I9eN9MW form textarea {
  color: #000000;
  border: none !important;
}
.cid-tg0I9eN9MW form input::placeholder,
.cid-tg0I9eN9MW form textarea::placeholder {
  color: #000000;
}
.cid-tg0I9eN9MW form textarea {
  min-height: 115px;
  resize: none;
  padding: 0.625rem !important;
}
.cid-tg0I9eN9MW form .form-group {
  margin-top: 0;
  margin-bottom: 2.1875rem;
  position: relative;
  align-items: center;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-bottom: 1px solid #000000;
}
.cid-tg0I9eN9MW form .form-group-message {
  min-height: 115px;
  border: 1px solid #000000;
}
.cid-tg0I9eN9MW .mbr-section-btn a,
.cid-tg0I9eN9MW .mbr-section-btn button {
  width: max-content !important;
  padding-right: 1.6rem;
}
.cid-tg0I9eN9MW .mbr-item {
  display: flex;
  margin-bottom: 30px;
}
@media (min-width: 546px) {
  .cid-tg0I9eN9MW .mbr-item {
    width: 50% !important;
  }
}
.cid-tg0I9eN9MW .mbr-section-tag-item,
.cid-tg0I9eN9MW .mbr-social-likns {
  text-align: left;
}
.cid-tg0J7ksESS {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tg0J7ksESS .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tg0J7ksESS .mbr-section-title {
  color: #1a3562;
}
.cid-tg0J7ksESS .mbr-section-subtitle {
  color: #1a3562;
}
.cid-tgbgA9dbXb {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #f2f2f2;
}
.cid-tgbgA9dbXb img,
.cid-tgbgA9dbXb .item-img {
  width: 100%;
}
.cid-tgbgA9dbXb .item:focus,
.cid-tgbgA9dbXb span:focus {
  outline: none;
}
.cid-tgbgA9dbXb .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tgbgA9dbXb .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tgbgA9dbXb .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tgbgA9dbXb .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tgbgA9dbXb .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tgbgA9dbXb .mbr-section-title {
  color: #1a3562;
  text-align: left;
}
.cid-tgbgA9dbXb .mbr-text,
.cid-tgbgA9dbXb .mbr-section-btn {
  text-align: left;
}
.cid-tgbgA9dbXb .item-title {
  text-align: left;
}
.cid-tgbgA9dbXb .item-subtitle {
  text-align: center;
}
.cid-tg0G5xGWNQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1a3562;
}
.cid-tg0G5xGWNQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg0G5xGWNQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg0G5xGWNQ .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tg0G5xGWNQ .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tg0G5xGWNQ .row {
    text-align: center;
  }
  .cid-tg0G5xGWNQ .row > div {
    margin: auto;
  }
  .cid-tg0G5xGWNQ .social-row {
    justify-content: center;
  }
  .cid-tg0G5xGWNQ .soc-item {
    padding-top: 0 !important;
  }
}
.cid-tg0G5xGWNQ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tg0G5xGWNQ .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tg0G5xGWNQ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tg0G5xGWNQ .list {
    margin-bottom: 0rem;
  }
}
.cid-tg0G5xGWNQ .mbr-text,
.cid-tg0G5xGWNQ .mbr-section-subtitle {
  color: #fafafa;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
}
.cid-tg0G5xGWNQ .soc-item {
  display: flex;
  margin-right: 15px;
  padding-top: 15px;
}
.cid-tg0G5xGWNQ .soc-item:last-child {
  margin-right: 0;
}
.cid-tg0G5xGWNQ .mbr-iconfont {
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tg0G5xGWNQ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tg0G5xGWNQ .self-center {
  align-self: center;
}
.cid-tg0G5xGWNQ .indent-up {
  padding-top: 20px;
  line-height: 21px;
  font-size: 14px;
}
@media (max-width: 992px) {
  .cid-tg0G5xGWNQ .indent-up {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-tg0G5xGWNQ .indent-up {
    margin-bottom: 0;
  }
}
.cid-tg0G5xGWNQ .text-style {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cid-tg0G5xGWNQ .text-style:not(:last-child) {
    margin-bottom: 16px !important;
  }
}
.cid-tg0G5xGWNQ .position {
  text-align: end;
}
@media (max-width: 767px) {
  .cid-tg0G5xGWNQ .position {
    text-align: center;
  }
}
.cid-tg0G5xGWNQ .pt-16 {
  padding-top: 16px;
}
.cid-tg0G5xGWNQ .pb-16 {
  padding-bottom: 16px;
}
.cid-tg0U4bxPsX .navbar-dropdown {
  position: relative !important;
}
.cid-tg0U4bxPsX .dropdown-menu {
  padding: 1.625rem 0 1.875rem;
}
@media (min-width: 992px) {
  .cid-tg0U4bxPsX .dropdown-menu {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 992px) {
  .cid-tg0U4bxPsX .container-fluid,
  .cid-tg0U4bxPsX .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-tg0U4bxPsX .dropdown-item {
  padding: 0 1.9375rem 0 2.125rem;
}
.cid-tg0U4bxPsX .dropdown-item:before {
  content: '';
  position: relative;
  width: 0px;
  height: 6px;
  opacity: 1;
  left: 0px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  display: inline-block;
  vertical-align: middle;
}
.cid-tg0U4bxPsX .dropdown-item:hover:before,
.cid-tg0U4bxPsX .dropdown-item:focus:before {
  width: 6px;
  margin-right: 5px;
}
.cid-tg0U4bxPsX .nav-dropdown .link {
  padding: 0;
  margin: 0 !important;
}
.cid-tg0U4bxPsX .nav-link {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  padding: 0rem 1.8125rem !important;
}
.cid-tg0U4bxPsX .nav-link:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 0px;
  opacity: 1;
  left: 15px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  transform: translateY(-20px);
}
.cid-tg0U4bxPsX .nav-link:hover:before {
  height: 6px;
  transform: translateY(0);
}
.cid-tg0U4bxPsX .container {
  display: flex;
  margin: auto;
}
.cid-tg0U4bxPsX .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tg0U4bxPsX .dropdown-menu,
.cid-tg0U4bxPsX .navbar.opened {
  background: #1a3562 !important;
}
.cid-tg0U4bxPsX .nav-item:focus,
.cid-tg0U4bxPsX .nav-link:focus {
  outline: none;
}
.cid-tg0U4bxPsX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tg0U4bxPsX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tg0U4bxPsX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tg0U4bxPsX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tg0U4bxPsX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tg0U4bxPsX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tg0U4bxPsX .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a3562;
  padding: 1rem 0;
}
.cid-tg0U4bxPsX .navbar.opened {
  transition: all .3s;
}
.cid-tg0U4bxPsX .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tg0U4bxPsX .navbar .navbar-logo img {
  width: auto;
}
.cid-tg0U4bxPsX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tg0U4bxPsX .navbar.collapsed {
  justify-content: center;
}
.cid-tg0U4bxPsX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tg0U4bxPsX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tg0U4bxPsX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tg0U4bxPsX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tg0U4bxPsX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tg0U4bxPsX .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-tg0U4bxPsX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tg0U4bxPsX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tg0U4bxPsX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tg0U4bxPsX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tg0U4bxPsX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tg0U4bxPsX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tg0U4bxPsX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tg0U4bxPsX .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-tg0U4bxPsX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tg0U4bxPsX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tg0U4bxPsX .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tg0U4bxPsX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tg0U4bxPsX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tg0U4bxPsX .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tg0U4bxPsX .navbar.navbar-short {
  min-height: 60px;
}
.cid-tg0U4bxPsX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tg0U4bxPsX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tg0U4bxPsX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tg0U4bxPsX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tg0U4bxPsX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tg0U4bxPsX .dropdown-item.active,
.cid-tg0U4bxPsX .dropdown-item:active {
  background-color: transparent;
}
.cid-tg0U4bxPsX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tg0U4bxPsX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tg0U4bxPsX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tg0U4bxPsX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a3562;
}
.cid-tg0U4bxPsX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tg0U4bxPsX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tg0U4bxPsX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tg0U4bxPsX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tg0U4bxPsX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tg0U4bxPsX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tg0U4bxPsX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tg0U4bxPsX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tg0U4bxPsX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tg0U4bxPsX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tg0U4bxPsX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tg0U4bxPsX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tg0U4bxPsX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tg0U4bxPsX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tg0U4bxPsX .navbar-dropdown {
  padding: 1rem 0;
}
.cid-tg0U4bxPsX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tg0U4bxPsX .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-tg0U4bxPsX .navbar {
    height: 70px;
  }
  .cid-tg0U4bxPsX .navbar.opened {
    height: auto;
  }
  .cid-tg0U4bxPsX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tg0U4e7BbC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dedddd;
}
.cid-tg0U4e7BbC .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tg0U4e7BbC .mbr-section-title {
  color: #1a3562;
}
.cid-tg0U4hKQ6X {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tg0U4hKQ6X .mbr-text {
  text-align: left;
  color: #1a3562;
}
.cid-tg0U4hKQ6X .mbr-section-title {
  color: #1a3562;
}
.cid-tg0U4lr2HM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-tg0U4lr2HM .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tg0U4lr2HM .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg0U4lr2HM .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tg0U4lr2HM .text-wrapper {
    padding: 0 0 0 3rem;
  }
}
@media (max-width: 768px) {
  .cid-tg0U4lr2HM .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg0U4lr2HM .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 1.5625rem;
}
.cid-tg0U4lr2HM .mbr-text,
.cid-tg0U4lr2HM .mbr-section-btn {
  text-align: left;
  color: #1a3562;
}
.cid-tg0U4lr2HM .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-tg0U4lr2HM .mbr-section-title {
  margin-bottom: 2.1875rem;
  text-align: left;
  color: #1a3562;
}
.cid-tg0U4lr2HM .mbr-section-title b:last-child,
.cid-tg0U4lr2HM .mbr-section-title strong:last-child {
  color: #1a3562;
}
.cid-tg0U4lr2HM .mbr-section-subtitle {
  text-align: left;
}
.cid-tg0U4lr2HM .mbr-section-subtitle,
.cid-tg0U4lr2HM .mbr-section-btn {
  text-align: left;
}
.cid-tg0U4lr2HM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg0U4lr2HM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg0UGDQX5Q {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tg0UGDQX5Q .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tg0UGDQX5Q .mbr-section-title {
  color: #1a3562;
}
.cid-tg0UGDQX5Q .mbr-section-subtitle {
  color: #1a3562;
}
.cid-tg0W6HOK1n {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tg0W6HOK1n .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tg0W6HOK1n .mbr-section-title {
  color: #1a3562;
}
.cid-tg0W6HOK1n .mbr-section-subtitle {
  color: #1a3562;
}
.cid-tg0XfoZ958 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tg0XfoZ958 .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tg0XfoZ958 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg0XfoZ958 .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tg0XfoZ958 .text-wrapper {
    padding: 0 0 0 3rem;
  }
}
@media (max-width: 768px) {
  .cid-tg0XfoZ958 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg0XfoZ958 .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 1.5625rem;
}
.cid-tg0XfoZ958 .mbr-text,
.cid-tg0XfoZ958 .mbr-section-btn {
  text-align: left;
}
.cid-tg0XfoZ958 .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-tg0XfoZ958 .mbr-section-title {
  margin-bottom: 2.1875rem;
  text-align: left;
}
.cid-tg0XfoZ958 .mbr-section-title b:last-child,
.cid-tg0XfoZ958 .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-tg0XfoZ958 .mbr-section-subtitle {
  text-align: left;
}
.cid-tg0XfoZ958 .mbr-section-subtitle,
.cid-tg0XfoZ958 .mbr-section-btn {
  text-align: left;
  color: #1a3562;
}
.cid-tg0XfoZ958 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg0XfoZ958 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg0U4sMj1C {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #dedddd;
}
.cid-tg0U4sMj1C .mbr-section-title {
  color: #1a3562;
  text-align: center;
}
.cid-tg0U4wryZQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
@media (min-width: 1500px) {
  .cid-tg0U4wryZQ .container {
    max-width: 1400px;
  }
}
.cid-tg0U4wryZQ .mbr-iconfont {
  font-size: 3rem;
  color: #f23801;
}
.cid-tg0U4wryZQ .iconfont-wrapper {
  margin-bottom: 1rem;
  border: 2px solid #f23801;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
}
.cid-tg0U4wryZQ .row {
  justify-content: center;
}
.cid-tg0U4wryZQ .card {
  margin-bottom: 3rem;
}
.cid-tg0U4wryZQ .card-title {
  margin-top: 1rem;
}
.cid-tg0U4wryZQ .card-text {
  margin-top: 0.6875rem;
}
.cid-tg0U4wryZQ .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-tg0U4wryZQ .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-tg0U4wryZQ .mbr-section-title b:last-child,
.cid-tg0U4wryZQ .mbr-section-title strong:last-child {
  color: #244b8d;
}
.cid-tg0U4wryZQ .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-tg0U4wryZQ .mbr-section-head {
  margin-bottom: 6.875rem;
}
.cid-tg0U4wryZQ .card-title,
.cid-tg0U4wryZQ .icon-container {
  color: #1a3562;
  text-align: center;
}
.cid-tg0U4AalO8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1a3562;
}
.cid-tg0U4AalO8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg0U4AalO8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg0U4AalO8 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tg0U4AalO8 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tg0U4AalO8 .row {
    text-align: center;
  }
  .cid-tg0U4AalO8 .row > div {
    margin: auto;
  }
  .cid-tg0U4AalO8 .social-row {
    justify-content: center;
  }
  .cid-tg0U4AalO8 .soc-item {
    padding-top: 0 !important;
  }
}
.cid-tg0U4AalO8 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tg0U4AalO8 .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tg0U4AalO8 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tg0U4AalO8 .list {
    margin-bottom: 0rem;
  }
}
.cid-tg0U4AalO8 .mbr-text,
.cid-tg0U4AalO8 .mbr-section-subtitle {
  color: #fafafa;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
}
.cid-tg0U4AalO8 .soc-item {
  display: flex;
  margin-right: 15px;
  padding-top: 15px;
}
.cid-tg0U4AalO8 .soc-item:last-child {
  margin-right: 0;
}
.cid-tg0U4AalO8 .mbr-iconfont {
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tg0U4AalO8 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tg0U4AalO8 .self-center {
  align-self: center;
}
.cid-tg0U4AalO8 .indent-up {
  padding-top: 20px;
  line-height: 21px;
  font-size: 14px;
}
@media (max-width: 992px) {
  .cid-tg0U4AalO8 .indent-up {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-tg0U4AalO8 .indent-up {
    margin-bottom: 0;
  }
}
.cid-tg0U4AalO8 .text-style {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cid-tg0U4AalO8 .text-style:not(:last-child) {
    margin-bottom: 16px !important;
  }
}
.cid-tg0U4AalO8 .position {
  text-align: end;
}
@media (max-width: 767px) {
  .cid-tg0U4AalO8 .position {
    text-align: center;
  }
}
.cid-tg0U4AalO8 .pt-16 {
  padding-top: 16px;
}
.cid-tg0U4AalO8 .pb-16 {
  padding-bottom: 16px;
}
.cid-tg0ZvdFfhq .navbar-dropdown {
  position: relative !important;
}
.cid-tg0ZvdFfhq .dropdown-menu {
  padding: 1.625rem 0 1.875rem;
}
@media (min-width: 992px) {
  .cid-tg0ZvdFfhq .dropdown-menu {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 992px) {
  .cid-tg0ZvdFfhq .container-fluid,
  .cid-tg0ZvdFfhq .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-tg0ZvdFfhq .dropdown-item {
  padding: 0 1.9375rem 0 2.125rem;
}
.cid-tg0ZvdFfhq .dropdown-item:before {
  content: '';
  position: relative;
  width: 0px;
  height: 6px;
  opacity: 1;
  left: 0px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  display: inline-block;
  vertical-align: middle;
}
.cid-tg0ZvdFfhq .dropdown-item:hover:before,
.cid-tg0ZvdFfhq .dropdown-item:focus:before {
  width: 6px;
  margin-right: 5px;
}
.cid-tg0ZvdFfhq .nav-dropdown .link {
  padding: 0;
  margin: 0 !important;
}
.cid-tg0ZvdFfhq .nav-link {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  padding: 0rem 1.8125rem !important;
}
.cid-tg0ZvdFfhq .nav-link:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 0px;
  opacity: 1;
  left: 15px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  transform: translateY(-20px);
}
.cid-tg0ZvdFfhq .nav-link:hover:before {
  height: 6px;
  transform: translateY(0);
}
.cid-tg0ZvdFfhq .container {
  display: flex;
  margin: auto;
}
.cid-tg0ZvdFfhq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tg0ZvdFfhq .dropdown-menu,
.cid-tg0ZvdFfhq .navbar.opened {
  background: #1a3562 !important;
}
.cid-tg0ZvdFfhq .nav-item:focus,
.cid-tg0ZvdFfhq .nav-link:focus {
  outline: none;
}
.cid-tg0ZvdFfhq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tg0ZvdFfhq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tg0ZvdFfhq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tg0ZvdFfhq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tg0ZvdFfhq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tg0ZvdFfhq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tg0ZvdFfhq .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a3562;
  padding: 1rem 0;
}
.cid-tg0ZvdFfhq .navbar.opened {
  transition: all .3s;
}
.cid-tg0ZvdFfhq .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tg0ZvdFfhq .navbar .navbar-logo img {
  width: auto;
}
.cid-tg0ZvdFfhq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tg0ZvdFfhq .navbar.collapsed {
  justify-content: center;
}
.cid-tg0ZvdFfhq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tg0ZvdFfhq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tg0ZvdFfhq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tg0ZvdFfhq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tg0ZvdFfhq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tg0ZvdFfhq .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-tg0ZvdFfhq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tg0ZvdFfhq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tg0ZvdFfhq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tg0ZvdFfhq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tg0ZvdFfhq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tg0ZvdFfhq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tg0ZvdFfhq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tg0ZvdFfhq .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-tg0ZvdFfhq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tg0ZvdFfhq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tg0ZvdFfhq .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tg0ZvdFfhq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tg0ZvdFfhq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tg0ZvdFfhq .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tg0ZvdFfhq .navbar.navbar-short {
  min-height: 60px;
}
.cid-tg0ZvdFfhq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tg0ZvdFfhq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tg0ZvdFfhq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tg0ZvdFfhq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tg0ZvdFfhq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tg0ZvdFfhq .dropdown-item.active,
.cid-tg0ZvdFfhq .dropdown-item:active {
  background-color: transparent;
}
.cid-tg0ZvdFfhq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tg0ZvdFfhq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tg0ZvdFfhq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tg0ZvdFfhq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a3562;
}
.cid-tg0ZvdFfhq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tg0ZvdFfhq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tg0ZvdFfhq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tg0ZvdFfhq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tg0ZvdFfhq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tg0ZvdFfhq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tg0ZvdFfhq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tg0ZvdFfhq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tg0ZvdFfhq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tg0ZvdFfhq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tg0ZvdFfhq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tg0ZvdFfhq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tg0ZvdFfhq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tg0ZvdFfhq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tg0ZvdFfhq .navbar-dropdown {
  padding: 1rem 0;
}
.cid-tg0ZvdFfhq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tg0ZvdFfhq .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-tg0ZvdFfhq .navbar {
    height: 70px;
  }
  .cid-tg0ZvdFfhq .navbar.opened {
    height: auto;
  }
  .cid-tg0ZvdFfhq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tg0Zvg9cKZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dedddd;
}
.cid-tg0Zvg9cKZ .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tg0Zvg9cKZ .mbr-section-title {
  color: #1a3562;
}
.cid-tg0ZvjGg5U {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tg0ZvjGg5U .mbr-text {
  text-align: left;
  color: #1a3562;
}
.cid-tg0ZvjGg5U .mbr-section-title {
  color: #1a3562;
}
.cid-tg0Zvnl8io {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-tg0Zvnl8io .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tg0Zvnl8io .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg0Zvnl8io .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tg0Zvnl8io .text-wrapper {
    padding: 0 0 0 3rem;
  }
}
@media (max-width: 768px) {
  .cid-tg0Zvnl8io .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg0Zvnl8io .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 1.5625rem;
}
.cid-tg0Zvnl8io .mbr-text,
.cid-tg0Zvnl8io .mbr-section-btn {
  text-align: left;
}
.cid-tg0Zvnl8io .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-tg0Zvnl8io .mbr-section-title {
  margin-bottom: 2.1875rem;
  text-align: left;
  color: #1a3562;
}
.cid-tg0Zvnl8io .mbr-section-title b:last-child,
.cid-tg0Zvnl8io .mbr-section-title strong:last-child {
  color: #1a3562;
}
.cid-tg0Zvnl8io .mbr-section-subtitle {
  text-align: left;
}
.cid-tg0Zvnl8io .mbr-section-subtitle,
.cid-tg0Zvnl8io .mbr-section-btn {
  text-align: left;
}
.cid-tg0Zvnl8io .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg0Zvnl8io .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg0Zvr1lTx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tg0Zvr1lTx .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tg0Zvr1lTx .mbr-section-title {
  color: #1a3562;
}
.cid-tg0Zvr1lTx .mbr-section-subtitle {
  color: #1a3562;
}
.cid-tg0ZvC7x0C {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #dedddd;
}
.cid-tg0ZvC7x0C .mbr-section-title {
  color: #1a3562;
  text-align: center;
}
.cid-tg0ZvFMKXK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
@media (min-width: 1500px) {
  .cid-tg0ZvFMKXK .container {
    max-width: 1400px;
  }
}
.cid-tg0ZvFMKXK .mbr-iconfont {
  font-size: 3rem;
  color: #f23801;
}
.cid-tg0ZvFMKXK .iconfont-wrapper {
  margin-bottom: 1rem;
  border: 2px solid #f23801;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
}
.cid-tg0ZvFMKXK .row {
  justify-content: center;
}
.cid-tg0ZvFMKXK .card {
  margin-bottom: 3rem;
}
.cid-tg0ZvFMKXK .card-title {
  margin-top: 1rem;
}
.cid-tg0ZvFMKXK .card-text {
  margin-top: 0.6875rem;
}
.cid-tg0ZvFMKXK .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-tg0ZvFMKXK .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-tg0ZvFMKXK .mbr-section-title b:last-child,
.cid-tg0ZvFMKXK .mbr-section-title strong:last-child {
  color: #244b8d;
}
.cid-tg0ZvFMKXK .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-tg0ZvFMKXK .mbr-section-head {
  margin-bottom: 6.875rem;
}
.cid-tg0ZvFMKXK .card-title,
.cid-tg0ZvFMKXK .icon-container {
  color: #1a3562;
  text-align: center;
}
.cid-tg0ZvJxUw2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1a3562;
}
.cid-tg0ZvJxUw2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg0ZvJxUw2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg0ZvJxUw2 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tg0ZvJxUw2 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tg0ZvJxUw2 .row {
    text-align: center;
  }
  .cid-tg0ZvJxUw2 .row > div {
    margin: auto;
  }
  .cid-tg0ZvJxUw2 .social-row {
    justify-content: center;
  }
  .cid-tg0ZvJxUw2 .soc-item {
    padding-top: 0 !important;
  }
}
.cid-tg0ZvJxUw2 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tg0ZvJxUw2 .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tg0ZvJxUw2 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tg0ZvJxUw2 .list {
    margin-bottom: 0rem;
  }
}
.cid-tg0ZvJxUw2 .mbr-text,
.cid-tg0ZvJxUw2 .mbr-section-subtitle {
  color: #fafafa;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
}
.cid-tg0ZvJxUw2 .soc-item {
  display: flex;
  margin-right: 15px;
  padding-top: 15px;
}
.cid-tg0ZvJxUw2 .soc-item:last-child {
  margin-right: 0;
}
.cid-tg0ZvJxUw2 .mbr-iconfont {
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tg0ZvJxUw2 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tg0ZvJxUw2 .self-center {
  align-self: center;
}
.cid-tg0ZvJxUw2 .indent-up {
  padding-top: 20px;
  line-height: 21px;
  font-size: 14px;
}
@media (max-width: 992px) {
  .cid-tg0ZvJxUw2 .indent-up {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-tg0ZvJxUw2 .indent-up {
    margin-bottom: 0;
  }
}
.cid-tg0ZvJxUw2 .text-style {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cid-tg0ZvJxUw2 .text-style:not(:last-child) {
    margin-bottom: 16px !important;
  }
}
.cid-tg0ZvJxUw2 .position {
  text-align: end;
}
@media (max-width: 767px) {
  .cid-tg0ZvJxUw2 .position {
    text-align: center;
  }
}
.cid-tg0ZvJxUw2 .pt-16 {
  padding-top: 16px;
}
.cid-tg0ZvJxUw2 .pb-16 {
  padding-bottom: 16px;
}
.cid-tg11j8hwjr .navbar-dropdown {
  position: relative !important;
}
.cid-tg11j8hwjr .dropdown-menu {
  padding: 1.625rem 0 1.875rem;
}
@media (min-width: 992px) {
  .cid-tg11j8hwjr .dropdown-menu {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 992px) {
  .cid-tg11j8hwjr .container-fluid,
  .cid-tg11j8hwjr .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-tg11j8hwjr .dropdown-item {
  padding: 0 1.9375rem 0 2.125rem;
}
.cid-tg11j8hwjr .dropdown-item:before {
  content: '';
  position: relative;
  width: 0px;
  height: 6px;
  opacity: 1;
  left: 0px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  display: inline-block;
  vertical-align: middle;
}
.cid-tg11j8hwjr .dropdown-item:hover:before,
.cid-tg11j8hwjr .dropdown-item:focus:before {
  width: 6px;
  margin-right: 5px;
}
.cid-tg11j8hwjr .nav-dropdown .link {
  padding: 0;
  margin: 0 !important;
}
.cid-tg11j8hwjr .nav-link {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  padding: 0rem 1.8125rem !important;
}
.cid-tg11j8hwjr .nav-link:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 0px;
  opacity: 1;
  left: 15px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  transform: translateY(-20px);
}
.cid-tg11j8hwjr .nav-link:hover:before {
  height: 6px;
  transform: translateY(0);
}
.cid-tg11j8hwjr .container {
  display: flex;
  margin: auto;
}
.cid-tg11j8hwjr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tg11j8hwjr .dropdown-menu,
.cid-tg11j8hwjr .navbar.opened {
  background: #1a3562 !important;
}
.cid-tg11j8hwjr .nav-item:focus,
.cid-tg11j8hwjr .nav-link:focus {
  outline: none;
}
.cid-tg11j8hwjr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tg11j8hwjr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tg11j8hwjr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tg11j8hwjr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tg11j8hwjr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tg11j8hwjr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tg11j8hwjr .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a3562;
  padding: 1rem 0;
}
.cid-tg11j8hwjr .navbar.opened {
  transition: all .3s;
}
.cid-tg11j8hwjr .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tg11j8hwjr .navbar .navbar-logo img {
  width: auto;
}
.cid-tg11j8hwjr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tg11j8hwjr .navbar.collapsed {
  justify-content: center;
}
.cid-tg11j8hwjr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tg11j8hwjr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tg11j8hwjr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tg11j8hwjr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tg11j8hwjr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tg11j8hwjr .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-tg11j8hwjr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tg11j8hwjr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tg11j8hwjr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tg11j8hwjr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tg11j8hwjr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tg11j8hwjr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tg11j8hwjr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tg11j8hwjr .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-tg11j8hwjr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tg11j8hwjr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tg11j8hwjr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tg11j8hwjr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tg11j8hwjr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tg11j8hwjr .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tg11j8hwjr .navbar.navbar-short {
  min-height: 60px;
}
.cid-tg11j8hwjr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tg11j8hwjr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tg11j8hwjr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tg11j8hwjr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tg11j8hwjr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tg11j8hwjr .dropdown-item.active,
.cid-tg11j8hwjr .dropdown-item:active {
  background-color: transparent;
}
.cid-tg11j8hwjr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tg11j8hwjr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tg11j8hwjr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tg11j8hwjr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a3562;
}
.cid-tg11j8hwjr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tg11j8hwjr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tg11j8hwjr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tg11j8hwjr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tg11j8hwjr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tg11j8hwjr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tg11j8hwjr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tg11j8hwjr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tg11j8hwjr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tg11j8hwjr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tg11j8hwjr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tg11j8hwjr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tg11j8hwjr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tg11j8hwjr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tg11j8hwjr .navbar-dropdown {
  padding: 1rem 0;
}
.cid-tg11j8hwjr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tg11j8hwjr .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-tg11j8hwjr .navbar {
    height: 70px;
  }
  .cid-tg11j8hwjr .navbar.opened {
    height: auto;
  }
  .cid-tg11j8hwjr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tg11jbZ1bi {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dedddd;
}
.cid-tg11jbZ1bi .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tg11jbZ1bi .mbr-section-title {
  color: #1a3562;
}
.cid-tg11jfArmM {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tg11jfArmM .mbr-text {
  text-align: left;
  color: #1a3562;
}
.cid-tg11jfArmM .mbr-section-title {
  color: #1a3562;
}
.cid-tg11jjiNZv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-tg11jjiNZv .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tg11jjiNZv .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg11jjiNZv .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tg11jjiNZv .text-wrapper {
    padding: 0 0 0 3rem;
  }
}
@media (max-width: 768px) {
  .cid-tg11jjiNZv .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg11jjiNZv .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 1.5625rem;
}
.cid-tg11jjiNZv .mbr-text,
.cid-tg11jjiNZv .mbr-section-btn {
  text-align: left;
}
.cid-tg11jjiNZv .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-tg11jjiNZv .mbr-section-title {
  margin-bottom: 2.1875rem;
  text-align: left;
  color: #000000;
}
.cid-tg11jjiNZv .mbr-section-title b:last-child,
.cid-tg11jjiNZv .mbr-section-title strong:last-child {
  color: #1a3562;
}
.cid-tg11jjiNZv .mbr-section-subtitle {
  text-align: left;
}
.cid-tg11jjiNZv .mbr-section-subtitle,
.cid-tg11jjiNZv .mbr-section-btn {
  text-align: left;
  color: #1a3562;
}
.cid-tg11jjiNZv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg11jjiNZv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg11jmWlXT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tg11jmWlXT .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tg11jmWlXT .mbr-section-title {
  color: #1a3562;
}
.cid-tg11jmWlXT .mbr-section-subtitle {
  color: #1a3562;
}
.cid-tg18YzS6Lt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tg18YzS6Lt .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tg18YzS6Lt .mbr-section-title {
  color: #1a3562;
}
.cid-tg18YzS6Lt .mbr-section-subtitle {
  color: #1a3562;
}
.cid-tg11jqDhD6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #dedddd;
}
.cid-tg11jqDhD6 .mbr-section-title {
  color: #1a3562;
  text-align: center;
}
.cid-tg11jugZzH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
@media (min-width: 1500px) {
  .cid-tg11jugZzH .container {
    max-width: 1400px;
  }
}
.cid-tg11jugZzH .mbr-iconfont {
  font-size: 3rem;
  color: #f23801;
}
.cid-tg11jugZzH .iconfont-wrapper {
  margin-bottom: 1rem;
  border: 2px solid #f23801;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
}
.cid-tg11jugZzH .row {
  justify-content: center;
}
.cid-tg11jugZzH .card {
  margin-bottom: 3rem;
}
.cid-tg11jugZzH .card-title {
  margin-top: 1rem;
}
.cid-tg11jugZzH .card-text {
  margin-top: 0.6875rem;
}
.cid-tg11jugZzH .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-tg11jugZzH .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-tg11jugZzH .mbr-section-title b:last-child,
.cid-tg11jugZzH .mbr-section-title strong:last-child {
  color: #244b8d;
}
.cid-tg11jugZzH .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-tg11jugZzH .mbr-section-head {
  margin-bottom: 6.875rem;
}
.cid-tg11jugZzH .card-title,
.cid-tg11jugZzH .icon-container {
  color: #1a3562;
  text-align: center;
}
.cid-tg11jy0Y16 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1a3562;
}
.cid-tg11jy0Y16 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg11jy0Y16 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg11jy0Y16 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tg11jy0Y16 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tg11jy0Y16 .row {
    text-align: center;
  }
  .cid-tg11jy0Y16 .row > div {
    margin: auto;
  }
  .cid-tg11jy0Y16 .social-row {
    justify-content: center;
  }
  .cid-tg11jy0Y16 .soc-item {
    padding-top: 0 !important;
  }
}
.cid-tg11jy0Y16 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tg11jy0Y16 .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tg11jy0Y16 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tg11jy0Y16 .list {
    margin-bottom: 0rem;
  }
}
.cid-tg11jy0Y16 .mbr-text,
.cid-tg11jy0Y16 .mbr-section-subtitle {
  color: #fafafa;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
}
.cid-tg11jy0Y16 .soc-item {
  display: flex;
  margin-right: 15px;
  padding-top: 15px;
}
.cid-tg11jy0Y16 .soc-item:last-child {
  margin-right: 0;
}
.cid-tg11jy0Y16 .mbr-iconfont {
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tg11jy0Y16 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tg11jy0Y16 .self-center {
  align-self: center;
}
.cid-tg11jy0Y16 .indent-up {
  padding-top: 20px;
  line-height: 21px;
  font-size: 14px;
}
@media (max-width: 992px) {
  .cid-tg11jy0Y16 .indent-up {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-tg11jy0Y16 .indent-up {
    margin-bottom: 0;
  }
}
.cid-tg11jy0Y16 .text-style {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cid-tg11jy0Y16 .text-style:not(:last-child) {
    margin-bottom: 16px !important;
  }
}
.cid-tg11jy0Y16 .position {
  text-align: end;
}
@media (max-width: 767px) {
  .cid-tg11jy0Y16 .position {
    text-align: center;
  }
}
.cid-tg11jy0Y16 .pt-16 {
  padding-top: 16px;
}
.cid-tg11jy0Y16 .pb-16 {
  padding-bottom: 16px;
}
.cid-tg147tRzD3 .navbar-dropdown {
  position: relative !important;
}
.cid-tg147tRzD3 .dropdown-menu {
  padding: 1.625rem 0 1.875rem;
}
@media (min-width: 992px) {
  .cid-tg147tRzD3 .dropdown-menu {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 992px) {
  .cid-tg147tRzD3 .container-fluid,
  .cid-tg147tRzD3 .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-tg147tRzD3 .dropdown-item {
  padding: 0 1.9375rem 0 2.125rem;
}
.cid-tg147tRzD3 .dropdown-item:before {
  content: '';
  position: relative;
  width: 0px;
  height: 6px;
  opacity: 1;
  left: 0px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  display: inline-block;
  vertical-align: middle;
}
.cid-tg147tRzD3 .dropdown-item:hover:before,
.cid-tg147tRzD3 .dropdown-item:focus:before {
  width: 6px;
  margin-right: 5px;
}
.cid-tg147tRzD3 .nav-dropdown .link {
  padding: 0;
  margin: 0 !important;
}
.cid-tg147tRzD3 .nav-link {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  padding: 0rem 1.8125rem !important;
}
.cid-tg147tRzD3 .nav-link:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 0px;
  opacity: 1;
  left: 15px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  transform: translateY(-20px);
}
.cid-tg147tRzD3 .nav-link:hover:before {
  height: 6px;
  transform: translateY(0);
}
.cid-tg147tRzD3 .container {
  display: flex;
  margin: auto;
}
.cid-tg147tRzD3 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tg147tRzD3 .dropdown-menu,
.cid-tg147tRzD3 .navbar.opened {
  background: #1a3562 !important;
}
.cid-tg147tRzD3 .nav-item:focus,
.cid-tg147tRzD3 .nav-link:focus {
  outline: none;
}
.cid-tg147tRzD3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tg147tRzD3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tg147tRzD3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tg147tRzD3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tg147tRzD3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tg147tRzD3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tg147tRzD3 .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a3562;
  padding: 1rem 0;
}
.cid-tg147tRzD3 .navbar.opened {
  transition: all .3s;
}
.cid-tg147tRzD3 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tg147tRzD3 .navbar .navbar-logo img {
  width: auto;
}
.cid-tg147tRzD3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tg147tRzD3 .navbar.collapsed {
  justify-content: center;
}
.cid-tg147tRzD3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tg147tRzD3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tg147tRzD3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tg147tRzD3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tg147tRzD3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tg147tRzD3 .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-tg147tRzD3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tg147tRzD3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tg147tRzD3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tg147tRzD3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tg147tRzD3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tg147tRzD3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tg147tRzD3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tg147tRzD3 .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-tg147tRzD3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tg147tRzD3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tg147tRzD3 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tg147tRzD3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tg147tRzD3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tg147tRzD3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tg147tRzD3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tg147tRzD3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tg147tRzD3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tg147tRzD3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tg147tRzD3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tg147tRzD3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tg147tRzD3 .dropdown-item.active,
.cid-tg147tRzD3 .dropdown-item:active {
  background-color: transparent;
}
.cid-tg147tRzD3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tg147tRzD3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tg147tRzD3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tg147tRzD3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a3562;
}
.cid-tg147tRzD3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tg147tRzD3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tg147tRzD3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tg147tRzD3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tg147tRzD3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tg147tRzD3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tg147tRzD3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tg147tRzD3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tg147tRzD3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tg147tRzD3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tg147tRzD3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tg147tRzD3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tg147tRzD3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tg147tRzD3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tg147tRzD3 .navbar-dropdown {
  padding: 1rem 0;
}
.cid-tg147tRzD3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tg147tRzD3 .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-tg147tRzD3 .navbar {
    height: 70px;
  }
  .cid-tg147tRzD3 .navbar.opened {
    height: auto;
  }
  .cid-tg147tRzD3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tg147wHnn7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dedddd;
}
.cid-tg147wHnn7 .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tg147wHnn7 .mbr-section-title {
  color: #1a3562;
}
.cid-tg147Afdau {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tg147Afdau .mbr-text {
  text-align: left;
  color: #1a3562;
}
.cid-tg147Afdau .mbr-section-title {
  color: #1a3562;
}
.cid-tg147Lpncb {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tg147Lpncb .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tg147Lpncb .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg147Lpncb .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tg147Lpncb .text-wrapper {
    padding: 0 0 0 3rem;
  }
}
@media (max-width: 768px) {
  .cid-tg147Lpncb .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg147Lpncb .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 1.5625rem;
}
.cid-tg147Lpncb .mbr-text,
.cid-tg147Lpncb .mbr-section-btn {
  text-align: left;
}
.cid-tg147Lpncb .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-tg147Lpncb .mbr-section-title {
  margin-bottom: 2.1875rem;
  text-align: left;
  color: #000000;
}
.cid-tg147Lpncb .mbr-section-subtitle {
  text-align: left;
}
.cid-tg147Lpncb .mbr-section-subtitle,
.cid-tg147Lpncb .mbr-section-btn {
  text-align: left;
  color: #1a3562;
}
.cid-tg147Lpncb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg147Lpncb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thjtBvJWa6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-thjtBvJWa6 .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-thjtBvJWa6 .mbr-section-title {
  color: #1a3562;
}
.cid-thjtBvJWa6 .mbr-section-subtitle {
  color: #1a3562;
}
.cid-tg147P1NLC {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #dedddd;
}
.cid-tg147P1NLC .mbr-section-title {
  color: #1a3562;
  text-align: center;
}
.cid-tg147SGYbZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
@media (min-width: 1500px) {
  .cid-tg147SGYbZ .container {
    max-width: 1400px;
  }
}
.cid-tg147SGYbZ .mbr-iconfont {
  font-size: 3rem;
  color: #f23801;
}
.cid-tg147SGYbZ .iconfont-wrapper {
  margin-bottom: 1rem;
  border: 2px solid #f23801;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
}
.cid-tg147SGYbZ .row {
  justify-content: center;
}
.cid-tg147SGYbZ .card {
  margin-bottom: 3rem;
}
.cid-tg147SGYbZ .card-title {
  margin-top: 1rem;
}
.cid-tg147SGYbZ .card-text {
  margin-top: 0.6875rem;
}
.cid-tg147SGYbZ .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-tg147SGYbZ .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-tg147SGYbZ .mbr-section-title b:last-child,
.cid-tg147SGYbZ .mbr-section-title strong:last-child {
  color: #244b8d;
}
.cid-tg147SGYbZ .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-tg147SGYbZ .mbr-section-head {
  margin-bottom: 6.875rem;
}
.cid-tg147SGYbZ .card-title,
.cid-tg147SGYbZ .icon-container {
  color: #1a3562;
  text-align: center;
}
.cid-tg147Wm7t2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1a3562;
}
.cid-tg147Wm7t2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg147Wm7t2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg147Wm7t2 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tg147Wm7t2 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tg147Wm7t2 .row {
    text-align: center;
  }
  .cid-tg147Wm7t2 .row > div {
    margin: auto;
  }
  .cid-tg147Wm7t2 .social-row {
    justify-content: center;
  }
  .cid-tg147Wm7t2 .soc-item {
    padding-top: 0 !important;
  }
}
.cid-tg147Wm7t2 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tg147Wm7t2 .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tg147Wm7t2 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tg147Wm7t2 .list {
    margin-bottom: 0rem;
  }
}
.cid-tg147Wm7t2 .mbr-text,
.cid-tg147Wm7t2 .mbr-section-subtitle {
  color: #fafafa;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
}
.cid-tg147Wm7t2 .soc-item {
  display: flex;
  margin-right: 15px;
  padding-top: 15px;
}
.cid-tg147Wm7t2 .soc-item:last-child {
  margin-right: 0;
}
.cid-tg147Wm7t2 .mbr-iconfont {
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tg147Wm7t2 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tg147Wm7t2 .self-center {
  align-self: center;
}
.cid-tg147Wm7t2 .indent-up {
  padding-top: 20px;
  line-height: 21px;
  font-size: 14px;
}
@media (max-width: 992px) {
  .cid-tg147Wm7t2 .indent-up {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-tg147Wm7t2 .indent-up {
    margin-bottom: 0;
  }
}
.cid-tg147Wm7t2 .text-style {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cid-tg147Wm7t2 .text-style:not(:last-child) {
    margin-bottom: 16px !important;
  }
}
.cid-tg147Wm7t2 .position {
  text-align: end;
}
@media (max-width: 767px) {
  .cid-tg147Wm7t2 .position {
    text-align: center;
  }
}
.cid-tg147Wm7t2 .pt-16 {
  padding-top: 16px;
}
.cid-tg147Wm7t2 .pb-16 {
  padding-bottom: 16px;
}
.cid-tg15POlmsv .navbar-dropdown {
  position: relative !important;
}
.cid-tg15POlmsv .dropdown-menu {
  padding: 1.625rem 0 1.875rem;
}
@media (min-width: 992px) {
  .cid-tg15POlmsv .dropdown-menu {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 992px) {
  .cid-tg15POlmsv .container-fluid,
  .cid-tg15POlmsv .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-tg15POlmsv .dropdown-item {
  padding: 0 1.9375rem 0 2.125rem;
}
.cid-tg15POlmsv .dropdown-item:before {
  content: '';
  position: relative;
  width: 0px;
  height: 6px;
  opacity: 1;
  left: 0px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  display: inline-block;
  vertical-align: middle;
}
.cid-tg15POlmsv .dropdown-item:hover:before,
.cid-tg15POlmsv .dropdown-item:focus:before {
  width: 6px;
  margin-right: 5px;
}
.cid-tg15POlmsv .nav-dropdown .link {
  padding: 0;
  margin: 0 !important;
}
.cid-tg15POlmsv .nav-link {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  padding: 0rem 1.8125rem !important;
}
.cid-tg15POlmsv .nav-link:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 0px;
  opacity: 1;
  left: 15px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  transform: translateY(-20px);
}
.cid-tg15POlmsv .nav-link:hover:before {
  height: 6px;
  transform: translateY(0);
}
.cid-tg15POlmsv .container {
  display: flex;
  margin: auto;
}
.cid-tg15POlmsv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tg15POlmsv .dropdown-menu,
.cid-tg15POlmsv .navbar.opened {
  background: #1a3562 !important;
}
.cid-tg15POlmsv .nav-item:focus,
.cid-tg15POlmsv .nav-link:focus {
  outline: none;
}
.cid-tg15POlmsv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tg15POlmsv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tg15POlmsv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tg15POlmsv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tg15POlmsv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tg15POlmsv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tg15POlmsv .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a3562;
  padding: 1rem 0;
}
.cid-tg15POlmsv .navbar.opened {
  transition: all .3s;
}
.cid-tg15POlmsv .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tg15POlmsv .navbar .navbar-logo img {
  width: auto;
}
.cid-tg15POlmsv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tg15POlmsv .navbar.collapsed {
  justify-content: center;
}
.cid-tg15POlmsv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tg15POlmsv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tg15POlmsv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tg15POlmsv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tg15POlmsv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tg15POlmsv .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-tg15POlmsv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tg15POlmsv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tg15POlmsv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tg15POlmsv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tg15POlmsv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tg15POlmsv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tg15POlmsv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tg15POlmsv .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-tg15POlmsv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tg15POlmsv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tg15POlmsv .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tg15POlmsv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tg15POlmsv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tg15POlmsv .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tg15POlmsv .navbar.navbar-short {
  min-height: 60px;
}
.cid-tg15POlmsv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tg15POlmsv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tg15POlmsv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tg15POlmsv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tg15POlmsv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tg15POlmsv .dropdown-item.active,
.cid-tg15POlmsv .dropdown-item:active {
  background-color: transparent;
}
.cid-tg15POlmsv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tg15POlmsv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tg15POlmsv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tg15POlmsv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a3562;
}
.cid-tg15POlmsv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tg15POlmsv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tg15POlmsv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tg15POlmsv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tg15POlmsv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tg15POlmsv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tg15POlmsv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tg15POlmsv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tg15POlmsv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tg15POlmsv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tg15POlmsv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tg15POlmsv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tg15POlmsv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tg15POlmsv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tg15POlmsv .navbar-dropdown {
  padding: 1rem 0;
}
.cid-tg15POlmsv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tg15POlmsv .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-tg15POlmsv .navbar {
    height: 70px;
  }
  .cid-tg15POlmsv .navbar.opened {
    height: auto;
  }
  .cid-tg15POlmsv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tg15PR2EMa {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dedddd;
}
.cid-tg15PR2EMa .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tg15PR2EMa .mbr-section-title {
  color: #1a3562;
}
.cid-tg15PUCuTe {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tg15PUCuTe .mbr-text {
  text-align: left;
  color: #1a3562;
}
.cid-tg15PUCuTe .mbr-section-title {
  color: #1a3562;
}
.cid-tg15PYi7r7 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tg15PYi7r7 .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tg15PYi7r7 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg15PYi7r7 .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tg15PYi7r7 .text-wrapper {
    padding: 0 0 0 3rem;
  }
}
@media (max-width: 768px) {
  .cid-tg15PYi7r7 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg15PYi7r7 .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 1.5625rem;
}
.cid-tg15PYi7r7 .mbr-text,
.cid-tg15PYi7r7 .mbr-section-btn {
  text-align: left;
}
.cid-tg15PYi7r7 .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-tg15PYi7r7 .mbr-section-title {
  margin-bottom: 2.1875rem;
  text-align: left;
  color: #000000;
}
.cid-tg15PYi7r7 .mbr-section-subtitle {
  text-align: left;
}
.cid-tg15PYi7r7 .mbr-section-subtitle,
.cid-tg15PYi7r7 .mbr-section-btn {
  text-align: left;
  color: #1a3562;
}
.cid-tg15PYi7r7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg15PYi7r7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg16VPYBx3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tg16VPYBx3 .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tg16VPYBx3 .mbr-section-title {
  color: #1a3562;
}
.cid-tg16VPYBx3 .mbr-section-subtitle {
  color: #1a3562;
}
.cid-tg15Q1Y6xG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #dedddd;
}
.cid-tg15Q1Y6xG .mbr-section-title {
  color: #1a3562;
  text-align: center;
}
.cid-tg15Q5Dkg0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
@media (min-width: 1500px) {
  .cid-tg15Q5Dkg0 .container {
    max-width: 1400px;
  }
}
.cid-tg15Q5Dkg0 .mbr-iconfont {
  font-size: 3rem;
  color: #f23801;
}
.cid-tg15Q5Dkg0 .iconfont-wrapper {
  margin-bottom: 1rem;
  border: 2px solid #f23801;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
}
.cid-tg15Q5Dkg0 .row {
  justify-content: center;
}
.cid-tg15Q5Dkg0 .card {
  margin-bottom: 3rem;
}
.cid-tg15Q5Dkg0 .card-title {
  margin-top: 1rem;
}
.cid-tg15Q5Dkg0 .card-text {
  margin-top: 0.6875rem;
}
.cid-tg15Q5Dkg0 .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-tg15Q5Dkg0 .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-tg15Q5Dkg0 .mbr-section-title b:last-child,
.cid-tg15Q5Dkg0 .mbr-section-title strong:last-child {
  color: #244b8d;
}
.cid-tg15Q5Dkg0 .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-tg15Q5Dkg0 .mbr-section-head {
  margin-bottom: 6.875rem;
}
.cid-tg15Q5Dkg0 .card-title,
.cid-tg15Q5Dkg0 .icon-container {
  color: #1a3562;
  text-align: center;
}
.cid-tg15Q9jW94 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1a3562;
}
.cid-tg15Q9jW94 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg15Q9jW94 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg15Q9jW94 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tg15Q9jW94 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tg15Q9jW94 .row {
    text-align: center;
  }
  .cid-tg15Q9jW94 .row > div {
    margin: auto;
  }
  .cid-tg15Q9jW94 .social-row {
    justify-content: center;
  }
  .cid-tg15Q9jW94 .soc-item {
    padding-top: 0 !important;
  }
}
.cid-tg15Q9jW94 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tg15Q9jW94 .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tg15Q9jW94 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tg15Q9jW94 .list {
    margin-bottom: 0rem;
  }
}
.cid-tg15Q9jW94 .mbr-text,
.cid-tg15Q9jW94 .mbr-section-subtitle {
  color: #fafafa;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
}
.cid-tg15Q9jW94 .soc-item {
  display: flex;
  margin-right: 15px;
  padding-top: 15px;
}
.cid-tg15Q9jW94 .soc-item:last-child {
  margin-right: 0;
}
.cid-tg15Q9jW94 .mbr-iconfont {
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tg15Q9jW94 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tg15Q9jW94 .self-center {
  align-self: center;
}
.cid-tg15Q9jW94 .indent-up {
  padding-top: 20px;
  line-height: 21px;
  font-size: 14px;
}
@media (max-width: 992px) {
  .cid-tg15Q9jW94 .indent-up {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-tg15Q9jW94 .indent-up {
    margin-bottom: 0;
  }
}
.cid-tg15Q9jW94 .text-style {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cid-tg15Q9jW94 .text-style:not(:last-child) {
    margin-bottom: 16px !important;
  }
}
.cid-tg15Q9jW94 .position {
  text-align: end;
}
@media (max-width: 767px) {
  .cid-tg15Q9jW94 .position {
    text-align: center;
  }
}
.cid-tg15Q9jW94 .pt-16 {
  padding-top: 16px;
}
.cid-tg15Q9jW94 .pb-16 {
  padding-bottom: 16px;
}
.cid-tg1csdTGxH .navbar-dropdown {
  position: relative !important;
}
.cid-tg1csdTGxH .dropdown-menu {
  padding: 1.625rem 0 1.875rem;
}
@media (min-width: 992px) {
  .cid-tg1csdTGxH .dropdown-menu {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 992px) {
  .cid-tg1csdTGxH .container-fluid,
  .cid-tg1csdTGxH .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-tg1csdTGxH .dropdown-item {
  padding: 0 1.9375rem 0 2.125rem;
}
.cid-tg1csdTGxH .dropdown-item:before {
  content: '';
  position: relative;
  width: 0px;
  height: 6px;
  opacity: 1;
  left: 0px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  display: inline-block;
  vertical-align: middle;
}
.cid-tg1csdTGxH .dropdown-item:hover:before,
.cid-tg1csdTGxH .dropdown-item:focus:before {
  width: 6px;
  margin-right: 5px;
}
.cid-tg1csdTGxH .nav-dropdown .link {
  padding: 0;
  margin: 0 !important;
}
.cid-tg1csdTGxH .nav-link {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  padding: 0rem 1.8125rem !important;
}
.cid-tg1csdTGxH .nav-link:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 0px;
  opacity: 1;
  left: 15px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  transform: translateY(-20px);
}
.cid-tg1csdTGxH .nav-link:hover:before {
  height: 6px;
  transform: translateY(0);
}
.cid-tg1csdTGxH .container {
  display: flex;
  margin: auto;
}
.cid-tg1csdTGxH .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tg1csdTGxH .dropdown-menu,
.cid-tg1csdTGxH .navbar.opened {
  background: #1a3562 !important;
}
.cid-tg1csdTGxH .nav-item:focus,
.cid-tg1csdTGxH .nav-link:focus {
  outline: none;
}
.cid-tg1csdTGxH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tg1csdTGxH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tg1csdTGxH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tg1csdTGxH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tg1csdTGxH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tg1csdTGxH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tg1csdTGxH .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a3562;
  padding: 1rem 0;
}
.cid-tg1csdTGxH .navbar.opened {
  transition: all .3s;
}
.cid-tg1csdTGxH .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tg1csdTGxH .navbar .navbar-logo img {
  width: auto;
}
.cid-tg1csdTGxH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tg1csdTGxH .navbar.collapsed {
  justify-content: center;
}
.cid-tg1csdTGxH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tg1csdTGxH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tg1csdTGxH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tg1csdTGxH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tg1csdTGxH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tg1csdTGxH .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-tg1csdTGxH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tg1csdTGxH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tg1csdTGxH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tg1csdTGxH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tg1csdTGxH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tg1csdTGxH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tg1csdTGxH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tg1csdTGxH .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-tg1csdTGxH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tg1csdTGxH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tg1csdTGxH .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tg1csdTGxH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tg1csdTGxH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tg1csdTGxH .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tg1csdTGxH .navbar.navbar-short {
  min-height: 60px;
}
.cid-tg1csdTGxH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tg1csdTGxH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tg1csdTGxH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tg1csdTGxH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tg1csdTGxH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tg1csdTGxH .dropdown-item.active,
.cid-tg1csdTGxH .dropdown-item:active {
  background-color: transparent;
}
.cid-tg1csdTGxH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tg1csdTGxH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tg1csdTGxH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tg1csdTGxH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a3562;
}
.cid-tg1csdTGxH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tg1csdTGxH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tg1csdTGxH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tg1csdTGxH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tg1csdTGxH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tg1csdTGxH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tg1csdTGxH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tg1csdTGxH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tg1csdTGxH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tg1csdTGxH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tg1csdTGxH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tg1csdTGxH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tg1csdTGxH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tg1csdTGxH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tg1csdTGxH .navbar-dropdown {
  padding: 1rem 0;
}
.cid-tg1csdTGxH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tg1csdTGxH .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-tg1csdTGxH .navbar {
    height: 70px;
  }
  .cid-tg1csdTGxH .navbar.opened {
    height: auto;
  }
  .cid-tg1csdTGxH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tg1csgtUnJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dedddd;
}
.cid-tg1csgtUnJ .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tg1csgtUnJ .mbr-section-title {
  color: #1a3562;
}
.cid-tg1csk4rDr {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tg1csk4rDr .mbr-text {
  text-align: left;
  color: #1a3562;
}
.cid-tg1csk4rDr .mbr-section-title {
  color: #1a3562;
}
.cid-tg1csnJxIX {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tg1csnJxIX .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tg1csnJxIX .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg1csnJxIX .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tg1csnJxIX .text-wrapper {
    padding: 0 0 0 3rem;
  }
}
@media (max-width: 768px) {
  .cid-tg1csnJxIX .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg1csnJxIX .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 1.5625rem;
}
.cid-tg1csnJxIX .mbr-text,
.cid-tg1csnJxIX .mbr-section-btn {
  text-align: left;
}
.cid-tg1csnJxIX .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-tg1csnJxIX .mbr-section-title {
  margin-bottom: 2.1875rem;
  text-align: left;
  color: #000000;
}
.cid-tg1csnJxIX .mbr-section-subtitle {
  text-align: left;
}
.cid-tg1csnJxIX .mbr-section-subtitle,
.cid-tg1csnJxIX .mbr-section-btn {
  text-align: left;
  color: #1a3562;
}
.cid-tg1csnJxIX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg1csnJxIX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg1csrq0co {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tg1csrq0co .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tg1csrq0co .mbr-section-title {
  color: #1a3562;
}
.cid-tg1csrq0co .mbr-section-subtitle {
  color: #1a3562;
}
.cid-tg1csv6YgW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #dedddd;
}
.cid-tg1csv6YgW .mbr-section-title {
  color: #1a3562;
  text-align: center;
}
.cid-tg1csyS84n {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
@media (min-width: 1500px) {
  .cid-tg1csyS84n .container {
    max-width: 1400px;
  }
}
.cid-tg1csyS84n .mbr-iconfont {
  font-size: 3rem;
  color: #f23801;
}
.cid-tg1csyS84n .iconfont-wrapper {
  margin-bottom: 1rem;
  border: 2px solid #f23801;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
}
.cid-tg1csyS84n .row {
  justify-content: center;
}
.cid-tg1csyS84n .card {
  margin-bottom: 3rem;
}
.cid-tg1csyS84n .card-title {
  margin-top: 1rem;
}
.cid-tg1csyS84n .card-text {
  margin-top: 0.6875rem;
}
.cid-tg1csyS84n .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-tg1csyS84n .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-tg1csyS84n .mbr-section-title b:last-child,
.cid-tg1csyS84n .mbr-section-title strong:last-child {
  color: #244b8d;
}
.cid-tg1csyS84n .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-tg1csyS84n .mbr-section-head {
  margin-bottom: 6.875rem;
}
.cid-tg1csyS84n .card-title,
.cid-tg1csyS84n .icon-container {
  color: #1a3562;
  text-align: center;
}
.cid-tg1csCEVyK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1a3562;
}
.cid-tg1csCEVyK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg1csCEVyK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg1csCEVyK .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tg1csCEVyK .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tg1csCEVyK .row {
    text-align: center;
  }
  .cid-tg1csCEVyK .row > div {
    margin: auto;
  }
  .cid-tg1csCEVyK .social-row {
    justify-content: center;
  }
  .cid-tg1csCEVyK .soc-item {
    padding-top: 0 !important;
  }
}
.cid-tg1csCEVyK .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tg1csCEVyK .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tg1csCEVyK .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tg1csCEVyK .list {
    margin-bottom: 0rem;
  }
}
.cid-tg1csCEVyK .mbr-text,
.cid-tg1csCEVyK .mbr-section-subtitle {
  color: #fafafa;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
}
.cid-tg1csCEVyK .soc-item {
  display: flex;
  margin-right: 15px;
  padding-top: 15px;
}
.cid-tg1csCEVyK .soc-item:last-child {
  margin-right: 0;
}
.cid-tg1csCEVyK .mbr-iconfont {
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tg1csCEVyK div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tg1csCEVyK .self-center {
  align-self: center;
}
.cid-tg1csCEVyK .indent-up {
  padding-top: 20px;
  line-height: 21px;
  font-size: 14px;
}
@media (max-width: 992px) {
  .cid-tg1csCEVyK .indent-up {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-tg1csCEVyK .indent-up {
    margin-bottom: 0;
  }
}
.cid-tg1csCEVyK .text-style {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cid-tg1csCEVyK .text-style:not(:last-child) {
    margin-bottom: 16px !important;
  }
}
.cid-tg1csCEVyK .position {
  text-align: end;
}
@media (max-width: 767px) {
  .cid-tg1csCEVyK .position {
    text-align: center;
  }
}
.cid-tg1csCEVyK .pt-16 {
  padding-top: 16px;
}
.cid-tg1csCEVyK .pb-16 {
  padding-bottom: 16px;
}
.cid-tg1glbIrfc .navbar-dropdown {
  position: relative !important;
}
.cid-tg1glbIrfc .dropdown-menu {
  padding: 1.625rem 0 1.875rem;
}
@media (min-width: 992px) {
  .cid-tg1glbIrfc .dropdown-menu {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 992px) {
  .cid-tg1glbIrfc .container-fluid,
  .cid-tg1glbIrfc .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-tg1glbIrfc .dropdown-item {
  padding: 0 1.9375rem 0 2.125rem;
}
.cid-tg1glbIrfc .dropdown-item:before {
  content: '';
  position: relative;
  width: 0px;
  height: 6px;
  opacity: 1;
  left: 0px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  display: inline-block;
  vertical-align: middle;
}
.cid-tg1glbIrfc .dropdown-item:hover:before,
.cid-tg1glbIrfc .dropdown-item:focus:before {
  width: 6px;
  margin-right: 5px;
}
.cid-tg1glbIrfc .nav-dropdown .link {
  padding: 0;
  margin: 0 !important;
}
.cid-tg1glbIrfc .nav-link {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  padding: 0rem 1.8125rem !important;
}
.cid-tg1glbIrfc .nav-link:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 0px;
  opacity: 1;
  left: 15px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  transform: translateY(-20px);
}
.cid-tg1glbIrfc .nav-link:hover:before {
  height: 6px;
  transform: translateY(0);
}
.cid-tg1glbIrfc .container {
  display: flex;
  margin: auto;
}
.cid-tg1glbIrfc .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tg1glbIrfc .dropdown-menu,
.cid-tg1glbIrfc .navbar.opened {
  background: #1a3562 !important;
}
.cid-tg1glbIrfc .nav-item:focus,
.cid-tg1glbIrfc .nav-link:focus {
  outline: none;
}
.cid-tg1glbIrfc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tg1glbIrfc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tg1glbIrfc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tg1glbIrfc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tg1glbIrfc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tg1glbIrfc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tg1glbIrfc .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a3562;
  padding: 1rem 0;
}
.cid-tg1glbIrfc .navbar.opened {
  transition: all .3s;
}
.cid-tg1glbIrfc .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tg1glbIrfc .navbar .navbar-logo img {
  width: auto;
}
.cid-tg1glbIrfc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tg1glbIrfc .navbar.collapsed {
  justify-content: center;
}
.cid-tg1glbIrfc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tg1glbIrfc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tg1glbIrfc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tg1glbIrfc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tg1glbIrfc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tg1glbIrfc .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-tg1glbIrfc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tg1glbIrfc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tg1glbIrfc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tg1glbIrfc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tg1glbIrfc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tg1glbIrfc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tg1glbIrfc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tg1glbIrfc .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-tg1glbIrfc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tg1glbIrfc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tg1glbIrfc .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tg1glbIrfc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tg1glbIrfc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tg1glbIrfc .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tg1glbIrfc .navbar.navbar-short {
  min-height: 60px;
}
.cid-tg1glbIrfc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tg1glbIrfc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tg1glbIrfc .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tg1glbIrfc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tg1glbIrfc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tg1glbIrfc .dropdown-item.active,
.cid-tg1glbIrfc .dropdown-item:active {
  background-color: transparent;
}
.cid-tg1glbIrfc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tg1glbIrfc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tg1glbIrfc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tg1glbIrfc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a3562;
}
.cid-tg1glbIrfc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tg1glbIrfc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tg1glbIrfc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tg1glbIrfc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tg1glbIrfc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tg1glbIrfc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tg1glbIrfc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tg1glbIrfc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tg1glbIrfc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tg1glbIrfc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tg1glbIrfc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tg1glbIrfc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tg1glbIrfc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tg1glbIrfc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tg1glbIrfc .navbar-dropdown {
  padding: 1rem 0;
}
.cid-tg1glbIrfc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tg1glbIrfc .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-tg1glbIrfc .navbar {
    height: 70px;
  }
  .cid-tg1glbIrfc .navbar.opened {
    height: auto;
  }
  .cid-tg1glbIrfc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tg1glevJK9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dedddd;
}
.cid-tg1glevJK9 .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tg1glevJK9 .mbr-section-title {
  color: #1a3562;
}
.cid-tg1gli6YFq {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tg1gli6YFq .mbr-text {
  text-align: left;
  color: #1a3562;
}
.cid-tg1gli6YFq .mbr-section-title {
  color: #1a3562;
}
.cid-tg1gli6YFq .mbr-section-subtitle {
  color: #1a3562;
}
.cid-tg1iqvJ7bj {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #f2f2f2;
}
.cid-tg1iqvJ7bj .nav-tabs .nav-item.open .nav-link:focus,
.cid-tg1iqvJ7bj .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tg1iqvJ7bj .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #f23801;
}
.cid-tg1iqvJ7bj .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-tg1iqvJ7bj .mbr-text {
  margin-top: 2rem;
}
.cid-tg1iqvJ7bj .first {
  margin-left: -24px;
}
.cid-tg1iqvJ7bj .nav-tabs .nav-link {
  color: #000000 !important;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  border: none;
}
.cid-tg1iqvJ7bj .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #f23801 !important;
}
.cid-tg1iqvJ7bj .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #f23801 !important;
  font-style: normal;
}
@media (max-width: 576px) {
  .cid-tg1iqvJ7bj .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-tg1iqvJ7bj .mbr-text,
  .cid-tg1iqvJ7bj .nav-link {
    text-align: center;
  }
}
.cid-tg1iqvJ7bj .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-tg1iqvJ7bj .mbr-section-title b:last-child,
.cid-tg1iqvJ7bj .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-tg1iqvJ7bj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg1iqvJ7bj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg1glpuxbz {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tg1glpuxbz .mbr-text {
  text-align: left;
  color: #1a3562;
}
.cid-tg1glpuxbz .mbr-section-title {
  color: #1a3562;
  text-align: left;
}
.cid-tTZ6Me2Xyh {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tTZ6Me2Xyh .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tTZ6Me2Xyh .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tTZ6Me2Xyh .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tTZ6Me2Xyh .text-wrapper {
    padding: 0 0 0 3rem;
  }
}
@media (max-width: 768px) {
  .cid-tTZ6Me2Xyh .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tTZ6Me2Xyh .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 1.5625rem;
}
.cid-tTZ6Me2Xyh .mbr-text,
.cid-tTZ6Me2Xyh .mbr-section-btn {
  text-align: left;
}
.cid-tTZ6Me2Xyh .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-tTZ6Me2Xyh .mbr-section-title {
  margin-bottom: 2.1875rem;
  text-align: left;
  color: #1a3562;
}
.cid-tTZ6Me2Xyh .mbr-section-title b:last-child,
.cid-tTZ6Me2Xyh .mbr-section-title strong:last-child {
  color: #1a3562;
}
.cid-tTZ6Me2Xyh .mbr-section-subtitle {
  text-align: left;
}
.cid-tTZ6Me2Xyh .mbr-section-subtitle,
.cid-tTZ6Me2Xyh .mbr-section-btn {
  text-align: left;
}
.cid-tTZ6Me2Xyh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTZ6Me2Xyh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxkf564tr {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tCxkf564tr .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tCxkf564tr .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tCxkf564tr .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tCxkf564tr .text-wrapper {
    padding: 0 0 0 3rem;
  }
}
@media (max-width: 768px) {
  .cid-tCxkf564tr .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tCxkf564tr .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 1.5625rem;
}
.cid-tCxkf564tr .mbr-text,
.cid-tCxkf564tr .mbr-section-btn {
  text-align: left;
}
.cid-tCxkf564tr .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-tCxkf564tr .mbr-section-title {
  margin-bottom: 2.1875rem;
  text-align: left;
  color: #1a3562;
}
.cid-tCxkf564tr .mbr-section-title b:last-child,
.cid-tCxkf564tr .mbr-section-title strong:last-child {
  color: #1a3562;
}
.cid-tCxkf564tr .mbr-section-subtitle {
  text-align: left;
}
.cid-tCxkf564tr .mbr-section-subtitle,
.cid-tCxkf564tr .mbr-section-btn {
  text-align: left;
}
.cid-tCxkf564tr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCxkf564tr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBdeJAX6vb {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tBdeJAX6vb .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tBdeJAX6vb .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tBdeJAX6vb .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tBdeJAX6vb .text-wrapper {
    padding: 0 0 0 3rem;
  }
}
@media (max-width: 768px) {
  .cid-tBdeJAX6vb .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tBdeJAX6vb .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 1.5625rem;
}
.cid-tBdeJAX6vb .mbr-text,
.cid-tBdeJAX6vb .mbr-section-btn {
  text-align: left;
}
.cid-tBdeJAX6vb .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-tBdeJAX6vb .mbr-section-title {
  margin-bottom: 2.1875rem;
  text-align: left;
  color: #1a3562;
}
.cid-tBdeJAX6vb .mbr-section-title b:last-child,
.cid-tBdeJAX6vb .mbr-section-title strong:last-child {
  color: #1a3562;
}
.cid-tBdeJAX6vb .mbr-section-subtitle {
  text-align: left;
}
.cid-tBdeJAX6vb .mbr-section-subtitle,
.cid-tBdeJAX6vb .mbr-section-btn {
  text-align: left;
}
.cid-tBdeJAX6vb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBdeJAX6vb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBdeHUpnW7 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tBdeHUpnW7 .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tBdeHUpnW7 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tBdeHUpnW7 .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tBdeHUpnW7 .text-wrapper {
    padding: 0 0 0 3rem;
  }
}
@media (max-width: 768px) {
  .cid-tBdeHUpnW7 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tBdeHUpnW7 .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 1.5625rem;
}
.cid-tBdeHUpnW7 .mbr-text,
.cid-tBdeHUpnW7 .mbr-section-btn {
  text-align: left;
}
.cid-tBdeHUpnW7 .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-tBdeHUpnW7 .mbr-section-title {
  margin-bottom: 2.1875rem;
  text-align: left;
  color: #1a3562;
}
.cid-tBdeHUpnW7 .mbr-section-title b:last-child,
.cid-tBdeHUpnW7 .mbr-section-title strong:last-child {
  color: #1a3562;
}
.cid-tBdeHUpnW7 .mbr-section-subtitle {
  text-align: left;
}
.cid-tBdeHUpnW7 .mbr-section-subtitle,
.cid-tBdeHUpnW7 .mbr-section-btn {
  text-align: left;
}
.cid-tBdeHUpnW7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBdeHUpnW7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkOXWxbUgT {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tkOXWxbUgT .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tkOXWxbUgT .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tkOXWxbUgT .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tkOXWxbUgT .text-wrapper {
    padding: 0 0 0 3rem;
  }
}
@media (max-width: 768px) {
  .cid-tkOXWxbUgT .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tkOXWxbUgT .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 1.5625rem;
}
.cid-tkOXWxbUgT .mbr-text,
.cid-tkOXWxbUgT .mbr-section-btn {
  text-align: left;
}
.cid-tkOXWxbUgT .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-tkOXWxbUgT .mbr-section-title {
  margin-bottom: 2.1875rem;
  text-align: left;
  color: #1a3562;
}
.cid-tkOXWxbUgT .mbr-section-title b:last-child,
.cid-tkOXWxbUgT .mbr-section-title strong:last-child {
  color: #1a3562;
}
.cid-tkOXWxbUgT .mbr-section-subtitle {
  text-align: left;
}
.cid-tkOXWxbUgT .mbr-section-subtitle,
.cid-tkOXWxbUgT .mbr-section-btn {
  text-align: left;
}
.cid-tkOXWxbUgT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkOXWxbUgT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg1gllPyR5 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tg1gllPyR5 .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tg1gllPyR5 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg1gllPyR5 .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tg1gllPyR5 .text-wrapper {
    padding: 0 0 0 3rem;
  }
}
@media (max-width: 768px) {
  .cid-tg1gllPyR5 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg1gllPyR5 .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 1.5625rem;
}
.cid-tg1gllPyR5 .mbr-text,
.cid-tg1gllPyR5 .mbr-section-btn {
  text-align: left;
}
.cid-tg1gllPyR5 .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-tg1gllPyR5 .mbr-section-title {
  margin-bottom: 2.1875rem;
  text-align: left;
  color: #1a3562;
}
.cid-tg1gllPyR5 .mbr-section-title b:last-child,
.cid-tg1gllPyR5 .mbr-section-title strong:last-child {
  color: #1a3562;
}
.cid-tg1gllPyR5 .mbr-section-subtitle {
  text-align: left;
}
.cid-tg1gllPyR5 .mbr-section-subtitle,
.cid-tg1gllPyR5 .mbr-section-btn {
  text-align: left;
}
.cid-tg1gllPyR5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg1gllPyR5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg1glt97K4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tg1glt97K4 .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tg1glt97K4 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg1glt97K4 .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tg1glt97K4 .text-wrapper {
    padding: 0 0 0 3rem;
  }
}
@media (max-width: 768px) {
  .cid-tg1glt97K4 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg1glt97K4 .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 1.5625rem;
}
.cid-tg1glt97K4 .mbr-text,
.cid-tg1glt97K4 .mbr-section-btn {
  text-align: left;
}
.cid-tg1glt97K4 .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-tg1glt97K4 .mbr-section-title {
  margin-bottom: 2.1875rem;
  text-align: left;
}
.cid-tg1glt97K4 .mbr-section-title b:last-child,
.cid-tg1glt97K4 .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-tg1glt97K4 .mbr-section-subtitle {
  text-align: left;
}
.cid-tg1glt97K4 .mbr-section-subtitle,
.cid-tg1glt97K4 .mbr-section-btn {
  text-align: left;
}
.cid-tg1glt97K4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg1glt97K4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg1glEajwl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tg1glEajwl .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tg1glEajwl .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg1glEajwl .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tg1glEajwl .text-wrapper {
    padding: 0 0 0 3rem;
  }
}
@media (max-width: 768px) {
  .cid-tg1glEajwl .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg1glEajwl .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 1.5625rem;
}
.cid-tg1glEajwl .mbr-text,
.cid-tg1glEajwl .mbr-section-btn {
  text-align: left;
}
.cid-tg1glEajwl .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-tg1glEajwl .mbr-section-title {
  margin-bottom: 2.1875rem;
  text-align: left;
}
.cid-tg1glEajwl .mbr-section-title b:last-child,
.cid-tg1glEajwl .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-tg1glEajwl .mbr-section-subtitle {
  text-align: left;
}
.cid-tg1glEajwl .mbr-section-subtitle,
.cid-tg1glEajwl .mbr-section-btn {
  text-align: left;
}
.cid-tg1glEajwl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg1glEajwl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg1glHUp2N {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tg1glHUp2N .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tg1glHUp2N .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg1glHUp2N .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tg1glHUp2N .text-wrapper {
    padding: 0 0 0 3rem;
  }
}
@media (max-width: 768px) {
  .cid-tg1glHUp2N .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg1glHUp2N .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 1.5625rem;
}
.cid-tg1glHUp2N .mbr-text,
.cid-tg1glHUp2N .mbr-section-btn {
  text-align: left;
}
.cid-tg1glHUp2N .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-tg1glHUp2N .mbr-section-title {
  margin-bottom: 2.1875rem;
  text-align: left;
}
.cid-tg1glHUp2N .mbr-section-title b:last-child,
.cid-tg1glHUp2N .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-tg1glHUp2N .mbr-section-subtitle {
  text-align: left;
}
.cid-tg1glHUp2N .mbr-section-subtitle,
.cid-tg1glHUp2N .mbr-section-btn {
  text-align: left;
}
.cid-tg1glHUp2N .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg1glHUp2N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg1uRakGeY {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tg1uRakGeY .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tg1uRakGeY .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg1uRakGeY .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tg1uRakGeY .text-wrapper {
    padding: 0 0 0 3rem;
  }
}
@media (max-width: 768px) {
  .cid-tg1uRakGeY .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg1uRakGeY .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 1.5625rem;
}
.cid-tg1uRakGeY .mbr-text,
.cid-tg1uRakGeY .mbr-section-btn {
  text-align: left;
}
.cid-tg1uRakGeY .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-tg1uRakGeY .mbr-section-title {
  margin-bottom: 2.1875rem;
  text-align: left;
}
.cid-tg1uRakGeY .mbr-section-title b:last-child,
.cid-tg1uRakGeY .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-tg1uRakGeY .mbr-section-subtitle {
  text-align: left;
}
.cid-tg1uRakGeY .mbr-section-subtitle,
.cid-tg1uRakGeY .mbr-section-btn {
  text-align: left;
}
.cid-tg1uRakGeY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg1uRakGeY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg1uP2tsOK {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tg1uP2tsOK .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tg1uP2tsOK .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg1uP2tsOK .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tg1uP2tsOK .text-wrapper {
    padding: 0 0 0 3rem;
  }
}
@media (max-width: 768px) {
  .cid-tg1uP2tsOK .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg1uP2tsOK .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 1.5625rem;
}
.cid-tg1uP2tsOK .mbr-text,
.cid-tg1uP2tsOK .mbr-section-btn {
  text-align: left;
}
.cid-tg1uP2tsOK .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-tg1uP2tsOK .mbr-section-title {
  margin-bottom: 2.1875rem;
  text-align: left;
}
.cid-tg1uP2tsOK .mbr-section-title b:last-child,
.cid-tg1uP2tsOK .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-tg1uP2tsOK .mbr-section-subtitle {
  text-align: left;
}
.cid-tg1uP2tsOK .mbr-section-subtitle,
.cid-tg1uP2tsOK .mbr-section-btn {
  text-align: left;
}
.cid-tg1uP2tsOK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg1uP2tsOK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg1tqLPS4O {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tg1tqLPS4O .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tg1tqLPS4O .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg1tqLPS4O .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tg1tqLPS4O .text-wrapper {
    padding: 0 0 0 3rem;
  }
}
@media (max-width: 768px) {
  .cid-tg1tqLPS4O .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg1tqLPS4O .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 1.5625rem;
}
.cid-tg1tqLPS4O .mbr-text,
.cid-tg1tqLPS4O .mbr-section-btn {
  text-align: left;
}
.cid-tg1tqLPS4O .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-tg1tqLPS4O .mbr-section-title {
  margin-bottom: 2.1875rem;
  text-align: left;
}
.cid-tg1tqLPS4O .mbr-section-title b:last-child,
.cid-tg1tqLPS4O .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-tg1tqLPS4O .mbr-section-subtitle {
  text-align: left;
}
.cid-tg1tqLPS4O .mbr-section-subtitle,
.cid-tg1tqLPS4O .mbr-section-btn {
  text-align: left;
}
.cid-tg1tqLPS4O .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg1tqLPS4O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg1uRMr8OA {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tg1uRMr8OA .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tg1uRMr8OA .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg1uRMr8OA .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tg1uRMr8OA .text-wrapper {
    padding: 0 0 0 3rem;
  }
}
@media (max-width: 768px) {
  .cid-tg1uRMr8OA .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg1uRMr8OA .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 1.5625rem;
}
.cid-tg1uRMr8OA .mbr-text,
.cid-tg1uRMr8OA .mbr-section-btn {
  text-align: left;
}
.cid-tg1uRMr8OA .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-tg1uRMr8OA .mbr-section-title {
  margin-bottom: 2.1875rem;
  text-align: left;
}
.cid-tg1uRMr8OA .mbr-section-title b:last-child,
.cid-tg1uRMr8OA .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-tg1uRMr8OA .mbr-section-subtitle {
  text-align: left;
}
.cid-tg1uRMr8OA .mbr-section-subtitle,
.cid-tg1uRMr8OA .mbr-section-btn {
  text-align: left;
}
.cid-tg1uRMr8OA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg1uRMr8OA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg1trjl7k1 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tg1trjl7k1 .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tg1trjl7k1 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg1trjl7k1 .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tg1trjl7k1 .text-wrapper {
    padding: 0 0 0 3rem;
  }
}
@media (max-width: 768px) {
  .cid-tg1trjl7k1 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg1trjl7k1 .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 1.5625rem;
}
.cid-tg1trjl7k1 .mbr-text,
.cid-tg1trjl7k1 .mbr-section-btn {
  text-align: left;
}
.cid-tg1trjl7k1 .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-tg1trjl7k1 .mbr-section-title {
  margin-bottom: 2.1875rem;
  text-align: left;
}
.cid-tg1trjl7k1 .mbr-section-title b:last-child,
.cid-tg1trjl7k1 .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-tg1trjl7k1 .mbr-section-subtitle {
  text-align: left;
}
.cid-tg1trjl7k1 .mbr-section-subtitle,
.cid-tg1trjl7k1 .mbr-section-btn {
  text-align: left;
}
.cid-tg1trjl7k1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg1trjl7k1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg6K6PxaLb {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tg6K6PxaLb .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tg6K6PxaLb .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg6K6PxaLb .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tg6K6PxaLb .text-wrapper {
    padding: 0 0 0 3rem;
  }
}
@media (max-width: 768px) {
  .cid-tg6K6PxaLb .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg6K6PxaLb .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 1.5625rem;
}
.cid-tg6K6PxaLb .mbr-text,
.cid-tg6K6PxaLb .mbr-section-btn {
  text-align: left;
}
.cid-tg6K6PxaLb .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-tg6K6PxaLb .mbr-section-title {
  margin-bottom: 2.1875rem;
  text-align: left;
}
.cid-tg6K6PxaLb .mbr-section-title b:last-child,
.cid-tg6K6PxaLb .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-tg6K6PxaLb .mbr-section-subtitle {
  text-align: left;
}
.cid-tg6K6PxaLb .mbr-section-subtitle,
.cid-tg6K6PxaLb .mbr-section-btn {
  text-align: left;
}
.cid-tg6K6PxaLb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg6K6PxaLb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg1tpG0eWv {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tg1tpG0eWv .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tg1tpG0eWv .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg1tpG0eWv .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tg1tpG0eWv .text-wrapper {
    padding: 0 0 0 3rem;
  }
}
@media (max-width: 768px) {
  .cid-tg1tpG0eWv .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg1tpG0eWv .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 1.5625rem;
}
.cid-tg1tpG0eWv .mbr-text,
.cid-tg1tpG0eWv .mbr-section-btn {
  text-align: left;
}
.cid-tg1tpG0eWv .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-tg1tpG0eWv .mbr-section-title {
  margin-bottom: 2.1875rem;
  text-align: left;
}
.cid-tg1tpG0eWv .mbr-section-title b:last-child,
.cid-tg1tpG0eWv .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-tg1tpG0eWv .mbr-section-subtitle {
  text-align: left;
}
.cid-tg1tpG0eWv .mbr-section-subtitle,
.cid-tg1tpG0eWv .mbr-section-btn {
  text-align: left;
}
.cid-tg1tpG0eWv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg1tpG0eWv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg1uOvXrsu {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tg1uOvXrsu .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tg1uOvXrsu .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg1uOvXrsu .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tg1uOvXrsu .text-wrapper {
    padding: 0 0 0 3rem;
  }
}
@media (max-width: 768px) {
  .cid-tg1uOvXrsu .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg1uOvXrsu .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 1.5625rem;
}
.cid-tg1uOvXrsu .mbr-text,
.cid-tg1uOvXrsu .mbr-section-btn {
  text-align: left;
}
.cid-tg1uOvXrsu .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-tg1uOvXrsu .mbr-section-title {
  margin-bottom: 2.1875rem;
  text-align: left;
}
.cid-tg1uOvXrsu .mbr-section-title b:last-child,
.cid-tg1uOvXrsu .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-tg1uOvXrsu .mbr-section-subtitle {
  text-align: left;
}
.cid-tg1uOvXrsu .mbr-section-subtitle,
.cid-tg1uOvXrsu .mbr-section-btn {
  text-align: left;
}
.cid-tg1uOvXrsu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg1uOvXrsu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg1ru0r3U2 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tg1ru0r3U2 .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tg1ru0r3U2 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg1ru0r3U2 .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tg1ru0r3U2 .text-wrapper {
    padding: 0 0 0 3rem;
  }
}
@media (max-width: 768px) {
  .cid-tg1ru0r3U2 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg1ru0r3U2 .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 1.5625rem;
}
.cid-tg1ru0r3U2 .mbr-text,
.cid-tg1ru0r3U2 .mbr-section-btn {
  text-align: left;
}
.cid-tg1ru0r3U2 .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-tg1ru0r3U2 .mbr-section-title {
  margin-bottom: 2.1875rem;
  text-align: left;
}
.cid-tg1ru0r3U2 .mbr-section-title b:last-child,
.cid-tg1ru0r3U2 .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-tg1ru0r3U2 .mbr-section-subtitle {
  text-align: left;
}
.cid-tg1ru0r3U2 .mbr-section-subtitle,
.cid-tg1ru0r3U2 .mbr-section-btn {
  text-align: left;
}
.cid-tg1ru0r3U2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg1ru0r3U2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg1uPM5v9N {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tg1uPM5v9N .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tg1uPM5v9N .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg1uPM5v9N .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tg1uPM5v9N .text-wrapper {
    padding: 0 0 0 3rem;
  }
}
@media (max-width: 768px) {
  .cid-tg1uPM5v9N .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg1uPM5v9N .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 1.5625rem;
}
.cid-tg1uPM5v9N .mbr-text,
.cid-tg1uPM5v9N .mbr-section-btn {
  text-align: left;
}
.cid-tg1uPM5v9N .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-tg1uPM5v9N .mbr-section-title {
  margin-bottom: 2.1875rem;
  text-align: left;
}
.cid-tg1uPM5v9N .mbr-section-title b:last-child,
.cid-tg1uPM5v9N .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-tg1uPM5v9N .mbr-section-subtitle {
  text-align: left;
}
.cid-tg1uPM5v9N .mbr-section-subtitle,
.cid-tg1uPM5v9N .mbr-section-btn {
  text-align: left;
}
.cid-tg1uPM5v9N .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg1uPM5v9N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg1rttcusD {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tg1rttcusD .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tg1rttcusD .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg1rttcusD .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tg1rttcusD .text-wrapper {
    padding: 0 0 0 3rem;
  }
}
@media (max-width: 768px) {
  .cid-tg1rttcusD .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg1rttcusD .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 1.5625rem;
}
.cid-tg1rttcusD .mbr-text,
.cid-tg1rttcusD .mbr-section-btn {
  text-align: left;
}
.cid-tg1rttcusD .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-tg1rttcusD .mbr-section-title {
  margin-bottom: 2.1875rem;
  text-align: left;
}
.cid-tg1rttcusD .mbr-section-title b:last-child,
.cid-tg1rttcusD .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-tg1rttcusD .mbr-section-subtitle {
  text-align: left;
}
.cid-tg1rttcusD .mbr-section-subtitle,
.cid-tg1rttcusD .mbr-section-btn {
  text-align: left;
}
.cid-tg1rttcusD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg1rttcusD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg1rsPcQKO {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tg1rsPcQKO .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tg1rsPcQKO .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg1rsPcQKO .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tg1rsPcQKO .text-wrapper {
    padding: 0 0 0 3rem;
  }
}
@media (max-width: 768px) {
  .cid-tg1rsPcQKO .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg1rsPcQKO .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 1.5625rem;
}
.cid-tg1rsPcQKO .mbr-text,
.cid-tg1rsPcQKO .mbr-section-btn {
  text-align: left;
}
.cid-tg1rsPcQKO .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-tg1rsPcQKO .mbr-section-title {
  margin-bottom: 2.1875rem;
  text-align: left;
}
.cid-tg1rsPcQKO .mbr-section-title b:last-child,
.cid-tg1rsPcQKO .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-tg1rsPcQKO .mbr-section-subtitle {
  text-align: left;
}
.cid-tg1rsPcQKO .mbr-section-subtitle,
.cid-tg1rsPcQKO .mbr-section-btn {
  text-align: left;
}
.cid-tg1rsPcQKO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg1rsPcQKO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg1rrIRAqw {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tg1rrIRAqw .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tg1rrIRAqw .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg1rrIRAqw .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tg1rrIRAqw .text-wrapper {
    padding: 0 0 0 3rem;
  }
}
@media (max-width: 768px) {
  .cid-tg1rrIRAqw .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg1rrIRAqw .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 1.5625rem;
}
.cid-tg1rrIRAqw .mbr-text,
.cid-tg1rrIRAqw .mbr-section-btn {
  text-align: left;
}
.cid-tg1rrIRAqw .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-tg1rrIRAqw .mbr-section-title {
  margin-bottom: 2.1875rem;
  text-align: left;
}
.cid-tg1rrIRAqw .mbr-section-title b:last-child,
.cid-tg1rrIRAqw .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-tg1rrIRAqw .mbr-section-subtitle {
  text-align: left;
}
.cid-tg1rrIRAqw .mbr-section-subtitle,
.cid-tg1rrIRAqw .mbr-section-btn {
  text-align: left;
}
.cid-tg1rrIRAqw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg1rrIRAqw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg1glM7CrZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #dedddd;
}
.cid-tg1glM7CrZ .mbr-section-title {
  color: #1a3562;
  text-align: center;
}
.cid-tg1glPZ3JR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
@media (min-width: 1500px) {
  .cid-tg1glPZ3JR .container {
    max-width: 1400px;
  }
}
.cid-tg1glPZ3JR .mbr-iconfont {
  font-size: 3rem;
  color: #f23801;
}
.cid-tg1glPZ3JR .iconfont-wrapper {
  margin-bottom: 1rem;
  border: 2px solid #f23801;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
}
.cid-tg1glPZ3JR .row {
  justify-content: center;
}
.cid-tg1glPZ3JR .card {
  margin-bottom: 3rem;
}
.cid-tg1glPZ3JR .card-title {
  margin-top: 1rem;
}
.cid-tg1glPZ3JR .card-text {
  margin-top: 0.6875rem;
}
.cid-tg1glPZ3JR .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-tg1glPZ3JR .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-tg1glPZ3JR .mbr-section-title b:last-child,
.cid-tg1glPZ3JR .mbr-section-title strong:last-child {
  color: #244b8d;
}
.cid-tg1glPZ3JR .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-tg1glPZ3JR .mbr-section-head {
  margin-bottom: 6.875rem;
}
.cid-tg1glPZ3JR .card-title,
.cid-tg1glPZ3JR .icon-container {
  color: #1a3562;
  text-align: center;
}
.cid-tg1glTQ8rT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1a3562;
}
.cid-tg1glTQ8rT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg1glTQ8rT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg1glTQ8rT .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tg1glTQ8rT .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tg1glTQ8rT .row {
    text-align: center;
  }
  .cid-tg1glTQ8rT .row > div {
    margin: auto;
  }
  .cid-tg1glTQ8rT .social-row {
    justify-content: center;
  }
  .cid-tg1glTQ8rT .soc-item {
    padding-top: 0 !important;
  }
}
.cid-tg1glTQ8rT .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tg1glTQ8rT .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tg1glTQ8rT .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tg1glTQ8rT .list {
    margin-bottom: 0rem;
  }
}
.cid-tg1glTQ8rT .mbr-text,
.cid-tg1glTQ8rT .mbr-section-subtitle {
  color: #fafafa;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
}
.cid-tg1glTQ8rT .soc-item {
  display: flex;
  margin-right: 15px;
  padding-top: 15px;
}
.cid-tg1glTQ8rT .soc-item:last-child {
  margin-right: 0;
}
.cid-tg1glTQ8rT .mbr-iconfont {
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tg1glTQ8rT div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tg1glTQ8rT .self-center {
  align-self: center;
}
.cid-tg1glTQ8rT .indent-up {
  padding-top: 20px;
  line-height: 21px;
  font-size: 14px;
}
@media (max-width: 992px) {
  .cid-tg1glTQ8rT .indent-up {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-tg1glTQ8rT .indent-up {
    margin-bottom: 0;
  }
}
.cid-tg1glTQ8rT .text-style {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cid-tg1glTQ8rT .text-style:not(:last-child) {
    margin-bottom: 16px !important;
  }
}
.cid-tg1glTQ8rT .position {
  text-align: end;
}
@media (max-width: 767px) {
  .cid-tg1glTQ8rT .position {
    text-align: center;
  }
}
.cid-tg1glTQ8rT .pt-16 {
  padding-top: 16px;
}
.cid-tg1glTQ8rT .pb-16 {
  padding-bottom: 16px;
}
.cid-tg1xFwRmZo .navbar-dropdown {
  position: relative !important;
}
.cid-tg1xFwRmZo .dropdown-menu {
  padding: 1.625rem 0 1.875rem;
}
@media (min-width: 992px) {
  .cid-tg1xFwRmZo .dropdown-menu {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 992px) {
  .cid-tg1xFwRmZo .container-fluid,
  .cid-tg1xFwRmZo .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-tg1xFwRmZo .dropdown-item {
  padding: 0 1.9375rem 0 2.125rem;
}
.cid-tg1xFwRmZo .dropdown-item:before {
  content: '';
  position: relative;
  width: 0px;
  height: 6px;
  opacity: 1;
  left: 0px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  display: inline-block;
  vertical-align: middle;
}
.cid-tg1xFwRmZo .dropdown-item:hover:before,
.cid-tg1xFwRmZo .dropdown-item:focus:before {
  width: 6px;
  margin-right: 5px;
}
.cid-tg1xFwRmZo .nav-dropdown .link {
  padding: 0;
  margin: 0 !important;
}
.cid-tg1xFwRmZo .nav-link {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  padding: 0rem 1.8125rem !important;
}
.cid-tg1xFwRmZo .nav-link:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 0px;
  opacity: 1;
  left: 15px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  transform: translateY(-20px);
}
.cid-tg1xFwRmZo .nav-link:hover:before {
  height: 6px;
  transform: translateY(0);
}
.cid-tg1xFwRmZo .container {
  display: flex;
  margin: auto;
}
.cid-tg1xFwRmZo .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tg1xFwRmZo .dropdown-menu,
.cid-tg1xFwRmZo .navbar.opened {
  background: #1a3562 !important;
}
.cid-tg1xFwRmZo .nav-item:focus,
.cid-tg1xFwRmZo .nav-link:focus {
  outline: none;
}
.cid-tg1xFwRmZo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tg1xFwRmZo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tg1xFwRmZo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tg1xFwRmZo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tg1xFwRmZo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tg1xFwRmZo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tg1xFwRmZo .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a3562;
  padding: 1rem 0;
}
.cid-tg1xFwRmZo .navbar.opened {
  transition: all .3s;
}
.cid-tg1xFwRmZo .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tg1xFwRmZo .navbar .navbar-logo img {
  width: auto;
}
.cid-tg1xFwRmZo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tg1xFwRmZo .navbar.collapsed {
  justify-content: center;
}
.cid-tg1xFwRmZo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tg1xFwRmZo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tg1xFwRmZo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tg1xFwRmZo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tg1xFwRmZo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tg1xFwRmZo .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-tg1xFwRmZo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tg1xFwRmZo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tg1xFwRmZo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tg1xFwRmZo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tg1xFwRmZo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tg1xFwRmZo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tg1xFwRmZo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tg1xFwRmZo .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-tg1xFwRmZo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tg1xFwRmZo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tg1xFwRmZo .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tg1xFwRmZo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tg1xFwRmZo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tg1xFwRmZo .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tg1xFwRmZo .navbar.navbar-short {
  min-height: 60px;
}
.cid-tg1xFwRmZo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tg1xFwRmZo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tg1xFwRmZo .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tg1xFwRmZo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tg1xFwRmZo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tg1xFwRmZo .dropdown-item.active,
.cid-tg1xFwRmZo .dropdown-item:active {
  background-color: transparent;
}
.cid-tg1xFwRmZo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tg1xFwRmZo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tg1xFwRmZo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tg1xFwRmZo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a3562;
}
.cid-tg1xFwRmZo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tg1xFwRmZo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tg1xFwRmZo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tg1xFwRmZo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tg1xFwRmZo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tg1xFwRmZo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tg1xFwRmZo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tg1xFwRmZo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tg1xFwRmZo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tg1xFwRmZo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tg1xFwRmZo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tg1xFwRmZo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tg1xFwRmZo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tg1xFwRmZo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tg1xFwRmZo .navbar-dropdown {
  padding: 1rem 0;
}
.cid-tg1xFwRmZo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tg1xFwRmZo .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-tg1xFwRmZo .navbar {
    height: 70px;
  }
  .cid-tg1xFwRmZo .navbar.opened {
    height: auto;
  }
  .cid-tg1xFwRmZo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tg1xFzzdWA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dedddd;
}
.cid-tg1xFzzdWA .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tg1xFzzdWA .mbr-section-title {
  color: #1a3562;
}
.cid-tg1xFD7o2r {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tg1xFD7o2r .mbr-text {
  text-align: left;
  color: #1a3562;
}
.cid-tg1xFD7o2r .mbr-section-title {
  color: #1a3562;
}
.cid-tg1xFGOAM0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-tg1xFGOAM0 .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tg1xFGOAM0 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg1xFGOAM0 .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tg1xFGOAM0 .text-wrapper {
    padding: 0 0 0 3rem;
  }
}
@media (max-width: 768px) {
  .cid-tg1xFGOAM0 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg1xFGOAM0 .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 1.5625rem;
}
.cid-tg1xFGOAM0 .mbr-text,
.cid-tg1xFGOAM0 .mbr-section-btn {
  text-align: left;
  color: #1a3562;
}
.cid-tg1xFGOAM0 .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-tg1xFGOAM0 .mbr-section-title {
  margin-bottom: 2.1875rem;
  text-align: left;
  color: #1a3562;
}
.cid-tg1xFGOAM0 .mbr-section-title b:last-child,
.cid-tg1xFGOAM0 .mbr-section-title strong:last-child {
  color: #1a3562;
}
.cid-tg1xFGOAM0 .mbr-section-subtitle {
  text-align: left;
}
.cid-tg1xFGOAM0 .mbr-section-subtitle,
.cid-tg1xFGOAM0 .mbr-section-btn {
  text-align: left;
}
.cid-tg1xFGOAM0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg1xFGOAM0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg1xFKx6Vx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tg1xFKx6Vx .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tg1xFKx6Vx .mbr-section-title {
  color: #1a3562;
}
.cid-tg1xFKx6Vx .mbr-section-subtitle {
  color: #1a3562;
}
.cid-tg1xFOhBBt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tg1xFOhBBt .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tg1xFOhBBt .mbr-section-title {
  color: #1a3562;
}
.cid-tg1xFOhBBt .mbr-section-subtitle {
  color: #1a3562;
}
.cid-tg1xFVA0iG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #dedddd;
}
.cid-tg1xFVA0iG .mbr-section-title {
  color: #1a3562;
  text-align: center;
}
.cid-tg1xFZcXwW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
@media (min-width: 1500px) {
  .cid-tg1xFZcXwW .container {
    max-width: 1400px;
  }
}
.cid-tg1xFZcXwW .mbr-iconfont {
  font-size: 3rem;
  color: #f23801;
}
.cid-tg1xFZcXwW .iconfont-wrapper {
  margin-bottom: 1rem;
  border: 2px solid #f23801;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
}
.cid-tg1xFZcXwW .row {
  justify-content: center;
}
.cid-tg1xFZcXwW .card {
  margin-bottom: 3rem;
}
.cid-tg1xFZcXwW .card-title {
  margin-top: 1rem;
}
.cid-tg1xFZcXwW .card-text {
  margin-top: 0.6875rem;
}
.cid-tg1xFZcXwW .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-tg1xFZcXwW .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-tg1xFZcXwW .mbr-section-title b:last-child,
.cid-tg1xFZcXwW .mbr-section-title strong:last-child {
  color: #244b8d;
}
.cid-tg1xFZcXwW .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-tg1xFZcXwW .mbr-section-head {
  margin-bottom: 6.875rem;
}
.cid-tg1xFZcXwW .card-title,
.cid-tg1xFZcXwW .icon-container {
  color: #1a3562;
  text-align: center;
}
.cid-tg1xG2WUDE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1a3562;
}
.cid-tg1xG2WUDE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg1xG2WUDE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg1xG2WUDE .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tg1xG2WUDE .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tg1xG2WUDE .row {
    text-align: center;
  }
  .cid-tg1xG2WUDE .row > div {
    margin: auto;
  }
  .cid-tg1xG2WUDE .social-row {
    justify-content: center;
  }
  .cid-tg1xG2WUDE .soc-item {
    padding-top: 0 !important;
  }
}
.cid-tg1xG2WUDE .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tg1xG2WUDE .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tg1xG2WUDE .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tg1xG2WUDE .list {
    margin-bottom: 0rem;
  }
}
.cid-tg1xG2WUDE .mbr-text,
.cid-tg1xG2WUDE .mbr-section-subtitle {
  color: #fafafa;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
}
.cid-tg1xG2WUDE .soc-item {
  display: flex;
  margin-right: 15px;
  padding-top: 15px;
}
.cid-tg1xG2WUDE .soc-item:last-child {
  margin-right: 0;
}
.cid-tg1xG2WUDE .mbr-iconfont {
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tg1xG2WUDE div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tg1xG2WUDE .self-center {
  align-self: center;
}
.cid-tg1xG2WUDE .indent-up {
  padding-top: 20px;
  line-height: 21px;
  font-size: 14px;
}
@media (max-width: 992px) {
  .cid-tg1xG2WUDE .indent-up {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-tg1xG2WUDE .indent-up {
    margin-bottom: 0;
  }
}
.cid-tg1xG2WUDE .text-style {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cid-tg1xG2WUDE .text-style:not(:last-child) {
    margin-bottom: 16px !important;
  }
}
.cid-tg1xG2WUDE .position {
  text-align: end;
}
@media (max-width: 767px) {
  .cid-tg1xG2WUDE .position {
    text-align: center;
  }
}
.cid-tg1xG2WUDE .pt-16 {
  padding-top: 16px;
}
.cid-tg1xG2WUDE .pb-16 {
  padding-bottom: 16px;
}
.cid-tg1EUhzYsj .navbar-dropdown {
  position: relative !important;
}
.cid-tg1EUhzYsj .dropdown-menu {
  padding: 1.625rem 0 1.875rem;
}
@media (min-width: 992px) {
  .cid-tg1EUhzYsj .dropdown-menu {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 992px) {
  .cid-tg1EUhzYsj .container-fluid,
  .cid-tg1EUhzYsj .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-tg1EUhzYsj .dropdown-item {
  padding: 0 1.9375rem 0 2.125rem;
}
.cid-tg1EUhzYsj .dropdown-item:before {
  content: '';
  position: relative;
  width: 0px;
  height: 6px;
  opacity: 1;
  left: 0px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  display: inline-block;
  vertical-align: middle;
}
.cid-tg1EUhzYsj .dropdown-item:hover:before,
.cid-tg1EUhzYsj .dropdown-item:focus:before {
  width: 6px;
  margin-right: 5px;
}
.cid-tg1EUhzYsj .nav-dropdown .link {
  padding: 0;
  margin: 0 !important;
}
.cid-tg1EUhzYsj .nav-link {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  padding: 0rem 1.8125rem !important;
}
.cid-tg1EUhzYsj .nav-link:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 0px;
  opacity: 1;
  left: 15px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  transform: translateY(-20px);
}
.cid-tg1EUhzYsj .nav-link:hover:before {
  height: 6px;
  transform: translateY(0);
}
.cid-tg1EUhzYsj .container {
  display: flex;
  margin: auto;
}
.cid-tg1EUhzYsj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tg1EUhzYsj .dropdown-menu,
.cid-tg1EUhzYsj .navbar.opened {
  background: #1a3562 !important;
}
.cid-tg1EUhzYsj .nav-item:focus,
.cid-tg1EUhzYsj .nav-link:focus {
  outline: none;
}
.cid-tg1EUhzYsj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tg1EUhzYsj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tg1EUhzYsj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tg1EUhzYsj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tg1EUhzYsj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tg1EUhzYsj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tg1EUhzYsj .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a3562;
  padding: 1rem 0;
}
.cid-tg1EUhzYsj .navbar.opened {
  transition: all .3s;
}
.cid-tg1EUhzYsj .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tg1EUhzYsj .navbar .navbar-logo img {
  width: auto;
}
.cid-tg1EUhzYsj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tg1EUhzYsj .navbar.collapsed {
  justify-content: center;
}
.cid-tg1EUhzYsj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tg1EUhzYsj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tg1EUhzYsj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tg1EUhzYsj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tg1EUhzYsj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tg1EUhzYsj .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-tg1EUhzYsj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tg1EUhzYsj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tg1EUhzYsj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tg1EUhzYsj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tg1EUhzYsj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tg1EUhzYsj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tg1EUhzYsj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tg1EUhzYsj .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-tg1EUhzYsj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tg1EUhzYsj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tg1EUhzYsj .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tg1EUhzYsj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tg1EUhzYsj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tg1EUhzYsj .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tg1EUhzYsj .navbar.navbar-short {
  min-height: 60px;
}
.cid-tg1EUhzYsj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tg1EUhzYsj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tg1EUhzYsj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tg1EUhzYsj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tg1EUhzYsj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tg1EUhzYsj .dropdown-item.active,
.cid-tg1EUhzYsj .dropdown-item:active {
  background-color: transparent;
}
.cid-tg1EUhzYsj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tg1EUhzYsj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tg1EUhzYsj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tg1EUhzYsj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a3562;
}
.cid-tg1EUhzYsj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tg1EUhzYsj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tg1EUhzYsj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tg1EUhzYsj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tg1EUhzYsj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tg1EUhzYsj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tg1EUhzYsj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tg1EUhzYsj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tg1EUhzYsj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tg1EUhzYsj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tg1EUhzYsj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tg1EUhzYsj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tg1EUhzYsj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tg1EUhzYsj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tg1EUhzYsj .navbar-dropdown {
  padding: 1rem 0;
}
.cid-tg1EUhzYsj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tg1EUhzYsj .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-tg1EUhzYsj .navbar {
    height: 70px;
  }
  .cid-tg1EUhzYsj .navbar.opened {
    height: auto;
  }
  .cid-tg1EUhzYsj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tg1EUkEi4w {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dedddd;
}
.cid-tg1EUkEi4w .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tg1EUkEi4w .mbr-section-title {
  color: #1a3562;
}
.cid-tg1EUofO1I {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tg1EUofO1I .mbr-text {
  text-align: left;
  color: #1a3562;
}
.cid-tg1EUofO1I .mbr-section-title {
  color: #1a3562;
}
.cid-tg1EUrWMsZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-tg1EUrWMsZ .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tg1EUrWMsZ .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg1EUrWMsZ .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tg1EUrWMsZ .text-wrapper {
    padding: 0 0 0 3rem;
  }
}
@media (max-width: 768px) {
  .cid-tg1EUrWMsZ .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg1EUrWMsZ .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 1.5625rem;
}
.cid-tg1EUrWMsZ .mbr-text,
.cid-tg1EUrWMsZ .mbr-section-btn {
  text-align: left;
  color: #1a3562;
}
.cid-tg1EUrWMsZ .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-tg1EUrWMsZ .mbr-section-title {
  margin-bottom: 2.1875rem;
  text-align: left;
  color: #1a3562;
}
.cid-tg1EUrWMsZ .mbr-section-title b:last-child,
.cid-tg1EUrWMsZ .mbr-section-title strong:last-child {
  color: #1a3562;
}
.cid-tg1EUrWMsZ .mbr-section-subtitle {
  text-align: left;
}
.cid-tg1EUrWMsZ .mbr-section-subtitle,
.cid-tg1EUrWMsZ .mbr-section-btn {
  text-align: left;
}
.cid-tg1EUrWMsZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg1EUrWMsZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg1EUvCb9X {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tg1EUvCb9X .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tg1EUvCb9X .mbr-section-title {
  color: #1a3562;
}
.cid-tg1EUvCb9X .mbr-section-subtitle {
  color: #1a3562;
}
.cid-tg1EUD1ZqS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #dedddd;
}
.cid-tg1EUD1ZqS .mbr-section-title {
  color: #1a3562;
  text-align: center;
}
.cid-tg1EUGHJt1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
@media (min-width: 1500px) {
  .cid-tg1EUGHJt1 .container {
    max-width: 1400px;
  }
}
.cid-tg1EUGHJt1 .mbr-iconfont {
  font-size: 3rem;
  color: #f23801;
}
.cid-tg1EUGHJt1 .iconfont-wrapper {
  margin-bottom: 1rem;
  border: 2px solid #f23801;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
}
.cid-tg1EUGHJt1 .row {
  justify-content: center;
}
.cid-tg1EUGHJt1 .card {
  margin-bottom: 3rem;
}
.cid-tg1EUGHJt1 .card-title {
  margin-top: 1rem;
}
.cid-tg1EUGHJt1 .card-text {
  margin-top: 0.6875rem;
}
.cid-tg1EUGHJt1 .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-tg1EUGHJt1 .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-tg1EUGHJt1 .mbr-section-title b:last-child,
.cid-tg1EUGHJt1 .mbr-section-title strong:last-child {
  color: #244b8d;
}
.cid-tg1EUGHJt1 .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-tg1EUGHJt1 .mbr-section-head {
  margin-bottom: 6.875rem;
}
.cid-tg1EUGHJt1 .card-title,
.cid-tg1EUGHJt1 .icon-container {
  color: #1a3562;
  text-align: center;
}
.cid-tg1EUKtUCS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1a3562;
}
.cid-tg1EUKtUCS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg1EUKtUCS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg1EUKtUCS .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tg1EUKtUCS .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tg1EUKtUCS .row {
    text-align: center;
  }
  .cid-tg1EUKtUCS .row > div {
    margin: auto;
  }
  .cid-tg1EUKtUCS .social-row {
    justify-content: center;
  }
  .cid-tg1EUKtUCS .soc-item {
    padding-top: 0 !important;
  }
}
.cid-tg1EUKtUCS .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tg1EUKtUCS .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tg1EUKtUCS .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tg1EUKtUCS .list {
    margin-bottom: 0rem;
  }
}
.cid-tg1EUKtUCS .mbr-text,
.cid-tg1EUKtUCS .mbr-section-subtitle {
  color: #fafafa;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
}
.cid-tg1EUKtUCS .soc-item {
  display: flex;
  margin-right: 15px;
  padding-top: 15px;
}
.cid-tg1EUKtUCS .soc-item:last-child {
  margin-right: 0;
}
.cid-tg1EUKtUCS .mbr-iconfont {
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tg1EUKtUCS div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tg1EUKtUCS .self-center {
  align-self: center;
}
.cid-tg1EUKtUCS .indent-up {
  padding-top: 20px;
  line-height: 21px;
  font-size: 14px;
}
@media (max-width: 992px) {
  .cid-tg1EUKtUCS .indent-up {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-tg1EUKtUCS .indent-up {
    margin-bottom: 0;
  }
}
.cid-tg1EUKtUCS .text-style {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cid-tg1EUKtUCS .text-style:not(:last-child) {
    margin-bottom: 16px !important;
  }
}
.cid-tg1EUKtUCS .position {
  text-align: end;
}
@media (max-width: 767px) {
  .cid-tg1EUKtUCS .position {
    text-align: center;
  }
}
.cid-tg1EUKtUCS .pt-16 {
  padding-top: 16px;
}
.cid-tg1EUKtUCS .pb-16 {
  padding-bottom: 16px;
}
.cid-tg1KqZP6XP .navbar-dropdown {
  position: relative !important;
}
.cid-tg1KqZP6XP .dropdown-menu {
  padding: 1.625rem 0 1.875rem;
}
@media (min-width: 992px) {
  .cid-tg1KqZP6XP .dropdown-menu {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 992px) {
  .cid-tg1KqZP6XP .container-fluid,
  .cid-tg1KqZP6XP .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-tg1KqZP6XP .dropdown-item {
  padding: 0 1.9375rem 0 2.125rem;
}
.cid-tg1KqZP6XP .dropdown-item:before {
  content: '';
  position: relative;
  width: 0px;
  height: 6px;
  opacity: 1;
  left: 0px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  display: inline-block;
  vertical-align: middle;
}
.cid-tg1KqZP6XP .dropdown-item:hover:before,
.cid-tg1KqZP6XP .dropdown-item:focus:before {
  width: 6px;
  margin-right: 5px;
}
.cid-tg1KqZP6XP .nav-dropdown .link {
  padding: 0;
  margin: 0 !important;
}
.cid-tg1KqZP6XP .nav-link {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  padding: 0rem 1.8125rem !important;
}
.cid-tg1KqZP6XP .nav-link:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 0px;
  opacity: 1;
  left: 15px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  transform: translateY(-20px);
}
.cid-tg1KqZP6XP .nav-link:hover:before {
  height: 6px;
  transform: translateY(0);
}
.cid-tg1KqZP6XP .container {
  display: flex;
  margin: auto;
}
.cid-tg1KqZP6XP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tg1KqZP6XP .dropdown-menu,
.cid-tg1KqZP6XP .navbar.opened {
  background: #1a3562 !important;
}
.cid-tg1KqZP6XP .nav-item:focus,
.cid-tg1KqZP6XP .nav-link:focus {
  outline: none;
}
.cid-tg1KqZP6XP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tg1KqZP6XP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tg1KqZP6XP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tg1KqZP6XP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tg1KqZP6XP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tg1KqZP6XP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tg1KqZP6XP .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a3562;
  padding: 1rem 0;
}
.cid-tg1KqZP6XP .navbar.opened {
  transition: all .3s;
}
.cid-tg1KqZP6XP .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tg1KqZP6XP .navbar .navbar-logo img {
  width: auto;
}
.cid-tg1KqZP6XP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tg1KqZP6XP .navbar.collapsed {
  justify-content: center;
}
.cid-tg1KqZP6XP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tg1KqZP6XP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tg1KqZP6XP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tg1KqZP6XP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tg1KqZP6XP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tg1KqZP6XP .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-tg1KqZP6XP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tg1KqZP6XP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tg1KqZP6XP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tg1KqZP6XP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tg1KqZP6XP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tg1KqZP6XP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tg1KqZP6XP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tg1KqZP6XP .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-tg1KqZP6XP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tg1KqZP6XP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tg1KqZP6XP .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tg1KqZP6XP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tg1KqZP6XP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tg1KqZP6XP .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tg1KqZP6XP .navbar.navbar-short {
  min-height: 60px;
}
.cid-tg1KqZP6XP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tg1KqZP6XP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tg1KqZP6XP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tg1KqZP6XP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tg1KqZP6XP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tg1KqZP6XP .dropdown-item.active,
.cid-tg1KqZP6XP .dropdown-item:active {
  background-color: transparent;
}
.cid-tg1KqZP6XP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tg1KqZP6XP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tg1KqZP6XP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tg1KqZP6XP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a3562;
}
.cid-tg1KqZP6XP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tg1KqZP6XP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tg1KqZP6XP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tg1KqZP6XP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tg1KqZP6XP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tg1KqZP6XP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tg1KqZP6XP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tg1KqZP6XP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tg1KqZP6XP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tg1KqZP6XP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tg1KqZP6XP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tg1KqZP6XP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tg1KqZP6XP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tg1KqZP6XP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tg1KqZP6XP .navbar-dropdown {
  padding: 1rem 0;
}
.cid-tg1KqZP6XP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tg1KqZP6XP .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-tg1KqZP6XP .navbar {
    height: 70px;
  }
  .cid-tg1KqZP6XP .navbar.opened {
    height: auto;
  }
  .cid-tg1KqZP6XP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tg1Kr2mw1f {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dedddd;
}
.cid-tg1Kr2mw1f .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tg1Kr2mw1f .mbr-section-title {
  color: #1a3562;
}
.cid-tg1Kr5WutT {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tg1Kr5WutT .mbr-text {
  text-align: left;
  color: #1a3562;
}
.cid-tg1Kr5WutT .mbr-section-title {
  color: #1a3562;
}
.cid-tg1Kr9FfWB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-tg1Kr9FfWB .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tg1Kr9FfWB .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg1Kr9FfWB .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tg1Kr9FfWB .text-wrapper {
    padding: 0 0 0 3rem;
  }
}
@media (max-width: 768px) {
  .cid-tg1Kr9FfWB .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg1Kr9FfWB .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 1.5625rem;
}
.cid-tg1Kr9FfWB .mbr-text,
.cid-tg1Kr9FfWB .mbr-section-btn {
  text-align: left;
  color: #1a3562;
}
.cid-tg1Kr9FfWB .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-tg1Kr9FfWB .mbr-section-title {
  margin-bottom: 2.1875rem;
  text-align: left;
  color: #1a3562;
}
.cid-tg1Kr9FfWB .mbr-section-title b:last-child,
.cid-tg1Kr9FfWB .mbr-section-title strong:last-child {
  color: #1a3562;
}
.cid-tg1Kr9FfWB .mbr-section-subtitle {
  text-align: left;
}
.cid-tg1Kr9FfWB .mbr-section-subtitle,
.cid-tg1Kr9FfWB .mbr-section-btn {
  text-align: left;
}
.cid-tg1Kr9FfWB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg1Kr9FfWB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg1KrdmX8M {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tg1KrdmX8M .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tg1KrdmX8M .mbr-section-title {
  color: #1a3562;
}
.cid-tg1KrdmX8M .mbr-section-subtitle {
  color: #1a3562;
}
.cid-tg1Krh44uJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #dedddd;
}
.cid-tg1Krh44uJ .mbr-section-title {
  color: #1a3562;
  text-align: center;
}
.cid-tg1KrkIyNu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
@media (min-width: 1500px) {
  .cid-tg1KrkIyNu .container {
    max-width: 1400px;
  }
}
.cid-tg1KrkIyNu .mbr-iconfont {
  font-size: 3rem;
  color: #f23801;
}
.cid-tg1KrkIyNu .iconfont-wrapper {
  margin-bottom: 1rem;
  border: 2px solid #f23801;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
}
.cid-tg1KrkIyNu .row {
  justify-content: center;
}
.cid-tg1KrkIyNu .card {
  margin-bottom: 3rem;
}
.cid-tg1KrkIyNu .card-title {
  margin-top: 1rem;
}
.cid-tg1KrkIyNu .card-text {
  margin-top: 0.6875rem;
}
.cid-tg1KrkIyNu .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-tg1KrkIyNu .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-tg1KrkIyNu .mbr-section-title b:last-child,
.cid-tg1KrkIyNu .mbr-section-title strong:last-child {
  color: #244b8d;
}
.cid-tg1KrkIyNu .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-tg1KrkIyNu .mbr-section-head {
  margin-bottom: 6.875rem;
}
.cid-tg1KrkIyNu .card-title,
.cid-tg1KrkIyNu .icon-container {
  color: #1a3562;
  text-align: center;
}
.cid-tg1Kroonbv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1a3562;
}
.cid-tg1Kroonbv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg1Kroonbv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg1Kroonbv .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tg1Kroonbv .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tg1Kroonbv .row {
    text-align: center;
  }
  .cid-tg1Kroonbv .row > div {
    margin: auto;
  }
  .cid-tg1Kroonbv .social-row {
    justify-content: center;
  }
  .cid-tg1Kroonbv .soc-item {
    padding-top: 0 !important;
  }
}
.cid-tg1Kroonbv .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tg1Kroonbv .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tg1Kroonbv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tg1Kroonbv .list {
    margin-bottom: 0rem;
  }
}
.cid-tg1Kroonbv .mbr-text,
.cid-tg1Kroonbv .mbr-section-subtitle {
  color: #fafafa;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
}
.cid-tg1Kroonbv .soc-item {
  display: flex;
  margin-right: 15px;
  padding-top: 15px;
}
.cid-tg1Kroonbv .soc-item:last-child {
  margin-right: 0;
}
.cid-tg1Kroonbv .mbr-iconfont {
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tg1Kroonbv div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tg1Kroonbv .self-center {
  align-self: center;
}
.cid-tg1Kroonbv .indent-up {
  padding-top: 20px;
  line-height: 21px;
  font-size: 14px;
}
@media (max-width: 992px) {
  .cid-tg1Kroonbv .indent-up {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-tg1Kroonbv .indent-up {
    margin-bottom: 0;
  }
}
.cid-tg1Kroonbv .text-style {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cid-tg1Kroonbv .text-style:not(:last-child) {
    margin-bottom: 16px !important;
  }
}
.cid-tg1Kroonbv .position {
  text-align: end;
}
@media (max-width: 767px) {
  .cid-tg1Kroonbv .position {
    text-align: center;
  }
}
.cid-tg1Kroonbv .pt-16 {
  padding-top: 16px;
}
.cid-tg1Kroonbv .pb-16 {
  padding-bottom: 16px;
}
.cid-tg5leuk2gf .navbar-dropdown {
  position: relative !important;
}
.cid-tg5leuk2gf .dropdown-menu {
  padding: 1.625rem 0 1.875rem;
}
@media (min-width: 992px) {
  .cid-tg5leuk2gf .dropdown-menu {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 992px) {
  .cid-tg5leuk2gf .container-fluid,
  .cid-tg5leuk2gf .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-tg5leuk2gf .dropdown-item {
  padding: 0 1.9375rem 0 2.125rem;
}
.cid-tg5leuk2gf .dropdown-item:before {
  content: '';
  position: relative;
  width: 0px;
  height: 6px;
  opacity: 1;
  left: 0px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  display: inline-block;
  vertical-align: middle;
}
.cid-tg5leuk2gf .dropdown-item:hover:before,
.cid-tg5leuk2gf .dropdown-item:focus:before {
  width: 6px;
  margin-right: 5px;
}
.cid-tg5leuk2gf .nav-dropdown .link {
  padding: 0;
  margin: 0 !important;
}
.cid-tg5leuk2gf .nav-link {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  padding: 0rem 1.8125rem !important;
}
.cid-tg5leuk2gf .nav-link:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 0px;
  opacity: 1;
  left: 15px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  transform: translateY(-20px);
}
.cid-tg5leuk2gf .nav-link:hover:before {
  height: 6px;
  transform: translateY(0);
}
.cid-tg5leuk2gf .container {
  display: flex;
  margin: auto;
}
.cid-tg5leuk2gf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tg5leuk2gf .dropdown-menu,
.cid-tg5leuk2gf .navbar.opened {
  background: #1a3562 !important;
}
.cid-tg5leuk2gf .nav-item:focus,
.cid-tg5leuk2gf .nav-link:focus {
  outline: none;
}
.cid-tg5leuk2gf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tg5leuk2gf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tg5leuk2gf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tg5leuk2gf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tg5leuk2gf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tg5leuk2gf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tg5leuk2gf .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a3562;
  padding: 1rem 0;
}
.cid-tg5leuk2gf .navbar.opened {
  transition: all .3s;
}
.cid-tg5leuk2gf .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tg5leuk2gf .navbar .navbar-logo img {
  width: auto;
}
.cid-tg5leuk2gf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tg5leuk2gf .navbar.collapsed {
  justify-content: center;
}
.cid-tg5leuk2gf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tg5leuk2gf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tg5leuk2gf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tg5leuk2gf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tg5leuk2gf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tg5leuk2gf .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-tg5leuk2gf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tg5leuk2gf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tg5leuk2gf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tg5leuk2gf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tg5leuk2gf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tg5leuk2gf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tg5leuk2gf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tg5leuk2gf .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-tg5leuk2gf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tg5leuk2gf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tg5leuk2gf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tg5leuk2gf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tg5leuk2gf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tg5leuk2gf .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tg5leuk2gf .navbar.navbar-short {
  min-height: 60px;
}
.cid-tg5leuk2gf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tg5leuk2gf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tg5leuk2gf .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tg5leuk2gf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tg5leuk2gf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tg5leuk2gf .dropdown-item.active,
.cid-tg5leuk2gf .dropdown-item:active {
  background-color: transparent;
}
.cid-tg5leuk2gf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tg5leuk2gf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tg5leuk2gf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tg5leuk2gf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a3562;
}
.cid-tg5leuk2gf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tg5leuk2gf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tg5leuk2gf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tg5leuk2gf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tg5leuk2gf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tg5leuk2gf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tg5leuk2gf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tg5leuk2gf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tg5leuk2gf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tg5leuk2gf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tg5leuk2gf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tg5leuk2gf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tg5leuk2gf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tg5leuk2gf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tg5leuk2gf .navbar-dropdown {
  padding: 1rem 0;
}
.cid-tg5leuk2gf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tg5leuk2gf .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-tg5leuk2gf .navbar {
    height: 70px;
  }
  .cid-tg5leuk2gf .navbar.opened {
    height: auto;
  }
  .cid-tg5leuk2gf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tg5leyckFL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dedddd;
}
.cid-tg5leyckFL .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tg5leyckFL .mbr-section-title {
  color: #1a3562;
}
.cid-tg5leBHrEN {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tg5leBHrEN .mbr-text {
  text-align: left;
  color: #1a3562;
}
.cid-tg5leBHrEN .mbr-section-title {
  color: #1a3562;
}
.cid-tg5leFpoZM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-tg5leFpoZM .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tg5leFpoZM .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg5leFpoZM .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tg5leFpoZM .text-wrapper {
    padding: 0 0 0 3rem;
  }
}
@media (max-width: 768px) {
  .cid-tg5leFpoZM .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg5leFpoZM .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 1.5625rem;
}
.cid-tg5leFpoZM .mbr-text,
.cid-tg5leFpoZM .mbr-section-btn {
  text-align: left;
  color: #1a3562;
}
.cid-tg5leFpoZM .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-tg5leFpoZM .mbr-section-title {
  margin-bottom: 2.1875rem;
  text-align: left;
  color: #1a3562;
}
.cid-tg5leFpoZM .mbr-section-title b:last-child,
.cid-tg5leFpoZM .mbr-section-title strong:last-child {
  color: #1a3562;
}
.cid-tg5leFpoZM .mbr-section-subtitle {
  text-align: left;
}
.cid-tg5leFpoZM .mbr-section-subtitle,
.cid-tg5leFpoZM .mbr-section-btn {
  text-align: left;
}
.cid-tg5leFpoZM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg5leFpoZM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg5leJ525z {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tg5leJ525z .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tg5leJ525z .mbr-section-title {
  color: #1a3562;
}
.cid-tg5leJ525z .mbr-section-subtitle {
  color: #1a3562;
}
.cid-tg5leMNeAi {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #dedddd;
}
.cid-tg5leMNeAi .mbr-section-title {
  color: #1a3562;
  text-align: center;
}
.cid-tg5leQpZJ1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
@media (min-width: 1500px) {
  .cid-tg5leQpZJ1 .container {
    max-width: 1400px;
  }
}
.cid-tg5leQpZJ1 .mbr-iconfont {
  font-size: 3rem;
  color: #f23801;
}
.cid-tg5leQpZJ1 .iconfont-wrapper {
  margin-bottom: 1rem;
  border: 2px solid #f23801;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
}
.cid-tg5leQpZJ1 .row {
  justify-content: center;
}
.cid-tg5leQpZJ1 .card {
  margin-bottom: 3rem;
}
.cid-tg5leQpZJ1 .card-title {
  margin-top: 1rem;
}
.cid-tg5leQpZJ1 .card-text {
  margin-top: 0.6875rem;
}
.cid-tg5leQpZJ1 .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-tg5leQpZJ1 .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-tg5leQpZJ1 .mbr-section-title b:last-child,
.cid-tg5leQpZJ1 .mbr-section-title strong:last-child {
  color: #244b8d;
}
.cid-tg5leQpZJ1 .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-tg5leQpZJ1 .mbr-section-head {
  margin-bottom: 6.875rem;
}
.cid-tg5leQpZJ1 .card-title,
.cid-tg5leQpZJ1 .icon-container {
  color: #1a3562;
  text-align: center;
}
.cid-tg5leU7uOg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1a3562;
}
.cid-tg5leU7uOg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg5leU7uOg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg5leU7uOg .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tg5leU7uOg .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tg5leU7uOg .row {
    text-align: center;
  }
  .cid-tg5leU7uOg .row > div {
    margin: auto;
  }
  .cid-tg5leU7uOg .social-row {
    justify-content: center;
  }
  .cid-tg5leU7uOg .soc-item {
    padding-top: 0 !important;
  }
}
.cid-tg5leU7uOg .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tg5leU7uOg .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tg5leU7uOg .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tg5leU7uOg .list {
    margin-bottom: 0rem;
  }
}
.cid-tg5leU7uOg .mbr-text,
.cid-tg5leU7uOg .mbr-section-subtitle {
  color: #fafafa;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
}
.cid-tg5leU7uOg .soc-item {
  display: flex;
  margin-right: 15px;
  padding-top: 15px;
}
.cid-tg5leU7uOg .soc-item:last-child {
  margin-right: 0;
}
.cid-tg5leU7uOg .mbr-iconfont {
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tg5leU7uOg div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tg5leU7uOg .self-center {
  align-self: center;
}
.cid-tg5leU7uOg .indent-up {
  padding-top: 20px;
  line-height: 21px;
  font-size: 14px;
}
@media (max-width: 992px) {
  .cid-tg5leU7uOg .indent-up {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-tg5leU7uOg .indent-up {
    margin-bottom: 0;
  }
}
.cid-tg5leU7uOg .text-style {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cid-tg5leU7uOg .text-style:not(:last-child) {
    margin-bottom: 16px !important;
  }
}
.cid-tg5leU7uOg .position {
  text-align: end;
}
@media (max-width: 767px) {
  .cid-tg5leU7uOg .position {
    text-align: center;
  }
}
.cid-tg5leU7uOg .pt-16 {
  padding-top: 16px;
}
.cid-tg5leU7uOg .pb-16 {
  padding-bottom: 16px;
}
.cid-tg5pAsOxat .navbar-dropdown {
  position: relative !important;
}
.cid-tg5pAsOxat .dropdown-menu {
  padding: 1.625rem 0 1.875rem;
}
@media (min-width: 992px) {
  .cid-tg5pAsOxat .dropdown-menu {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 992px) {
  .cid-tg5pAsOxat .container-fluid,
  .cid-tg5pAsOxat .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-tg5pAsOxat .dropdown-item {
  padding: 0 1.9375rem 0 2.125rem;
}
.cid-tg5pAsOxat .dropdown-item:before {
  content: '';
  position: relative;
  width: 0px;
  height: 6px;
  opacity: 1;
  left: 0px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  display: inline-block;
  vertical-align: middle;
}
.cid-tg5pAsOxat .dropdown-item:hover:before,
.cid-tg5pAsOxat .dropdown-item:focus:before {
  width: 6px;
  margin-right: 5px;
}
.cid-tg5pAsOxat .nav-dropdown .link {
  padding: 0;
  margin: 0 !important;
}
.cid-tg5pAsOxat .nav-link {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  padding: 0rem 1.8125rem !important;
}
.cid-tg5pAsOxat .nav-link:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 0px;
  opacity: 1;
  left: 15px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  transform: translateY(-20px);
}
.cid-tg5pAsOxat .nav-link:hover:before {
  height: 6px;
  transform: translateY(0);
}
.cid-tg5pAsOxat .container {
  display: flex;
  margin: auto;
}
.cid-tg5pAsOxat .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tg5pAsOxat .dropdown-menu,
.cid-tg5pAsOxat .navbar.opened {
  background: #1a3562 !important;
}
.cid-tg5pAsOxat .nav-item:focus,
.cid-tg5pAsOxat .nav-link:focus {
  outline: none;
}
.cid-tg5pAsOxat .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tg5pAsOxat .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tg5pAsOxat .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tg5pAsOxat .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tg5pAsOxat .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tg5pAsOxat .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tg5pAsOxat .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a3562;
  padding: 1rem 0;
}
.cid-tg5pAsOxat .navbar.opened {
  transition: all .3s;
}
.cid-tg5pAsOxat .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tg5pAsOxat .navbar .navbar-logo img {
  width: auto;
}
.cid-tg5pAsOxat .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tg5pAsOxat .navbar.collapsed {
  justify-content: center;
}
.cid-tg5pAsOxat .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tg5pAsOxat .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tg5pAsOxat .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tg5pAsOxat .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tg5pAsOxat .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tg5pAsOxat .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-tg5pAsOxat .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tg5pAsOxat .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tg5pAsOxat .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tg5pAsOxat .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tg5pAsOxat .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tg5pAsOxat .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tg5pAsOxat .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tg5pAsOxat .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-tg5pAsOxat .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tg5pAsOxat .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tg5pAsOxat .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tg5pAsOxat .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tg5pAsOxat .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tg5pAsOxat .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tg5pAsOxat .navbar.navbar-short {
  min-height: 60px;
}
.cid-tg5pAsOxat .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tg5pAsOxat .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tg5pAsOxat .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tg5pAsOxat .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tg5pAsOxat .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tg5pAsOxat .dropdown-item.active,
.cid-tg5pAsOxat .dropdown-item:active {
  background-color: transparent;
}
.cid-tg5pAsOxat .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tg5pAsOxat .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tg5pAsOxat .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tg5pAsOxat .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a3562;
}
.cid-tg5pAsOxat .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tg5pAsOxat .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tg5pAsOxat ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tg5pAsOxat .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tg5pAsOxat button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tg5pAsOxat button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tg5pAsOxat button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tg5pAsOxat button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tg5pAsOxat button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tg5pAsOxat button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tg5pAsOxat nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tg5pAsOxat nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tg5pAsOxat nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tg5pAsOxat nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tg5pAsOxat .navbar-dropdown {
  padding: 1rem 0;
}
.cid-tg5pAsOxat a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tg5pAsOxat .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-tg5pAsOxat .navbar {
    height: 70px;
  }
  .cid-tg5pAsOxat .navbar.opened {
    height: auto;
  }
  .cid-tg5pAsOxat .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tg5pAvLzS3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dedddd;
}
.cid-tg5pAvLzS3 .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tg5pAvLzS3 .mbr-section-title {
  color: #1a3562;
}
.cid-tg5pAzfdB9 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tg5pAzfdB9 .mbr-text {
  text-align: left;
  color: #1a3562;
}
.cid-tg5pAzfdB9 .mbr-section-title {
  color: #1a3562;
}
.cid-tg5pAD5FTt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-tg5pAD5FTt .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tg5pAD5FTt .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg5pAD5FTt .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tg5pAD5FTt .text-wrapper {
    padding: 0 0 0 3rem;
  }
}
@media (max-width: 768px) {
  .cid-tg5pAD5FTt .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg5pAD5FTt .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 1.5625rem;
}
.cid-tg5pAD5FTt .mbr-text,
.cid-tg5pAD5FTt .mbr-section-btn {
  text-align: left;
  color: #1a3562;
}
.cid-tg5pAD5FTt .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-tg5pAD5FTt .mbr-section-title {
  margin-bottom: 2.1875rem;
  text-align: left;
  color: #1a3562;
}
.cid-tg5pAD5FTt .mbr-section-title b:last-child,
.cid-tg5pAD5FTt .mbr-section-title strong:last-child {
  color: #1a3562;
}
.cid-tg5pAD5FTt .mbr-section-subtitle {
  text-align: left;
}
.cid-tg5pAD5FTt .mbr-section-subtitle,
.cid-tg5pAD5FTt .mbr-section-btn {
  text-align: left;
}
.cid-tg5pAD5FTt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg5pAD5FTt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg5pAGyDHQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tg5pAGyDHQ .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tg5pAGyDHQ .mbr-section-title {
  color: #1a3562;
}
.cid-tg5pAGyDHQ .mbr-section-subtitle {
  color: #1a3562;
}
.cid-tg5pAKd1tp {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #dedddd;
}
.cid-tg5pAKd1tp .mbr-section-title {
  color: #1a3562;
  text-align: center;
}
.cid-tg5pANNwY6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
@media (min-width: 1500px) {
  .cid-tg5pANNwY6 .container {
    max-width: 1400px;
  }
}
.cid-tg5pANNwY6 .mbr-iconfont {
  font-size: 3rem;
  color: #f23801;
}
.cid-tg5pANNwY6 .iconfont-wrapper {
  margin-bottom: 1rem;
  border: 2px solid #f23801;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
}
.cid-tg5pANNwY6 .row {
  justify-content: center;
}
.cid-tg5pANNwY6 .card {
  margin-bottom: 3rem;
}
.cid-tg5pANNwY6 .card-title {
  margin-top: 1rem;
}
.cid-tg5pANNwY6 .card-text {
  margin-top: 0.6875rem;
}
.cid-tg5pANNwY6 .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-tg5pANNwY6 .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-tg5pANNwY6 .mbr-section-title b:last-child,
.cid-tg5pANNwY6 .mbr-section-title strong:last-child {
  color: #244b8d;
}
.cid-tg5pANNwY6 .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-tg5pANNwY6 .mbr-section-head {
  margin-bottom: 6.875rem;
}
.cid-tg5pANNwY6 .card-title,
.cid-tg5pANNwY6 .icon-container {
  color: #1a3562;
  text-align: center;
}
.cid-tg5pARrtHZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1a3562;
}
.cid-tg5pARrtHZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg5pARrtHZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg5pARrtHZ .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tg5pARrtHZ .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tg5pARrtHZ .row {
    text-align: center;
  }
  .cid-tg5pARrtHZ .row > div {
    margin: auto;
  }
  .cid-tg5pARrtHZ .social-row {
    justify-content: center;
  }
  .cid-tg5pARrtHZ .soc-item {
    padding-top: 0 !important;
  }
}
.cid-tg5pARrtHZ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tg5pARrtHZ .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tg5pARrtHZ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tg5pARrtHZ .list {
    margin-bottom: 0rem;
  }
}
.cid-tg5pARrtHZ .mbr-text,
.cid-tg5pARrtHZ .mbr-section-subtitle {
  color: #fafafa;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
}
.cid-tg5pARrtHZ .soc-item {
  display: flex;
  margin-right: 15px;
  padding-top: 15px;
}
.cid-tg5pARrtHZ .soc-item:last-child {
  margin-right: 0;
}
.cid-tg5pARrtHZ .mbr-iconfont {
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tg5pARrtHZ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tg5pARrtHZ .self-center {
  align-self: center;
}
.cid-tg5pARrtHZ .indent-up {
  padding-top: 20px;
  line-height: 21px;
  font-size: 14px;
}
@media (max-width: 992px) {
  .cid-tg5pARrtHZ .indent-up {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-tg5pARrtHZ .indent-up {
    margin-bottom: 0;
  }
}
.cid-tg5pARrtHZ .text-style {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cid-tg5pARrtHZ .text-style:not(:last-child) {
    margin-bottom: 16px !important;
  }
}
.cid-tg5pARrtHZ .position {
  text-align: end;
}
@media (max-width: 767px) {
  .cid-tg5pARrtHZ .position {
    text-align: center;
  }
}
.cid-tg5pARrtHZ .pt-16 {
  padding-top: 16px;
}
.cid-tg5pARrtHZ .pb-16 {
  padding-bottom: 16px;
}
.cid-tg5yWkHtxR .navbar-dropdown {
  position: relative !important;
}
.cid-tg5yWkHtxR .dropdown-menu {
  padding: 1.625rem 0 1.875rem;
}
@media (min-width: 992px) {
  .cid-tg5yWkHtxR .dropdown-menu {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 992px) {
  .cid-tg5yWkHtxR .container-fluid,
  .cid-tg5yWkHtxR .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-tg5yWkHtxR .dropdown-item {
  padding: 0 1.9375rem 0 2.125rem;
}
.cid-tg5yWkHtxR .dropdown-item:before {
  content: '';
  position: relative;
  width: 0px;
  height: 6px;
  opacity: 1;
  left: 0px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  display: inline-block;
  vertical-align: middle;
}
.cid-tg5yWkHtxR .dropdown-item:hover:before,
.cid-tg5yWkHtxR .dropdown-item:focus:before {
  width: 6px;
  margin-right: 5px;
}
.cid-tg5yWkHtxR .nav-dropdown .link {
  padding: 0;
  margin: 0 !important;
}
.cid-tg5yWkHtxR .nav-link {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  padding: 0rem 1.8125rem !important;
}
.cid-tg5yWkHtxR .nav-link:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 0px;
  opacity: 1;
  left: 15px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  transform: translateY(-20px);
}
.cid-tg5yWkHtxR .nav-link:hover:before {
  height: 6px;
  transform: translateY(0);
}
.cid-tg5yWkHtxR .container {
  display: flex;
  margin: auto;
}
.cid-tg5yWkHtxR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tg5yWkHtxR .dropdown-menu,
.cid-tg5yWkHtxR .navbar.opened {
  background: #1a3562 !important;
}
.cid-tg5yWkHtxR .nav-item:focus,
.cid-tg5yWkHtxR .nav-link:focus {
  outline: none;
}
.cid-tg5yWkHtxR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tg5yWkHtxR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tg5yWkHtxR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tg5yWkHtxR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tg5yWkHtxR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tg5yWkHtxR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tg5yWkHtxR .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a3562;
  padding: 1rem 0;
}
.cid-tg5yWkHtxR .navbar.opened {
  transition: all .3s;
}
.cid-tg5yWkHtxR .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tg5yWkHtxR .navbar .navbar-logo img {
  width: auto;
}
.cid-tg5yWkHtxR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tg5yWkHtxR .navbar.collapsed {
  justify-content: center;
}
.cid-tg5yWkHtxR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tg5yWkHtxR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tg5yWkHtxR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tg5yWkHtxR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tg5yWkHtxR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tg5yWkHtxR .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-tg5yWkHtxR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tg5yWkHtxR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tg5yWkHtxR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tg5yWkHtxR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tg5yWkHtxR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tg5yWkHtxR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tg5yWkHtxR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tg5yWkHtxR .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-tg5yWkHtxR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tg5yWkHtxR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tg5yWkHtxR .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tg5yWkHtxR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tg5yWkHtxR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tg5yWkHtxR .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tg5yWkHtxR .navbar.navbar-short {
  min-height: 60px;
}
.cid-tg5yWkHtxR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tg5yWkHtxR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tg5yWkHtxR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tg5yWkHtxR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tg5yWkHtxR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tg5yWkHtxR .dropdown-item.active,
.cid-tg5yWkHtxR .dropdown-item:active {
  background-color: transparent;
}
.cid-tg5yWkHtxR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tg5yWkHtxR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tg5yWkHtxR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tg5yWkHtxR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a3562;
}
.cid-tg5yWkHtxR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tg5yWkHtxR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tg5yWkHtxR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tg5yWkHtxR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tg5yWkHtxR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tg5yWkHtxR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tg5yWkHtxR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tg5yWkHtxR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tg5yWkHtxR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tg5yWkHtxR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tg5yWkHtxR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tg5yWkHtxR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tg5yWkHtxR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tg5yWkHtxR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tg5yWkHtxR .navbar-dropdown {
  padding: 1rem 0;
}
.cid-tg5yWkHtxR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tg5yWkHtxR .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-tg5yWkHtxR .navbar {
    height: 70px;
  }
  .cid-tg5yWkHtxR .navbar.opened {
    height: auto;
  }
  .cid-tg5yWkHtxR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tg5yWnsVgw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dedddd;
}
.cid-tg5yWnsVgw .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tg5yWnsVgw .mbr-section-title {
  color: #1a3562;
}
.cid-tg5yWr5dS6 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tg5yWr5dS6 .mbr-text {
  text-align: left;
  color: #1a3562;
}
.cid-tg5yWr5dS6 .mbr-section-title {
  color: #1a3562;
}
.cid-tg5yWuQW7i {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-tg5yWuQW7i .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tg5yWuQW7i .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg5yWuQW7i .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tg5yWuQW7i .text-wrapper {
    padding: 0 0 0 3rem;
  }
}
@media (max-width: 768px) {
  .cid-tg5yWuQW7i .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg5yWuQW7i .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 1.5625rem;
}
.cid-tg5yWuQW7i .mbr-text,
.cid-tg5yWuQW7i .mbr-section-btn {
  text-align: left;
  color: #1a3562;
}
.cid-tg5yWuQW7i .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-tg5yWuQW7i .mbr-section-title {
  margin-bottom: 2.1875rem;
  text-align: left;
  color: #1a3562;
}
.cid-tg5yWuQW7i .mbr-section-title b:last-child,
.cid-tg5yWuQW7i .mbr-section-title strong:last-child {
  color: #1a3562;
}
.cid-tg5yWuQW7i .mbr-section-subtitle {
  text-align: left;
}
.cid-tg5yWuQW7i .mbr-section-subtitle,
.cid-tg5yWuQW7i .mbr-section-btn {
  text-align: left;
}
.cid-tg5yWuQW7i .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg5yWuQW7i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg5yWyzn3P {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tg5yWyzn3P .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tg5yWyzn3P .mbr-section-title {
  color: #1a3562;
}
.cid-tg5yWyzn3P .mbr-section-subtitle {
  color: #1a3562;
}
.cid-tg5yWCYLZU {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #dedddd;
}
.cid-tg5yWCYLZU .mbr-section-title {
  color: #1a3562;
  text-align: center;
}
.cid-tg5yWGKRAK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
@media (min-width: 1500px) {
  .cid-tg5yWGKRAK .container {
    max-width: 1400px;
  }
}
.cid-tg5yWGKRAK .mbr-iconfont {
  font-size: 3rem;
  color: #f23801;
}
.cid-tg5yWGKRAK .iconfont-wrapper {
  margin-bottom: 1rem;
  border: 2px solid #f23801;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
}
.cid-tg5yWGKRAK .row {
  justify-content: center;
}
.cid-tg5yWGKRAK .card {
  margin-bottom: 3rem;
}
.cid-tg5yWGKRAK .card-title {
  margin-top: 1rem;
}
.cid-tg5yWGKRAK .card-text {
  margin-top: 0.6875rem;
}
.cid-tg5yWGKRAK .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-tg5yWGKRAK .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-tg5yWGKRAK .mbr-section-title b:last-child,
.cid-tg5yWGKRAK .mbr-section-title strong:last-child {
  color: #244b8d;
}
.cid-tg5yWGKRAK .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-tg5yWGKRAK .mbr-section-head {
  margin-bottom: 6.875rem;
}
.cid-tg5yWGKRAK .card-title,
.cid-tg5yWGKRAK .icon-container {
  color: #1a3562;
  text-align: center;
}
.cid-tg5yWKBLY4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1a3562;
}
.cid-tg5yWKBLY4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg5yWKBLY4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg5yWKBLY4 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tg5yWKBLY4 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tg5yWKBLY4 .row {
    text-align: center;
  }
  .cid-tg5yWKBLY4 .row > div {
    margin: auto;
  }
  .cid-tg5yWKBLY4 .social-row {
    justify-content: center;
  }
  .cid-tg5yWKBLY4 .soc-item {
    padding-top: 0 !important;
  }
}
.cid-tg5yWKBLY4 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tg5yWKBLY4 .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tg5yWKBLY4 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tg5yWKBLY4 .list {
    margin-bottom: 0rem;
  }
}
.cid-tg5yWKBLY4 .mbr-text,
.cid-tg5yWKBLY4 .mbr-section-subtitle {
  color: #fafafa;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
}
.cid-tg5yWKBLY4 .soc-item {
  display: flex;
  margin-right: 15px;
  padding-top: 15px;
}
.cid-tg5yWKBLY4 .soc-item:last-child {
  margin-right: 0;
}
.cid-tg5yWKBLY4 .mbr-iconfont {
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tg5yWKBLY4 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tg5yWKBLY4 .self-center {
  align-self: center;
}
.cid-tg5yWKBLY4 .indent-up {
  padding-top: 20px;
  line-height: 21px;
  font-size: 14px;
}
@media (max-width: 992px) {
  .cid-tg5yWKBLY4 .indent-up {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-tg5yWKBLY4 .indent-up {
    margin-bottom: 0;
  }
}
.cid-tg5yWKBLY4 .text-style {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cid-tg5yWKBLY4 .text-style:not(:last-child) {
    margin-bottom: 16px !important;
  }
}
.cid-tg5yWKBLY4 .position {
  text-align: end;
}
@media (max-width: 767px) {
  .cid-tg5yWKBLY4 .position {
    text-align: center;
  }
}
.cid-tg5yWKBLY4 .pt-16 {
  padding-top: 16px;
}
.cid-tg5yWKBLY4 .pb-16 {
  padding-bottom: 16px;
}
.cid-tg5Hb7Kt5B .navbar-dropdown {
  position: relative !important;
}
.cid-tg5Hb7Kt5B .dropdown-menu {
  padding: 1.625rem 0 1.875rem;
}
@media (min-width: 992px) {
  .cid-tg5Hb7Kt5B .dropdown-menu {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 992px) {
  .cid-tg5Hb7Kt5B .container-fluid,
  .cid-tg5Hb7Kt5B .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-tg5Hb7Kt5B .dropdown-item {
  padding: 0 1.9375rem 0 2.125rem;
}
.cid-tg5Hb7Kt5B .dropdown-item:before {
  content: '';
  position: relative;
  width: 0px;
  height: 6px;
  opacity: 1;
  left: 0px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  display: inline-block;
  vertical-align: middle;
}
.cid-tg5Hb7Kt5B .dropdown-item:hover:before,
.cid-tg5Hb7Kt5B .dropdown-item:focus:before {
  width: 6px;
  margin-right: 5px;
}
.cid-tg5Hb7Kt5B .nav-dropdown .link {
  padding: 0;
  margin: 0 !important;
}
.cid-tg5Hb7Kt5B .nav-link {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  padding: 0rem 1.8125rem !important;
}
.cid-tg5Hb7Kt5B .nav-link:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 0px;
  opacity: 1;
  left: 15px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  transform: translateY(-20px);
}
.cid-tg5Hb7Kt5B .nav-link:hover:before {
  height: 6px;
  transform: translateY(0);
}
.cid-tg5Hb7Kt5B .container {
  display: flex;
  margin: auto;
}
.cid-tg5Hb7Kt5B .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tg5Hb7Kt5B .dropdown-menu,
.cid-tg5Hb7Kt5B .navbar.opened {
  background: #1a3562 !important;
}
.cid-tg5Hb7Kt5B .nav-item:focus,
.cid-tg5Hb7Kt5B .nav-link:focus {
  outline: none;
}
.cid-tg5Hb7Kt5B .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tg5Hb7Kt5B .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tg5Hb7Kt5B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tg5Hb7Kt5B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tg5Hb7Kt5B .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tg5Hb7Kt5B .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tg5Hb7Kt5B .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a3562;
  padding: 1rem 0;
}
.cid-tg5Hb7Kt5B .navbar.opened {
  transition: all .3s;
}
.cid-tg5Hb7Kt5B .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tg5Hb7Kt5B .navbar .navbar-logo img {
  width: auto;
}
.cid-tg5Hb7Kt5B .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tg5Hb7Kt5B .navbar.collapsed {
  justify-content: center;
}
.cid-tg5Hb7Kt5B .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tg5Hb7Kt5B .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tg5Hb7Kt5B .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tg5Hb7Kt5B .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tg5Hb7Kt5B .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tg5Hb7Kt5B .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-tg5Hb7Kt5B .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tg5Hb7Kt5B .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tg5Hb7Kt5B .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tg5Hb7Kt5B .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tg5Hb7Kt5B .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tg5Hb7Kt5B .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tg5Hb7Kt5B .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tg5Hb7Kt5B .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-tg5Hb7Kt5B .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tg5Hb7Kt5B .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tg5Hb7Kt5B .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tg5Hb7Kt5B .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tg5Hb7Kt5B .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tg5Hb7Kt5B .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tg5Hb7Kt5B .navbar.navbar-short {
  min-height: 60px;
}
.cid-tg5Hb7Kt5B .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tg5Hb7Kt5B .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tg5Hb7Kt5B .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tg5Hb7Kt5B .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tg5Hb7Kt5B .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tg5Hb7Kt5B .dropdown-item.active,
.cid-tg5Hb7Kt5B .dropdown-item:active {
  background-color: transparent;
}
.cid-tg5Hb7Kt5B .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tg5Hb7Kt5B .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tg5Hb7Kt5B .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tg5Hb7Kt5B .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a3562;
}
.cid-tg5Hb7Kt5B .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tg5Hb7Kt5B .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tg5Hb7Kt5B ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tg5Hb7Kt5B .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tg5Hb7Kt5B button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tg5Hb7Kt5B button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tg5Hb7Kt5B button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tg5Hb7Kt5B button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tg5Hb7Kt5B button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tg5Hb7Kt5B button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tg5Hb7Kt5B nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tg5Hb7Kt5B nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tg5Hb7Kt5B nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tg5Hb7Kt5B nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tg5Hb7Kt5B .navbar-dropdown {
  padding: 1rem 0;
}
.cid-tg5Hb7Kt5B a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tg5Hb7Kt5B .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-tg5Hb7Kt5B .navbar {
    height: 70px;
  }
  .cid-tg5Hb7Kt5B .navbar.opened {
    height: auto;
  }
  .cid-tg5Hb7Kt5B .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tg5HbawzEj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dedddd;
}
.cid-tg5HbawzEj .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tg5HbawzEj .mbr-section-title {
  color: #1a3562;
}
.cid-tg5Hbe4Lvv {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tg5Hbe4Lvv .mbr-text {
  text-align: left;
  color: #1a3562;
}
.cid-tg5Hbe4Lvv .mbr-section-title {
  color: #1a3562;
}
.cid-tg5HbhGefN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-tg5HbhGefN .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tg5HbhGefN .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg5HbhGefN .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tg5HbhGefN .text-wrapper {
    padding: 0 0 0 3rem;
  }
}
@media (max-width: 768px) {
  .cid-tg5HbhGefN .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg5HbhGefN .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 1.5625rem;
}
.cid-tg5HbhGefN .mbr-text,
.cid-tg5HbhGefN .mbr-section-btn {
  text-align: left;
  color: #1a3562;
}
.cid-tg5HbhGefN .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-tg5HbhGefN .mbr-section-title {
  margin-bottom: 2.1875rem;
  text-align: left;
  color: #1a3562;
}
.cid-tg5HbhGefN .mbr-section-title b:last-child,
.cid-tg5HbhGefN .mbr-section-title strong:last-child {
  color: #1a3562;
}
.cid-tg5HbhGefN .mbr-section-subtitle {
  text-align: left;
}
.cid-tg5HbhGefN .mbr-section-subtitle,
.cid-tg5HbhGefN .mbr-section-btn {
  text-align: left;
}
.cid-tg5HbhGefN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg5HbhGefN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg5HbliTdV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tg5HbliTdV .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tg5HbliTdV .mbr-section-title {
  color: #1a3562;
}
.cid-tg5HbliTdV .mbr-section-subtitle {
  color: #1a3562;
}
.cid-tg5HboYW8w {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #dedddd;
}
.cid-tg5HboYW8w .mbr-section-title {
  color: #1a3562;
  text-align: center;
}
.cid-tg5HbsCLBn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
@media (min-width: 1500px) {
  .cid-tg5HbsCLBn .container {
    max-width: 1400px;
  }
}
.cid-tg5HbsCLBn .mbr-iconfont {
  font-size: 3rem;
  color: #f23801;
}
.cid-tg5HbsCLBn .iconfont-wrapper {
  margin-bottom: 1rem;
  border: 2px solid #f23801;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
}
.cid-tg5HbsCLBn .row {
  justify-content: center;
}
.cid-tg5HbsCLBn .card {
  margin-bottom: 3rem;
}
.cid-tg5HbsCLBn .card-title {
  margin-top: 1rem;
}
.cid-tg5HbsCLBn .card-text {
  margin-top: 0.6875rem;
}
.cid-tg5HbsCLBn .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-tg5HbsCLBn .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-tg5HbsCLBn .mbr-section-title b:last-child,
.cid-tg5HbsCLBn .mbr-section-title strong:last-child {
  color: #244b8d;
}
.cid-tg5HbsCLBn .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-tg5HbsCLBn .mbr-section-head {
  margin-bottom: 6.875rem;
}
.cid-tg5HbsCLBn .card-title,
.cid-tg5HbsCLBn .icon-container {
  color: #1a3562;
  text-align: center;
}
.cid-tg5HbwjWuD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1a3562;
}
.cid-tg5HbwjWuD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg5HbwjWuD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg5HbwjWuD .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tg5HbwjWuD .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tg5HbwjWuD .row {
    text-align: center;
  }
  .cid-tg5HbwjWuD .row > div {
    margin: auto;
  }
  .cid-tg5HbwjWuD .social-row {
    justify-content: center;
  }
  .cid-tg5HbwjWuD .soc-item {
    padding-top: 0 !important;
  }
}
.cid-tg5HbwjWuD .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tg5HbwjWuD .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tg5HbwjWuD .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tg5HbwjWuD .list {
    margin-bottom: 0rem;
  }
}
.cid-tg5HbwjWuD .mbr-text,
.cid-tg5HbwjWuD .mbr-section-subtitle {
  color: #fafafa;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
}
.cid-tg5HbwjWuD .soc-item {
  display: flex;
  margin-right: 15px;
  padding-top: 15px;
}
.cid-tg5HbwjWuD .soc-item:last-child {
  margin-right: 0;
}
.cid-tg5HbwjWuD .mbr-iconfont {
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tg5HbwjWuD div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tg5HbwjWuD .self-center {
  align-self: center;
}
.cid-tg5HbwjWuD .indent-up {
  padding-top: 20px;
  line-height: 21px;
  font-size: 14px;
}
@media (max-width: 992px) {
  .cid-tg5HbwjWuD .indent-up {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-tg5HbwjWuD .indent-up {
    margin-bottom: 0;
  }
}
.cid-tg5HbwjWuD .text-style {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cid-tg5HbwjWuD .text-style:not(:last-child) {
    margin-bottom: 16px !important;
  }
}
.cid-tg5HbwjWuD .position {
  text-align: end;
}
@media (max-width: 767px) {
  .cid-tg5HbwjWuD .position {
    text-align: center;
  }
}
.cid-tg5HbwjWuD .pt-16 {
  padding-top: 16px;
}
.cid-tg5HbwjWuD .pb-16 {
  padding-bottom: 16px;
}
.cid-tg69ZvCjcW .navbar-dropdown {
  position: relative !important;
}
.cid-tg69ZvCjcW .dropdown-menu {
  padding: 1.625rem 0 1.875rem;
}
@media (min-width: 992px) {
  .cid-tg69ZvCjcW .dropdown-menu {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 992px) {
  .cid-tg69ZvCjcW .container-fluid,
  .cid-tg69ZvCjcW .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-tg69ZvCjcW .dropdown-item {
  padding: 0 1.9375rem 0 2.125rem;
}
.cid-tg69ZvCjcW .dropdown-item:before {
  content: '';
  position: relative;
  width: 0px;
  height: 6px;
  opacity: 1;
  left: 0px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  display: inline-block;
  vertical-align: middle;
}
.cid-tg69ZvCjcW .dropdown-item:hover:before,
.cid-tg69ZvCjcW .dropdown-item:focus:before {
  width: 6px;
  margin-right: 5px;
}
.cid-tg69ZvCjcW .nav-dropdown .link {
  padding: 0;
  margin: 0 !important;
}
.cid-tg69ZvCjcW .nav-link {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  padding: 0rem 1.8125rem !important;
}
.cid-tg69ZvCjcW .nav-link:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 0px;
  opacity: 1;
  left: 15px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  transform: translateY(-20px);
}
.cid-tg69ZvCjcW .nav-link:hover:before {
  height: 6px;
  transform: translateY(0);
}
.cid-tg69ZvCjcW .container {
  display: flex;
  margin: auto;
}
.cid-tg69ZvCjcW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tg69ZvCjcW .dropdown-menu,
.cid-tg69ZvCjcW .navbar.opened {
  background: #1a3562 !important;
}
.cid-tg69ZvCjcW .nav-item:focus,
.cid-tg69ZvCjcW .nav-link:focus {
  outline: none;
}
.cid-tg69ZvCjcW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tg69ZvCjcW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tg69ZvCjcW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tg69ZvCjcW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tg69ZvCjcW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tg69ZvCjcW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tg69ZvCjcW .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a3562;
  padding: 1rem 0;
}
.cid-tg69ZvCjcW .navbar.opened {
  transition: all .3s;
}
.cid-tg69ZvCjcW .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tg69ZvCjcW .navbar .navbar-logo img {
  width: auto;
}
.cid-tg69ZvCjcW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tg69ZvCjcW .navbar.collapsed {
  justify-content: center;
}
.cid-tg69ZvCjcW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tg69ZvCjcW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tg69ZvCjcW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tg69ZvCjcW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tg69ZvCjcW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tg69ZvCjcW .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-tg69ZvCjcW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tg69ZvCjcW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tg69ZvCjcW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tg69ZvCjcW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tg69ZvCjcW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tg69ZvCjcW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tg69ZvCjcW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tg69ZvCjcW .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-tg69ZvCjcW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tg69ZvCjcW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tg69ZvCjcW .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tg69ZvCjcW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tg69ZvCjcW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tg69ZvCjcW .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tg69ZvCjcW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tg69ZvCjcW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tg69ZvCjcW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tg69ZvCjcW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tg69ZvCjcW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tg69ZvCjcW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tg69ZvCjcW .dropdown-item.active,
.cid-tg69ZvCjcW .dropdown-item:active {
  background-color: transparent;
}
.cid-tg69ZvCjcW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tg69ZvCjcW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tg69ZvCjcW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tg69ZvCjcW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a3562;
}
.cid-tg69ZvCjcW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tg69ZvCjcW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tg69ZvCjcW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tg69ZvCjcW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tg69ZvCjcW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tg69ZvCjcW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tg69ZvCjcW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tg69ZvCjcW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tg69ZvCjcW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tg69ZvCjcW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tg69ZvCjcW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tg69ZvCjcW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tg69ZvCjcW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tg69ZvCjcW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tg69ZvCjcW .navbar-dropdown {
  padding: 1rem 0;
}
.cid-tg69ZvCjcW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tg69ZvCjcW .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-tg69ZvCjcW .navbar {
    height: 70px;
  }
  .cid-tg69ZvCjcW .navbar.opened {
    height: auto;
  }
  .cid-tg69ZvCjcW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tg69ZyqZDq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dedddd;
}
.cid-tg69ZyqZDq .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tg69ZyqZDq .mbr-section-title {
  color: #1a3562;
}
.cid-tg69ZBZVrR {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tg69ZBZVrR .mbr-text {
  text-align: left;
  color: #1a3562;
}
.cid-tg69ZBZVrR .mbr-section-title {
  color: #1a3562;
}
.cid-tg69ZFD7VL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-tg69ZFD7VL .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tg69ZFD7VL .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg69ZFD7VL .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tg69ZFD7VL .text-wrapper {
    padding: 0 0 0 3rem;
  }
}
@media (max-width: 768px) {
  .cid-tg69ZFD7VL .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg69ZFD7VL .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 1.5625rem;
}
.cid-tg69ZFD7VL .mbr-text,
.cid-tg69ZFD7VL .mbr-section-btn {
  text-align: left;
  color: #1a3562;
}
.cid-tg69ZFD7VL .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-tg69ZFD7VL .mbr-section-title {
  margin-bottom: 2.1875rem;
  text-align: left;
  color: #1a3562;
}
.cid-tg69ZFD7VL .mbr-section-title b:last-child,
.cid-tg69ZFD7VL .mbr-section-title strong:last-child {
  color: #1a3562;
}
.cid-tg69ZFD7VL .mbr-section-subtitle {
  text-align: left;
}
.cid-tg69ZFD7VL .mbr-section-subtitle,
.cid-tg69ZFD7VL .mbr-section-btn {
  text-align: left;
}
.cid-tg69ZFD7VL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg69ZFD7VL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg69ZJhQXb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tg69ZJhQXb .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tg69ZJhQXb .mbr-section-title {
  color: #1a3562;
}
.cid-tg69ZJhQXb .mbr-section-subtitle {
  color: #1a3562;
}
.cid-tg69ZNAj1X {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #dedddd;
}
.cid-tg69ZNAj1X .mbr-section-title {
  color: #1a3562;
  text-align: center;
}
.cid-tg69ZQz1c2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
@media (min-width: 1500px) {
  .cid-tg69ZQz1c2 .container {
    max-width: 1400px;
  }
}
.cid-tg69ZQz1c2 .mbr-iconfont {
  font-size: 3rem;
  color: #f23801;
}
.cid-tg69ZQz1c2 .iconfont-wrapper {
  margin-bottom: 1rem;
  border: 2px solid #f23801;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
}
.cid-tg69ZQz1c2 .row {
  justify-content: center;
}
.cid-tg69ZQz1c2 .card {
  margin-bottom: 3rem;
}
.cid-tg69ZQz1c2 .card-title {
  margin-top: 1rem;
}
.cid-tg69ZQz1c2 .card-text {
  margin-top: 0.6875rem;
}
.cid-tg69ZQz1c2 .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-tg69ZQz1c2 .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-tg69ZQz1c2 .mbr-section-title b:last-child,
.cid-tg69ZQz1c2 .mbr-section-title strong:last-child {
  color: #244b8d;
}
.cid-tg69ZQz1c2 .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-tg69ZQz1c2 .mbr-section-head {
  margin-bottom: 6.875rem;
}
.cid-tg69ZQz1c2 .card-title,
.cid-tg69ZQz1c2 .icon-container {
  color: #1a3562;
  text-align: center;
}
.cid-tg69ZUipj9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1a3562;
}
.cid-tg69ZUipj9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg69ZUipj9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg69ZUipj9 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tg69ZUipj9 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tg69ZUipj9 .row {
    text-align: center;
  }
  .cid-tg69ZUipj9 .row > div {
    margin: auto;
  }
  .cid-tg69ZUipj9 .social-row {
    justify-content: center;
  }
  .cid-tg69ZUipj9 .soc-item {
    padding-top: 0 !important;
  }
}
.cid-tg69ZUipj9 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tg69ZUipj9 .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tg69ZUipj9 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tg69ZUipj9 .list {
    margin-bottom: 0rem;
  }
}
.cid-tg69ZUipj9 .mbr-text,
.cid-tg69ZUipj9 .mbr-section-subtitle {
  color: #fafafa;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
}
.cid-tg69ZUipj9 .soc-item {
  display: flex;
  margin-right: 15px;
  padding-top: 15px;
}
.cid-tg69ZUipj9 .soc-item:last-child {
  margin-right: 0;
}
.cid-tg69ZUipj9 .mbr-iconfont {
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tg69ZUipj9 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tg69ZUipj9 .self-center {
  align-self: center;
}
.cid-tg69ZUipj9 .indent-up {
  padding-top: 20px;
  line-height: 21px;
  font-size: 14px;
}
@media (max-width: 992px) {
  .cid-tg69ZUipj9 .indent-up {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-tg69ZUipj9 .indent-up {
    margin-bottom: 0;
  }
}
.cid-tg69ZUipj9 .text-style {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cid-tg69ZUipj9 .text-style:not(:last-child) {
    margin-bottom: 16px !important;
  }
}
.cid-tg69ZUipj9 .position {
  text-align: end;
}
@media (max-width: 767px) {
  .cid-tg69ZUipj9 .position {
    text-align: center;
  }
}
.cid-tg69ZUipj9 .pt-16 {
  padding-top: 16px;
}
.cid-tg69ZUipj9 .pb-16 {
  padding-bottom: 16px;
}
.cid-tg6fYg62s4 .navbar-dropdown {
  position: relative !important;
}
.cid-tg6fYg62s4 .dropdown-menu {
  padding: 1.625rem 0 1.875rem;
}
@media (min-width: 992px) {
  .cid-tg6fYg62s4 .dropdown-menu {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 992px) {
  .cid-tg6fYg62s4 .container-fluid,
  .cid-tg6fYg62s4 .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-tg6fYg62s4 .dropdown-item {
  padding: 0 1.9375rem 0 2.125rem;
}
.cid-tg6fYg62s4 .dropdown-item:before {
  content: '';
  position: relative;
  width: 0px;
  height: 6px;
  opacity: 1;
  left: 0px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  display: inline-block;
  vertical-align: middle;
}
.cid-tg6fYg62s4 .dropdown-item:hover:before,
.cid-tg6fYg62s4 .dropdown-item:focus:before {
  width: 6px;
  margin-right: 5px;
}
.cid-tg6fYg62s4 .nav-dropdown .link {
  padding: 0;
  margin: 0 !important;
}
.cid-tg6fYg62s4 .nav-link {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  padding: 0rem 1.8125rem !important;
}
.cid-tg6fYg62s4 .nav-link:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 0px;
  opacity: 1;
  left: 15px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  transform: translateY(-20px);
}
.cid-tg6fYg62s4 .nav-link:hover:before {
  height: 6px;
  transform: translateY(0);
}
.cid-tg6fYg62s4 .container {
  display: flex;
  margin: auto;
}
.cid-tg6fYg62s4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tg6fYg62s4 .dropdown-menu,
.cid-tg6fYg62s4 .navbar.opened {
  background: #1a3562 !important;
}
.cid-tg6fYg62s4 .nav-item:focus,
.cid-tg6fYg62s4 .nav-link:focus {
  outline: none;
}
.cid-tg6fYg62s4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tg6fYg62s4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tg6fYg62s4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tg6fYg62s4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tg6fYg62s4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tg6fYg62s4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tg6fYg62s4 .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a3562;
  padding: 1rem 0;
}
.cid-tg6fYg62s4 .navbar.opened {
  transition: all .3s;
}
.cid-tg6fYg62s4 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tg6fYg62s4 .navbar .navbar-logo img {
  width: auto;
}
.cid-tg6fYg62s4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tg6fYg62s4 .navbar.collapsed {
  justify-content: center;
}
.cid-tg6fYg62s4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tg6fYg62s4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tg6fYg62s4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tg6fYg62s4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tg6fYg62s4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tg6fYg62s4 .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-tg6fYg62s4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tg6fYg62s4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tg6fYg62s4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tg6fYg62s4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tg6fYg62s4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tg6fYg62s4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tg6fYg62s4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tg6fYg62s4 .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-tg6fYg62s4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tg6fYg62s4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tg6fYg62s4 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tg6fYg62s4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tg6fYg62s4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tg6fYg62s4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tg6fYg62s4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tg6fYg62s4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tg6fYg62s4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tg6fYg62s4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tg6fYg62s4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tg6fYg62s4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tg6fYg62s4 .dropdown-item.active,
.cid-tg6fYg62s4 .dropdown-item:active {
  background-color: transparent;
}
.cid-tg6fYg62s4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tg6fYg62s4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tg6fYg62s4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tg6fYg62s4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a3562;
}
.cid-tg6fYg62s4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tg6fYg62s4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tg6fYg62s4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tg6fYg62s4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tg6fYg62s4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tg6fYg62s4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tg6fYg62s4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tg6fYg62s4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tg6fYg62s4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tg6fYg62s4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tg6fYg62s4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tg6fYg62s4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tg6fYg62s4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tg6fYg62s4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tg6fYg62s4 .navbar-dropdown {
  padding: 1rem 0;
}
.cid-tg6fYg62s4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tg6fYg62s4 .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-tg6fYg62s4 .navbar {
    height: 70px;
  }
  .cid-tg6fYg62s4 .navbar.opened {
    height: auto;
  }
  .cid-tg6fYg62s4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tg6fYiVZTT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dedddd;
}
.cid-tg6fYiVZTT .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tg6fYiVZTT .mbr-section-title {
  color: #1a3562;
}
.cid-tg6fYmterz {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tg6fYmterz .mbr-text {
  text-align: left;
  color: #1a3562;
}
.cid-tg6fYmterz .mbr-section-title {
  color: #1a3562;
}
.cid-tg6fYq78nb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-tg6fYq78nb .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tg6fYq78nb .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg6fYq78nb .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tg6fYq78nb .text-wrapper {
    padding: 0 0 0 3rem;
  }
}
@media (max-width: 768px) {
  .cid-tg6fYq78nb .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg6fYq78nb .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 1.5625rem;
}
.cid-tg6fYq78nb .mbr-text,
.cid-tg6fYq78nb .mbr-section-btn {
  text-align: left;
  color: #1a3562;
}
.cid-tg6fYq78nb .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-tg6fYq78nb .mbr-section-title {
  margin-bottom: 2.1875rem;
  text-align: left;
  color: #1a3562;
}
.cid-tg6fYq78nb .mbr-section-title b:last-child,
.cid-tg6fYq78nb .mbr-section-title strong:last-child {
  color: #1a3562;
}
.cid-tg6fYq78nb .mbr-section-subtitle {
  text-align: left;
}
.cid-tg6fYq78nb .mbr-section-subtitle,
.cid-tg6fYq78nb .mbr-section-btn {
  text-align: left;
}
.cid-tg6fYq78nb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg6fYq78nb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg6fYtJlX7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tg6fYtJlX7 .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tg6fYtJlX7 .mbr-section-title {
  color: #1a3562;
}
.cid-tg6fYtJlX7 .mbr-section-subtitle {
  color: #1a3562;
}
.cid-tg6fYxpsYQ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #dedddd;
}
.cid-tg6fYxpsYQ .mbr-section-title {
  color: #1a3562;
  text-align: center;
}
.cid-tg6fYB1V5l {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
@media (min-width: 1500px) {
  .cid-tg6fYB1V5l .container {
    max-width: 1400px;
  }
}
.cid-tg6fYB1V5l .mbr-iconfont {
  font-size: 3rem;
  color: #f23801;
}
.cid-tg6fYB1V5l .iconfont-wrapper {
  margin-bottom: 1rem;
  border: 2px solid #f23801;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
}
.cid-tg6fYB1V5l .row {
  justify-content: center;
}
.cid-tg6fYB1V5l .card {
  margin-bottom: 3rem;
}
.cid-tg6fYB1V5l .card-title {
  margin-top: 1rem;
}
.cid-tg6fYB1V5l .card-text {
  margin-top: 0.6875rem;
}
.cid-tg6fYB1V5l .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-tg6fYB1V5l .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-tg6fYB1V5l .mbr-section-title b:last-child,
.cid-tg6fYB1V5l .mbr-section-title strong:last-child {
  color: #244b8d;
}
.cid-tg6fYB1V5l .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-tg6fYB1V5l .mbr-section-head {
  margin-bottom: 6.875rem;
}
.cid-tg6fYB1V5l .card-title,
.cid-tg6fYB1V5l .icon-container {
  color: #1a3562;
  text-align: center;
}
.cid-tg6fYEL02C {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1a3562;
}
.cid-tg6fYEL02C .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg6fYEL02C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg6fYEL02C .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tg6fYEL02C .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tg6fYEL02C .row {
    text-align: center;
  }
  .cid-tg6fYEL02C .row > div {
    margin: auto;
  }
  .cid-tg6fYEL02C .social-row {
    justify-content: center;
  }
  .cid-tg6fYEL02C .soc-item {
    padding-top: 0 !important;
  }
}
.cid-tg6fYEL02C .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tg6fYEL02C .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tg6fYEL02C .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tg6fYEL02C .list {
    margin-bottom: 0rem;
  }
}
.cid-tg6fYEL02C .mbr-text,
.cid-tg6fYEL02C .mbr-section-subtitle {
  color: #fafafa;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
}
.cid-tg6fYEL02C .soc-item {
  display: flex;
  margin-right: 15px;
  padding-top: 15px;
}
.cid-tg6fYEL02C .soc-item:last-child {
  margin-right: 0;
}
.cid-tg6fYEL02C .mbr-iconfont {
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tg6fYEL02C div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tg6fYEL02C .self-center {
  align-self: center;
}
.cid-tg6fYEL02C .indent-up {
  padding-top: 20px;
  line-height: 21px;
  font-size: 14px;
}
@media (max-width: 992px) {
  .cid-tg6fYEL02C .indent-up {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-tg6fYEL02C .indent-up {
    margin-bottom: 0;
  }
}
.cid-tg6fYEL02C .text-style {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cid-tg6fYEL02C .text-style:not(:last-child) {
    margin-bottom: 16px !important;
  }
}
.cid-tg6fYEL02C .position {
  text-align: end;
}
@media (max-width: 767px) {
  .cid-tg6fYEL02C .position {
    text-align: center;
  }
}
.cid-tg6fYEL02C .pt-16 {
  padding-top: 16px;
}
.cid-tg6fYEL02C .pb-16 {
  padding-bottom: 16px;
}
.cid-tg6poH2QR5 .navbar-dropdown {
  position: relative !important;
}
.cid-tg6poH2QR5 .dropdown-menu {
  padding: 1.625rem 0 1.875rem;
}
@media (min-width: 992px) {
  .cid-tg6poH2QR5 .dropdown-menu {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 992px) {
  .cid-tg6poH2QR5 .container-fluid,
  .cid-tg6poH2QR5 .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-tg6poH2QR5 .dropdown-item {
  padding: 0 1.9375rem 0 2.125rem;
}
.cid-tg6poH2QR5 .dropdown-item:before {
  content: '';
  position: relative;
  width: 0px;
  height: 6px;
  opacity: 1;
  left: 0px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  display: inline-block;
  vertical-align: middle;
}
.cid-tg6poH2QR5 .dropdown-item:hover:before,
.cid-tg6poH2QR5 .dropdown-item:focus:before {
  width: 6px;
  margin-right: 5px;
}
.cid-tg6poH2QR5 .nav-dropdown .link {
  padding: 0;
  margin: 0 !important;
}
.cid-tg6poH2QR5 .nav-link {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  padding: 0rem 1.8125rem !important;
}
.cid-tg6poH2QR5 .nav-link:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 0px;
  opacity: 1;
  left: 15px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  transform: translateY(-20px);
}
.cid-tg6poH2QR5 .nav-link:hover:before {
  height: 6px;
  transform: translateY(0);
}
.cid-tg6poH2QR5 .container {
  display: flex;
  margin: auto;
}
.cid-tg6poH2QR5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tg6poH2QR5 .dropdown-menu,
.cid-tg6poH2QR5 .navbar.opened {
  background: #1a3562 !important;
}
.cid-tg6poH2QR5 .nav-item:focus,
.cid-tg6poH2QR5 .nav-link:focus {
  outline: none;
}
.cid-tg6poH2QR5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tg6poH2QR5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tg6poH2QR5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tg6poH2QR5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tg6poH2QR5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tg6poH2QR5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tg6poH2QR5 .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a3562;
  padding: 1rem 0;
}
.cid-tg6poH2QR5 .navbar.opened {
  transition: all .3s;
}
.cid-tg6poH2QR5 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tg6poH2QR5 .navbar .navbar-logo img {
  width: auto;
}
.cid-tg6poH2QR5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tg6poH2QR5 .navbar.collapsed {
  justify-content: center;
}
.cid-tg6poH2QR5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tg6poH2QR5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tg6poH2QR5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tg6poH2QR5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tg6poH2QR5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tg6poH2QR5 .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-tg6poH2QR5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tg6poH2QR5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tg6poH2QR5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tg6poH2QR5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tg6poH2QR5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tg6poH2QR5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tg6poH2QR5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tg6poH2QR5 .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-tg6poH2QR5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tg6poH2QR5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tg6poH2QR5 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tg6poH2QR5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tg6poH2QR5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tg6poH2QR5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tg6poH2QR5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tg6poH2QR5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tg6poH2QR5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tg6poH2QR5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tg6poH2QR5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tg6poH2QR5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tg6poH2QR5 .dropdown-item.active,
.cid-tg6poH2QR5 .dropdown-item:active {
  background-color: transparent;
}
.cid-tg6poH2QR5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tg6poH2QR5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tg6poH2QR5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tg6poH2QR5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a3562;
}
.cid-tg6poH2QR5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tg6poH2QR5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tg6poH2QR5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tg6poH2QR5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tg6poH2QR5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tg6poH2QR5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tg6poH2QR5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tg6poH2QR5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tg6poH2QR5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tg6poH2QR5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tg6poH2QR5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tg6poH2QR5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tg6poH2QR5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tg6poH2QR5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tg6poH2QR5 .navbar-dropdown {
  padding: 1rem 0;
}
.cid-tg6poH2QR5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tg6poH2QR5 .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-tg6poH2QR5 .navbar {
    height: 70px;
  }
  .cid-tg6poH2QR5 .navbar.opened {
    height: auto;
  }
  .cid-tg6poH2QR5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tg6poJY7rp {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dedddd;
}
.cid-tg6poJY7rp .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tg6poJY7rp .mbr-section-title {
  color: #1a3562;
}
.cid-tg6poNFSXU {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tg6poNFSXU .mbr-text {
  text-align: left;
  color: #1a3562;
}
.cid-tg6poNFSXU .mbr-section-title {
  color: #1a3562;
}
.cid-tg6poRBlZw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-tg6poRBlZw .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tg6poRBlZw .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg6poRBlZw .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tg6poRBlZw .text-wrapper {
    padding: 0 0 0 3rem;
  }
}
@media (max-width: 768px) {
  .cid-tg6poRBlZw .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg6poRBlZw .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 1.5625rem;
}
.cid-tg6poRBlZw .mbr-text,
.cid-tg6poRBlZw .mbr-section-btn {
  text-align: left;
  color: #1a3562;
}
.cid-tg6poRBlZw .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-tg6poRBlZw .mbr-section-title {
  margin-bottom: 2.1875rem;
  text-align: left;
  color: #1a3562;
}
.cid-tg6poRBlZw .mbr-section-title b:last-child,
.cid-tg6poRBlZw .mbr-section-title strong:last-child {
  color: #1a3562;
}
.cid-tg6poRBlZw .mbr-section-subtitle {
  text-align: left;
}
.cid-tg6poRBlZw .mbr-section-subtitle,
.cid-tg6poRBlZw .mbr-section-btn {
  text-align: left;
}
.cid-tg6poRBlZw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg6poRBlZw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg6poVl3HT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tg6poVl3HT .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tg6poVl3HT .mbr-section-title {
  color: #1a3562;
}
.cid-tg6poVl3HT .mbr-section-subtitle {
  color: #1a3562;
}
.cid-tg6poZaVlp {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #dedddd;
}
.cid-tg6poZaVlp .mbr-section-title {
  color: #1a3562;
  text-align: center;
}
.cid-tg6pp2Oqec {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
@media (min-width: 1500px) {
  .cid-tg6pp2Oqec .container {
    max-width: 1400px;
  }
}
.cid-tg6pp2Oqec .mbr-iconfont {
  font-size: 3rem;
  color: #f23801;
}
.cid-tg6pp2Oqec .iconfont-wrapper {
  margin-bottom: 1rem;
  border: 2px solid #f23801;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
}
.cid-tg6pp2Oqec .row {
  justify-content: center;
}
.cid-tg6pp2Oqec .card {
  margin-bottom: 3rem;
}
.cid-tg6pp2Oqec .card-title {
  margin-top: 1rem;
}
.cid-tg6pp2Oqec .card-text {
  margin-top: 0.6875rem;
}
.cid-tg6pp2Oqec .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-tg6pp2Oqec .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-tg6pp2Oqec .mbr-section-title b:last-child,
.cid-tg6pp2Oqec .mbr-section-title strong:last-child {
  color: #244b8d;
}
.cid-tg6pp2Oqec .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-tg6pp2Oqec .mbr-section-head {
  margin-bottom: 6.875rem;
}
.cid-tg6pp2Oqec .card-title,
.cid-tg6pp2Oqec .icon-container {
  color: #1a3562;
  text-align: center;
}
.cid-tg6pp6y5PJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1a3562;
}
.cid-tg6pp6y5PJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg6pp6y5PJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg6pp6y5PJ .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tg6pp6y5PJ .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tg6pp6y5PJ .row {
    text-align: center;
  }
  .cid-tg6pp6y5PJ .row > div {
    margin: auto;
  }
  .cid-tg6pp6y5PJ .social-row {
    justify-content: center;
  }
  .cid-tg6pp6y5PJ .soc-item {
    padding-top: 0 !important;
  }
}
.cid-tg6pp6y5PJ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tg6pp6y5PJ .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tg6pp6y5PJ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tg6pp6y5PJ .list {
    margin-bottom: 0rem;
  }
}
.cid-tg6pp6y5PJ .mbr-text,
.cid-tg6pp6y5PJ .mbr-section-subtitle {
  color: #fafafa;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
}
.cid-tg6pp6y5PJ .soc-item {
  display: flex;
  margin-right: 15px;
  padding-top: 15px;
}
.cid-tg6pp6y5PJ .soc-item:last-child {
  margin-right: 0;
}
.cid-tg6pp6y5PJ .mbr-iconfont {
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tg6pp6y5PJ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tg6pp6y5PJ .self-center {
  align-self: center;
}
.cid-tg6pp6y5PJ .indent-up {
  padding-top: 20px;
  line-height: 21px;
  font-size: 14px;
}
@media (max-width: 992px) {
  .cid-tg6pp6y5PJ .indent-up {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-tg6pp6y5PJ .indent-up {
    margin-bottom: 0;
  }
}
.cid-tg6pp6y5PJ .text-style {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cid-tg6pp6y5PJ .text-style:not(:last-child) {
    margin-bottom: 16px !important;
  }
}
.cid-tg6pp6y5PJ .position {
  text-align: end;
}
@media (max-width: 767px) {
  .cid-tg6pp6y5PJ .position {
    text-align: center;
  }
}
.cid-tg6pp6y5PJ .pt-16 {
  padding-top: 16px;
}
.cid-tg6pp6y5PJ .pb-16 {
  padding-bottom: 16px;
}
.cid-tg6t8pmJii .navbar-dropdown {
  position: relative !important;
}
.cid-tg6t8pmJii .dropdown-menu {
  padding: 1.625rem 0 1.875rem;
}
@media (min-width: 992px) {
  .cid-tg6t8pmJii .dropdown-menu {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 992px) {
  .cid-tg6t8pmJii .container-fluid,
  .cid-tg6t8pmJii .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-tg6t8pmJii .dropdown-item {
  padding: 0 1.9375rem 0 2.125rem;
}
.cid-tg6t8pmJii .dropdown-item:before {
  content: '';
  position: relative;
  width: 0px;
  height: 6px;
  opacity: 1;
  left: 0px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  display: inline-block;
  vertical-align: middle;
}
.cid-tg6t8pmJii .dropdown-item:hover:before,
.cid-tg6t8pmJii .dropdown-item:focus:before {
  width: 6px;
  margin-right: 5px;
}
.cid-tg6t8pmJii .nav-dropdown .link {
  padding: 0;
  margin: 0 !important;
}
.cid-tg6t8pmJii .nav-link {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  padding: 0rem 1.8125rem !important;
}
.cid-tg6t8pmJii .nav-link:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 0px;
  opacity: 1;
  left: 15px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  transform: translateY(-20px);
}
.cid-tg6t8pmJii .nav-link:hover:before {
  height: 6px;
  transform: translateY(0);
}
.cid-tg6t8pmJii .container {
  display: flex;
  margin: auto;
}
.cid-tg6t8pmJii .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tg6t8pmJii .dropdown-menu,
.cid-tg6t8pmJii .navbar.opened {
  background: #1a3562 !important;
}
.cid-tg6t8pmJii .nav-item:focus,
.cid-tg6t8pmJii .nav-link:focus {
  outline: none;
}
.cid-tg6t8pmJii .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tg6t8pmJii .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tg6t8pmJii .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tg6t8pmJii .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tg6t8pmJii .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tg6t8pmJii .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tg6t8pmJii .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a3562;
  padding: 1rem 0;
}
.cid-tg6t8pmJii .navbar.opened {
  transition: all .3s;
}
.cid-tg6t8pmJii .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tg6t8pmJii .navbar .navbar-logo img {
  width: auto;
}
.cid-tg6t8pmJii .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tg6t8pmJii .navbar.collapsed {
  justify-content: center;
}
.cid-tg6t8pmJii .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tg6t8pmJii .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tg6t8pmJii .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tg6t8pmJii .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tg6t8pmJii .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tg6t8pmJii .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-tg6t8pmJii .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tg6t8pmJii .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tg6t8pmJii .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tg6t8pmJii .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tg6t8pmJii .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tg6t8pmJii .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tg6t8pmJii .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tg6t8pmJii .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-tg6t8pmJii .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tg6t8pmJii .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tg6t8pmJii .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tg6t8pmJii .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tg6t8pmJii .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tg6t8pmJii .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tg6t8pmJii .navbar.navbar-short {
  min-height: 60px;
}
.cid-tg6t8pmJii .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tg6t8pmJii .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tg6t8pmJii .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tg6t8pmJii .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tg6t8pmJii .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tg6t8pmJii .dropdown-item.active,
.cid-tg6t8pmJii .dropdown-item:active {
  background-color: transparent;
}
.cid-tg6t8pmJii .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tg6t8pmJii .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tg6t8pmJii .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tg6t8pmJii .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a3562;
}
.cid-tg6t8pmJii .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tg6t8pmJii .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tg6t8pmJii ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tg6t8pmJii .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tg6t8pmJii button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tg6t8pmJii button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tg6t8pmJii button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tg6t8pmJii button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tg6t8pmJii button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tg6t8pmJii button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tg6t8pmJii nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tg6t8pmJii nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tg6t8pmJii nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tg6t8pmJii nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tg6t8pmJii .navbar-dropdown {
  padding: 1rem 0;
}
.cid-tg6t8pmJii a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tg6t8pmJii .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-tg6t8pmJii .navbar {
    height: 70px;
  }
  .cid-tg6t8pmJii .navbar.opened {
    height: auto;
  }
  .cid-tg6t8pmJii .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tg6t8shtZk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dedddd;
}
.cid-tg6t8shtZk .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tg6t8shtZk .mbr-section-title {
  color: #1a3562;
}
.cid-tg6t8vRC2T {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tg6t8vRC2T .mbr-text {
  text-align: left;
  color: #1a3562;
}
.cid-tg6t8vRC2T .mbr-section-title {
  color: #1a3562;
}
.cid-tg6t8zuSZE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-tg6t8zuSZE .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tg6t8zuSZE .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg6t8zuSZE .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tg6t8zuSZE .text-wrapper {
    padding: 0 0 0 3rem;
  }
}
@media (max-width: 768px) {
  .cid-tg6t8zuSZE .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg6t8zuSZE .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 1.5625rem;
}
.cid-tg6t8zuSZE .mbr-text,
.cid-tg6t8zuSZE .mbr-section-btn {
  text-align: left;
  color: #1a3562;
}
.cid-tg6t8zuSZE .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-tg6t8zuSZE .mbr-section-title {
  margin-bottom: 2.1875rem;
  text-align: left;
  color: #1a3562;
}
.cid-tg6t8zuSZE .mbr-section-title b:last-child,
.cid-tg6t8zuSZE .mbr-section-title strong:last-child {
  color: #1a3562;
}
.cid-tg6t8zuSZE .mbr-section-subtitle {
  text-align: left;
}
.cid-tg6t8zuSZE .mbr-section-subtitle,
.cid-tg6t8zuSZE .mbr-section-btn {
  text-align: left;
}
.cid-tg6t8zuSZE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg6t8zuSZE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg6t8D7IFD {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tg6t8D7IFD .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tg6t8D7IFD .mbr-section-title {
  color: #1a3562;
}
.cid-tg6t8D7IFD .mbr-section-subtitle {
  color: #1a3562;
}
.cid-tg6t8GM4JP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #dedddd;
}
.cid-tg6t8GM4JP .mbr-section-title {
  color: #1a3562;
  text-align: center;
}
.cid-tg6t8Kqaqt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
@media (min-width: 1500px) {
  .cid-tg6t8Kqaqt .container {
    max-width: 1400px;
  }
}
.cid-tg6t8Kqaqt .mbr-iconfont {
  font-size: 3rem;
  color: #f23801;
}
.cid-tg6t8Kqaqt .iconfont-wrapper {
  margin-bottom: 1rem;
  border: 2px solid #f23801;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
}
.cid-tg6t8Kqaqt .row {
  justify-content: center;
}
.cid-tg6t8Kqaqt .card {
  margin-bottom: 3rem;
}
.cid-tg6t8Kqaqt .card-title {
  margin-top: 1rem;
}
.cid-tg6t8Kqaqt .card-text {
  margin-top: 0.6875rem;
}
.cid-tg6t8Kqaqt .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-tg6t8Kqaqt .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-tg6t8Kqaqt .mbr-section-title b:last-child,
.cid-tg6t8Kqaqt .mbr-section-title strong:last-child {
  color: #244b8d;
}
.cid-tg6t8Kqaqt .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-tg6t8Kqaqt .mbr-section-head {
  margin-bottom: 6.875rem;
}
.cid-tg6t8Kqaqt .card-title,
.cid-tg6t8Kqaqt .icon-container {
  color: #1a3562;
  text-align: center;
}
.cid-tg6t8ObFiw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1a3562;
}
.cid-tg6t8ObFiw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg6t8ObFiw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg6t8ObFiw .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tg6t8ObFiw .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tg6t8ObFiw .row {
    text-align: center;
  }
  .cid-tg6t8ObFiw .row > div {
    margin: auto;
  }
  .cid-tg6t8ObFiw .social-row {
    justify-content: center;
  }
  .cid-tg6t8ObFiw .soc-item {
    padding-top: 0 !important;
  }
}
.cid-tg6t8ObFiw .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tg6t8ObFiw .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tg6t8ObFiw .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tg6t8ObFiw .list {
    margin-bottom: 0rem;
  }
}
.cid-tg6t8ObFiw .mbr-text,
.cid-tg6t8ObFiw .mbr-section-subtitle {
  color: #fafafa;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
}
.cid-tg6t8ObFiw .soc-item {
  display: flex;
  margin-right: 15px;
  padding-top: 15px;
}
.cid-tg6t8ObFiw .soc-item:last-child {
  margin-right: 0;
}
.cid-tg6t8ObFiw .mbr-iconfont {
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tg6t8ObFiw div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tg6t8ObFiw .self-center {
  align-self: center;
}
.cid-tg6t8ObFiw .indent-up {
  padding-top: 20px;
  line-height: 21px;
  font-size: 14px;
}
@media (max-width: 992px) {
  .cid-tg6t8ObFiw .indent-up {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-tg6t8ObFiw .indent-up {
    margin-bottom: 0;
  }
}
.cid-tg6t8ObFiw .text-style {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cid-tg6t8ObFiw .text-style:not(:last-child) {
    margin-bottom: 16px !important;
  }
}
.cid-tg6t8ObFiw .position {
  text-align: end;
}
@media (max-width: 767px) {
  .cid-tg6t8ObFiw .position {
    text-align: center;
  }
}
.cid-tg6t8ObFiw .pt-16 {
  padding-top: 16px;
}
.cid-tg6t8ObFiw .pb-16 {
  padding-bottom: 16px;
}
.cid-tg6yhZIsEI .navbar-dropdown {
  position: relative !important;
}
.cid-tg6yhZIsEI .dropdown-menu {
  padding: 1.625rem 0 1.875rem;
}
@media (min-width: 992px) {
  .cid-tg6yhZIsEI .dropdown-menu {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 992px) {
  .cid-tg6yhZIsEI .container-fluid,
  .cid-tg6yhZIsEI .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-tg6yhZIsEI .dropdown-item {
  padding: 0 1.9375rem 0 2.125rem;
}
.cid-tg6yhZIsEI .dropdown-item:before {
  content: '';
  position: relative;
  width: 0px;
  height: 6px;
  opacity: 1;
  left: 0px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  display: inline-block;
  vertical-align: middle;
}
.cid-tg6yhZIsEI .dropdown-item:hover:before,
.cid-tg6yhZIsEI .dropdown-item:focus:before {
  width: 6px;
  margin-right: 5px;
}
.cid-tg6yhZIsEI .nav-dropdown .link {
  padding: 0;
  margin: 0 !important;
}
.cid-tg6yhZIsEI .nav-link {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  padding: 0rem 1.8125rem !important;
}
.cid-tg6yhZIsEI .nav-link:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 0px;
  opacity: 1;
  left: 15px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  transform: translateY(-20px);
}
.cid-tg6yhZIsEI .nav-link:hover:before {
  height: 6px;
  transform: translateY(0);
}
.cid-tg6yhZIsEI .container {
  display: flex;
  margin: auto;
}
.cid-tg6yhZIsEI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tg6yhZIsEI .dropdown-menu,
.cid-tg6yhZIsEI .navbar.opened {
  background: #1a3562 !important;
}
.cid-tg6yhZIsEI .nav-item:focus,
.cid-tg6yhZIsEI .nav-link:focus {
  outline: none;
}
.cid-tg6yhZIsEI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tg6yhZIsEI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tg6yhZIsEI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tg6yhZIsEI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tg6yhZIsEI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tg6yhZIsEI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tg6yhZIsEI .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a3562;
  padding: 1rem 0;
}
.cid-tg6yhZIsEI .navbar.opened {
  transition: all .3s;
}
.cid-tg6yhZIsEI .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tg6yhZIsEI .navbar .navbar-logo img {
  width: auto;
}
.cid-tg6yhZIsEI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tg6yhZIsEI .navbar.collapsed {
  justify-content: center;
}
.cid-tg6yhZIsEI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tg6yhZIsEI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tg6yhZIsEI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tg6yhZIsEI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tg6yhZIsEI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tg6yhZIsEI .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-tg6yhZIsEI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tg6yhZIsEI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tg6yhZIsEI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tg6yhZIsEI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tg6yhZIsEI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tg6yhZIsEI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tg6yhZIsEI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tg6yhZIsEI .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-tg6yhZIsEI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tg6yhZIsEI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tg6yhZIsEI .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tg6yhZIsEI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tg6yhZIsEI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tg6yhZIsEI .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tg6yhZIsEI .navbar.navbar-short {
  min-height: 60px;
}
.cid-tg6yhZIsEI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tg6yhZIsEI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tg6yhZIsEI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tg6yhZIsEI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tg6yhZIsEI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tg6yhZIsEI .dropdown-item.active,
.cid-tg6yhZIsEI .dropdown-item:active {
  background-color: transparent;
}
.cid-tg6yhZIsEI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tg6yhZIsEI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tg6yhZIsEI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tg6yhZIsEI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a3562;
}
.cid-tg6yhZIsEI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tg6yhZIsEI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tg6yhZIsEI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tg6yhZIsEI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tg6yhZIsEI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tg6yhZIsEI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tg6yhZIsEI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tg6yhZIsEI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tg6yhZIsEI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tg6yhZIsEI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tg6yhZIsEI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tg6yhZIsEI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tg6yhZIsEI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tg6yhZIsEI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tg6yhZIsEI .navbar-dropdown {
  padding: 1rem 0;
}
.cid-tg6yhZIsEI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tg6yhZIsEI .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-tg6yhZIsEI .navbar {
    height: 70px;
  }
  .cid-tg6yhZIsEI .navbar.opened {
    height: auto;
  }
  .cid-tg6yhZIsEI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tg6yi2vxW9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dedddd;
}
.cid-tg6yi2vxW9 .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tg6yi2vxW9 .mbr-section-title {
  color: #1a3562;
}
.cid-tg6yi62kAY {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tg6yi62kAY .mbr-text {
  text-align: left;
  color: #1a3562;
}
.cid-tg6yi62kAY .mbr-section-title {
  color: #1a3562;
}
.cid-tg6yi9CKGe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-tg6yi9CKGe .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tg6yi9CKGe .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg6yi9CKGe .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tg6yi9CKGe .text-wrapper {
    padding: 0 0 0 3rem;
  }
}
@media (max-width: 768px) {
  .cid-tg6yi9CKGe .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg6yi9CKGe .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 1.5625rem;
}
.cid-tg6yi9CKGe .mbr-text,
.cid-tg6yi9CKGe .mbr-section-btn {
  text-align: left;
  color: #1a3562;
}
.cid-tg6yi9CKGe .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-tg6yi9CKGe .mbr-section-title {
  margin-bottom: 2.1875rem;
  text-align: left;
  color: #1a3562;
}
.cid-tg6yi9CKGe .mbr-section-title b:last-child,
.cid-tg6yi9CKGe .mbr-section-title strong:last-child {
  color: #1a3562;
}
.cid-tg6yi9CKGe .mbr-section-subtitle {
  text-align: left;
}
.cid-tg6yi9CKGe .mbr-section-subtitle,
.cid-tg6yi9CKGe .mbr-section-btn {
  text-align: left;
}
.cid-tg6yi9CKGe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg6yi9CKGe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg6yiddD6a {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tg6yiddD6a .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tg6yiddD6a .mbr-section-title {
  color: #1a3562;
}
.cid-tg6yiddD6a .mbr-section-subtitle {
  color: #1a3562;
}
.cid-tg6yigRmR5 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #dedddd;
}
.cid-tg6yigRmR5 .mbr-section-title {
  color: #1a3562;
  text-align: center;
}
.cid-tg6yikvgcO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
@media (min-width: 1500px) {
  .cid-tg6yikvgcO .container {
    max-width: 1400px;
  }
}
.cid-tg6yikvgcO .mbr-iconfont {
  font-size: 3rem;
  color: #f23801;
}
.cid-tg6yikvgcO .iconfont-wrapper {
  margin-bottom: 1rem;
  border: 2px solid #f23801;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
}
.cid-tg6yikvgcO .row {
  justify-content: center;
}
.cid-tg6yikvgcO .card {
  margin-bottom: 3rem;
}
.cid-tg6yikvgcO .card-title {
  margin-top: 1rem;
}
.cid-tg6yikvgcO .card-text {
  margin-top: 0.6875rem;
}
.cid-tg6yikvgcO .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-tg6yikvgcO .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-tg6yikvgcO .mbr-section-title b:last-child,
.cid-tg6yikvgcO .mbr-section-title strong:last-child {
  color: #244b8d;
}
.cid-tg6yikvgcO .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-tg6yikvgcO .mbr-section-head {
  margin-bottom: 6.875rem;
}
.cid-tg6yikvgcO .card-title,
.cid-tg6yikvgcO .icon-container {
  color: #1a3562;
  text-align: center;
}
.cid-tg6yiojNJc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1a3562;
}
.cid-tg6yiojNJc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg6yiojNJc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg6yiojNJc .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tg6yiojNJc .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tg6yiojNJc .row {
    text-align: center;
  }
  .cid-tg6yiojNJc .row > div {
    margin: auto;
  }
  .cid-tg6yiojNJc .social-row {
    justify-content: center;
  }
  .cid-tg6yiojNJc .soc-item {
    padding-top: 0 !important;
  }
}
.cid-tg6yiojNJc .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tg6yiojNJc .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tg6yiojNJc .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tg6yiojNJc .list {
    margin-bottom: 0rem;
  }
}
.cid-tg6yiojNJc .mbr-text,
.cid-tg6yiojNJc .mbr-section-subtitle {
  color: #fafafa;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
}
.cid-tg6yiojNJc .soc-item {
  display: flex;
  margin-right: 15px;
  padding-top: 15px;
}
.cid-tg6yiojNJc .soc-item:last-child {
  margin-right: 0;
}
.cid-tg6yiojNJc .mbr-iconfont {
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tg6yiojNJc div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tg6yiojNJc .self-center {
  align-self: center;
}
.cid-tg6yiojNJc .indent-up {
  padding-top: 20px;
  line-height: 21px;
  font-size: 14px;
}
@media (max-width: 992px) {
  .cid-tg6yiojNJc .indent-up {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-tg6yiojNJc .indent-up {
    margin-bottom: 0;
  }
}
.cid-tg6yiojNJc .text-style {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cid-tg6yiojNJc .text-style:not(:last-child) {
    margin-bottom: 16px !important;
  }
}
.cid-tg6yiojNJc .position {
  text-align: end;
}
@media (max-width: 767px) {
  .cid-tg6yiojNJc .position {
    text-align: center;
  }
}
.cid-tg6yiojNJc .pt-16 {
  padding-top: 16px;
}
.cid-tg6yiojNJc .pb-16 {
  padding-bottom: 16px;
}
.cid-tg6CPks2e6 .navbar-dropdown {
  position: relative !important;
}
.cid-tg6CPks2e6 .dropdown-menu {
  padding: 1.625rem 0 1.875rem;
}
@media (min-width: 992px) {
  .cid-tg6CPks2e6 .dropdown-menu {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 992px) {
  .cid-tg6CPks2e6 .container-fluid,
  .cid-tg6CPks2e6 .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-tg6CPks2e6 .dropdown-item {
  padding: 0 1.9375rem 0 2.125rem;
}
.cid-tg6CPks2e6 .dropdown-item:before {
  content: '';
  position: relative;
  width: 0px;
  height: 6px;
  opacity: 1;
  left: 0px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  display: inline-block;
  vertical-align: middle;
}
.cid-tg6CPks2e6 .dropdown-item:hover:before,
.cid-tg6CPks2e6 .dropdown-item:focus:before {
  width: 6px;
  margin-right: 5px;
}
.cid-tg6CPks2e6 .nav-dropdown .link {
  padding: 0;
  margin: 0 !important;
}
.cid-tg6CPks2e6 .nav-link {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  padding: 0rem 1.8125rem !important;
}
.cid-tg6CPks2e6 .nav-link:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 0px;
  opacity: 1;
  left: 15px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  transform: translateY(-20px);
}
.cid-tg6CPks2e6 .nav-link:hover:before {
  height: 6px;
  transform: translateY(0);
}
.cid-tg6CPks2e6 .container {
  display: flex;
  margin: auto;
}
.cid-tg6CPks2e6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tg6CPks2e6 .dropdown-menu,
.cid-tg6CPks2e6 .navbar.opened {
  background: #1a3562 !important;
}
.cid-tg6CPks2e6 .nav-item:focus,
.cid-tg6CPks2e6 .nav-link:focus {
  outline: none;
}
.cid-tg6CPks2e6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tg6CPks2e6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tg6CPks2e6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tg6CPks2e6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tg6CPks2e6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tg6CPks2e6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tg6CPks2e6 .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a3562;
  padding: 1rem 0;
}
.cid-tg6CPks2e6 .navbar.opened {
  transition: all .3s;
}
.cid-tg6CPks2e6 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tg6CPks2e6 .navbar .navbar-logo img {
  width: auto;
}
.cid-tg6CPks2e6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tg6CPks2e6 .navbar.collapsed {
  justify-content: center;
}
.cid-tg6CPks2e6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tg6CPks2e6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tg6CPks2e6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tg6CPks2e6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tg6CPks2e6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tg6CPks2e6 .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-tg6CPks2e6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tg6CPks2e6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tg6CPks2e6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tg6CPks2e6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tg6CPks2e6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tg6CPks2e6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tg6CPks2e6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tg6CPks2e6 .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-tg6CPks2e6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tg6CPks2e6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tg6CPks2e6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tg6CPks2e6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tg6CPks2e6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tg6CPks2e6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tg6CPks2e6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tg6CPks2e6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tg6CPks2e6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tg6CPks2e6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tg6CPks2e6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tg6CPks2e6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tg6CPks2e6 .dropdown-item.active,
.cid-tg6CPks2e6 .dropdown-item:active {
  background-color: transparent;
}
.cid-tg6CPks2e6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tg6CPks2e6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tg6CPks2e6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tg6CPks2e6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a3562;
}
.cid-tg6CPks2e6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tg6CPks2e6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tg6CPks2e6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tg6CPks2e6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tg6CPks2e6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tg6CPks2e6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tg6CPks2e6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tg6CPks2e6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tg6CPks2e6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tg6CPks2e6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tg6CPks2e6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tg6CPks2e6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tg6CPks2e6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tg6CPks2e6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tg6CPks2e6 .navbar-dropdown {
  padding: 1rem 0;
}
.cid-tg6CPks2e6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tg6CPks2e6 .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-tg6CPks2e6 .navbar {
    height: 70px;
  }
  .cid-tg6CPks2e6 .navbar.opened {
    height: auto;
  }
  .cid-tg6CPks2e6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tg6CPnqUV8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dedddd;
}
.cid-tg6CPnqUV8 .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tg6CPnqUV8 .mbr-section-title {
  color: #1a3562;
}
.cid-tg6CPuCC95 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-tg6CPuCC95 .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tg6CPuCC95 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg6CPuCC95 .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tg6CPuCC95 .text-wrapper {
    padding: 0 0 0 3rem;
  }
}
@media (max-width: 768px) {
  .cid-tg6CPuCC95 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg6CPuCC95 .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 1.5625rem;
}
.cid-tg6CPuCC95 .mbr-text,
.cid-tg6CPuCC95 .mbr-section-btn {
  text-align: left;
  color: #1a3562;
}
.cid-tg6CPuCC95 .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-tg6CPuCC95 .mbr-section-title {
  margin-bottom: 2.1875rem;
  text-align: left;
  color: #1a3562;
}
.cid-tg6CPuCC95 .mbr-section-title b:last-child,
.cid-tg6CPuCC95 .mbr-section-title strong:last-child {
  color: #1a3562;
}
.cid-tg6CPuCC95 .mbr-section-subtitle {
  text-align: left;
}
.cid-tg6CPuCC95 .mbr-section-subtitle,
.cid-tg6CPuCC95 .mbr-section-btn {
  text-align: left;
}
.cid-tg6CPuCC95 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg6CPuCC95 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg6CPqZnZm {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tg6CPqZnZm .mbr-text {
  text-align: left;
  color: #1a3562;
}
.cid-tg6CPqZnZm .mbr-section-title {
  color: #1a3562;
}
.cid-tg6CPyi3EH {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tg6CPyi3EH .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tg6CPyi3EH .mbr-section-title {
  color: #1a3562;
}
.cid-tg6CPyi3EH .mbr-section-subtitle {
  color: #1a3562;
}
.cid-tg6CPBZOQA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #dedddd;
}
.cid-tg6CPBZOQA .mbr-section-title {
  color: #1a3562;
  text-align: center;
}
.cid-tg6CPFBONV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
@media (min-width: 1500px) {
  .cid-tg6CPFBONV .container {
    max-width: 1400px;
  }
}
.cid-tg6CPFBONV .mbr-iconfont {
  font-size: 3rem;
  color: #f23801;
}
.cid-tg6CPFBONV .iconfont-wrapper {
  margin-bottom: 1rem;
  border: 2px solid #f23801;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
}
.cid-tg6CPFBONV .row {
  justify-content: center;
}
.cid-tg6CPFBONV .card {
  margin-bottom: 3rem;
}
.cid-tg6CPFBONV .card-title {
  margin-top: 1rem;
}
.cid-tg6CPFBONV .card-text {
  margin-top: 0.6875rem;
}
.cid-tg6CPFBONV .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-tg6CPFBONV .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-tg6CPFBONV .mbr-section-title b:last-child,
.cid-tg6CPFBONV .mbr-section-title strong:last-child {
  color: #244b8d;
}
.cid-tg6CPFBONV .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-tg6CPFBONV .mbr-section-head {
  margin-bottom: 6.875rem;
}
.cid-tg6CPFBONV .card-title,
.cid-tg6CPFBONV .icon-container {
  color: #1a3562;
  text-align: center;
}
.cid-tg6CPJhQV6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1a3562;
}
.cid-tg6CPJhQV6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg6CPJhQV6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg6CPJhQV6 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tg6CPJhQV6 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tg6CPJhQV6 .row {
    text-align: center;
  }
  .cid-tg6CPJhQV6 .row > div {
    margin: auto;
  }
  .cid-tg6CPJhQV6 .social-row {
    justify-content: center;
  }
  .cid-tg6CPJhQV6 .soc-item {
    padding-top: 0 !important;
  }
}
.cid-tg6CPJhQV6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tg6CPJhQV6 .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tg6CPJhQV6 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tg6CPJhQV6 .list {
    margin-bottom: 0rem;
  }
}
.cid-tg6CPJhQV6 .mbr-text,
.cid-tg6CPJhQV6 .mbr-section-subtitle {
  color: #fafafa;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
}
.cid-tg6CPJhQV6 .soc-item {
  display: flex;
  margin-right: 15px;
  padding-top: 15px;
}
.cid-tg6CPJhQV6 .soc-item:last-child {
  margin-right: 0;
}
.cid-tg6CPJhQV6 .mbr-iconfont {
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tg6CPJhQV6 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tg6CPJhQV6 .self-center {
  align-self: center;
}
.cid-tg6CPJhQV6 .indent-up {
  padding-top: 20px;
  line-height: 21px;
  font-size: 14px;
}
@media (max-width: 992px) {
  .cid-tg6CPJhQV6 .indent-up {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-tg6CPJhQV6 .indent-up {
    margin-bottom: 0;
  }
}
.cid-tg6CPJhQV6 .text-style {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cid-tg6CPJhQV6 .text-style:not(:last-child) {
    margin-bottom: 16px !important;
  }
}
.cid-tg6CPJhQV6 .position {
  text-align: end;
}
@media (max-width: 767px) {
  .cid-tg6CPJhQV6 .position {
    text-align: center;
  }
}
.cid-tg6CPJhQV6 .pt-16 {
  padding-top: 16px;
}
.cid-tg6CPJhQV6 .pb-16 {
  padding-bottom: 16px;
}
.cid-tg6Kv2DuHK .navbar-dropdown {
  position: relative !important;
}
.cid-tg6Kv2DuHK .dropdown-menu {
  padding: 1.625rem 0 1.875rem;
}
@media (min-width: 992px) {
  .cid-tg6Kv2DuHK .dropdown-menu {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 992px) {
  .cid-tg6Kv2DuHK .container-fluid,
  .cid-tg6Kv2DuHK .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-tg6Kv2DuHK .dropdown-item {
  padding: 0 1.9375rem 0 2.125rem;
}
.cid-tg6Kv2DuHK .dropdown-item:before {
  content: '';
  position: relative;
  width: 0px;
  height: 6px;
  opacity: 1;
  left: 0px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  display: inline-block;
  vertical-align: middle;
}
.cid-tg6Kv2DuHK .dropdown-item:hover:before,
.cid-tg6Kv2DuHK .dropdown-item:focus:before {
  width: 6px;
  margin-right: 5px;
}
.cid-tg6Kv2DuHK .nav-dropdown .link {
  padding: 0;
  margin: 0 !important;
}
.cid-tg6Kv2DuHK .nav-link {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  padding: 0rem 1.8125rem !important;
}
.cid-tg6Kv2DuHK .nav-link:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 0px;
  opacity: 1;
  left: 15px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  transform: translateY(-20px);
}
.cid-tg6Kv2DuHK .nav-link:hover:before {
  height: 6px;
  transform: translateY(0);
}
.cid-tg6Kv2DuHK .container {
  display: flex;
  margin: auto;
}
.cid-tg6Kv2DuHK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tg6Kv2DuHK .dropdown-menu,
.cid-tg6Kv2DuHK .navbar.opened {
  background: #1a3562 !important;
}
.cid-tg6Kv2DuHK .nav-item:focus,
.cid-tg6Kv2DuHK .nav-link:focus {
  outline: none;
}
.cid-tg6Kv2DuHK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tg6Kv2DuHK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tg6Kv2DuHK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tg6Kv2DuHK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tg6Kv2DuHK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tg6Kv2DuHK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tg6Kv2DuHK .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a3562;
  padding: 1rem 0;
}
.cid-tg6Kv2DuHK .navbar.opened {
  transition: all .3s;
}
.cid-tg6Kv2DuHK .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tg6Kv2DuHK .navbar .navbar-logo img {
  width: auto;
}
.cid-tg6Kv2DuHK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tg6Kv2DuHK .navbar.collapsed {
  justify-content: center;
}
.cid-tg6Kv2DuHK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tg6Kv2DuHK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tg6Kv2DuHK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tg6Kv2DuHK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tg6Kv2DuHK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tg6Kv2DuHK .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-tg6Kv2DuHK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tg6Kv2DuHK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tg6Kv2DuHK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tg6Kv2DuHK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tg6Kv2DuHK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tg6Kv2DuHK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tg6Kv2DuHK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tg6Kv2DuHK .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-tg6Kv2DuHK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tg6Kv2DuHK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tg6Kv2DuHK .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tg6Kv2DuHK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tg6Kv2DuHK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tg6Kv2DuHK .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tg6Kv2DuHK .navbar.navbar-short {
  min-height: 60px;
}
.cid-tg6Kv2DuHK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tg6Kv2DuHK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tg6Kv2DuHK .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tg6Kv2DuHK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tg6Kv2DuHK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tg6Kv2DuHK .dropdown-item.active,
.cid-tg6Kv2DuHK .dropdown-item:active {
  background-color: transparent;
}
.cid-tg6Kv2DuHK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tg6Kv2DuHK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tg6Kv2DuHK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tg6Kv2DuHK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a3562;
}
.cid-tg6Kv2DuHK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tg6Kv2DuHK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tg6Kv2DuHK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tg6Kv2DuHK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tg6Kv2DuHK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tg6Kv2DuHK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tg6Kv2DuHK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tg6Kv2DuHK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tg6Kv2DuHK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tg6Kv2DuHK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tg6Kv2DuHK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tg6Kv2DuHK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tg6Kv2DuHK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tg6Kv2DuHK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tg6Kv2DuHK .navbar-dropdown {
  padding: 1rem 0;
}
.cid-tg6Kv2DuHK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tg6Kv2DuHK .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-tg6Kv2DuHK .navbar {
    height: 70px;
  }
  .cid-tg6Kv2DuHK .navbar.opened {
    height: auto;
  }
  .cid-tg6Kv2DuHK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tg6Kv7ZqT7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dedddd;
}
.cid-tg6Kv7ZqT7 .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tg6Kv7ZqT7 .mbr-section-title {
  color: #1a3562;
}
.cid-tg6Kvc7Y6W {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tg6Kvc7Y6W .mbr-text {
  text-align: left;
  color: #1a3562;
}
.cid-tg6Kvc7Y6W .mbr-section-title {
  color: #1a3562;
}
.cid-tg6KvfTSDk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-tg6KvfTSDk .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tg6KvfTSDk .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg6KvfTSDk .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tg6KvfTSDk .text-wrapper {
    padding: 0 0 0 3rem;
  }
}
@media (max-width: 768px) {
  .cid-tg6KvfTSDk .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg6KvfTSDk .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 1.5625rem;
}
.cid-tg6KvfTSDk .mbr-text,
.cid-tg6KvfTSDk .mbr-section-btn {
  text-align: left;
  color: #1a3562;
}
.cid-tg6KvfTSDk .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-tg6KvfTSDk .mbr-section-title {
  margin-bottom: 2.1875rem;
  text-align: left;
  color: #1a3562;
}
.cid-tg6KvfTSDk .mbr-section-title b:last-child,
.cid-tg6KvfTSDk .mbr-section-title strong:last-child {
  color: #1a3562;
}
.cid-tg6KvfTSDk .mbr-section-subtitle {
  text-align: left;
}
.cid-tg6KvfTSDk .mbr-section-subtitle,
.cid-tg6KvfTSDk .mbr-section-btn {
  text-align: left;
}
.cid-tg6KvfTSDk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg6KvfTSDk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg6KvjInxX {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tg6KvjInxX .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tg6KvjInxX .mbr-section-title {
  color: #1a3562;
}
.cid-tg6KvjInxX .mbr-section-subtitle {
  color: #1a3562;
}
.cid-tg6Kvnz2Cm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #dedddd;
}
.cid-tg6Kvnz2Cm .mbr-section-title {
  color: #1a3562;
  text-align: center;
}
.cid-tg6KvrmlJr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
@media (min-width: 1500px) {
  .cid-tg6KvrmlJr .container {
    max-width: 1400px;
  }
}
.cid-tg6KvrmlJr .mbr-iconfont {
  font-size: 3rem;
  color: #f23801;
}
.cid-tg6KvrmlJr .iconfont-wrapper {
  margin-bottom: 1rem;
  border: 2px solid #f23801;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
}
.cid-tg6KvrmlJr .row {
  justify-content: center;
}
.cid-tg6KvrmlJr .card {
  margin-bottom: 3rem;
}
.cid-tg6KvrmlJr .card-title {
  margin-top: 1rem;
}
.cid-tg6KvrmlJr .card-text {
  margin-top: 0.6875rem;
}
.cid-tg6KvrmlJr .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-tg6KvrmlJr .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-tg6KvrmlJr .mbr-section-title b:last-child,
.cid-tg6KvrmlJr .mbr-section-title strong:last-child {
  color: #244b8d;
}
.cid-tg6KvrmlJr .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-tg6KvrmlJr .mbr-section-head {
  margin-bottom: 6.875rem;
}
.cid-tg6KvrmlJr .card-title,
.cid-tg6KvrmlJr .icon-container {
  color: #1a3562;
  text-align: center;
}
.cid-tg6KvvcFe3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1a3562;
}
.cid-tg6KvvcFe3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg6KvvcFe3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg6KvvcFe3 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tg6KvvcFe3 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tg6KvvcFe3 .row {
    text-align: center;
  }
  .cid-tg6KvvcFe3 .row > div {
    margin: auto;
  }
  .cid-tg6KvvcFe3 .social-row {
    justify-content: center;
  }
  .cid-tg6KvvcFe3 .soc-item {
    padding-top: 0 !important;
  }
}
.cid-tg6KvvcFe3 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tg6KvvcFe3 .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tg6KvvcFe3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tg6KvvcFe3 .list {
    margin-bottom: 0rem;
  }
}
.cid-tg6KvvcFe3 .mbr-text,
.cid-tg6KvvcFe3 .mbr-section-subtitle {
  color: #fafafa;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
}
.cid-tg6KvvcFe3 .soc-item {
  display: flex;
  margin-right: 15px;
  padding-top: 15px;
}
.cid-tg6KvvcFe3 .soc-item:last-child {
  margin-right: 0;
}
.cid-tg6KvvcFe3 .mbr-iconfont {
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tg6KvvcFe3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tg6KvvcFe3 .self-center {
  align-self: center;
}
.cid-tg6KvvcFe3 .indent-up {
  padding-top: 20px;
  line-height: 21px;
  font-size: 14px;
}
@media (max-width: 992px) {
  .cid-tg6KvvcFe3 .indent-up {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-tg6KvvcFe3 .indent-up {
    margin-bottom: 0;
  }
}
.cid-tg6KvvcFe3 .text-style {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cid-tg6KvvcFe3 .text-style:not(:last-child) {
    margin-bottom: 16px !important;
  }
}
.cid-tg6KvvcFe3 .position {
  text-align: end;
}
@media (max-width: 767px) {
  .cid-tg6KvvcFe3 .position {
    text-align: center;
  }
}
.cid-tg6KvvcFe3 .pt-16 {
  padding-top: 16px;
}
.cid-tg6KvvcFe3 .pb-16 {
  padding-bottom: 16px;
}
.cid-tg6S75MN5t .navbar-dropdown {
  position: relative !important;
}
.cid-tg6S75MN5t .dropdown-menu {
  padding: 1.625rem 0 1.875rem;
}
@media (min-width: 992px) {
  .cid-tg6S75MN5t .dropdown-menu {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 992px) {
  .cid-tg6S75MN5t .container-fluid,
  .cid-tg6S75MN5t .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-tg6S75MN5t .dropdown-item {
  padding: 0 1.9375rem 0 2.125rem;
}
.cid-tg6S75MN5t .dropdown-item:before {
  content: '';
  position: relative;
  width: 0px;
  height: 6px;
  opacity: 1;
  left: 0px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  display: inline-block;
  vertical-align: middle;
}
.cid-tg6S75MN5t .dropdown-item:hover:before,
.cid-tg6S75MN5t .dropdown-item:focus:before {
  width: 6px;
  margin-right: 5px;
}
.cid-tg6S75MN5t .nav-dropdown .link {
  padding: 0;
  margin: 0 !important;
}
.cid-tg6S75MN5t .nav-link {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  padding: 0rem 1.8125rem !important;
}
.cid-tg6S75MN5t .nav-link:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 0px;
  opacity: 1;
  left: 15px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  transform: translateY(-20px);
}
.cid-tg6S75MN5t .nav-link:hover:before {
  height: 6px;
  transform: translateY(0);
}
.cid-tg6S75MN5t .container {
  display: flex;
  margin: auto;
}
.cid-tg6S75MN5t .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tg6S75MN5t .dropdown-menu,
.cid-tg6S75MN5t .navbar.opened {
  background: #1a3562 !important;
}
.cid-tg6S75MN5t .nav-item:focus,
.cid-tg6S75MN5t .nav-link:focus {
  outline: none;
}
.cid-tg6S75MN5t .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tg6S75MN5t .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tg6S75MN5t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tg6S75MN5t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tg6S75MN5t .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tg6S75MN5t .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tg6S75MN5t .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a3562;
  padding: 1rem 0;
}
.cid-tg6S75MN5t .navbar.opened {
  transition: all .3s;
}
.cid-tg6S75MN5t .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tg6S75MN5t .navbar .navbar-logo img {
  width: auto;
}
.cid-tg6S75MN5t .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tg6S75MN5t .navbar.collapsed {
  justify-content: center;
}
.cid-tg6S75MN5t .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tg6S75MN5t .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tg6S75MN5t .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tg6S75MN5t .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tg6S75MN5t .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tg6S75MN5t .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-tg6S75MN5t .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tg6S75MN5t .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tg6S75MN5t .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tg6S75MN5t .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tg6S75MN5t .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tg6S75MN5t .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tg6S75MN5t .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tg6S75MN5t .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-tg6S75MN5t .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tg6S75MN5t .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tg6S75MN5t .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tg6S75MN5t .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tg6S75MN5t .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tg6S75MN5t .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tg6S75MN5t .navbar.navbar-short {
  min-height: 60px;
}
.cid-tg6S75MN5t .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tg6S75MN5t .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tg6S75MN5t .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tg6S75MN5t .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tg6S75MN5t .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tg6S75MN5t .dropdown-item.active,
.cid-tg6S75MN5t .dropdown-item:active {
  background-color: transparent;
}
.cid-tg6S75MN5t .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tg6S75MN5t .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tg6S75MN5t .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tg6S75MN5t .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a3562;
}
.cid-tg6S75MN5t .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tg6S75MN5t .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tg6S75MN5t ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tg6S75MN5t .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tg6S75MN5t button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tg6S75MN5t button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tg6S75MN5t button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tg6S75MN5t button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tg6S75MN5t button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tg6S75MN5t button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tg6S75MN5t nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tg6S75MN5t nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tg6S75MN5t nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tg6S75MN5t nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tg6S75MN5t .navbar-dropdown {
  padding: 1rem 0;
}
.cid-tg6S75MN5t a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tg6S75MN5t .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-tg6S75MN5t .navbar {
    height: 70px;
  }
  .cid-tg6S75MN5t .navbar.opened {
    height: auto;
  }
  .cid-tg6S75MN5t .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tg6S78HWw5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dedddd;
}
.cid-tg6S78HWw5 .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tg6S78HWw5 .mbr-section-title {
  color: #1a3562;
}
.cid-tg6S7cfsoy {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tg6S7cfsoy .mbr-text {
  text-align: left;
  color: #1a3562;
}
.cid-tg6S7cfsoy .mbr-section-title {
  color: #1a3562;
}
.cid-tg6S7fTzv7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-tg6S7fTzv7 .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tg6S7fTzv7 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg6S7fTzv7 .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tg6S7fTzv7 .text-wrapper {
    padding: 0 0 0 3rem;
  }
}
@media (max-width: 768px) {
  .cid-tg6S7fTzv7 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg6S7fTzv7 .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 1.5625rem;
}
.cid-tg6S7fTzv7 .mbr-text,
.cid-tg6S7fTzv7 .mbr-section-btn {
  text-align: left;
  color: #1a3562;
}
.cid-tg6S7fTzv7 .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-tg6S7fTzv7 .mbr-section-title {
  margin-bottom: 2.1875rem;
  text-align: left;
  color: #1a3562;
}
.cid-tg6S7fTzv7 .mbr-section-title b:last-child,
.cid-tg6S7fTzv7 .mbr-section-title strong:last-child {
  color: #1a3562;
}
.cid-tg6S7fTzv7 .mbr-section-subtitle {
  text-align: left;
}
.cid-tg6S7fTzv7 .mbr-section-subtitle,
.cid-tg6S7fTzv7 .mbr-section-btn {
  text-align: left;
}
.cid-tg6S7fTzv7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg6S7fTzv7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg6S7jzTKs {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tg6S7jzTKs .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tg6S7jzTKs .mbr-section-title {
  color: #1a3562;
}
.cid-tg6S7jzTKs .mbr-section-subtitle {
  color: #1a3562;
}
.cid-tg6S7niplM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #dedddd;
}
.cid-tg6S7niplM .mbr-section-title {
  color: #1a3562;
  text-align: center;
}
.cid-tg6S7qWWPL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
@media (min-width: 1500px) {
  .cid-tg6S7qWWPL .container {
    max-width: 1400px;
  }
}
.cid-tg6S7qWWPL .mbr-iconfont {
  font-size: 3rem;
  color: #f23801;
}
.cid-tg6S7qWWPL .iconfont-wrapper {
  margin-bottom: 1rem;
  border: 2px solid #f23801;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
}
.cid-tg6S7qWWPL .row {
  justify-content: center;
}
.cid-tg6S7qWWPL .card {
  margin-bottom: 3rem;
}
.cid-tg6S7qWWPL .card-title {
  margin-top: 1rem;
}
.cid-tg6S7qWWPL .card-text {
  margin-top: 0.6875rem;
}
.cid-tg6S7qWWPL .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-tg6S7qWWPL .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-tg6S7qWWPL .mbr-section-title b:last-child,
.cid-tg6S7qWWPL .mbr-section-title strong:last-child {
  color: #244b8d;
}
.cid-tg6S7qWWPL .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-tg6S7qWWPL .mbr-section-head {
  margin-bottom: 6.875rem;
}
.cid-tg6S7qWWPL .card-title,
.cid-tg6S7qWWPL .icon-container {
  color: #1a3562;
  text-align: center;
}
.cid-tg6S7uFepa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1a3562;
}
.cid-tg6S7uFepa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg6S7uFepa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg6S7uFepa .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tg6S7uFepa .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tg6S7uFepa .row {
    text-align: center;
  }
  .cid-tg6S7uFepa .row > div {
    margin: auto;
  }
  .cid-tg6S7uFepa .social-row {
    justify-content: center;
  }
  .cid-tg6S7uFepa .soc-item {
    padding-top: 0 !important;
  }
}
.cid-tg6S7uFepa .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tg6S7uFepa .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tg6S7uFepa .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tg6S7uFepa .list {
    margin-bottom: 0rem;
  }
}
.cid-tg6S7uFepa .mbr-text,
.cid-tg6S7uFepa .mbr-section-subtitle {
  color: #fafafa;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
}
.cid-tg6S7uFepa .soc-item {
  display: flex;
  margin-right: 15px;
  padding-top: 15px;
}
.cid-tg6S7uFepa .soc-item:last-child {
  margin-right: 0;
}
.cid-tg6S7uFepa .mbr-iconfont {
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tg6S7uFepa div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tg6S7uFepa .self-center {
  align-self: center;
}
.cid-tg6S7uFepa .indent-up {
  padding-top: 20px;
  line-height: 21px;
  font-size: 14px;
}
@media (max-width: 992px) {
  .cid-tg6S7uFepa .indent-up {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-tg6S7uFepa .indent-up {
    margin-bottom: 0;
  }
}
.cid-tg6S7uFepa .text-style {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cid-tg6S7uFepa .text-style:not(:last-child) {
    margin-bottom: 16px !important;
  }
}
.cid-tg6S7uFepa .position {
  text-align: end;
}
@media (max-width: 767px) {
  .cid-tg6S7uFepa .position {
    text-align: center;
  }
}
.cid-tg6S7uFepa .pt-16 {
  padding-top: 16px;
}
.cid-tg6S7uFepa .pb-16 {
  padding-bottom: 16px;
}
.cid-tg6YwA5bNj .navbar-dropdown {
  position: relative !important;
}
.cid-tg6YwA5bNj .dropdown-menu {
  padding: 1.625rem 0 1.875rem;
}
@media (min-width: 992px) {
  .cid-tg6YwA5bNj .dropdown-menu {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 992px) {
  .cid-tg6YwA5bNj .container-fluid,
  .cid-tg6YwA5bNj .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-tg6YwA5bNj .dropdown-item {
  padding: 0 1.9375rem 0 2.125rem;
}
.cid-tg6YwA5bNj .dropdown-item:before {
  content: '';
  position: relative;
  width: 0px;
  height: 6px;
  opacity: 1;
  left: 0px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  display: inline-block;
  vertical-align: middle;
}
.cid-tg6YwA5bNj .dropdown-item:hover:before,
.cid-tg6YwA5bNj .dropdown-item:focus:before {
  width: 6px;
  margin-right: 5px;
}
.cid-tg6YwA5bNj .nav-dropdown .link {
  padding: 0;
  margin: 0 !important;
}
.cid-tg6YwA5bNj .nav-link {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  padding: 0rem 1.8125rem !important;
}
.cid-tg6YwA5bNj .nav-link:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 0px;
  opacity: 1;
  left: 15px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  transform: translateY(-20px);
}
.cid-tg6YwA5bNj .nav-link:hover:before {
  height: 6px;
  transform: translateY(0);
}
.cid-tg6YwA5bNj .container {
  display: flex;
  margin: auto;
}
.cid-tg6YwA5bNj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tg6YwA5bNj .dropdown-menu,
.cid-tg6YwA5bNj .navbar.opened {
  background: #1a3562 !important;
}
.cid-tg6YwA5bNj .nav-item:focus,
.cid-tg6YwA5bNj .nav-link:focus {
  outline: none;
}
.cid-tg6YwA5bNj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tg6YwA5bNj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tg6YwA5bNj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tg6YwA5bNj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tg6YwA5bNj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tg6YwA5bNj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tg6YwA5bNj .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a3562;
  padding: 1rem 0;
}
.cid-tg6YwA5bNj .navbar.opened {
  transition: all .3s;
}
.cid-tg6YwA5bNj .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tg6YwA5bNj .navbar .navbar-logo img {
  width: auto;
}
.cid-tg6YwA5bNj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tg6YwA5bNj .navbar.collapsed {
  justify-content: center;
}
.cid-tg6YwA5bNj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tg6YwA5bNj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tg6YwA5bNj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tg6YwA5bNj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tg6YwA5bNj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tg6YwA5bNj .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-tg6YwA5bNj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tg6YwA5bNj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tg6YwA5bNj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tg6YwA5bNj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tg6YwA5bNj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tg6YwA5bNj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tg6YwA5bNj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tg6YwA5bNj .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-tg6YwA5bNj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tg6YwA5bNj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tg6YwA5bNj .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tg6YwA5bNj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tg6YwA5bNj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tg6YwA5bNj .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tg6YwA5bNj .navbar.navbar-short {
  min-height: 60px;
}
.cid-tg6YwA5bNj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tg6YwA5bNj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tg6YwA5bNj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tg6YwA5bNj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tg6YwA5bNj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tg6YwA5bNj .dropdown-item.active,
.cid-tg6YwA5bNj .dropdown-item:active {
  background-color: transparent;
}
.cid-tg6YwA5bNj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tg6YwA5bNj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tg6YwA5bNj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tg6YwA5bNj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a3562;
}
.cid-tg6YwA5bNj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tg6YwA5bNj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tg6YwA5bNj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tg6YwA5bNj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tg6YwA5bNj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tg6YwA5bNj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tg6YwA5bNj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tg6YwA5bNj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tg6YwA5bNj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tg6YwA5bNj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tg6YwA5bNj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tg6YwA5bNj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tg6YwA5bNj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tg6YwA5bNj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tg6YwA5bNj .navbar-dropdown {
  padding: 1rem 0;
}
.cid-tg6YwA5bNj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tg6YwA5bNj .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-tg6YwA5bNj .navbar {
    height: 70px;
  }
  .cid-tg6YwA5bNj .navbar.opened {
    height: auto;
  }
  .cid-tg6YwA5bNj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tg6YwCUqrJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dedddd;
}
.cid-tg6YwCUqrJ .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tg6YwCUqrJ .mbr-section-title {
  color: #1a3562;
}
.cid-tg6YwGthuA {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tg6YwGthuA .mbr-text {
  text-align: left;
  color: #1a3562;
}
.cid-tg6YwGthuA .mbr-section-title {
  color: #1a3562;
}
.cid-tg6YwK8zwI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-tg6YwK8zwI .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tg6YwK8zwI .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg6YwK8zwI .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tg6YwK8zwI .text-wrapper {
    padding: 0 0 0 3rem;
  }
}
@media (max-width: 768px) {
  .cid-tg6YwK8zwI .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg6YwK8zwI .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 1.5625rem;
}
.cid-tg6YwK8zwI .mbr-text,
.cid-tg6YwK8zwI .mbr-section-btn {
  text-align: left;
  color: #1a3562;
}
.cid-tg6YwK8zwI .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-tg6YwK8zwI .mbr-section-title {
  margin-bottom: 2.1875rem;
  text-align: left;
  color: #1a3562;
}
.cid-tg6YwK8zwI .mbr-section-title b:last-child,
.cid-tg6YwK8zwI .mbr-section-title strong:last-child {
  color: #1a3562;
}
.cid-tg6YwK8zwI .mbr-section-subtitle {
  text-align: left;
}
.cid-tg6YwK8zwI .mbr-section-subtitle,
.cid-tg6YwK8zwI .mbr-section-btn {
  text-align: left;
}
.cid-tg6YwK8zwI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg6YwK8zwI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg6ZBzZUlU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tg6ZBzZUlU .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tg6ZBzZUlU .mbr-section-title {
  color: #1a3562;
}
.cid-tg6ZBzZUlU .mbr-section-subtitle {
  color: #1a3562;
}
.cid-tg6YwRwPDH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #dedddd;
}
.cid-tg6YwRwPDH .mbr-section-title {
  color: #1a3562;
  text-align: center;
}
.cid-tg6YwV6aIe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
@media (min-width: 1500px) {
  .cid-tg6YwV6aIe .container {
    max-width: 1400px;
  }
}
.cid-tg6YwV6aIe .mbr-iconfont {
  font-size: 3rem;
  color: #f23801;
}
.cid-tg6YwV6aIe .iconfont-wrapper {
  margin-bottom: 1rem;
  border: 2px solid #f23801;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
}
.cid-tg6YwV6aIe .row {
  justify-content: center;
}
.cid-tg6YwV6aIe .card {
  margin-bottom: 3rem;
}
.cid-tg6YwV6aIe .card-title {
  margin-top: 1rem;
}
.cid-tg6YwV6aIe .card-text {
  margin-top: 0.6875rem;
}
.cid-tg6YwV6aIe .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-tg6YwV6aIe .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-tg6YwV6aIe .mbr-section-title b:last-child,
.cid-tg6YwV6aIe .mbr-section-title strong:last-child {
  color: #244b8d;
}
.cid-tg6YwV6aIe .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-tg6YwV6aIe .mbr-section-head {
  margin-bottom: 6.875rem;
}
.cid-tg6YwV6aIe .card-title,
.cid-tg6YwV6aIe .icon-container {
  color: #1a3562;
  text-align: center;
}
.cid-tg6YwYK7yT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1a3562;
}
.cid-tg6YwYK7yT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg6YwYK7yT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg6YwYK7yT .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tg6YwYK7yT .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tg6YwYK7yT .row {
    text-align: center;
  }
  .cid-tg6YwYK7yT .row > div {
    margin: auto;
  }
  .cid-tg6YwYK7yT .social-row {
    justify-content: center;
  }
  .cid-tg6YwYK7yT .soc-item {
    padding-top: 0 !important;
  }
}
.cid-tg6YwYK7yT .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tg6YwYK7yT .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tg6YwYK7yT .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tg6YwYK7yT .list {
    margin-bottom: 0rem;
  }
}
.cid-tg6YwYK7yT .mbr-text,
.cid-tg6YwYK7yT .mbr-section-subtitle {
  color: #fafafa;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
}
.cid-tg6YwYK7yT .soc-item {
  display: flex;
  margin-right: 15px;
  padding-top: 15px;
}
.cid-tg6YwYK7yT .soc-item:last-child {
  margin-right: 0;
}
.cid-tg6YwYK7yT .mbr-iconfont {
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tg6YwYK7yT div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tg6YwYK7yT .self-center {
  align-self: center;
}
.cid-tg6YwYK7yT .indent-up {
  padding-top: 20px;
  line-height: 21px;
  font-size: 14px;
}
@media (max-width: 992px) {
  .cid-tg6YwYK7yT .indent-up {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-tg6YwYK7yT .indent-up {
    margin-bottom: 0;
  }
}
.cid-tg6YwYK7yT .text-style {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cid-tg6YwYK7yT .text-style:not(:last-child) {
    margin-bottom: 16px !important;
  }
}
.cid-tg6YwYK7yT .position {
  text-align: end;
}
@media (max-width: 767px) {
  .cid-tg6YwYK7yT .position {
    text-align: center;
  }
}
.cid-tg6YwYK7yT .pt-16 {
  padding-top: 16px;
}
.cid-tg6YwYK7yT .pb-16 {
  padding-bottom: 16px;
}
.cid-tg74UylAyH .navbar-dropdown {
  position: relative !important;
}
.cid-tg74UylAyH .dropdown-menu {
  padding: 1.625rem 0 1.875rem;
}
@media (min-width: 992px) {
  .cid-tg74UylAyH .dropdown-menu {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 992px) {
  .cid-tg74UylAyH .container-fluid,
  .cid-tg74UylAyH .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-tg74UylAyH .dropdown-item {
  padding: 0 1.9375rem 0 2.125rem;
}
.cid-tg74UylAyH .dropdown-item:before {
  content: '';
  position: relative;
  width: 0px;
  height: 6px;
  opacity: 1;
  left: 0px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  display: inline-block;
  vertical-align: middle;
}
.cid-tg74UylAyH .dropdown-item:hover:before,
.cid-tg74UylAyH .dropdown-item:focus:before {
  width: 6px;
  margin-right: 5px;
}
.cid-tg74UylAyH .nav-dropdown .link {
  padding: 0;
  margin: 0 !important;
}
.cid-tg74UylAyH .nav-link {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  padding: 0rem 1.8125rem !important;
}
.cid-tg74UylAyH .nav-link:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 0px;
  opacity: 1;
  left: 15px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  transform: translateY(-20px);
}
.cid-tg74UylAyH .nav-link:hover:before {
  height: 6px;
  transform: translateY(0);
}
.cid-tg74UylAyH .container {
  display: flex;
  margin: auto;
}
.cid-tg74UylAyH .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tg74UylAyH .dropdown-menu,
.cid-tg74UylAyH .navbar.opened {
  background: #1a3562 !important;
}
.cid-tg74UylAyH .nav-item:focus,
.cid-tg74UylAyH .nav-link:focus {
  outline: none;
}
.cid-tg74UylAyH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tg74UylAyH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tg74UylAyH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tg74UylAyH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tg74UylAyH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tg74UylAyH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tg74UylAyH .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a3562;
  padding: 1rem 0;
}
.cid-tg74UylAyH .navbar.opened {
  transition: all .3s;
}
.cid-tg74UylAyH .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tg74UylAyH .navbar .navbar-logo img {
  width: auto;
}
.cid-tg74UylAyH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tg74UylAyH .navbar.collapsed {
  justify-content: center;
}
.cid-tg74UylAyH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tg74UylAyH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tg74UylAyH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tg74UylAyH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tg74UylAyH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tg74UylAyH .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-tg74UylAyH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tg74UylAyH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tg74UylAyH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tg74UylAyH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tg74UylAyH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tg74UylAyH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tg74UylAyH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tg74UylAyH .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-tg74UylAyH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tg74UylAyH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tg74UylAyH .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tg74UylAyH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tg74UylAyH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tg74UylAyH .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tg74UylAyH .navbar.navbar-short {
  min-height: 60px;
}
.cid-tg74UylAyH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tg74UylAyH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tg74UylAyH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tg74UylAyH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tg74UylAyH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tg74UylAyH .dropdown-item.active,
.cid-tg74UylAyH .dropdown-item:active {
  background-color: transparent;
}
.cid-tg74UylAyH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tg74UylAyH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tg74UylAyH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tg74UylAyH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a3562;
}
.cid-tg74UylAyH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tg74UylAyH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tg74UylAyH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tg74UylAyH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tg74UylAyH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tg74UylAyH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tg74UylAyH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tg74UylAyH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tg74UylAyH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tg74UylAyH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tg74UylAyH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tg74UylAyH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tg74UylAyH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tg74UylAyH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tg74UylAyH .navbar-dropdown {
  padding: 1rem 0;
}
.cid-tg74UylAyH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tg74UylAyH .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-tg74UylAyH .navbar {
    height: 70px;
  }
  .cid-tg74UylAyH .navbar.opened {
    height: auto;
  }
  .cid-tg74UylAyH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tg74UBbuRD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dedddd;
}
.cid-tg74UBbuRD .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tg74UBbuRD .mbr-section-title {
  color: #1a3562;
}
.cid-tg74UEJDqc {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tg74UEJDqc .mbr-text {
  text-align: left;
  color: #1a3562;
}
.cid-tg74UEJDqc .mbr-section-title {
  color: #1a3562;
}
.cid-tg74UIkikJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-tg74UIkikJ .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tg74UIkikJ .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg74UIkikJ .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tg74UIkikJ .text-wrapper {
    padding: 0 0 0 3rem;
  }
}
@media (max-width: 768px) {
  .cid-tg74UIkikJ .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg74UIkikJ .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 1.5625rem;
}
.cid-tg74UIkikJ .mbr-text,
.cid-tg74UIkikJ .mbr-section-btn {
  text-align: left;
  color: #1a3562;
}
.cid-tg74UIkikJ .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-tg74UIkikJ .mbr-section-title {
  margin-bottom: 2.1875rem;
  text-align: left;
  color: #1a3562;
}
.cid-tg74UIkikJ .mbr-section-title b:last-child,
.cid-tg74UIkikJ .mbr-section-title strong:last-child {
  color: #1a3562;
}
.cid-tg74UIkikJ .mbr-section-subtitle {
  text-align: left;
}
.cid-tg74UIkikJ .mbr-section-subtitle,
.cid-tg74UIkikJ .mbr-section-btn {
  text-align: left;
}
.cid-tg74UIkikJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg74UIkikJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg75GUiLv4 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tg75GUiLv4 .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tg75GUiLv4 .mbr-section-title {
  color: #1a3562;
}
.cid-tg75GUiLv4 .mbr-section-subtitle {
  color: #1a3562;
}
.cid-tg74UPCSFb {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #dedddd;
}
.cid-tg74UPCSFb .mbr-section-title {
  color: #1a3562;
  text-align: center;
}
.cid-tg74UTeZ48 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
@media (min-width: 1500px) {
  .cid-tg74UTeZ48 .container {
    max-width: 1400px;
  }
}
.cid-tg74UTeZ48 .mbr-iconfont {
  font-size: 3rem;
  color: #f23801;
}
.cid-tg74UTeZ48 .iconfont-wrapper {
  margin-bottom: 1rem;
  border: 2px solid #f23801;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
}
.cid-tg74UTeZ48 .row {
  justify-content: center;
}
.cid-tg74UTeZ48 .card {
  margin-bottom: 3rem;
}
.cid-tg74UTeZ48 .card-title {
  margin-top: 1rem;
}
.cid-tg74UTeZ48 .card-text {
  margin-top: 0.6875rem;
}
.cid-tg74UTeZ48 .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-tg74UTeZ48 .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-tg74UTeZ48 .mbr-section-title b:last-child,
.cid-tg74UTeZ48 .mbr-section-title strong:last-child {
  color: #244b8d;
}
.cid-tg74UTeZ48 .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-tg74UTeZ48 .mbr-section-head {
  margin-bottom: 6.875rem;
}
.cid-tg74UTeZ48 .card-title,
.cid-tg74UTeZ48 .icon-container {
  color: #1a3562;
  text-align: center;
}
.cid-tg74UWRVFk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1a3562;
}
.cid-tg74UWRVFk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg74UWRVFk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg74UWRVFk .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tg74UWRVFk .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tg74UWRVFk .row {
    text-align: center;
  }
  .cid-tg74UWRVFk .row > div {
    margin: auto;
  }
  .cid-tg74UWRVFk .social-row {
    justify-content: center;
  }
  .cid-tg74UWRVFk .soc-item {
    padding-top: 0 !important;
  }
}
.cid-tg74UWRVFk .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tg74UWRVFk .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tg74UWRVFk .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tg74UWRVFk .list {
    margin-bottom: 0rem;
  }
}
.cid-tg74UWRVFk .mbr-text,
.cid-tg74UWRVFk .mbr-section-subtitle {
  color: #fafafa;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
}
.cid-tg74UWRVFk .soc-item {
  display: flex;
  margin-right: 15px;
  padding-top: 15px;
}
.cid-tg74UWRVFk .soc-item:last-child {
  margin-right: 0;
}
.cid-tg74UWRVFk .mbr-iconfont {
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tg74UWRVFk div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tg74UWRVFk .self-center {
  align-self: center;
}
.cid-tg74UWRVFk .indent-up {
  padding-top: 20px;
  line-height: 21px;
  font-size: 14px;
}
@media (max-width: 992px) {
  .cid-tg74UWRVFk .indent-up {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-tg74UWRVFk .indent-up {
    margin-bottom: 0;
  }
}
.cid-tg74UWRVFk .text-style {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cid-tg74UWRVFk .text-style:not(:last-child) {
    margin-bottom: 16px !important;
  }
}
.cid-tg74UWRVFk .position {
  text-align: end;
}
@media (max-width: 767px) {
  .cid-tg74UWRVFk .position {
    text-align: center;
  }
}
.cid-tg74UWRVFk .pt-16 {
  padding-top: 16px;
}
.cid-tg74UWRVFk .pb-16 {
  padding-bottom: 16px;
}
.cid-tg7tUA6zr4 .navbar-dropdown {
  position: relative !important;
}
.cid-tg7tUA6zr4 .dropdown-menu {
  padding: 1.625rem 0 1.875rem;
}
@media (min-width: 992px) {
  .cid-tg7tUA6zr4 .dropdown-menu {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 992px) {
  .cid-tg7tUA6zr4 .container-fluid,
  .cid-tg7tUA6zr4 .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-tg7tUA6zr4 .dropdown-item {
  padding: 0 1.9375rem 0 2.125rem;
}
.cid-tg7tUA6zr4 .dropdown-item:before {
  content: '';
  position: relative;
  width: 0px;
  height: 6px;
  opacity: 1;
  left: 0px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  display: inline-block;
  vertical-align: middle;
}
.cid-tg7tUA6zr4 .dropdown-item:hover:before,
.cid-tg7tUA6zr4 .dropdown-item:focus:before {
  width: 6px;
  margin-right: 5px;
}
.cid-tg7tUA6zr4 .nav-dropdown .link {
  padding: 0;
  margin: 0 !important;
}
.cid-tg7tUA6zr4 .nav-link {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  padding: 0rem 1.8125rem !important;
}
.cid-tg7tUA6zr4 .nav-link:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 0px;
  opacity: 1;
  left: 15px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  transform: translateY(-20px);
}
.cid-tg7tUA6zr4 .nav-link:hover:before {
  height: 6px;
  transform: translateY(0);
}
.cid-tg7tUA6zr4 .container {
  display: flex;
  margin: auto;
}
.cid-tg7tUA6zr4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tg7tUA6zr4 .dropdown-menu,
.cid-tg7tUA6zr4 .navbar.opened {
  background: #1a3562 !important;
}
.cid-tg7tUA6zr4 .nav-item:focus,
.cid-tg7tUA6zr4 .nav-link:focus {
  outline: none;
}
.cid-tg7tUA6zr4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tg7tUA6zr4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tg7tUA6zr4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tg7tUA6zr4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tg7tUA6zr4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tg7tUA6zr4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tg7tUA6zr4 .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a3562;
  padding: 1rem 0;
}
.cid-tg7tUA6zr4 .navbar.opened {
  transition: all .3s;
}
.cid-tg7tUA6zr4 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tg7tUA6zr4 .navbar .navbar-logo img {
  width: auto;
}
.cid-tg7tUA6zr4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tg7tUA6zr4 .navbar.collapsed {
  justify-content: center;
}
.cid-tg7tUA6zr4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tg7tUA6zr4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tg7tUA6zr4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tg7tUA6zr4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tg7tUA6zr4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tg7tUA6zr4 .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-tg7tUA6zr4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tg7tUA6zr4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tg7tUA6zr4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tg7tUA6zr4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tg7tUA6zr4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tg7tUA6zr4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tg7tUA6zr4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tg7tUA6zr4 .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-tg7tUA6zr4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tg7tUA6zr4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tg7tUA6zr4 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tg7tUA6zr4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tg7tUA6zr4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tg7tUA6zr4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tg7tUA6zr4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tg7tUA6zr4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tg7tUA6zr4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tg7tUA6zr4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tg7tUA6zr4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tg7tUA6zr4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tg7tUA6zr4 .dropdown-item.active,
.cid-tg7tUA6zr4 .dropdown-item:active {
  background-color: transparent;
}
.cid-tg7tUA6zr4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tg7tUA6zr4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tg7tUA6zr4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tg7tUA6zr4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a3562;
}
.cid-tg7tUA6zr4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tg7tUA6zr4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tg7tUA6zr4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tg7tUA6zr4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tg7tUA6zr4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tg7tUA6zr4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tg7tUA6zr4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tg7tUA6zr4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tg7tUA6zr4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tg7tUA6zr4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tg7tUA6zr4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tg7tUA6zr4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tg7tUA6zr4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tg7tUA6zr4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tg7tUA6zr4 .navbar-dropdown {
  padding: 1rem 0;
}
.cid-tg7tUA6zr4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tg7tUA6zr4 .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-tg7tUA6zr4 .navbar {
    height: 70px;
  }
  .cid-tg7tUA6zr4 .navbar.opened {
    height: auto;
  }
  .cid-tg7tUA6zr4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tg7tUDuW2D {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dedddd;
}
.cid-tg7tUDuW2D .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tg7tUDuW2D .mbr-section-title {
  color: #1a3562;
}
.cid-tg7tUHhYeC {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tg7tUHhYeC .mbr-text {
  text-align: left;
  color: #1a3562;
}
.cid-tg7tUHhYeC .mbr-section-title {
  color: #1a3562;
}
.cid-tg7tUKXfxt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-tg7tUKXfxt .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tg7tUKXfxt .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg7tUKXfxt .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tg7tUKXfxt .text-wrapper {
    padding: 0 0 0 3rem;
  }
}
@media (max-width: 768px) {
  .cid-tg7tUKXfxt .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tg7tUKXfxt .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 1.5625rem;
}
.cid-tg7tUKXfxt .mbr-text,
.cid-tg7tUKXfxt .mbr-section-btn {
  text-align: left;
  color: #1a3562;
}
.cid-tg7tUKXfxt .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-tg7tUKXfxt .mbr-section-title {
  margin-bottom: 2.1875rem;
  text-align: left;
  color: #232323;
}
.cid-tg7tUKXfxt .mbr-section-title b:last-child,
.cid-tg7tUKXfxt .mbr-section-title strong:last-child {
  color: #1a3562;
}
.cid-tg7tUKXfxt .mbr-section-subtitle {
  text-align: left;
}
.cid-tg7tUKXfxt .mbr-section-subtitle,
.cid-tg7tUKXfxt .mbr-section-btn {
  text-align: left;
  color: #1a3562;
}
.cid-tg7tUKXfxt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg7tUKXfxt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgaZDqDuPK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tgaZDqDuPK .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tgaZDqDuPK .mbr-section-title {
  color: #1a3562;
}
.cid-tgaZDqDuPK .mbr-section-subtitle {
  color: #1a3562;
}
.cid-tg7tUSgZUH {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tg7tUSgZUH .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tg7tUSgZUH .mbr-section-title {
  color: #1a3562;
}
.cid-tg7tUSgZUH .mbr-section-subtitle {
  color: #1a3562;
}
.cid-tg7tUVU2lQ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #dedddd;
}
.cid-tg7tUVU2lQ .mbr-section-title {
  color: #1a3562;
  text-align: center;
}
.cid-tg7tUZuKw2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
@media (min-width: 1500px) {
  .cid-tg7tUZuKw2 .container {
    max-width: 1400px;
  }
}
.cid-tg7tUZuKw2 .mbr-iconfont {
  font-size: 3rem;
  color: #f23801;
}
.cid-tg7tUZuKw2 .iconfont-wrapper {
  margin-bottom: 1rem;
  border: 2px solid #f23801;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
}
.cid-tg7tUZuKw2 .row {
  justify-content: center;
}
.cid-tg7tUZuKw2 .card {
  margin-bottom: 3rem;
}
.cid-tg7tUZuKw2 .card-title {
  margin-top: 1rem;
}
.cid-tg7tUZuKw2 .card-text {
  margin-top: 0.6875rem;
}
.cid-tg7tUZuKw2 .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-tg7tUZuKw2 .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-tg7tUZuKw2 .mbr-section-title b:last-child,
.cid-tg7tUZuKw2 .mbr-section-title strong:last-child {
  color: #244b8d;
}
.cid-tg7tUZuKw2 .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-tg7tUZuKw2 .mbr-section-head {
  margin-bottom: 6.875rem;
}
.cid-tg7tUZuKw2 .card-title,
.cid-tg7tUZuKw2 .icon-container {
  color: #1a3562;
  text-align: center;
}
.cid-tg7tV3eSsF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1a3562;
}
.cid-tg7tV3eSsF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tg7tV3eSsF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tg7tV3eSsF .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tg7tV3eSsF .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tg7tV3eSsF .row {
    text-align: center;
  }
  .cid-tg7tV3eSsF .row > div {
    margin: auto;
  }
  .cid-tg7tV3eSsF .social-row {
    justify-content: center;
  }
  .cid-tg7tV3eSsF .soc-item {
    padding-top: 0 !important;
  }
}
.cid-tg7tV3eSsF .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tg7tV3eSsF .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tg7tV3eSsF .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tg7tV3eSsF .list {
    margin-bottom: 0rem;
  }
}
.cid-tg7tV3eSsF .mbr-text,
.cid-tg7tV3eSsF .mbr-section-subtitle {
  color: #fafafa;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
}
.cid-tg7tV3eSsF .soc-item {
  display: flex;
  margin-right: 15px;
  padding-top: 15px;
}
.cid-tg7tV3eSsF .soc-item:last-child {
  margin-right: 0;
}
.cid-tg7tV3eSsF .mbr-iconfont {
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tg7tV3eSsF div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tg7tV3eSsF .self-center {
  align-self: center;
}
.cid-tg7tV3eSsF .indent-up {
  padding-top: 20px;
  line-height: 21px;
  font-size: 14px;
}
@media (max-width: 992px) {
  .cid-tg7tV3eSsF .indent-up {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-tg7tV3eSsF .indent-up {
    margin-bottom: 0;
  }
}
.cid-tg7tV3eSsF .text-style {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cid-tg7tV3eSsF .text-style:not(:last-child) {
    margin-bottom: 16px !important;
  }
}
.cid-tg7tV3eSsF .position {
  text-align: end;
}
@media (max-width: 767px) {
  .cid-tg7tV3eSsF .position {
    text-align: center;
  }
}
.cid-tg7tV3eSsF .pt-16 {
  padding-top: 16px;
}
.cid-tg7tV3eSsF .pb-16 {
  padding-bottom: 16px;
}
.cid-tgb4fKtnkz .navbar-dropdown {
  position: relative !important;
}
.cid-tgb4fKtnkz .dropdown-menu {
  padding: 1.625rem 0 1.875rem;
}
@media (min-width: 992px) {
  .cid-tgb4fKtnkz .dropdown-menu {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 992px) {
  .cid-tgb4fKtnkz .container-fluid,
  .cid-tgb4fKtnkz .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-tgb4fKtnkz .dropdown-item {
  padding: 0 1.9375rem 0 2.125rem;
}
.cid-tgb4fKtnkz .dropdown-item:before {
  content: '';
  position: relative;
  width: 0px;
  height: 6px;
  opacity: 1;
  left: 0px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  display: inline-block;
  vertical-align: middle;
}
.cid-tgb4fKtnkz .dropdown-item:hover:before,
.cid-tgb4fKtnkz .dropdown-item:focus:before {
  width: 6px;
  margin-right: 5px;
}
.cid-tgb4fKtnkz .nav-dropdown .link {
  padding: 0;
  margin: 0 !important;
}
.cid-tgb4fKtnkz .nav-link {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  padding: 0rem 1.8125rem !important;
}
.cid-tgb4fKtnkz .nav-link:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 0px;
  opacity: 1;
  left: 15px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  transform: translateY(-20px);
}
.cid-tgb4fKtnkz .nav-link:hover:before {
  height: 6px;
  transform: translateY(0);
}
.cid-tgb4fKtnkz .container {
  display: flex;
  margin: auto;
}
.cid-tgb4fKtnkz .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tgb4fKtnkz .dropdown-menu,
.cid-tgb4fKtnkz .navbar.opened {
  background: #1a3562 !important;
}
.cid-tgb4fKtnkz .nav-item:focus,
.cid-tgb4fKtnkz .nav-link:focus {
  outline: none;
}
.cid-tgb4fKtnkz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tgb4fKtnkz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tgb4fKtnkz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tgb4fKtnkz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tgb4fKtnkz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgb4fKtnkz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgb4fKtnkz .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a3562;
  padding: 1rem 0;
}
.cid-tgb4fKtnkz .navbar.opened {
  transition: all .3s;
}
.cid-tgb4fKtnkz .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tgb4fKtnkz .navbar .navbar-logo img {
  width: auto;
}
.cid-tgb4fKtnkz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tgb4fKtnkz .navbar.collapsed {
  justify-content: center;
}
.cid-tgb4fKtnkz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgb4fKtnkz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgb4fKtnkz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tgb4fKtnkz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgb4fKtnkz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tgb4fKtnkz .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-tgb4fKtnkz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgb4fKtnkz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tgb4fKtnkz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tgb4fKtnkz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgb4fKtnkz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgb4fKtnkz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgb4fKtnkz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tgb4fKtnkz .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-tgb4fKtnkz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tgb4fKtnkz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgb4fKtnkz .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tgb4fKtnkz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tgb4fKtnkz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tgb4fKtnkz .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tgb4fKtnkz .navbar.navbar-short {
  min-height: 60px;
}
.cid-tgb4fKtnkz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tgb4fKtnkz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tgb4fKtnkz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tgb4fKtnkz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tgb4fKtnkz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgb4fKtnkz .dropdown-item.active,
.cid-tgb4fKtnkz .dropdown-item:active {
  background-color: transparent;
}
.cid-tgb4fKtnkz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tgb4fKtnkz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tgb4fKtnkz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tgb4fKtnkz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a3562;
}
.cid-tgb4fKtnkz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tgb4fKtnkz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgb4fKtnkz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tgb4fKtnkz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tgb4fKtnkz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tgb4fKtnkz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tgb4fKtnkz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tgb4fKtnkz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tgb4fKtnkz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tgb4fKtnkz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tgb4fKtnkz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgb4fKtnkz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tgb4fKtnkz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tgb4fKtnkz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgb4fKtnkz .navbar-dropdown {
  padding: 1rem 0;
}
.cid-tgb4fKtnkz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tgb4fKtnkz .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-tgb4fKtnkz .navbar {
    height: 70px;
  }
  .cid-tgb4fKtnkz .navbar.opened {
    height: auto;
  }
  .cid-tgb4fKtnkz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgb4fNqueq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dedddd;
}
.cid-tgb4fNqueq .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tgb4fNqueq .mbr-section-title {
  color: #1a3562;
}
.cid-tgb4fR3JyP {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tgb4fR3JyP .mbr-text {
  text-align: left;
  color: #1a3562;
}
.cid-tgb4fR3JyP .mbr-section-title {
  color: #1a3562;
}
.cid-tgb4fUEt4A {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-tgb4fUEt4A .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tgb4fUEt4A .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tgb4fUEt4A .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tgb4fUEt4A .text-wrapper {
    padding: 0 0 0 3rem;
  }
}
@media (max-width: 768px) {
  .cid-tgb4fUEt4A .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tgb4fUEt4A .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 1.5625rem;
}
.cid-tgb4fUEt4A .mbr-text,
.cid-tgb4fUEt4A .mbr-section-btn {
  text-align: left;
  color: #1a3562;
}
.cid-tgb4fUEt4A .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-tgb4fUEt4A .mbr-section-title {
  margin-bottom: 2.1875rem;
  text-align: left;
  color: #232323;
}
.cid-tgb4fUEt4A .mbr-section-title b:last-child,
.cid-tgb4fUEt4A .mbr-section-title strong:last-child {
  color: #1a3562;
}
.cid-tgb4fUEt4A .mbr-section-subtitle {
  text-align: left;
}
.cid-tgb4fUEt4A .mbr-section-subtitle,
.cid-tgb4fUEt4A .mbr-section-btn {
  text-align: left;
  color: #1a3562;
}
.cid-tgb4fUEt4A .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgb4fUEt4A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgb4fYlwEk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tgb4fYlwEk .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tgb4fYlwEk .mbr-section-title {
  color: #1a3562;
}
.cid-tgb4fYlwEk .mbr-section-subtitle {
  color: #1a3562;
}
.cid-tgb5bvwg6P {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tgb5bvwg6P .video-wrapper {
  overflow: hidden;
}
.cid-tgb5bvwg6P .row {
  flex-direction: row-reverse;
}
.cid-tgb5bvwg6P iframe {
  width: 100%;
  vertical-align: middle;
  object-fit: cover;
  display: inline-block;
}
.cid-tgb5bvwg6P .container-fluid {
  padding: 0 !important;
}
.cid-tgb5bvwg6P .mbr-section-head {
  padding-bottom: 4rem;
}
.cid-tgb5bvwg6P .mbr-section-title b:last-child,
.cid-tgb5bvwg6P .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-tgb5bvwg6P .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgb5bvwg6P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgb6abtBMC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tgb6abtBMC .video-wrapper {
  overflow: hidden;
}
.cid-tgb6abtBMC .row {
  flex-direction: row-reverse;
}
.cid-tgb6abtBMC iframe {
  width: 100%;
  vertical-align: middle;
  object-fit: cover;
  display: inline-block;
}
.cid-tgb6abtBMC .container-fluid {
  padding: 0 !important;
}
.cid-tgb6abtBMC .mbr-section-head {
  padding-bottom: 4rem;
}
.cid-tgb6abtBMC .mbr-section-title b:last-child,
.cid-tgb6abtBMC .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-tgb6abtBMC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgb6abtBMC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgb6aV9teL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tgb6aV9teL .video-wrapper {
  overflow: hidden;
}
.cid-tgb6aV9teL .row {
  flex-direction: row-reverse;
}
.cid-tgb6aV9teL iframe {
  width: 100%;
  vertical-align: middle;
  object-fit: cover;
  display: inline-block;
}
.cid-tgb6aV9teL .container-fluid {
  padding: 0 !important;
}
.cid-tgb6aV9teL .mbr-section-head {
  padding-bottom: 4rem;
}
.cid-tgb6aV9teL .mbr-section-title b:last-child,
.cid-tgb6aV9teL .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-tgb6aV9teL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgb6aV9teL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgb6bzWBbh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tgb6bzWBbh .video-wrapper {
  overflow: hidden;
}
.cid-tgb6bzWBbh .row {
  flex-direction: row-reverse;
}
.cid-tgb6bzWBbh iframe {
  width: 100%;
  vertical-align: middle;
  object-fit: cover;
  display: inline-block;
}
.cid-tgb6bzWBbh .container-fluid {
  padding: 0 !important;
}
.cid-tgb6bzWBbh .mbr-section-head {
  padding-bottom: 4rem;
}
.cid-tgb6bzWBbh .mbr-section-title b:last-child,
.cid-tgb6bzWBbh .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-tgb6bzWBbh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgb6bzWBbh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgb6vYimxK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tgb6vYimxK .video-wrapper {
  overflow: hidden;
}
.cid-tgb6vYimxK .row {
  flex-direction: row-reverse;
}
.cid-tgb6vYimxK iframe {
  width: 100%;
  vertical-align: middle;
  object-fit: cover;
  display: inline-block;
}
.cid-tgb6vYimxK .container-fluid {
  padding: 0 !important;
}
.cid-tgb6vYimxK .mbr-section-head {
  padding-bottom: 4rem;
}
.cid-tgb6vYimxK .mbr-section-title b:last-child,
.cid-tgb6vYimxK .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-tgb6vYimxK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgb6vYimxK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgb6wsOUPn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tgb6wsOUPn .video-wrapper {
  overflow: hidden;
}
.cid-tgb6wsOUPn .row {
  flex-direction: row-reverse;
}
.cid-tgb6wsOUPn iframe {
  width: 100%;
  vertical-align: middle;
  object-fit: cover;
  display: inline-block;
}
.cid-tgb6wsOUPn .container-fluid {
  padding: 0 !important;
}
.cid-tgb6wsOUPn .mbr-section-head {
  padding-bottom: 4rem;
}
.cid-tgb6wsOUPn .mbr-section-title b:last-child,
.cid-tgb6wsOUPn .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-tgb6wsOUPn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgb6wsOUPn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgb6x1u5Y4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tgb6x1u5Y4 .video-wrapper {
  overflow: hidden;
}
.cid-tgb6x1u5Y4 .row {
  flex-direction: row-reverse;
}
.cid-tgb6x1u5Y4 iframe {
  width: 100%;
  vertical-align: middle;
  object-fit: cover;
  display: inline-block;
}
.cid-tgb6x1u5Y4 .container-fluid {
  padding: 0 !important;
}
.cid-tgb6x1u5Y4 .mbr-section-head {
  padding-bottom: 4rem;
}
.cid-tgb6x1u5Y4 .mbr-section-title b:last-child,
.cid-tgb6x1u5Y4 .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-tgb6x1u5Y4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgb6x1u5Y4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgb6xwhiMR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tgb6xwhiMR .video-wrapper {
  overflow: hidden;
}
.cid-tgb6xwhiMR .row {
  flex-direction: row-reverse;
}
.cid-tgb6xwhiMR iframe {
  width: 100%;
  vertical-align: middle;
  object-fit: cover;
  display: inline-block;
}
.cid-tgb6xwhiMR .container-fluid {
  padding: 0 !important;
}
.cid-tgb6xwhiMR .mbr-section-head {
  padding-bottom: 4rem;
}
.cid-tgb6xwhiMR .mbr-section-title b:last-child,
.cid-tgb6xwhiMR .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-tgb6xwhiMR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgb6xwhiMR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgb6xYCz8W {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tgb6xYCz8W .video-wrapper {
  overflow: hidden;
}
.cid-tgb6xYCz8W .row {
  flex-direction: row-reverse;
}
.cid-tgb6xYCz8W iframe {
  width: 100%;
  vertical-align: middle;
  object-fit: cover;
  display: inline-block;
}
.cid-tgb6xYCz8W .container-fluid {
  padding: 0 !important;
}
.cid-tgb6xYCz8W .mbr-section-head {
  padding-bottom: 4rem;
}
.cid-tgb6xYCz8W .mbr-section-title b:last-child,
.cid-tgb6xYCz8W .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-tgb6xYCz8W .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgb6xYCz8W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgb6yrj5TM {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tgb6yrj5TM .video-wrapper {
  overflow: hidden;
}
.cid-tgb6yrj5TM .row {
  flex-direction: row-reverse;
}
.cid-tgb6yrj5TM iframe {
  width: 100%;
  vertical-align: middle;
  object-fit: cover;
  display: inline-block;
}
.cid-tgb6yrj5TM .container-fluid {
  padding: 0 !important;
}
.cid-tgb6yrj5TM .mbr-section-head {
  padding-bottom: 4rem;
}
.cid-tgb6yrj5TM .mbr-section-title b:last-child,
.cid-tgb6yrj5TM .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-tgb6yrj5TM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgb6yrj5TM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgb4g5FGee {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #dedddd;
}
.cid-tgb4g5FGee .mbr-section-title {
  color: #1a3562;
  text-align: center;
}
.cid-tgb4g9gqg3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
@media (min-width: 1500px) {
  .cid-tgb4g9gqg3 .container {
    max-width: 1400px;
  }
}
.cid-tgb4g9gqg3 .mbr-iconfont {
  font-size: 3rem;
  color: #f23801;
}
.cid-tgb4g9gqg3 .iconfont-wrapper {
  margin-bottom: 1rem;
  border: 2px solid #f23801;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
}
.cid-tgb4g9gqg3 .row {
  justify-content: center;
}
.cid-tgb4g9gqg3 .card {
  margin-bottom: 3rem;
}
.cid-tgb4g9gqg3 .card-title {
  margin-top: 1rem;
}
.cid-tgb4g9gqg3 .card-text {
  margin-top: 0.6875rem;
}
.cid-tgb4g9gqg3 .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-tgb4g9gqg3 .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-tgb4g9gqg3 .mbr-section-title b:last-child,
.cid-tgb4g9gqg3 .mbr-section-title strong:last-child {
  color: #244b8d;
}
.cid-tgb4g9gqg3 .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-tgb4g9gqg3 .mbr-section-head {
  margin-bottom: 6.875rem;
}
.cid-tgb4g9gqg3 .card-title,
.cid-tgb4g9gqg3 .icon-container {
  color: #1a3562;
  text-align: center;
}
.cid-tgb4gcWSGu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1a3562;
}
.cid-tgb4gcWSGu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgb4gcWSGu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgb4gcWSGu .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tgb4gcWSGu .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tgb4gcWSGu .row {
    text-align: center;
  }
  .cid-tgb4gcWSGu .row > div {
    margin: auto;
  }
  .cid-tgb4gcWSGu .social-row {
    justify-content: center;
  }
  .cid-tgb4gcWSGu .soc-item {
    padding-top: 0 !important;
  }
}
.cid-tgb4gcWSGu .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tgb4gcWSGu .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tgb4gcWSGu .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tgb4gcWSGu .list {
    margin-bottom: 0rem;
  }
}
.cid-tgb4gcWSGu .mbr-text,
.cid-tgb4gcWSGu .mbr-section-subtitle {
  color: #fafafa;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
}
.cid-tgb4gcWSGu .soc-item {
  display: flex;
  margin-right: 15px;
  padding-top: 15px;
}
.cid-tgb4gcWSGu .soc-item:last-child {
  margin-right: 0;
}
.cid-tgb4gcWSGu .mbr-iconfont {
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tgb4gcWSGu div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tgb4gcWSGu .self-center {
  align-self: center;
}
.cid-tgb4gcWSGu .indent-up {
  padding-top: 20px;
  line-height: 21px;
  font-size: 14px;
}
@media (max-width: 992px) {
  .cid-tgb4gcWSGu .indent-up {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-tgb4gcWSGu .indent-up {
    margin-bottom: 0;
  }
}
.cid-tgb4gcWSGu .text-style {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cid-tgb4gcWSGu .text-style:not(:last-child) {
    margin-bottom: 16px !important;
  }
}
.cid-tgb4gcWSGu .position {
  text-align: end;
}
@media (max-width: 767px) {
  .cid-tgb4gcWSGu .position {
    text-align: center;
  }
}
.cid-tgb4gcWSGu .pt-16 {
  padding-top: 16px;
}
.cid-tgb4gcWSGu .pb-16 {
  padding-bottom: 16px;
}
.cid-tgb8kYbZkm .navbar-dropdown {
  position: relative !important;
}
.cid-tgb8kYbZkm .dropdown-menu {
  padding: 1.625rem 0 1.875rem;
}
@media (min-width: 992px) {
  .cid-tgb8kYbZkm .dropdown-menu {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 992px) {
  .cid-tgb8kYbZkm .container-fluid,
  .cid-tgb8kYbZkm .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-tgb8kYbZkm .dropdown-item {
  padding: 0 1.9375rem 0 2.125rem;
}
.cid-tgb8kYbZkm .dropdown-item:before {
  content: '';
  position: relative;
  width: 0px;
  height: 6px;
  opacity: 1;
  left: 0px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  display: inline-block;
  vertical-align: middle;
}
.cid-tgb8kYbZkm .dropdown-item:hover:before,
.cid-tgb8kYbZkm .dropdown-item:focus:before {
  width: 6px;
  margin-right: 5px;
}
.cid-tgb8kYbZkm .nav-dropdown .link {
  padding: 0;
  margin: 0 !important;
}
.cid-tgb8kYbZkm .nav-link {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  padding: 0rem 1.8125rem !important;
}
.cid-tgb8kYbZkm .nav-link:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 0px;
  opacity: 1;
  left: 15px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  transform: translateY(-20px);
}
.cid-tgb8kYbZkm .nav-link:hover:before {
  height: 6px;
  transform: translateY(0);
}
.cid-tgb8kYbZkm .container {
  display: flex;
  margin: auto;
}
.cid-tgb8kYbZkm .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tgb8kYbZkm .dropdown-menu,
.cid-tgb8kYbZkm .navbar.opened {
  background: #1a3562 !important;
}
.cid-tgb8kYbZkm .nav-item:focus,
.cid-tgb8kYbZkm .nav-link:focus {
  outline: none;
}
.cid-tgb8kYbZkm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tgb8kYbZkm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tgb8kYbZkm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tgb8kYbZkm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tgb8kYbZkm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgb8kYbZkm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgb8kYbZkm .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a3562;
  padding: 1rem 0;
}
.cid-tgb8kYbZkm .navbar.opened {
  transition: all .3s;
}
.cid-tgb8kYbZkm .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tgb8kYbZkm .navbar .navbar-logo img {
  width: auto;
}
.cid-tgb8kYbZkm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tgb8kYbZkm .navbar.collapsed {
  justify-content: center;
}
.cid-tgb8kYbZkm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgb8kYbZkm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgb8kYbZkm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tgb8kYbZkm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgb8kYbZkm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tgb8kYbZkm .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-tgb8kYbZkm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgb8kYbZkm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tgb8kYbZkm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tgb8kYbZkm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgb8kYbZkm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgb8kYbZkm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgb8kYbZkm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tgb8kYbZkm .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-tgb8kYbZkm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tgb8kYbZkm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgb8kYbZkm .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tgb8kYbZkm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tgb8kYbZkm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tgb8kYbZkm .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tgb8kYbZkm .navbar.navbar-short {
  min-height: 60px;
}
.cid-tgb8kYbZkm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tgb8kYbZkm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tgb8kYbZkm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tgb8kYbZkm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tgb8kYbZkm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgb8kYbZkm .dropdown-item.active,
.cid-tgb8kYbZkm .dropdown-item:active {
  background-color: transparent;
}
.cid-tgb8kYbZkm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tgb8kYbZkm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tgb8kYbZkm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tgb8kYbZkm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a3562;
}
.cid-tgb8kYbZkm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tgb8kYbZkm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgb8kYbZkm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tgb8kYbZkm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tgb8kYbZkm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tgb8kYbZkm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tgb8kYbZkm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tgb8kYbZkm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tgb8kYbZkm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tgb8kYbZkm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tgb8kYbZkm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgb8kYbZkm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tgb8kYbZkm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tgb8kYbZkm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgb8kYbZkm .navbar-dropdown {
  padding: 1rem 0;
}
.cid-tgb8kYbZkm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tgb8kYbZkm .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-tgb8kYbZkm .navbar {
    height: 70px;
  }
  .cid-tgb8kYbZkm .navbar.opened {
    height: auto;
  }
  .cid-tgb8kYbZkm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgb8l14DaL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dedddd;
}
.cid-tgb8l14DaL .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tgb8l14DaL .mbr-section-title {
  color: #1a3562;
}
.cid-tgb8l4Et07 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tgb8l4Et07 .mbr-text {
  text-align: left;
  color: #1a3562;
}
.cid-tgb8l4Et07 .mbr-section-title {
  color: #1a3562;
}
.cid-tgb8l8ieWc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-tgb8l8ieWc .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tgb8l8ieWc .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tgb8l8ieWc .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tgb8l8ieWc .text-wrapper {
    padding: 0 0 0 3rem;
  }
}
@media (max-width: 768px) {
  .cid-tgb8l8ieWc .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tgb8l8ieWc .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 1.5625rem;
}
.cid-tgb8l8ieWc .mbr-text,
.cid-tgb8l8ieWc .mbr-section-btn {
  text-align: left;
  color: #1a3562;
}
.cid-tgb8l8ieWc .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-tgb8l8ieWc .mbr-section-title {
  margin-bottom: 2.1875rem;
  text-align: left;
  color: #232323;
}
.cid-tgb8l8ieWc .mbr-section-title b:last-child,
.cid-tgb8l8ieWc .mbr-section-title strong:last-child {
  color: #1a3562;
}
.cid-tgb8l8ieWc .mbr-section-subtitle {
  text-align: left;
}
.cid-tgb8l8ieWc .mbr-section-subtitle,
.cid-tgb8l8ieWc .mbr-section-btn {
  text-align: left;
  color: #1a3562;
}
.cid-tgb8l8ieWc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgb8l8ieWc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgb8lbWuuu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tgb8lbWuuu .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tgb8lbWuuu .mbr-section-title {
  color: #1a3562;
}
.cid-tgb8lbWuuu .mbr-section-subtitle {
  color: #1a3562;
}
.cid-tgb8lj9rAM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #dedddd;
}
.cid-tgb8lj9rAM .mbr-section-title {
  color: #1a3562;
  text-align: center;
}
.cid-tgb8lmLdRE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
@media (min-width: 1500px) {
  .cid-tgb8lmLdRE .container {
    max-width: 1400px;
  }
}
.cid-tgb8lmLdRE .mbr-iconfont {
  font-size: 3rem;
  color: #f23801;
}
.cid-tgb8lmLdRE .iconfont-wrapper {
  margin-bottom: 1rem;
  border: 2px solid #f23801;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
}
.cid-tgb8lmLdRE .row {
  justify-content: center;
}
.cid-tgb8lmLdRE .card {
  margin-bottom: 3rem;
}
.cid-tgb8lmLdRE .card-title {
  margin-top: 1rem;
}
.cid-tgb8lmLdRE .card-text {
  margin-top: 0.6875rem;
}
.cid-tgb8lmLdRE .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-tgb8lmLdRE .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-tgb8lmLdRE .mbr-section-title b:last-child,
.cid-tgb8lmLdRE .mbr-section-title strong:last-child {
  color: #244b8d;
}
.cid-tgb8lmLdRE .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-tgb8lmLdRE .mbr-section-head {
  margin-bottom: 6.875rem;
}
.cid-tgb8lmLdRE .card-title,
.cid-tgb8lmLdRE .icon-container {
  color: #1a3562;
  text-align: center;
}
.cid-tgb8lqvZxU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1a3562;
}
.cid-tgb8lqvZxU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgb8lqvZxU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgb8lqvZxU .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tgb8lqvZxU .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tgb8lqvZxU .row {
    text-align: center;
  }
  .cid-tgb8lqvZxU .row > div {
    margin: auto;
  }
  .cid-tgb8lqvZxU .social-row {
    justify-content: center;
  }
  .cid-tgb8lqvZxU .soc-item {
    padding-top: 0 !important;
  }
}
.cid-tgb8lqvZxU .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tgb8lqvZxU .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tgb8lqvZxU .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tgb8lqvZxU .list {
    margin-bottom: 0rem;
  }
}
.cid-tgb8lqvZxU .mbr-text,
.cid-tgb8lqvZxU .mbr-section-subtitle {
  color: #fafafa;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
}
.cid-tgb8lqvZxU .soc-item {
  display: flex;
  margin-right: 15px;
  padding-top: 15px;
}
.cid-tgb8lqvZxU .soc-item:last-child {
  margin-right: 0;
}
.cid-tgb8lqvZxU .mbr-iconfont {
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tgb8lqvZxU div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tgb8lqvZxU .self-center {
  align-self: center;
}
.cid-tgb8lqvZxU .indent-up {
  padding-top: 20px;
  line-height: 21px;
  font-size: 14px;
}
@media (max-width: 992px) {
  .cid-tgb8lqvZxU .indent-up {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-tgb8lqvZxU .indent-up {
    margin-bottom: 0;
  }
}
.cid-tgb8lqvZxU .text-style {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cid-tgb8lqvZxU .text-style:not(:last-child) {
    margin-bottom: 16px !important;
  }
}
.cid-tgb8lqvZxU .position {
  text-align: end;
}
@media (max-width: 767px) {
  .cid-tgb8lqvZxU .position {
    text-align: center;
  }
}
.cid-tgb8lqvZxU .pt-16 {
  padding-top: 16px;
}
.cid-tgb8lqvZxU .pb-16 {
  padding-bottom: 16px;
}
.cid-tgbewQTjmC .navbar-dropdown {
  position: relative !important;
}
.cid-tgbewQTjmC .dropdown-menu {
  padding: 1.625rem 0 1.875rem;
}
@media (min-width: 992px) {
  .cid-tgbewQTjmC .dropdown-menu {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 992px) {
  .cid-tgbewQTjmC .container-fluid,
  .cid-tgbewQTjmC .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-tgbewQTjmC .dropdown-item {
  padding: 0 1.9375rem 0 2.125rem;
}
.cid-tgbewQTjmC .dropdown-item:before {
  content: '';
  position: relative;
  width: 0px;
  height: 6px;
  opacity: 1;
  left: 0px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  display: inline-block;
  vertical-align: middle;
}
.cid-tgbewQTjmC .dropdown-item:hover:before,
.cid-tgbewQTjmC .dropdown-item:focus:before {
  width: 6px;
  margin-right: 5px;
}
.cid-tgbewQTjmC .nav-dropdown .link {
  padding: 0;
  margin: 0 !important;
}
.cid-tgbewQTjmC .nav-link {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  padding: 0rem 1.8125rem !important;
}
.cid-tgbewQTjmC .nav-link:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 0px;
  opacity: 1;
  left: 15px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  transform: translateY(-20px);
}
.cid-tgbewQTjmC .nav-link:hover:before {
  height: 6px;
  transform: translateY(0);
}
.cid-tgbewQTjmC .container {
  display: flex;
  margin: auto;
}
.cid-tgbewQTjmC .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tgbewQTjmC .dropdown-menu,
.cid-tgbewQTjmC .navbar.opened {
  background: #1a3562 !important;
}
.cid-tgbewQTjmC .nav-item:focus,
.cid-tgbewQTjmC .nav-link:focus {
  outline: none;
}
.cid-tgbewQTjmC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tgbewQTjmC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tgbewQTjmC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tgbewQTjmC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tgbewQTjmC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgbewQTjmC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgbewQTjmC .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a3562;
  padding: 1rem 0;
}
.cid-tgbewQTjmC .navbar.opened {
  transition: all .3s;
}
.cid-tgbewQTjmC .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tgbewQTjmC .navbar .navbar-logo img {
  width: auto;
}
.cid-tgbewQTjmC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tgbewQTjmC .navbar.collapsed {
  justify-content: center;
}
.cid-tgbewQTjmC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgbewQTjmC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgbewQTjmC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tgbewQTjmC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgbewQTjmC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tgbewQTjmC .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-tgbewQTjmC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgbewQTjmC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tgbewQTjmC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tgbewQTjmC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgbewQTjmC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgbewQTjmC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgbewQTjmC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tgbewQTjmC .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-tgbewQTjmC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tgbewQTjmC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgbewQTjmC .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tgbewQTjmC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tgbewQTjmC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tgbewQTjmC .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tgbewQTjmC .navbar.navbar-short {
  min-height: 60px;
}
.cid-tgbewQTjmC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tgbewQTjmC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tgbewQTjmC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tgbewQTjmC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tgbewQTjmC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgbewQTjmC .dropdown-item.active,
.cid-tgbewQTjmC .dropdown-item:active {
  background-color: transparent;
}
.cid-tgbewQTjmC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tgbewQTjmC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tgbewQTjmC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tgbewQTjmC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a3562;
}
.cid-tgbewQTjmC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tgbewQTjmC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgbewQTjmC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tgbewQTjmC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tgbewQTjmC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tgbewQTjmC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tgbewQTjmC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tgbewQTjmC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tgbewQTjmC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tgbewQTjmC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tgbewQTjmC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgbewQTjmC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tgbewQTjmC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tgbewQTjmC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgbewQTjmC .navbar-dropdown {
  padding: 1rem 0;
}
.cid-tgbewQTjmC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tgbewQTjmC .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-tgbewQTjmC .navbar {
    height: 70px;
  }
  .cid-tgbewQTjmC .navbar.opened {
    height: auto;
  }
  .cid-tgbewQTjmC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgbewTQOBE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dedddd;
}
.cid-tgbewTQOBE .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tgbewTQOBE .mbr-section-title {
  color: #1a3562;
}
.cid-tgbewXVAGG {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tgbewXVAGG .mbr-text {
  text-align: left;
  color: #1a3562;
}
.cid-tgbewXVAGG .mbr-section-title {
  color: #1a3562;
}
.cid-tgbex1FxQ1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-tgbex1FxQ1 .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tgbex1FxQ1 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tgbex1FxQ1 .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tgbex1FxQ1 .text-wrapper {
    padding: 0 0 0 3rem;
  }
}
@media (max-width: 768px) {
  .cid-tgbex1FxQ1 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tgbex1FxQ1 .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 1.5625rem;
}
.cid-tgbex1FxQ1 .mbr-text,
.cid-tgbex1FxQ1 .mbr-section-btn {
  text-align: left;
  color: #1a3562;
}
.cid-tgbex1FxQ1 .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-tgbex1FxQ1 .mbr-section-title {
  margin-bottom: 2.1875rem;
  text-align: left;
  color: #232323;
}
.cid-tgbex1FxQ1 .mbr-section-title b:last-child,
.cid-tgbex1FxQ1 .mbr-section-title strong:last-child {
  color: #1a3562;
}
.cid-tgbex1FxQ1 .mbr-section-subtitle {
  text-align: left;
}
.cid-tgbex1FxQ1 .mbr-section-subtitle,
.cid-tgbex1FxQ1 .mbr-section-btn {
  text-align: left;
  color: #1a3562;
}
.cid-tgbex1FxQ1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgbex1FxQ1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgbex5w7bv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tgbex5w7bv .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tgbex5w7bv .mbr-section-title {
  color: #1a3562;
}
.cid-tgbex5w7bv .mbr-section-subtitle {
  color: #1a3562;
}
.cid-tgbex9aUNy {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #dedddd;
}
.cid-tgbex9aUNy .mbr-section-title {
  color: #1a3562;
  text-align: center;
}
.cid-tgbexcLKus {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
@media (min-width: 1500px) {
  .cid-tgbexcLKus .container {
    max-width: 1400px;
  }
}
.cid-tgbexcLKus .mbr-iconfont {
  font-size: 3rem;
  color: #f23801;
}
.cid-tgbexcLKus .iconfont-wrapper {
  margin-bottom: 1rem;
  border: 2px solid #f23801;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
}
.cid-tgbexcLKus .row {
  justify-content: center;
}
.cid-tgbexcLKus .card {
  margin-bottom: 3rem;
}
.cid-tgbexcLKus .card-title {
  margin-top: 1rem;
}
.cid-tgbexcLKus .card-text {
  margin-top: 0.6875rem;
}
.cid-tgbexcLKus .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-tgbexcLKus .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-tgbexcLKus .mbr-section-title b:last-child,
.cid-tgbexcLKus .mbr-section-title strong:last-child {
  color: #244b8d;
}
.cid-tgbexcLKus .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-tgbexcLKus .mbr-section-head {
  margin-bottom: 6.875rem;
}
.cid-tgbexcLKus .card-title,
.cid-tgbexcLKus .icon-container {
  color: #1a3562;
  text-align: center;
}
.cid-tgbexgucSd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1a3562;
}
.cid-tgbexgucSd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgbexgucSd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgbexgucSd .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tgbexgucSd .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tgbexgucSd .row {
    text-align: center;
  }
  .cid-tgbexgucSd .row > div {
    margin: auto;
  }
  .cid-tgbexgucSd .social-row {
    justify-content: center;
  }
  .cid-tgbexgucSd .soc-item {
    padding-top: 0 !important;
  }
}
.cid-tgbexgucSd .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tgbexgucSd .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tgbexgucSd .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tgbexgucSd .list {
    margin-bottom: 0rem;
  }
}
.cid-tgbexgucSd .mbr-text,
.cid-tgbexgucSd .mbr-section-subtitle {
  color: #fafafa;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
}
.cid-tgbexgucSd .soc-item {
  display: flex;
  margin-right: 15px;
  padding-top: 15px;
}
.cid-tgbexgucSd .soc-item:last-child {
  margin-right: 0;
}
.cid-tgbexgucSd .mbr-iconfont {
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tgbexgucSd div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tgbexgucSd .self-center {
  align-self: center;
}
.cid-tgbexgucSd .indent-up {
  padding-top: 20px;
  line-height: 21px;
  font-size: 14px;
}
@media (max-width: 992px) {
  .cid-tgbexgucSd .indent-up {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-tgbexgucSd .indent-up {
    margin-bottom: 0;
  }
}
.cid-tgbexgucSd .text-style {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cid-tgbexgucSd .text-style:not(:last-child) {
    margin-bottom: 16px !important;
  }
}
.cid-tgbexgucSd .position {
  text-align: end;
}
@media (max-width: 767px) {
  .cid-tgbexgucSd .position {
    text-align: center;
  }
}
.cid-tgbexgucSd .pt-16 {
  padding-top: 16px;
}
.cid-tgbexgucSd .pb-16 {
  padding-bottom: 16px;
}
.cid-tkO6n1RhQh .navbar-dropdown {
  position: relative !important;
}
.cid-tkO6n1RhQh .dropdown-menu {
  padding: 1.625rem 0 1.875rem;
}
@media (min-width: 992px) {
  .cid-tkO6n1RhQh .dropdown-menu {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 992px) {
  .cid-tkO6n1RhQh .container-fluid,
  .cid-tkO6n1RhQh .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-tkO6n1RhQh .dropdown-item {
  padding: 0 1.9375rem 0 2.125rem;
}
.cid-tkO6n1RhQh .dropdown-item:before {
  content: '';
  position: relative;
  width: 0px;
  height: 6px;
  opacity: 1;
  left: 0px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  display: inline-block;
  vertical-align: middle;
}
.cid-tkO6n1RhQh .dropdown-item:hover:before,
.cid-tkO6n1RhQh .dropdown-item:focus:before {
  width: 6px;
  margin-right: 5px;
}
.cid-tkO6n1RhQh .nav-dropdown .link {
  padding: 0;
  margin: 0 !important;
}
.cid-tkO6n1RhQh .nav-link {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  padding: 0rem 1.8125rem !important;
}
.cid-tkO6n1RhQh .nav-link:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 0px;
  opacity: 1;
  left: 15px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  transform: translateY(-20px);
}
.cid-tkO6n1RhQh .nav-link:hover:before {
  height: 6px;
  transform: translateY(0);
}
.cid-tkO6n1RhQh .container {
  display: flex;
  margin: auto;
}
.cid-tkO6n1RhQh .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tkO6n1RhQh .dropdown-menu,
.cid-tkO6n1RhQh .navbar.opened {
  background: #1a3562 !important;
}
.cid-tkO6n1RhQh .nav-item:focus,
.cid-tkO6n1RhQh .nav-link:focus {
  outline: none;
}
.cid-tkO6n1RhQh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tkO6n1RhQh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tkO6n1RhQh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tkO6n1RhQh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tkO6n1RhQh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tkO6n1RhQh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tkO6n1RhQh .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a3562;
  padding: 1rem 0;
}
.cid-tkO6n1RhQh .navbar.opened {
  transition: all .3s;
}
.cid-tkO6n1RhQh .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tkO6n1RhQh .navbar .navbar-logo img {
  width: auto;
}
.cid-tkO6n1RhQh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tkO6n1RhQh .navbar.collapsed {
  justify-content: center;
}
.cid-tkO6n1RhQh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tkO6n1RhQh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tkO6n1RhQh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tkO6n1RhQh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tkO6n1RhQh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tkO6n1RhQh .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-tkO6n1RhQh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tkO6n1RhQh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tkO6n1RhQh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tkO6n1RhQh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tkO6n1RhQh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tkO6n1RhQh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tkO6n1RhQh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tkO6n1RhQh .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-tkO6n1RhQh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tkO6n1RhQh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tkO6n1RhQh .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tkO6n1RhQh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tkO6n1RhQh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tkO6n1RhQh .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tkO6n1RhQh .navbar.navbar-short {
  min-height: 60px;
}
.cid-tkO6n1RhQh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tkO6n1RhQh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tkO6n1RhQh .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tkO6n1RhQh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkO6n1RhQh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkO6n1RhQh .dropdown-item.active,
.cid-tkO6n1RhQh .dropdown-item:active {
  background-color: transparent;
}
.cid-tkO6n1RhQh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tkO6n1RhQh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tkO6n1RhQh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tkO6n1RhQh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a3562;
}
.cid-tkO6n1RhQh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tkO6n1RhQh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tkO6n1RhQh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tkO6n1RhQh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tkO6n1RhQh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tkO6n1RhQh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tkO6n1RhQh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tkO6n1RhQh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tkO6n1RhQh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tkO6n1RhQh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tkO6n1RhQh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tkO6n1RhQh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tkO6n1RhQh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tkO6n1RhQh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tkO6n1RhQh .navbar-dropdown {
  padding: 1rem 0;
}
.cid-tkO6n1RhQh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkO6n1RhQh .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-tkO6n1RhQh .navbar {
    height: 70px;
  }
  .cid-tkO6n1RhQh .navbar.opened {
    height: auto;
  }
  .cid-tkO6n1RhQh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tkO6n4IjdV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dedddd;
}
.cid-tkO6n4IjdV .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tkO6n4IjdV .mbr-section-title {
  color: #1a3562;
}
.cid-tkO6n8ewUX {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tkO6n8ewUX .mbr-text {
  text-align: left;
  color: #1a3562;
}
.cid-tkO6n8ewUX .mbr-section-title {
  color: #1a3562;
}
.cid-tkO6nbPlxL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-tkO6nbPlxL .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tkO6nbPlxL .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tkO6nbPlxL .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tkO6nbPlxL .text-wrapper {
    padding: 0 0 0 3rem;
  }
}
@media (max-width: 768px) {
  .cid-tkO6nbPlxL .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tkO6nbPlxL .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 1.5625rem;
}
.cid-tkO6nbPlxL .mbr-text,
.cid-tkO6nbPlxL .mbr-section-btn {
  text-align: left;
  color: #1a3562;
}
.cid-tkO6nbPlxL .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-tkO6nbPlxL .mbr-section-title {
  margin-bottom: 2.1875rem;
  text-align: left;
  color: #1a3562;
}
.cid-tkO6nbPlxL .mbr-section-title b:last-child,
.cid-tkO6nbPlxL .mbr-section-title strong:last-child {
  color: #1a3562;
}
.cid-tkO6nbPlxL .mbr-section-subtitle {
  text-align: left;
}
.cid-tkO6nbPlxL .mbr-section-subtitle,
.cid-tkO6nbPlxL .mbr-section-btn {
  text-align: left;
}
.cid-tkO6nbPlxL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkO6nbPlxL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkO6nfucqf {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tkO6nfucqf .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tkO6nfucqf .mbr-section-title {
  color: #1a3562;
}
.cid-tkO6nfucqf .mbr-section-subtitle {
  color: #1a3562;
}
.cid-tkO6nj8wNg {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #dedddd;
}
.cid-tkO6nj8wNg .mbr-section-title {
  color: #1a3562;
  text-align: center;
}
.cid-tkO6nmFR6p {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
@media (min-width: 1500px) {
  .cid-tkO6nmFR6p .container {
    max-width: 1400px;
  }
}
.cid-tkO6nmFR6p .mbr-iconfont {
  font-size: 3rem;
  color: #f23801;
}
.cid-tkO6nmFR6p .iconfont-wrapper {
  margin-bottom: 1rem;
  border: 2px solid #f23801;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
}
.cid-tkO6nmFR6p .row {
  justify-content: center;
}
.cid-tkO6nmFR6p .card {
  margin-bottom: 3rem;
}
.cid-tkO6nmFR6p .card-title {
  margin-top: 1rem;
}
.cid-tkO6nmFR6p .card-text {
  margin-top: 0.6875rem;
}
.cid-tkO6nmFR6p .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-tkO6nmFR6p .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-tkO6nmFR6p .mbr-section-title b:last-child,
.cid-tkO6nmFR6p .mbr-section-title strong:last-child {
  color: #244b8d;
}
.cid-tkO6nmFR6p .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-tkO6nmFR6p .mbr-section-head {
  margin-bottom: 6.875rem;
}
.cid-tkO6nmFR6p .card-title,
.cid-tkO6nmFR6p .icon-container {
  color: #1a3562;
  text-align: center;
}
.cid-tkO6nqh334 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1a3562;
}
.cid-tkO6nqh334 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkO6nqh334 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkO6nqh334 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tkO6nqh334 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tkO6nqh334 .row {
    text-align: center;
  }
  .cid-tkO6nqh334 .row > div {
    margin: auto;
  }
  .cid-tkO6nqh334 .social-row {
    justify-content: center;
  }
  .cid-tkO6nqh334 .soc-item {
    padding-top: 0 !important;
  }
}
.cid-tkO6nqh334 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tkO6nqh334 .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tkO6nqh334 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tkO6nqh334 .list {
    margin-bottom: 0rem;
  }
}
.cid-tkO6nqh334 .mbr-text,
.cid-tkO6nqh334 .mbr-section-subtitle {
  color: #fafafa;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
}
.cid-tkO6nqh334 .soc-item {
  display: flex;
  margin-right: 15px;
  padding-top: 15px;
}
.cid-tkO6nqh334 .soc-item:last-child {
  margin-right: 0;
}
.cid-tkO6nqh334 .mbr-iconfont {
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tkO6nqh334 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tkO6nqh334 .self-center {
  align-self: center;
}
.cid-tkO6nqh334 .indent-up {
  padding-top: 20px;
  line-height: 21px;
  font-size: 14px;
}
@media (max-width: 992px) {
  .cid-tkO6nqh334 .indent-up {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-tkO6nqh334 .indent-up {
    margin-bottom: 0;
  }
}
.cid-tkO6nqh334 .text-style {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cid-tkO6nqh334 .text-style:not(:last-child) {
    margin-bottom: 16px !important;
  }
}
.cid-tkO6nqh334 .position {
  text-align: end;
}
@media (max-width: 767px) {
  .cid-tkO6nqh334 .position {
    text-align: center;
  }
}
.cid-tkO6nqh334 .pt-16 {
  padding-top: 16px;
}
.cid-tkO6nqh334 .pb-16 {
  padding-bottom: 16px;
}
.cid-tBcLpCH8JR .navbar-dropdown {
  position: relative !important;
}
.cid-tBcLpCH8JR .dropdown-menu {
  padding: 1.625rem 0 1.875rem;
}
@media (min-width: 992px) {
  .cid-tBcLpCH8JR .dropdown-menu {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 992px) {
  .cid-tBcLpCH8JR .container-fluid,
  .cid-tBcLpCH8JR .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-tBcLpCH8JR .dropdown-item {
  padding: 0 1.9375rem 0 2.125rem;
}
.cid-tBcLpCH8JR .dropdown-item:before {
  content: '';
  position: relative;
  width: 0px;
  height: 6px;
  opacity: 1;
  left: 0px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  display: inline-block;
  vertical-align: middle;
}
.cid-tBcLpCH8JR .dropdown-item:hover:before,
.cid-tBcLpCH8JR .dropdown-item:focus:before {
  width: 6px;
  margin-right: 5px;
}
.cid-tBcLpCH8JR .nav-dropdown .link {
  padding: 0;
  margin: 0 !important;
}
.cid-tBcLpCH8JR .nav-link {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  padding: 0rem 1.8125rem !important;
}
.cid-tBcLpCH8JR .nav-link:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 0px;
  opacity: 1;
  left: 15px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  transform: translateY(-20px);
}
.cid-tBcLpCH8JR .nav-link:hover:before {
  height: 6px;
  transform: translateY(0);
}
.cid-tBcLpCH8JR .container {
  display: flex;
  margin: auto;
}
.cid-tBcLpCH8JR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tBcLpCH8JR .dropdown-menu,
.cid-tBcLpCH8JR .navbar.opened {
  background: #1a3562 !important;
}
.cid-tBcLpCH8JR .nav-item:focus,
.cid-tBcLpCH8JR .nav-link:focus {
  outline: none;
}
.cid-tBcLpCH8JR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBcLpCH8JR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBcLpCH8JR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tBcLpCH8JR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBcLpCH8JR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBcLpCH8JR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBcLpCH8JR .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a3562;
  padding: 1rem 0;
}
.cid-tBcLpCH8JR .navbar.opened {
  transition: all .3s;
}
.cid-tBcLpCH8JR .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tBcLpCH8JR .navbar .navbar-logo img {
  width: auto;
}
.cid-tBcLpCH8JR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tBcLpCH8JR .navbar.collapsed {
  justify-content: center;
}
.cid-tBcLpCH8JR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBcLpCH8JR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBcLpCH8JR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tBcLpCH8JR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBcLpCH8JR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tBcLpCH8JR .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-tBcLpCH8JR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBcLpCH8JR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tBcLpCH8JR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tBcLpCH8JR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBcLpCH8JR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBcLpCH8JR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBcLpCH8JR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tBcLpCH8JR .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-tBcLpCH8JR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tBcLpCH8JR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBcLpCH8JR .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tBcLpCH8JR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tBcLpCH8JR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tBcLpCH8JR .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tBcLpCH8JR .navbar.navbar-short {
  min-height: 60px;
}
.cid-tBcLpCH8JR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tBcLpCH8JR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tBcLpCH8JR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBcLpCH8JR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBcLpCH8JR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBcLpCH8JR .dropdown-item.active,
.cid-tBcLpCH8JR .dropdown-item:active {
  background-color: transparent;
}
.cid-tBcLpCH8JR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tBcLpCH8JR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBcLpCH8JR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBcLpCH8JR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a3562;
}
.cid-tBcLpCH8JR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBcLpCH8JR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBcLpCH8JR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBcLpCH8JR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tBcLpCH8JR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tBcLpCH8JR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tBcLpCH8JR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tBcLpCH8JR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tBcLpCH8JR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tBcLpCH8JR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tBcLpCH8JR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBcLpCH8JR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tBcLpCH8JR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tBcLpCH8JR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBcLpCH8JR .navbar-dropdown {
  padding: 1rem 0;
}
.cid-tBcLpCH8JR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tBcLpCH8JR .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-tBcLpCH8JR .navbar {
    height: 70px;
  }
  .cid-tBcLpCH8JR .navbar.opened {
    height: auto;
  }
  .cid-tBcLpCH8JR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBcLpFbUV0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dedddd;
}
.cid-tBcLpFbUV0 .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tBcLpFbUV0 .mbr-section-title {
  color: #1a3562;
}
.cid-tBcLpINs7g {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBcLpINs7g .mbr-text {
  text-align: left;
  color: #1a3562;
}
.cid-tBcLpINs7g .mbr-section-title {
  color: #1a3562;
}
.cid-tBcLpMtf5p {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-tBcLpMtf5p .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tBcLpMtf5p .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tBcLpMtf5p .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tBcLpMtf5p .text-wrapper {
    padding: 0 0 0 3rem;
  }
}
@media (max-width: 768px) {
  .cid-tBcLpMtf5p .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tBcLpMtf5p .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 1.5625rem;
}
.cid-tBcLpMtf5p .mbr-text,
.cid-tBcLpMtf5p .mbr-section-btn {
  text-align: left;
  color: #1a3562;
}
.cid-tBcLpMtf5p .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-tBcLpMtf5p .mbr-section-title {
  margin-bottom: 2.1875rem;
  text-align: left;
  color: #232323;
}
.cid-tBcLpMtf5p .mbr-section-title b:last-child,
.cid-tBcLpMtf5p .mbr-section-title strong:last-child {
  color: #1a3562;
}
.cid-tBcLpMtf5p .mbr-section-subtitle {
  text-align: left;
}
.cid-tBcLpMtf5p .mbr-section-subtitle,
.cid-tBcLpMtf5p .mbr-section-btn {
  text-align: left;
  color: #1a3562;
}
.cid-tBcLpMtf5p .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBcLpMtf5p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBcLpQb4ls {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBcLpQb4ls .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tBcLpQb4ls .mbr-section-title {
  color: #1a3562;
}
.cid-tBcLpQb4ls .mbr-section-subtitle {
  color: #1a3562;
}
.cid-tBcLpTRUtR {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #dedddd;
}
.cid-tBcLpTRUtR .mbr-section-title {
  color: #1a3562;
  text-align: center;
}
.cid-tBcLpXytmD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
@media (min-width: 1500px) {
  .cid-tBcLpXytmD .container {
    max-width: 1400px;
  }
}
.cid-tBcLpXytmD .mbr-iconfont {
  font-size: 3rem;
  color: #f23801;
}
.cid-tBcLpXytmD .iconfont-wrapper {
  margin-bottom: 1rem;
  border: 2px solid #f23801;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
}
.cid-tBcLpXytmD .row {
  justify-content: center;
}
.cid-tBcLpXytmD .card {
  margin-bottom: 3rem;
}
.cid-tBcLpXytmD .card-title {
  margin-top: 1rem;
}
.cid-tBcLpXytmD .card-text {
  margin-top: 0.6875rem;
}
.cid-tBcLpXytmD .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-tBcLpXytmD .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-tBcLpXytmD .mbr-section-title b:last-child,
.cid-tBcLpXytmD .mbr-section-title strong:last-child {
  color: #244b8d;
}
.cid-tBcLpXytmD .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-tBcLpXytmD .mbr-section-head {
  margin-bottom: 6.875rem;
}
.cid-tBcLpXytmD .card-title,
.cid-tBcLpXytmD .icon-container {
  color: #1a3562;
  text-align: center;
}
.cid-tBcLq1fchl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1a3562;
}
.cid-tBcLq1fchl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBcLq1fchl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBcLq1fchl .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tBcLq1fchl .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tBcLq1fchl .row {
    text-align: center;
  }
  .cid-tBcLq1fchl .row > div {
    margin: auto;
  }
  .cid-tBcLq1fchl .social-row {
    justify-content: center;
  }
  .cid-tBcLq1fchl .soc-item {
    padding-top: 0 !important;
  }
}
.cid-tBcLq1fchl .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tBcLq1fchl .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tBcLq1fchl .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tBcLq1fchl .list {
    margin-bottom: 0rem;
  }
}
.cid-tBcLq1fchl .mbr-text,
.cid-tBcLq1fchl .mbr-section-subtitle {
  color: #fafafa;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
}
.cid-tBcLq1fchl .soc-item {
  display: flex;
  margin-right: 15px;
  padding-top: 15px;
}
.cid-tBcLq1fchl .soc-item:last-child {
  margin-right: 0;
}
.cid-tBcLq1fchl .mbr-iconfont {
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tBcLq1fchl div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tBcLq1fchl .self-center {
  align-self: center;
}
.cid-tBcLq1fchl .indent-up {
  padding-top: 20px;
  line-height: 21px;
  font-size: 14px;
}
@media (max-width: 992px) {
  .cid-tBcLq1fchl .indent-up {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-tBcLq1fchl .indent-up {
    margin-bottom: 0;
  }
}
.cid-tBcLq1fchl .text-style {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cid-tBcLq1fchl .text-style:not(:last-child) {
    margin-bottom: 16px !important;
  }
}
.cid-tBcLq1fchl .position {
  text-align: end;
}
@media (max-width: 767px) {
  .cid-tBcLq1fchl .position {
    text-align: center;
  }
}
.cid-tBcLq1fchl .pt-16 {
  padding-top: 16px;
}
.cid-tBcLq1fchl .pb-16 {
  padding-bottom: 16px;
}
.cid-tBcOdQBmao .navbar-dropdown {
  position: relative !important;
}
.cid-tBcOdQBmao .dropdown-menu {
  padding: 1.625rem 0 1.875rem;
}
@media (min-width: 992px) {
  .cid-tBcOdQBmao .dropdown-menu {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 992px) {
  .cid-tBcOdQBmao .container-fluid,
  .cid-tBcOdQBmao .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-tBcOdQBmao .dropdown-item {
  padding: 0 1.9375rem 0 2.125rem;
}
.cid-tBcOdQBmao .dropdown-item:before {
  content: '';
  position: relative;
  width: 0px;
  height: 6px;
  opacity: 1;
  left: 0px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  display: inline-block;
  vertical-align: middle;
}
.cid-tBcOdQBmao .dropdown-item:hover:before,
.cid-tBcOdQBmao .dropdown-item:focus:before {
  width: 6px;
  margin-right: 5px;
}
.cid-tBcOdQBmao .nav-dropdown .link {
  padding: 0;
  margin: 0 !important;
}
.cid-tBcOdQBmao .nav-link {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  padding: 0rem 1.8125rem !important;
}
.cid-tBcOdQBmao .nav-link:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 0px;
  opacity: 1;
  left: 15px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  transform: translateY(-20px);
}
.cid-tBcOdQBmao .nav-link:hover:before {
  height: 6px;
  transform: translateY(0);
}
.cid-tBcOdQBmao .container {
  display: flex;
  margin: auto;
}
.cid-tBcOdQBmao .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tBcOdQBmao .dropdown-menu,
.cid-tBcOdQBmao .navbar.opened {
  background: #1a3562 !important;
}
.cid-tBcOdQBmao .nav-item:focus,
.cid-tBcOdQBmao .nav-link:focus {
  outline: none;
}
.cid-tBcOdQBmao .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBcOdQBmao .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBcOdQBmao .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tBcOdQBmao .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBcOdQBmao .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBcOdQBmao .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBcOdQBmao .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a3562;
  padding: 1rem 0;
}
.cid-tBcOdQBmao .navbar.opened {
  transition: all .3s;
}
.cid-tBcOdQBmao .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tBcOdQBmao .navbar .navbar-logo img {
  width: auto;
}
.cid-tBcOdQBmao .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tBcOdQBmao .navbar.collapsed {
  justify-content: center;
}
.cid-tBcOdQBmao .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBcOdQBmao .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBcOdQBmao .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tBcOdQBmao .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBcOdQBmao .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tBcOdQBmao .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-tBcOdQBmao .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBcOdQBmao .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tBcOdQBmao .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tBcOdQBmao .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBcOdQBmao .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBcOdQBmao .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBcOdQBmao .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tBcOdQBmao .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-tBcOdQBmao .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tBcOdQBmao .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBcOdQBmao .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tBcOdQBmao .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tBcOdQBmao .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tBcOdQBmao .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tBcOdQBmao .navbar.navbar-short {
  min-height: 60px;
}
.cid-tBcOdQBmao .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tBcOdQBmao .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tBcOdQBmao .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBcOdQBmao .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBcOdQBmao .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBcOdQBmao .dropdown-item.active,
.cid-tBcOdQBmao .dropdown-item:active {
  background-color: transparent;
}
.cid-tBcOdQBmao .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tBcOdQBmao .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBcOdQBmao .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBcOdQBmao .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a3562;
}
.cid-tBcOdQBmao .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBcOdQBmao .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBcOdQBmao ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBcOdQBmao .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tBcOdQBmao button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tBcOdQBmao button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tBcOdQBmao button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tBcOdQBmao button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tBcOdQBmao button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tBcOdQBmao button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tBcOdQBmao nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBcOdQBmao nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tBcOdQBmao nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tBcOdQBmao nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBcOdQBmao .navbar-dropdown {
  padding: 1rem 0;
}
.cid-tBcOdQBmao a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tBcOdQBmao .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-tBcOdQBmao .navbar {
    height: 70px;
  }
  .cid-tBcOdQBmao .navbar.opened {
    height: auto;
  }
  .cid-tBcOdQBmao .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBcOdT8xB2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dedddd;
}
.cid-tBcOdT8xB2 .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tBcOdT8xB2 .mbr-section-title {
  color: #1a3562;
}
.cid-tBcOdWH1Q5 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBcOdWH1Q5 .mbr-text {
  text-align: left;
  color: #1a3562;
}
.cid-tBcOdWH1Q5 .mbr-section-title {
  color: #1a3562;
}
.cid-tBcOe0mjF9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-tBcOe0mjF9 .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tBcOe0mjF9 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tBcOe0mjF9 .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tBcOe0mjF9 .text-wrapper {
    padding: 0 0 0 3rem;
  }
}
@media (max-width: 768px) {
  .cid-tBcOe0mjF9 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tBcOe0mjF9 .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 1.5625rem;
}
.cid-tBcOe0mjF9 .mbr-text,
.cid-tBcOe0mjF9 .mbr-section-btn {
  text-align: left;
  color: #1a3562;
}
.cid-tBcOe0mjF9 .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-tBcOe0mjF9 .mbr-section-title {
  margin-bottom: 2.1875rem;
  text-align: left;
  color: #232323;
}
.cid-tBcOe0mjF9 .mbr-section-title b:last-child,
.cid-tBcOe0mjF9 .mbr-section-title strong:last-child {
  color: #1a3562;
}
.cid-tBcOe0mjF9 .mbr-section-subtitle {
  text-align: left;
}
.cid-tBcOe0mjF9 .mbr-section-subtitle,
.cid-tBcOe0mjF9 .mbr-section-btn {
  text-align: left;
  color: #1a3562;
}
.cid-tBcOe0mjF9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBcOe0mjF9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBcOe4ftaS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBcOe4ftaS .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tBcOe4ftaS .mbr-section-title {
  color: #1a3562;
}
.cid-tBcOe4ftaS .mbr-section-subtitle {
  color: #1a3562;
}
.cid-tBcOe83nO5 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #dedddd;
}
.cid-tBcOe83nO5 .mbr-section-title {
  color: #1a3562;
  text-align: center;
}
.cid-tBcOeahdDo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
@media (min-width: 1500px) {
  .cid-tBcOeahdDo .container {
    max-width: 1400px;
  }
}
.cid-tBcOeahdDo .mbr-iconfont {
  font-size: 3rem;
  color: #f23801;
}
.cid-tBcOeahdDo .iconfont-wrapper {
  margin-bottom: 1rem;
  border: 2px solid #f23801;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
}
.cid-tBcOeahdDo .row {
  justify-content: center;
}
.cid-tBcOeahdDo .card {
  margin-bottom: 3rem;
}
.cid-tBcOeahdDo .card-title {
  margin-top: 1rem;
}
.cid-tBcOeahdDo .card-text {
  margin-top: 0.6875rem;
}
.cid-tBcOeahdDo .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-tBcOeahdDo .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-tBcOeahdDo .mbr-section-title b:last-child,
.cid-tBcOeahdDo .mbr-section-title strong:last-child {
  color: #244b8d;
}
.cid-tBcOeahdDo .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-tBcOeahdDo .mbr-section-head {
  margin-bottom: 6.875rem;
}
.cid-tBcOeahdDo .card-title,
.cid-tBcOeahdDo .icon-container {
  color: #1a3562;
  text-align: center;
}
.cid-tBcOeg2AWf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1a3562;
}
.cid-tBcOeg2AWf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBcOeg2AWf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBcOeg2AWf .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tBcOeg2AWf .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tBcOeg2AWf .row {
    text-align: center;
  }
  .cid-tBcOeg2AWf .row > div {
    margin: auto;
  }
  .cid-tBcOeg2AWf .social-row {
    justify-content: center;
  }
  .cid-tBcOeg2AWf .soc-item {
    padding-top: 0 !important;
  }
}
.cid-tBcOeg2AWf .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tBcOeg2AWf .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tBcOeg2AWf .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tBcOeg2AWf .list {
    margin-bottom: 0rem;
  }
}
.cid-tBcOeg2AWf .mbr-text,
.cid-tBcOeg2AWf .mbr-section-subtitle {
  color: #fafafa;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
}
.cid-tBcOeg2AWf .soc-item {
  display: flex;
  margin-right: 15px;
  padding-top: 15px;
}
.cid-tBcOeg2AWf .soc-item:last-child {
  margin-right: 0;
}
.cid-tBcOeg2AWf .mbr-iconfont {
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tBcOeg2AWf div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tBcOeg2AWf .self-center {
  align-self: center;
}
.cid-tBcOeg2AWf .indent-up {
  padding-top: 20px;
  line-height: 21px;
  font-size: 14px;
}
@media (max-width: 992px) {
  .cid-tBcOeg2AWf .indent-up {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-tBcOeg2AWf .indent-up {
    margin-bottom: 0;
  }
}
.cid-tBcOeg2AWf .text-style {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cid-tBcOeg2AWf .text-style:not(:last-child) {
    margin-bottom: 16px !important;
  }
}
.cid-tBcOeg2AWf .position {
  text-align: end;
}
@media (max-width: 767px) {
  .cid-tBcOeg2AWf .position {
    text-align: center;
  }
}
.cid-tBcOeg2AWf .pt-16 {
  padding-top: 16px;
}
.cid-tBcOeg2AWf .pb-16 {
  padding-bottom: 16px;
}
.cid-tBcQopHgqI .navbar-dropdown {
  position: relative !important;
}
.cid-tBcQopHgqI .dropdown-menu {
  padding: 1.625rem 0 1.875rem;
}
@media (min-width: 992px) {
  .cid-tBcQopHgqI .dropdown-menu {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 992px) {
  .cid-tBcQopHgqI .container-fluid,
  .cid-tBcQopHgqI .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-tBcQopHgqI .dropdown-item {
  padding: 0 1.9375rem 0 2.125rem;
}
.cid-tBcQopHgqI .dropdown-item:before {
  content: '';
  position: relative;
  width: 0px;
  height: 6px;
  opacity: 1;
  left: 0px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  display: inline-block;
  vertical-align: middle;
}
.cid-tBcQopHgqI .dropdown-item:hover:before,
.cid-tBcQopHgqI .dropdown-item:focus:before {
  width: 6px;
  margin-right: 5px;
}
.cid-tBcQopHgqI .nav-dropdown .link {
  padding: 0;
  margin: 0 !important;
}
.cid-tBcQopHgqI .nav-link {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  padding: 0rem 1.8125rem !important;
}
.cid-tBcQopHgqI .nav-link:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 0px;
  opacity: 1;
  left: 15px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  transform: translateY(-20px);
}
.cid-tBcQopHgqI .nav-link:hover:before {
  height: 6px;
  transform: translateY(0);
}
.cid-tBcQopHgqI .container {
  display: flex;
  margin: auto;
}
.cid-tBcQopHgqI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tBcQopHgqI .dropdown-menu,
.cid-tBcQopHgqI .navbar.opened {
  background: #1a3562 !important;
}
.cid-tBcQopHgqI .nav-item:focus,
.cid-tBcQopHgqI .nav-link:focus {
  outline: none;
}
.cid-tBcQopHgqI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBcQopHgqI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBcQopHgqI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tBcQopHgqI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBcQopHgqI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBcQopHgqI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBcQopHgqI .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a3562;
  padding: 1rem 0;
}
.cid-tBcQopHgqI .navbar.opened {
  transition: all .3s;
}
.cid-tBcQopHgqI .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tBcQopHgqI .navbar .navbar-logo img {
  width: auto;
}
.cid-tBcQopHgqI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tBcQopHgqI .navbar.collapsed {
  justify-content: center;
}
.cid-tBcQopHgqI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBcQopHgqI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBcQopHgqI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tBcQopHgqI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBcQopHgqI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tBcQopHgqI .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-tBcQopHgqI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBcQopHgqI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tBcQopHgqI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tBcQopHgqI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBcQopHgqI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBcQopHgqI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBcQopHgqI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tBcQopHgqI .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-tBcQopHgqI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tBcQopHgqI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBcQopHgqI .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tBcQopHgqI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tBcQopHgqI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tBcQopHgqI .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tBcQopHgqI .navbar.navbar-short {
  min-height: 60px;
}
.cid-tBcQopHgqI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tBcQopHgqI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tBcQopHgqI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBcQopHgqI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBcQopHgqI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBcQopHgqI .dropdown-item.active,
.cid-tBcQopHgqI .dropdown-item:active {
  background-color: transparent;
}
.cid-tBcQopHgqI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tBcQopHgqI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBcQopHgqI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBcQopHgqI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a3562;
}
.cid-tBcQopHgqI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBcQopHgqI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBcQopHgqI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBcQopHgqI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tBcQopHgqI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tBcQopHgqI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tBcQopHgqI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tBcQopHgqI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tBcQopHgqI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tBcQopHgqI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tBcQopHgqI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBcQopHgqI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tBcQopHgqI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tBcQopHgqI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBcQopHgqI .navbar-dropdown {
  padding: 1rem 0;
}
.cid-tBcQopHgqI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tBcQopHgqI .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-tBcQopHgqI .navbar {
    height: 70px;
  }
  .cid-tBcQopHgqI .navbar.opened {
    height: auto;
  }
  .cid-tBcQopHgqI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBcQosdKD4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dedddd;
}
.cid-tBcQosdKD4 .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tBcQosdKD4 .mbr-section-title {
  color: #1a3562;
}
.cid-tBcQovK7yo {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBcQovK7yo .mbr-text {
  text-align: left;
  color: #1a3562;
}
.cid-tBcQovK7yo .mbr-section-title {
  color: #1a3562;
}
.cid-tBcQozko5L {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-tBcQozko5L .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tBcQozko5L .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tBcQozko5L .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tBcQozko5L .text-wrapper {
    padding: 0 0 0 3rem;
  }
}
@media (max-width: 768px) {
  .cid-tBcQozko5L .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tBcQozko5L .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 1.5625rem;
}
.cid-tBcQozko5L .mbr-text,
.cid-tBcQozko5L .mbr-section-btn {
  text-align: left;
  color: #1a3562;
}
.cid-tBcQozko5L .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-tBcQozko5L .mbr-section-title {
  margin-bottom: 2.1875rem;
  text-align: left;
  color: #1a3562;
}
.cid-tBcQozko5L .mbr-section-title b:last-child,
.cid-tBcQozko5L .mbr-section-title strong:last-child {
  color: #1a3562;
}
.cid-tBcQozko5L .mbr-section-subtitle {
  text-align: left;
}
.cid-tBcQozko5L .mbr-section-subtitle,
.cid-tBcQozko5L .mbr-section-btn {
  text-align: left;
}
.cid-tBcQozko5L .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBcQozko5L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBcQoCX9ST {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBcQoCX9ST .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tBcQoCX9ST .mbr-section-title {
  color: #1a3562;
}
.cid-tBcQoCX9ST .mbr-section-subtitle {
  color: #1a3562;
}
.cid-tBcQoKczIz {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tBcQoKczIz .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tBcQoKczIz .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tBcQoKczIz .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tBcQoKczIz .text-wrapper {
    padding: 0 0 0 3rem;
  }
}
@media (max-width: 768px) {
  .cid-tBcQoKczIz .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tBcQoKczIz .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 1.5625rem;
}
.cid-tBcQoKczIz .mbr-text,
.cid-tBcQoKczIz .mbr-section-btn {
  text-align: left;
}
.cid-tBcQoKczIz .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-tBcQoKczIz .mbr-section-title {
  margin-bottom: 2.1875rem;
  text-align: left;
}
.cid-tBcQoKczIz .mbr-section-title b:last-child,
.cid-tBcQoKczIz .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-tBcQoKczIz .mbr-section-subtitle {
  text-align: left;
}
.cid-tBcQoKczIz .mbr-section-subtitle,
.cid-tBcQoKczIz .mbr-section-btn {
  text-align: left;
  color: #1a3562;
}
.cid-tBcQoKczIz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBcQoKczIz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBcQoNNUyi {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #dedddd;
}
.cid-tBcQoNNUyi .mbr-section-title {
  color: #1a3562;
  text-align: center;
}
.cid-tBcQoRncOf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
@media (min-width: 1500px) {
  .cid-tBcQoRncOf .container {
    max-width: 1400px;
  }
}
.cid-tBcQoRncOf .mbr-iconfont {
  font-size: 3rem;
  color: #f23801;
}
.cid-tBcQoRncOf .iconfont-wrapper {
  margin-bottom: 1rem;
  border: 2px solid #f23801;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
}
.cid-tBcQoRncOf .row {
  justify-content: center;
}
.cid-tBcQoRncOf .card {
  margin-bottom: 3rem;
}
.cid-tBcQoRncOf .card-title {
  margin-top: 1rem;
}
.cid-tBcQoRncOf .card-text {
  margin-top: 0.6875rem;
}
.cid-tBcQoRncOf .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-tBcQoRncOf .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-tBcQoRncOf .mbr-section-title b:last-child,
.cid-tBcQoRncOf .mbr-section-title strong:last-child {
  color: #244b8d;
}
.cid-tBcQoRncOf .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-tBcQoRncOf .mbr-section-head {
  margin-bottom: 6.875rem;
}
.cid-tBcQoRncOf .card-title,
.cid-tBcQoRncOf .icon-container {
  color: #1a3562;
  text-align: center;
}
.cid-tBcQoUYLuy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1a3562;
}
.cid-tBcQoUYLuy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBcQoUYLuy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBcQoUYLuy .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tBcQoUYLuy .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tBcQoUYLuy .row {
    text-align: center;
  }
  .cid-tBcQoUYLuy .row > div {
    margin: auto;
  }
  .cid-tBcQoUYLuy .social-row {
    justify-content: center;
  }
  .cid-tBcQoUYLuy .soc-item {
    padding-top: 0 !important;
  }
}
.cid-tBcQoUYLuy .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tBcQoUYLuy .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tBcQoUYLuy .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tBcQoUYLuy .list {
    margin-bottom: 0rem;
  }
}
.cid-tBcQoUYLuy .mbr-text,
.cid-tBcQoUYLuy .mbr-section-subtitle {
  color: #fafafa;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
}
.cid-tBcQoUYLuy .soc-item {
  display: flex;
  margin-right: 15px;
  padding-top: 15px;
}
.cid-tBcQoUYLuy .soc-item:last-child {
  margin-right: 0;
}
.cid-tBcQoUYLuy .mbr-iconfont {
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tBcQoUYLuy div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tBcQoUYLuy .self-center {
  align-self: center;
}
.cid-tBcQoUYLuy .indent-up {
  padding-top: 20px;
  line-height: 21px;
  font-size: 14px;
}
@media (max-width: 992px) {
  .cid-tBcQoUYLuy .indent-up {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-tBcQoUYLuy .indent-up {
    margin-bottom: 0;
  }
}
.cid-tBcQoUYLuy .text-style {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cid-tBcQoUYLuy .text-style:not(:last-child) {
    margin-bottom: 16px !important;
  }
}
.cid-tBcQoUYLuy .position {
  text-align: end;
}
@media (max-width: 767px) {
  .cid-tBcQoUYLuy .position {
    text-align: center;
  }
}
.cid-tBcQoUYLuy .pt-16 {
  padding-top: 16px;
}
.cid-tBcQoUYLuy .pb-16 {
  padding-bottom: 16px;
}
.cid-tBepQxBJfo .navbar-dropdown {
  position: relative !important;
}
.cid-tBepQxBJfo .dropdown-menu {
  padding: 1.625rem 0 1.875rem;
}
@media (min-width: 992px) {
  .cid-tBepQxBJfo .dropdown-menu {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 992px) {
  .cid-tBepQxBJfo .container-fluid,
  .cid-tBepQxBJfo .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-tBepQxBJfo .dropdown-item {
  padding: 0 1.9375rem 0 2.125rem;
}
.cid-tBepQxBJfo .dropdown-item:before {
  content: '';
  position: relative;
  width: 0px;
  height: 6px;
  opacity: 1;
  left: 0px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  display: inline-block;
  vertical-align: middle;
}
.cid-tBepQxBJfo .dropdown-item:hover:before,
.cid-tBepQxBJfo .dropdown-item:focus:before {
  width: 6px;
  margin-right: 5px;
}
.cid-tBepQxBJfo .nav-dropdown .link {
  padding: 0;
  margin: 0 !important;
}
.cid-tBepQxBJfo .nav-link {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  padding: 0rem 1.8125rem !important;
}
.cid-tBepQxBJfo .nav-link:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 0px;
  opacity: 1;
  left: 15px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  transform: translateY(-20px);
}
.cid-tBepQxBJfo .nav-link:hover:before {
  height: 6px;
  transform: translateY(0);
}
.cid-tBepQxBJfo .container {
  display: flex;
  margin: auto;
}
.cid-tBepQxBJfo .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tBepQxBJfo .dropdown-menu,
.cid-tBepQxBJfo .navbar.opened {
  background: #1a3562 !important;
}
.cid-tBepQxBJfo .nav-item:focus,
.cid-tBepQxBJfo .nav-link:focus {
  outline: none;
}
.cid-tBepQxBJfo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBepQxBJfo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBepQxBJfo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tBepQxBJfo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBepQxBJfo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBepQxBJfo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBepQxBJfo .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a3562;
  padding: 1rem 0;
}
.cid-tBepQxBJfo .navbar.opened {
  transition: all .3s;
}
.cid-tBepQxBJfo .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tBepQxBJfo .navbar .navbar-logo img {
  width: auto;
}
.cid-tBepQxBJfo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tBepQxBJfo .navbar.collapsed {
  justify-content: center;
}
.cid-tBepQxBJfo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBepQxBJfo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBepQxBJfo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tBepQxBJfo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBepQxBJfo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tBepQxBJfo .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-tBepQxBJfo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBepQxBJfo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tBepQxBJfo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tBepQxBJfo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBepQxBJfo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBepQxBJfo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBepQxBJfo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tBepQxBJfo .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-tBepQxBJfo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tBepQxBJfo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBepQxBJfo .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tBepQxBJfo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tBepQxBJfo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tBepQxBJfo .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tBepQxBJfo .navbar.navbar-short {
  min-height: 60px;
}
.cid-tBepQxBJfo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tBepQxBJfo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tBepQxBJfo .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBepQxBJfo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBepQxBJfo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBepQxBJfo .dropdown-item.active,
.cid-tBepQxBJfo .dropdown-item:active {
  background-color: transparent;
}
.cid-tBepQxBJfo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tBepQxBJfo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBepQxBJfo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBepQxBJfo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a3562;
}
.cid-tBepQxBJfo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBepQxBJfo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBepQxBJfo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBepQxBJfo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tBepQxBJfo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tBepQxBJfo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tBepQxBJfo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tBepQxBJfo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tBepQxBJfo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tBepQxBJfo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tBepQxBJfo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBepQxBJfo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tBepQxBJfo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tBepQxBJfo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tBepQxBJfo .navbar-dropdown {
  padding: 1rem 0;
}
.cid-tBepQxBJfo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tBepQxBJfo .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-tBepQxBJfo .navbar {
    height: 70px;
  }
  .cid-tBepQxBJfo .navbar.opened {
    height: auto;
  }
  .cid-tBepQxBJfo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBepQA2whG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dedddd;
}
.cid-tBepQA2whG .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tBepQA2whG .mbr-section-title {
  color: #1a3562;
}
.cid-tBepQDzaYj {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBepQDzaYj .mbr-text {
  text-align: left;
  color: #1a3562;
}
.cid-tBepQDzaYj .mbr-section-title {
  color: #1a3562;
}
.cid-tBepQHcR3R {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-tBepQHcR3R .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tBepQHcR3R .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tBepQHcR3R .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tBepQHcR3R .text-wrapper {
    padding: 0 0 0 3rem;
  }
}
@media (max-width: 768px) {
  .cid-tBepQHcR3R .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tBepQHcR3R .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 1.5625rem;
}
.cid-tBepQHcR3R .mbr-text,
.cid-tBepQHcR3R .mbr-section-btn {
  text-align: left;
  color: #1a3562;
}
.cid-tBepQHcR3R .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-tBepQHcR3R .mbr-section-title {
  margin-bottom: 2.1875rem;
  text-align: left;
  color: #1a3562;
}
.cid-tBepQHcR3R .mbr-section-title b:last-child,
.cid-tBepQHcR3R .mbr-section-title strong:last-child {
  color: #1a3562;
}
.cid-tBepQHcR3R .mbr-section-subtitle {
  text-align: left;
}
.cid-tBepQHcR3R .mbr-section-subtitle,
.cid-tBepQHcR3R .mbr-section-btn {
  text-align: left;
}
.cid-tBepQHcR3R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBepQHcR3R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBepQKP7jL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBepQKP7jL .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tBepQKP7jL .mbr-section-title {
  color: #1a3562;
}
.cid-tBepQKP7jL .mbr-section-subtitle {
  color: #1a3562;
}
.cid-tJN5fZtg61 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tJN5fZtg61 .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tJN5fZtg61 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tJN5fZtg61 .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tJN5fZtg61 .text-wrapper {
    padding: 0 0 0 3rem;
  }
}
@media (max-width: 768px) {
  .cid-tJN5fZtg61 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tJN5fZtg61 .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 1.5625rem;
}
.cid-tJN5fZtg61 .mbr-text,
.cid-tJN5fZtg61 .mbr-section-btn {
  text-align: left;
}
.cid-tJN5fZtg61 .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-tJN5fZtg61 .mbr-section-title {
  margin-bottom: 2.1875rem;
  text-align: left;
}
.cid-tJN5fZtg61 .mbr-section-title b:last-child,
.cid-tJN5fZtg61 .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-tJN5fZtg61 .mbr-section-subtitle {
  text-align: left;
}
.cid-tJN5fZtg61 .mbr-section-subtitle,
.cid-tJN5fZtg61 .mbr-section-btn {
  text-align: left;
  color: #1a3562;
}
.cid-tJN5fZtg61 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJN5fZtg61 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJN5EvEccG {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tJN5EvEccG .card-box {
  padding: 0 2rem;
}
.cid-tJN5EvEccG .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tJN5EvEccG .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tJN5EvEccG h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-tJN5EvEccG p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-tJN5EvEccG .mbr-text {
  color: #767676;
}
.cid-tJN5EvEccG .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tJN5EvEccG .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tBepQVL9DR {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #dedddd;
}
.cid-tBepQVL9DR .mbr-section-title {
  color: #1a3562;
  text-align: center;
}
.cid-tBepQZn7Vp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
@media (min-width: 1500px) {
  .cid-tBepQZn7Vp .container {
    max-width: 1400px;
  }
}
.cid-tBepQZn7Vp .mbr-iconfont {
  font-size: 3rem;
  color: #f23801;
}
.cid-tBepQZn7Vp .iconfont-wrapper {
  margin-bottom: 1rem;
  border: 2px solid #f23801;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
}
.cid-tBepQZn7Vp .row {
  justify-content: center;
}
.cid-tBepQZn7Vp .card {
  margin-bottom: 3rem;
}
.cid-tBepQZn7Vp .card-title {
  margin-top: 1rem;
}
.cid-tBepQZn7Vp .card-text {
  margin-top: 0.6875rem;
}
.cid-tBepQZn7Vp .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-tBepQZn7Vp .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-tBepQZn7Vp .mbr-section-title b:last-child,
.cid-tBepQZn7Vp .mbr-section-title strong:last-child {
  color: #244b8d;
}
.cid-tBepQZn7Vp .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-tBepQZn7Vp .mbr-section-head {
  margin-bottom: 6.875rem;
}
.cid-tBepQZn7Vp .card-title,
.cid-tBepQZn7Vp .icon-container {
  color: #1a3562;
  text-align: center;
}
.cid-tBepR311IC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1a3562;
}
.cid-tBepR311IC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBepR311IC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBepR311IC .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tBepR311IC .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tBepR311IC .row {
    text-align: center;
  }
  .cid-tBepR311IC .row > div {
    margin: auto;
  }
  .cid-tBepR311IC .social-row {
    justify-content: center;
  }
  .cid-tBepR311IC .soc-item {
    padding-top: 0 !important;
  }
}
.cid-tBepR311IC .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tBepR311IC .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tBepR311IC .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tBepR311IC .list {
    margin-bottom: 0rem;
  }
}
.cid-tBepR311IC .mbr-text,
.cid-tBepR311IC .mbr-section-subtitle {
  color: #fafafa;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
}
.cid-tBepR311IC .soc-item {
  display: flex;
  margin-right: 15px;
  padding-top: 15px;
}
.cid-tBepR311IC .soc-item:last-child {
  margin-right: 0;
}
.cid-tBepR311IC .mbr-iconfont {
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tBepR311IC div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tBepR311IC .self-center {
  align-self: center;
}
.cid-tBepR311IC .indent-up {
  padding-top: 20px;
  line-height: 21px;
  font-size: 14px;
}
@media (max-width: 992px) {
  .cid-tBepR311IC .indent-up {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-tBepR311IC .indent-up {
    margin-bottom: 0;
  }
}
.cid-tBepR311IC .text-style {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cid-tBepR311IC .text-style:not(:last-child) {
    margin-bottom: 16px !important;
  }
}
.cid-tBepR311IC .position {
  text-align: end;
}
@media (max-width: 767px) {
  .cid-tBepR311IC .position {
    text-align: center;
  }
}
.cid-tBepR311IC .pt-16 {
  padding-top: 16px;
}
.cid-tBepR311IC .pb-16 {
  padding-bottom: 16px;
}
.cid-tCxiXnwLpH .navbar-dropdown {
  position: relative !important;
}
.cid-tCxiXnwLpH .dropdown-menu {
  padding: 1.625rem 0 1.875rem;
}
@media (min-width: 992px) {
  .cid-tCxiXnwLpH .dropdown-menu {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 992px) {
  .cid-tCxiXnwLpH .container-fluid,
  .cid-tCxiXnwLpH .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-tCxiXnwLpH .dropdown-item {
  padding: 0 1.9375rem 0 2.125rem;
}
.cid-tCxiXnwLpH .dropdown-item:before {
  content: '';
  position: relative;
  width: 0px;
  height: 6px;
  opacity: 1;
  left: 0px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  display: inline-block;
  vertical-align: middle;
}
.cid-tCxiXnwLpH .dropdown-item:hover:before,
.cid-tCxiXnwLpH .dropdown-item:focus:before {
  width: 6px;
  margin-right: 5px;
}
.cid-tCxiXnwLpH .nav-dropdown .link {
  padding: 0;
  margin: 0 !important;
}
.cid-tCxiXnwLpH .nav-link {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  padding: 0rem 1.8125rem !important;
}
.cid-tCxiXnwLpH .nav-link:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 0px;
  opacity: 1;
  left: 15px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  transform: translateY(-20px);
}
.cid-tCxiXnwLpH .nav-link:hover:before {
  height: 6px;
  transform: translateY(0);
}
.cid-tCxiXnwLpH .container {
  display: flex;
  margin: auto;
}
.cid-tCxiXnwLpH .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tCxiXnwLpH .dropdown-menu,
.cid-tCxiXnwLpH .navbar.opened {
  background: #1a3562 !important;
}
.cid-tCxiXnwLpH .nav-item:focus,
.cid-tCxiXnwLpH .nav-link:focus {
  outline: none;
}
.cid-tCxiXnwLpH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCxiXnwLpH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCxiXnwLpH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tCxiXnwLpH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCxiXnwLpH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCxiXnwLpH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCxiXnwLpH .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a3562;
  padding: 1rem 0;
}
.cid-tCxiXnwLpH .navbar.opened {
  transition: all .3s;
}
.cid-tCxiXnwLpH .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tCxiXnwLpH .navbar .navbar-logo img {
  width: auto;
}
.cid-tCxiXnwLpH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCxiXnwLpH .navbar.collapsed {
  justify-content: center;
}
.cid-tCxiXnwLpH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCxiXnwLpH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCxiXnwLpH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tCxiXnwLpH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCxiXnwLpH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCxiXnwLpH .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-tCxiXnwLpH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCxiXnwLpH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tCxiXnwLpH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tCxiXnwLpH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCxiXnwLpH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCxiXnwLpH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCxiXnwLpH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCxiXnwLpH .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-tCxiXnwLpH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tCxiXnwLpH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCxiXnwLpH .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCxiXnwLpH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCxiXnwLpH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCxiXnwLpH .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tCxiXnwLpH .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCxiXnwLpH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCxiXnwLpH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCxiXnwLpH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tCxiXnwLpH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCxiXnwLpH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCxiXnwLpH .dropdown-item.active,
.cid-tCxiXnwLpH .dropdown-item:active {
  background-color: transparent;
}
.cid-tCxiXnwLpH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCxiXnwLpH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCxiXnwLpH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCxiXnwLpH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a3562;
}
.cid-tCxiXnwLpH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCxiXnwLpH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCxiXnwLpH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCxiXnwLpH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCxiXnwLpH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tCxiXnwLpH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tCxiXnwLpH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tCxiXnwLpH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tCxiXnwLpH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tCxiXnwLpH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tCxiXnwLpH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tCxiXnwLpH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tCxiXnwLpH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tCxiXnwLpH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tCxiXnwLpH .navbar-dropdown {
  padding: 1rem 0;
}
.cid-tCxiXnwLpH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCxiXnwLpH .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-tCxiXnwLpH .navbar {
    height: 70px;
  }
  .cid-tCxiXnwLpH .navbar.opened {
    height: auto;
  }
  .cid-tCxiXnwLpH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCxiXq1aNx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dedddd;
}
.cid-tCxiXq1aNx .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tCxiXq1aNx .mbr-section-title {
  color: #1a3562;
}
.cid-tCxiXtCwE4 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tCxiXtCwE4 .mbr-text {
  text-align: left;
  color: #1a3562;
}
.cid-tCxiXtCwE4 .mbr-section-title {
  color: #1a3562;
}
.cid-tCxiXxlDwt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-tCxiXxlDwt .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tCxiXxlDwt .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tCxiXxlDwt .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tCxiXxlDwt .text-wrapper {
    padding: 0 0 0 3rem;
  }
}
@media (max-width: 768px) {
  .cid-tCxiXxlDwt .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tCxiXxlDwt .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 1.5625rem;
}
.cid-tCxiXxlDwt .mbr-text,
.cid-tCxiXxlDwt .mbr-section-btn {
  text-align: left;
  color: #1a3562;
}
.cid-tCxiXxlDwt .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-tCxiXxlDwt .mbr-section-title {
  margin-bottom: 2.1875rem;
  text-align: left;
  color: #232323;
}
.cid-tCxiXxlDwt .mbr-section-title b:last-child,
.cid-tCxiXxlDwt .mbr-section-title strong:last-child {
  color: #1a3562;
}
.cid-tCxiXxlDwt .mbr-section-subtitle {
  text-align: left;
}
.cid-tCxiXxlDwt .mbr-section-subtitle,
.cid-tCxiXxlDwt .mbr-section-btn {
  text-align: left;
  color: #1a3562;
}
.cid-tCxiXxlDwt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCxiXxlDwt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxiXB390L {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tCxiXB390L .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tCxiXB390L .mbr-section-title {
  color: #1a3562;
}
.cid-tCxiXB390L .mbr-section-subtitle {
  color: #1a3562;
}
.cid-tCxiXEIwmi {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #dedddd;
}
.cid-tCxiXEIwmi .mbr-section-title {
  color: #1a3562;
  text-align: center;
}
.cid-tCxiXImR8v {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
@media (min-width: 1500px) {
  .cid-tCxiXImR8v .container {
    max-width: 1400px;
  }
}
.cid-tCxiXImR8v .mbr-iconfont {
  font-size: 3rem;
  color: #f23801;
}
.cid-tCxiXImR8v .iconfont-wrapper {
  margin-bottom: 1rem;
  border: 2px solid #f23801;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
}
.cid-tCxiXImR8v .row {
  justify-content: center;
}
.cid-tCxiXImR8v .card {
  margin-bottom: 3rem;
}
.cid-tCxiXImR8v .card-title {
  margin-top: 1rem;
}
.cid-tCxiXImR8v .card-text {
  margin-top: 0.6875rem;
}
.cid-tCxiXImR8v .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-tCxiXImR8v .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-tCxiXImR8v .mbr-section-title b:last-child,
.cid-tCxiXImR8v .mbr-section-title strong:last-child {
  color: #244b8d;
}
.cid-tCxiXImR8v .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-tCxiXImR8v .mbr-section-head {
  margin-bottom: 6.875rem;
}
.cid-tCxiXImR8v .card-title,
.cid-tCxiXImR8v .icon-container {
  color: #1a3562;
  text-align: center;
}
.cid-tCxiXM22bz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1a3562;
}
.cid-tCxiXM22bz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCxiXM22bz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCxiXM22bz .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tCxiXM22bz .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tCxiXM22bz .row {
    text-align: center;
  }
  .cid-tCxiXM22bz .row > div {
    margin: auto;
  }
  .cid-tCxiXM22bz .social-row {
    justify-content: center;
  }
  .cid-tCxiXM22bz .soc-item {
    padding-top: 0 !important;
  }
}
.cid-tCxiXM22bz .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tCxiXM22bz .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tCxiXM22bz .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tCxiXM22bz .list {
    margin-bottom: 0rem;
  }
}
.cid-tCxiXM22bz .mbr-text,
.cid-tCxiXM22bz .mbr-section-subtitle {
  color: #fafafa;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
}
.cid-tCxiXM22bz .soc-item {
  display: flex;
  margin-right: 15px;
  padding-top: 15px;
}
.cid-tCxiXM22bz .soc-item:last-child {
  margin-right: 0;
}
.cid-tCxiXM22bz .mbr-iconfont {
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tCxiXM22bz div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tCxiXM22bz .self-center {
  align-self: center;
}
.cid-tCxiXM22bz .indent-up {
  padding-top: 20px;
  line-height: 21px;
  font-size: 14px;
}
@media (max-width: 992px) {
  .cid-tCxiXM22bz .indent-up {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-tCxiXM22bz .indent-up {
    margin-bottom: 0;
  }
}
.cid-tCxiXM22bz .text-style {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cid-tCxiXM22bz .text-style:not(:last-child) {
    margin-bottom: 16px !important;
  }
}
.cid-tCxiXM22bz .position {
  text-align: end;
}
@media (max-width: 767px) {
  .cid-tCxiXM22bz .position {
    text-align: center;
  }
}
.cid-tCxiXM22bz .pt-16 {
  padding-top: 16px;
}
.cid-tCxiXM22bz .pb-16 {
  padding-bottom: 16px;
}
.cid-tTYSNQlC4G .navbar-dropdown {
  position: relative !important;
}
.cid-tTYSNQlC4G .dropdown-menu {
  padding: 1.625rem 0 1.875rem;
}
@media (min-width: 992px) {
  .cid-tTYSNQlC4G .dropdown-menu {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 992px) {
  .cid-tTYSNQlC4G .container-fluid,
  .cid-tTYSNQlC4G .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-tTYSNQlC4G .dropdown-item {
  padding: 0 1.9375rem 0 2.125rem;
}
.cid-tTYSNQlC4G .dropdown-item:before {
  content: '';
  position: relative;
  width: 0px;
  height: 6px;
  opacity: 1;
  left: 0px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  display: inline-block;
  vertical-align: middle;
}
.cid-tTYSNQlC4G .dropdown-item:hover:before,
.cid-tTYSNQlC4G .dropdown-item:focus:before {
  width: 6px;
  margin-right: 5px;
}
.cid-tTYSNQlC4G .nav-dropdown .link {
  padding: 0;
  margin: 0 !important;
}
.cid-tTYSNQlC4G .nav-link {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  padding: 0rem 1.8125rem !important;
}
.cid-tTYSNQlC4G .nav-link:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 0px;
  opacity: 1;
  left: 15px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  transform: translateY(-20px);
}
.cid-tTYSNQlC4G .nav-link:hover:before {
  height: 6px;
  transform: translateY(0);
}
.cid-tTYSNQlC4G .container {
  display: flex;
  margin: auto;
}
.cid-tTYSNQlC4G .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tTYSNQlC4G .dropdown-menu,
.cid-tTYSNQlC4G .navbar.opened {
  background: #1a3562 !important;
}
.cid-tTYSNQlC4G .nav-item:focus,
.cid-tTYSNQlC4G .nav-link:focus {
  outline: none;
}
.cid-tTYSNQlC4G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tTYSNQlC4G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tTYSNQlC4G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tTYSNQlC4G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tTYSNQlC4G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tTYSNQlC4G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tTYSNQlC4G .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a3562;
  padding: 1rem 0;
}
.cid-tTYSNQlC4G .navbar.opened {
  transition: all .3s;
}
.cid-tTYSNQlC4G .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tTYSNQlC4G .navbar .navbar-logo img {
  width: auto;
}
.cid-tTYSNQlC4G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tTYSNQlC4G .navbar.collapsed {
  justify-content: center;
}
.cid-tTYSNQlC4G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tTYSNQlC4G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tTYSNQlC4G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tTYSNQlC4G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tTYSNQlC4G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tTYSNQlC4G .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-tTYSNQlC4G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tTYSNQlC4G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tTYSNQlC4G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tTYSNQlC4G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tTYSNQlC4G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tTYSNQlC4G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tTYSNQlC4G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tTYSNQlC4G .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-tTYSNQlC4G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tTYSNQlC4G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tTYSNQlC4G .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tTYSNQlC4G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tTYSNQlC4G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tTYSNQlC4G .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tTYSNQlC4G .navbar.navbar-short {
  min-height: 60px;
}
.cid-tTYSNQlC4G .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tTYSNQlC4G .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tTYSNQlC4G .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tTYSNQlC4G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tTYSNQlC4G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tTYSNQlC4G .dropdown-item.active,
.cid-tTYSNQlC4G .dropdown-item:active {
  background-color: transparent;
}
.cid-tTYSNQlC4G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tTYSNQlC4G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tTYSNQlC4G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tTYSNQlC4G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a3562;
}
.cid-tTYSNQlC4G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tTYSNQlC4G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tTYSNQlC4G ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tTYSNQlC4G .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tTYSNQlC4G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tTYSNQlC4G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tTYSNQlC4G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tTYSNQlC4G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tTYSNQlC4G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tTYSNQlC4G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tTYSNQlC4G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tTYSNQlC4G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tTYSNQlC4G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tTYSNQlC4G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tTYSNQlC4G .navbar-dropdown {
  padding: 1rem 0;
}
.cid-tTYSNQlC4G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tTYSNQlC4G .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-tTYSNQlC4G .navbar {
    height: 70px;
  }
  .cid-tTYSNQlC4G .navbar.opened {
    height: auto;
  }
  .cid-tTYSNQlC4G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tTYSNSOi8F {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dedddd;
}
.cid-tTYSNSOi8F .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-tTYSNSOi8F .mbr-section-title {
  color: #1a3562;
}
.cid-tTYSNWu6Uv {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tTYSNWu6Uv .mbr-text {
  text-align: left;
  color: #1a3562;
}
.cid-tTYSNWu6Uv .mbr-section-title {
  color: #1a3562;
}
.cid-tTYSO0bm8S {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-tTYSO0bm8S .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tTYSO0bm8S .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tTYSO0bm8S .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tTYSO0bm8S .text-wrapper {
    padding: 0 0 0 3rem;
  }
}
@media (max-width: 768px) {
  .cid-tTYSO0bm8S .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tTYSO0bm8S .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 1.5625rem;
}
.cid-tTYSO0bm8S .mbr-text,
.cid-tTYSO0bm8S .mbr-section-btn {
  text-align: left;
  color: #1a3562;
}
.cid-tTYSO0bm8S .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-tTYSO0bm8S .mbr-section-title {
  margin-bottom: 2.1875rem;
  text-align: left;
  color: #1a3562;
}
.cid-tTYSO0bm8S .mbr-section-title b:last-child,
.cid-tTYSO0bm8S .mbr-section-title strong:last-child {
  color: #1a3562;
}
.cid-tTYSO0bm8S .mbr-section-subtitle {
  text-align: left;
}
.cid-tTYSO0bm8S .mbr-section-subtitle,
.cid-tTYSO0bm8S .mbr-section-btn {
  text-align: left;
}
.cid-tTYSO0bm8S .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTYSO0bm8S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTYSO3TX48 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tTYSO3TX48 .mbr-text {
  text-align: left;
  color: #1a3562;
}
.cid-tTYSO3TX48 .mbr-section-title {
  color: #1a3562;
}
.cid-tTYSO3TX48 .mbr-section-subtitle {
  color: #1a3562;
}
.cid-tTYSO7A3mi {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #dedddd;
}
.cid-tTYSO7A3mi .mbr-section-title {
  color: #1a3562;
  text-align: center;
}
.cid-tTYSObbix1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
@media (min-width: 1500px) {
  .cid-tTYSObbix1 .container {
    max-width: 1400px;
  }
}
.cid-tTYSObbix1 .mbr-iconfont {
  font-size: 3rem;
  color: #f23801;
}
.cid-tTYSObbix1 .iconfont-wrapper {
  margin-bottom: 1rem;
  border: 2px solid #f23801;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
}
.cid-tTYSObbix1 .row {
  justify-content: center;
}
.cid-tTYSObbix1 .card {
  margin-bottom: 3rem;
}
.cid-tTYSObbix1 .card-title {
  margin-top: 1rem;
}
.cid-tTYSObbix1 .card-text {
  margin-top: 0.6875rem;
}
.cid-tTYSObbix1 .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-tTYSObbix1 .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-tTYSObbix1 .mbr-section-title b:last-child,
.cid-tTYSObbix1 .mbr-section-title strong:last-child {
  color: #244b8d;
}
.cid-tTYSObbix1 .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-tTYSObbix1 .mbr-section-head {
  margin-bottom: 6.875rem;
}
.cid-tTYSObbix1 .card-title,
.cid-tTYSObbix1 .icon-container {
  color: #1a3562;
  text-align: center;
}
.cid-tTYSOeThlA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1a3562;
}
.cid-tTYSOeThlA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTYSOeThlA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTYSOeThlA .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tTYSOeThlA .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tTYSOeThlA .row {
    text-align: center;
  }
  .cid-tTYSOeThlA .row > div {
    margin: auto;
  }
  .cid-tTYSOeThlA .social-row {
    justify-content: center;
  }
  .cid-tTYSOeThlA .soc-item {
    padding-top: 0 !important;
  }
}
.cid-tTYSOeThlA .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tTYSOeThlA .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tTYSOeThlA .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tTYSOeThlA .list {
    margin-bottom: 0rem;
  }
}
.cid-tTYSOeThlA .mbr-text,
.cid-tTYSOeThlA .mbr-section-subtitle {
  color: #fafafa;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
}
.cid-tTYSOeThlA .soc-item {
  display: flex;
  margin-right: 15px;
  padding-top: 15px;
}
.cid-tTYSOeThlA .soc-item:last-child {
  margin-right: 0;
}
.cid-tTYSOeThlA .mbr-iconfont {
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tTYSOeThlA div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tTYSOeThlA .self-center {
  align-self: center;
}
.cid-tTYSOeThlA .indent-up {
  padding-top: 20px;
  line-height: 21px;
  font-size: 14px;
}
@media (max-width: 992px) {
  .cid-tTYSOeThlA .indent-up {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-tTYSOeThlA .indent-up {
    margin-bottom: 0;
  }
}
.cid-tTYSOeThlA .text-style {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cid-tTYSOeThlA .text-style:not(:last-child) {
    margin-bottom: 16px !important;
  }
}
.cid-tTYSOeThlA .position {
  text-align: end;
}
@media (max-width: 767px) {
  .cid-tTYSOeThlA .position {
    text-align: center;
  }
}
.cid-tTYSOeThlA .pt-16 {
  padding-top: 16px;
}
.cid-tTYSOeThlA .pb-16 {
  padding-bottom: 16px;
}
.cid-up7caQjRPF .navbar-dropdown {
  position: relative !important;
}
.cid-up7caQjRPF .dropdown-menu {
  padding: 1.625rem 0 1.875rem;
}
@media (min-width: 992px) {
  .cid-up7caQjRPF .dropdown-menu {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 992px) {
  .cid-up7caQjRPF .container-fluid,
  .cid-up7caQjRPF .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-up7caQjRPF .dropdown-item {
  padding: 0 1.9375rem 0 2.125rem;
}
.cid-up7caQjRPF .dropdown-item:before {
  content: '';
  position: relative;
  width: 0px;
  height: 6px;
  opacity: 1;
  left: 0px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  display: inline-block;
  vertical-align: middle;
}
.cid-up7caQjRPF .dropdown-item:hover:before,
.cid-up7caQjRPF .dropdown-item:focus:before {
  width: 6px;
  margin-right: 5px;
}
.cid-up7caQjRPF .nav-dropdown .link {
  padding: 0;
  margin: 0 !important;
}
.cid-up7caQjRPF .nav-link {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  padding: 0rem 1.8125rem !important;
}
.cid-up7caQjRPF .nav-link:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 0px;
  opacity: 1;
  left: 15px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  transform: translateY(-20px);
}
.cid-up7caQjRPF .nav-link:hover:before {
  height: 6px;
  transform: translateY(0);
}
.cid-up7caQjRPF .container {
  display: flex;
  margin: auto;
}
.cid-up7caQjRPF .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-up7caQjRPF .dropdown-menu,
.cid-up7caQjRPF .navbar.opened {
  background: #1a3562 !important;
}
.cid-up7caQjRPF .nav-item:focus,
.cid-up7caQjRPF .nav-link:focus {
  outline: none;
}
.cid-up7caQjRPF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-up7caQjRPF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-up7caQjRPF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-up7caQjRPF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-up7caQjRPF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-up7caQjRPF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-up7caQjRPF .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a3562;
  padding: 1rem 0;
}
.cid-up7caQjRPF .navbar.opened {
  transition: all .3s;
}
.cid-up7caQjRPF .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-up7caQjRPF .navbar .navbar-logo img {
  width: auto;
}
.cid-up7caQjRPF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-up7caQjRPF .navbar.collapsed {
  justify-content: center;
}
.cid-up7caQjRPF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-up7caQjRPF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-up7caQjRPF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-up7caQjRPF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-up7caQjRPF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-up7caQjRPF .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-up7caQjRPF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-up7caQjRPF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-up7caQjRPF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-up7caQjRPF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-up7caQjRPF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-up7caQjRPF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-up7caQjRPF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-up7caQjRPF .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-up7caQjRPF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-up7caQjRPF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-up7caQjRPF .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-up7caQjRPF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-up7caQjRPF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-up7caQjRPF .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-up7caQjRPF .navbar.navbar-short {
  min-height: 60px;
}
.cid-up7caQjRPF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-up7caQjRPF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-up7caQjRPF .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-up7caQjRPF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-up7caQjRPF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-up7caQjRPF .dropdown-item.active,
.cid-up7caQjRPF .dropdown-item:active {
  background-color: transparent;
}
.cid-up7caQjRPF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-up7caQjRPF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-up7caQjRPF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-up7caQjRPF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a3562;
}
.cid-up7caQjRPF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-up7caQjRPF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-up7caQjRPF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-up7caQjRPF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-up7caQjRPF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-up7caQjRPF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-up7caQjRPF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-up7caQjRPF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-up7caQjRPF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-up7caQjRPF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-up7caQjRPF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-up7caQjRPF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-up7caQjRPF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-up7caQjRPF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-up7caQjRPF .navbar-dropdown {
  padding: 1rem 0;
}
.cid-up7caQjRPF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-up7caQjRPF .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-up7caQjRPF .navbar {
    height: 70px;
  }
  .cid-up7caQjRPF .navbar.opened {
    height: auto;
  }
  .cid-up7caQjRPF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-up7caQBKyH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dedddd;
}
.cid-up7caQBKyH .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-up7caQBKyH .mbr-section-title {
  color: #1a3562;
}
.cid-up7caQMNLT {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-up7caQMNLT .mbr-text {
  text-align: left;
  color: #1a3562;
}
.cid-up7caQMNLT .mbr-section-title {
  color: #1a3562;
}
.cid-up7caQXNdN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-up7caQXNdN .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-up7caQXNdN .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-up7caQXNdN .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-up7caQXNdN .text-wrapper {
    padding: 0 0 0 3rem;
  }
}
@media (max-width: 768px) {
  .cid-up7caQXNdN .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-up7caQXNdN .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 1.5625rem;
}
.cid-up7caQXNdN .mbr-text,
.cid-up7caQXNdN .mbr-section-btn {
  text-align: left;
  color: #1a3562;
}
.cid-up7caQXNdN .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-up7caQXNdN .mbr-section-title {
  margin-bottom: 2.1875rem;
  text-align: left;
  color: #1a3562;
}
.cid-up7caQXNdN .mbr-section-title b:last-child,
.cid-up7caQXNdN .mbr-section-title strong:last-child {
  color: #1a3562;
}
.cid-up7caQXNdN .mbr-section-subtitle {
  text-align: left;
}
.cid-up7caQXNdN .mbr-section-subtitle,
.cid-up7caQXNdN .mbr-section-btn {
  text-align: left;
}
.cid-up7caQXNdN .mbr-fallback-image.disabled {
  display: none;
}
.cid-up7caQXNdN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up7caRfVog {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-up7caRfVog .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-up7caRfVog .mbr-section-title {
  color: #1a3562;
}
.cid-up7caRfVog .mbr-section-subtitle {
  color: #1a3562;
}
.cid-up7caRHLdw {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-up7caRHLdw .card-box {
  padding: 0 2rem;
}
.cid-up7caRHLdw .mbr-section-btn {
  padding-top: 1rem;
}
.cid-up7caRHLdw .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-up7caRHLdw h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-up7caRHLdw p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-up7caRHLdw .mbr-text {
  color: #767676;
}
.cid-up7caRHLdw .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-up7caRHLdw .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-up7e2Icgaj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-up7e2Icgaj .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-up7e2Icgaj .mbr-section-title {
  color: #1a3562;
}
.cid-up7e2Icgaj .mbr-section-subtitle {
  color: #1a3562;
}
.cid-up7ev1Ga4S {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-up7ev1Ga4S .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-up7ev1Ga4S .mbr-section-title {
  color: #1a3562;
}
.cid-up7ev1Ga4S .mbr-section-subtitle {
  color: #1a3562;
}
.cid-up7caS4SIh {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #dedddd;
}
.cid-up7caS4SIh .mbr-section-title {
  color: #1a3562;
  text-align: center;
}
.cid-up7caShzZp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
@media (min-width: 1500px) {
  .cid-up7caShzZp .container {
    max-width: 1400px;
  }
}
.cid-up7caShzZp .mbr-iconfont {
  font-size: 3rem;
  color: #f23801;
}
.cid-up7caShzZp .iconfont-wrapper {
  margin-bottom: 1rem;
  border: 2px solid #f23801;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
}
.cid-up7caShzZp .row {
  justify-content: center;
}
.cid-up7caShzZp .card {
  margin-bottom: 3rem;
}
.cid-up7caShzZp .card-title {
  margin-top: 1rem;
}
.cid-up7caShzZp .card-text {
  margin-top: 0.6875rem;
}
.cid-up7caShzZp .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-up7caShzZp .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-up7caShzZp .mbr-section-title b:last-child,
.cid-up7caShzZp .mbr-section-title strong:last-child {
  color: #244b8d;
}
.cid-up7caShzZp .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-up7caShzZp .mbr-section-head {
  margin-bottom: 6.875rem;
}
.cid-up7caShzZp .card-title,
.cid-up7caShzZp .icon-container {
  color: #1a3562;
  text-align: center;
}
.cid-up7caSzxjm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1a3562;
}
.cid-up7caSzxjm .mbr-fallback-image.disabled {
  display: none;
}
.cid-up7caSzxjm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up7caSzxjm .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-up7caSzxjm .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-up7caSzxjm .row {
    text-align: center;
  }
  .cid-up7caSzxjm .row > div {
    margin: auto;
  }
  .cid-up7caSzxjm .social-row {
    justify-content: center;
  }
  .cid-up7caSzxjm .soc-item {
    padding-top: 0 !important;
  }
}
.cid-up7caSzxjm .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-up7caSzxjm .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-up7caSzxjm .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-up7caSzxjm .list {
    margin-bottom: 0rem;
  }
}
.cid-up7caSzxjm .mbr-text,
.cid-up7caSzxjm .mbr-section-subtitle {
  color: #fafafa;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
}
.cid-up7caSzxjm .soc-item {
  display: flex;
  margin-right: 15px;
  padding-top: 15px;
}
.cid-up7caSzxjm .soc-item:last-child {
  margin-right: 0;
}
.cid-up7caSzxjm .mbr-iconfont {
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-up7caSzxjm div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-up7caSzxjm .self-center {
  align-self: center;
}
.cid-up7caSzxjm .indent-up {
  padding-top: 20px;
  line-height: 21px;
  font-size: 14px;
}
@media (max-width: 992px) {
  .cid-up7caSzxjm .indent-up {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-up7caSzxjm .indent-up {
    margin-bottom: 0;
  }
}
.cid-up7caSzxjm .text-style {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cid-up7caSzxjm .text-style:not(:last-child) {
    margin-bottom: 16px !important;
  }
}
.cid-up7caSzxjm .position {
  text-align: end;
}
@media (max-width: 767px) {
  .cid-up7caSzxjm .position {
    text-align: center;
  }
}
.cid-up7caSzxjm .pt-16 {
  padding-top: 16px;
}
.cid-up7caSzxjm .pb-16 {
  padding-bottom: 16px;
}
.cid-uR12EYOnIy .navbar-dropdown {
  position: relative !important;
}
.cid-uR12EYOnIy .dropdown-menu {
  padding: 1.625rem 0 1.875rem;
}
@media (min-width: 992px) {
  .cid-uR12EYOnIy .dropdown-menu {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 992px) {
  .cid-uR12EYOnIy .container-fluid,
  .cid-uR12EYOnIy .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-uR12EYOnIy .dropdown-item {
  padding: 0 1.9375rem 0 2.125rem;
}
.cid-uR12EYOnIy .dropdown-item:before {
  content: '';
  position: relative;
  width: 0px;
  height: 6px;
  opacity: 1;
  left: 0px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  display: inline-block;
  vertical-align: middle;
}
.cid-uR12EYOnIy .dropdown-item:hover:before,
.cid-uR12EYOnIy .dropdown-item:focus:before {
  width: 6px;
  margin-right: 5px;
}
.cid-uR12EYOnIy .nav-dropdown .link {
  padding: 0;
  margin: 0 !important;
}
.cid-uR12EYOnIy .nav-link {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  padding: 0rem 1.8125rem !important;
}
.cid-uR12EYOnIy .nav-link:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 0px;
  opacity: 1;
  left: 15px;
  background: #244b8d;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  transform: translateY(-20px);
}
.cid-uR12EYOnIy .nav-link:hover:before {
  height: 6px;
  transform: translateY(0);
}
.cid-uR12EYOnIy .container {
  display: flex;
  margin: auto;
}
.cid-uR12EYOnIy .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uR12EYOnIy .dropdown-menu,
.cid-uR12EYOnIy .navbar.opened {
  background: #1a3562 !important;
}
.cid-uR12EYOnIy .nav-item:focus,
.cid-uR12EYOnIy .nav-link:focus {
  outline: none;
}
.cid-uR12EYOnIy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uR12EYOnIy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uR12EYOnIy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-uR12EYOnIy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uR12EYOnIy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uR12EYOnIy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uR12EYOnIy .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1a3562;
  padding: 1rem 0;
}
.cid-uR12EYOnIy .navbar.opened {
  transition: all .3s;
}
.cid-uR12EYOnIy .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uR12EYOnIy .navbar .navbar-logo img {
  width: auto;
}
.cid-uR12EYOnIy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uR12EYOnIy .navbar.collapsed {
  justify-content: center;
}
.cid-uR12EYOnIy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uR12EYOnIy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uR12EYOnIy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-uR12EYOnIy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uR12EYOnIy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uR12EYOnIy .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-uR12EYOnIy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uR12EYOnIy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uR12EYOnIy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uR12EYOnIy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uR12EYOnIy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uR12EYOnIy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uR12EYOnIy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uR12EYOnIy .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-uR12EYOnIy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uR12EYOnIy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uR12EYOnIy .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uR12EYOnIy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uR12EYOnIy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uR12EYOnIy .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uR12EYOnIy .navbar.navbar-short {
  min-height: 60px;
}
.cid-uR12EYOnIy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uR12EYOnIy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uR12EYOnIy .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uR12EYOnIy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uR12EYOnIy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uR12EYOnIy .dropdown-item.active,
.cid-uR12EYOnIy .dropdown-item:active {
  background-color: transparent;
}
.cid-uR12EYOnIy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uR12EYOnIy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uR12EYOnIy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uR12EYOnIy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a3562;
}
.cid-uR12EYOnIy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uR12EYOnIy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uR12EYOnIy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uR12EYOnIy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uR12EYOnIy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uR12EYOnIy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uR12EYOnIy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uR12EYOnIy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uR12EYOnIy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uR12EYOnIy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uR12EYOnIy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uR12EYOnIy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uR12EYOnIy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uR12EYOnIy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uR12EYOnIy .navbar-dropdown {
  padding: 1rem 0;
}
.cid-uR12EYOnIy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uR12EYOnIy .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-uR12EYOnIy .navbar {
    height: 70px;
  }
  .cid-uR12EYOnIy .navbar.opened {
    height: auto;
  }
  .cid-uR12EYOnIy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uR12EZ7Ejm {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #dedddd;
}
.cid-uR12EZ7Ejm .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uR12EZ7Ejm .mbr-section-title {
  color: #1a3562;
}
.cid-uR12EZh6wD {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uR12EZh6wD .mbr-text {
  text-align: left;
  color: #1a3562;
}
.cid-uR12EZh6wD .mbr-section-title {
  color: #1a3562;
}
.cid-uR12EZrGCh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-uR12EZrGCh .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uR12EZrGCh .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uR12EZrGCh .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uR12EZrGCh .text-wrapper {
    padding: 0 0 0 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uR12EZrGCh .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uR12EZrGCh .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 1.5625rem;
}
.cid-uR12EZrGCh .mbr-text,
.cid-uR12EZrGCh .mbr-section-btn {
  text-align: left;
  color: #1a3562;
}
.cid-uR12EZrGCh .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-uR12EZrGCh .mbr-section-title {
  margin-bottom: 2.1875rem;
  text-align: left;
  color: #1a3562;
}
.cid-uR12EZrGCh .mbr-section-title b:last-child,
.cid-uR12EZrGCh .mbr-section-title strong:last-child {
  color: #1a3562;
}
.cid-uR12EZrGCh .mbr-section-subtitle {
  text-align: left;
}
.cid-uR12EZrGCh .mbr-section-subtitle,
.cid-uR12EZrGCh .mbr-section-btn {
  text-align: left;
}
.cid-uR12EZrGCh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR12EZrGCh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR12EZFN2Q {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uR12EZFN2Q .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uR12EZFN2Q .mbr-section-title {
  color: #1a3562;
}
.cid-uR12EZFN2Q .mbr-section-subtitle {
  color: #1a3562;
}
.cid-uR12EZPHPE {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uR12EZPHPE .card-box {
  padding: 0 2rem;
}
.cid-uR12EZPHPE .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uR12EZPHPE .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uR12EZPHPE h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uR12EZPHPE p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-uR12EZPHPE .mbr-text {
  color: #767676;
}
.cid-uR12EZPHPE .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uR12EZPHPE .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uR12F03UzQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uR12F03UzQ .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uR12F03UzQ .mbr-section-title {
  color: #1a3562;
}
.cid-uR12F03UzQ .mbr-section-subtitle {
  color: #1a3562;
}
.cid-uR12F0gsxk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uR12F0gsxk .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uR12F0gsxk .mbr-section-title {
  color: #1a3562;
}
.cid-uR12F0gsxk .mbr-section-subtitle {
  color: #1a3562;
}
.cid-uR12F0qhgU {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #dedddd;
}
.cid-uR12F0qhgU .mbr-section-title {
  color: #1a3562;
  text-align: center;
}
.cid-uR12F0zErv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
@media (min-width: 1500px) {
  .cid-uR12F0zErv .container {
    max-width: 1400px;
  }
}
.cid-uR12F0zErv .mbr-iconfont {
  font-size: 3rem;
  color: #f23801;
}
.cid-uR12F0zErv .iconfont-wrapper {
  margin-bottom: 1rem;
  border: 2px solid #f23801;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
}
.cid-uR12F0zErv .row {
  justify-content: center;
}
.cid-uR12F0zErv .card {
  margin-bottom: 3rem;
}
.cid-uR12F0zErv .card-title {
  margin-top: 1rem;
}
.cid-uR12F0zErv .card-text {
  margin-top: 0.6875rem;
}
.cid-uR12F0zErv .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-uR12F0zErv .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-uR12F0zErv .mbr-section-title b:last-child,
.cid-uR12F0zErv .mbr-section-title strong:last-child {
  color: #244b8d;
}
.cid-uR12F0zErv .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-uR12F0zErv .mbr-section-head {
  margin-bottom: 6.875rem;
}
.cid-uR12F0zErv .card-title,
.cid-uR12F0zErv .icon-container {
  color: #1a3562;
  text-align: center;
}
.cid-uR12F0Orgv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1a3562;
}
.cid-uR12F0Orgv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR12F0Orgv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR12F0Orgv .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uR12F0Orgv .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uR12F0Orgv .row {
    text-align: center;
  }
  .cid-uR12F0Orgv .row > div {
    margin: auto;
  }
  .cid-uR12F0Orgv .social-row {
    justify-content: center;
  }
  .cid-uR12F0Orgv .soc-item {
    padding-top: 0 !important;
  }
}
.cid-uR12F0Orgv .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uR12F0Orgv .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-uR12F0Orgv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uR12F0Orgv .list {
    margin-bottom: 0rem;
  }
}
.cid-uR12F0Orgv .mbr-text,
.cid-uR12F0Orgv .mbr-section-subtitle {
  color: #fafafa;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
}
.cid-uR12F0Orgv .soc-item {
  display: flex;
  margin-right: 15px;
  padding-top: 15px;
}
.cid-uR12F0Orgv .soc-item:last-child {
  margin-right: 0;
}
.cid-uR12F0Orgv .mbr-iconfont {
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-uR12F0Orgv div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uR12F0Orgv .self-center {
  align-self: center;
}
.cid-uR12F0Orgv .indent-up {
  padding-top: 20px;
  line-height: 21px;
  font-size: 14px;
}
@media (max-width: 992px) {
  .cid-uR12F0Orgv .indent-up {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-uR12F0Orgv .indent-up {
    margin-bottom: 0;
  }
}
.cid-uR12F0Orgv .text-style {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cid-uR12F0Orgv .text-style:not(:last-child) {
    margin-bottom: 16px !important;
  }
}
.cid-uR12F0Orgv .position {
  text-align: end;
}
@media (max-width: 767px) {
  .cid-uR12F0Orgv .position {
    text-align: center;
  }
}
.cid-uR12F0Orgv .pt-16 {
  padding-top: 16px;
}
.cid-uR12F0Orgv .pb-16 {
  padding-bottom: 16px;
}
